﻿/* CSS Document */

@charset"UTF-8";

/* 
* *************************************************
* since:2008.5.8
* Editor:Hiroyuki Yoshino@quantum design
* *************************************************
*/



/* 
====================================================
		1.initialize
		2.layout
====================================================
*/



/* 1.initialize
====================================================
*/

*{
	margin:0px;
	padding:0px;
}

html,body{
 height:100%;
}

div{
	margin:0px;
	padding:0px;
	border:0px;
}

p{
	margin:0px;
	padding:0px;
	border:0px;
	color:#555555;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
	border:0px;
}

ul,ol,li{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	color:#555555;
}

dl,dt,dd{
	margin:0px;
	padding:0px;
	border:0px;
	color:#555555;
}

img{
	border:0px;
}

form,input{
	margin:0px;
	padding:0px;
}

a:link{
	color:#555555;
	text-decoration:underline;
}

a:hover{
	color:#555555;
	text-decoration:none;
}

a:visited{
	color:#555555;
}




/* 2.layout
====================================================
*/

body{
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
	font-family:'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
	font-size:12px;
}

div.container{
	width:450px;
	margin:0px auto;
	background-image:url(../couponImage/coupon02.gif);
	background-repeat:repeat-y;
}

div.header{
	background-image:url(../couponImage/coupon01.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}

h1{
	margin-bottom:20px;
}

dl#couponOutline{
	width:330px;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url(../couponImage/coupon07.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:20px;
	margin-bottom:10px;
}

#detail{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:18px;
	font-weight:bold;
	color:#D51152;
	line-height:1.5;
	margin-bottom:20px;
}

#limit{
	width:300px;
	height:20px;
	padding-top:9px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#460008;
	background-color:#EEEEEE;
	margin-bottom:10px;
}

dl#couponOutline dd{
	text-align:left;
	font-size:10px;
	margin-left:15px;
	padding-left:10px;
	padding-bottom:5px;
	background-image:url(../image/g_captionIcon01.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}

div.form table td{
	text-align:left;
	height:24px;
	color:#555555;
	font-size:12px;
}

input{
	font-size:12px;
	color:#555555;
}

#formCaption{
	text-align:left;
	font-size:10px;
	width:370px;
	margin-top:10px;
	padding-left:10px;
	background-image:url(../image/g_captionIcon01.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	line-height:1.5;
}

#print{
	margin-top:25px;
}

div.footer{
	background-image:url(../couponImage/coupon06.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}








