@charset "UTF-8";
/* CSS Document */


/*------------------------------------------*/
/*初期化*/
/*------------------------------------------*/
@import "reset.css";
@import "margin.css";


img{border:none;}

/*リンク*/
a:link,
a:visited {
	color:#000066;
	text-decoration:none;
}
a:hover {
	color:#000099;
	text-decoration:underline;
}

/*フロートキャンセル*/
.clear{clear:both;}

/*ieでのpngの表示*/
div,
img,
a:link,a:visited,a:hover{
	behavior:url(iepngfix/iepngfix.htc) 
}

/*フロート*/
.left{float:left;}
.right{float:right;}

body{
	font-family:Trebuchet,"ＭＳ Ｐゴシック","Trebuchet MS",Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#f8f8f5;
	margin:30px;
	padding:0px;
	font-size:12px;
	color:#444;
	line-height:1.5em;
}

#container{
	width:820px;
	margin:auto;
}


/*------------------------------------------*/
/*header*/
/*------------------------------------------*/
#header{
	text-align:center;
}


#backBt{
	margin-left:10px;
	font-size:10px;
}
#backBt a{
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
	margin-left:0px;
	line-height:3em;
}

/*------------------------------------------*/
/*footer*/
/*------------------------------------------*/
iframe{
	width:100%;
	height:6em;
	margin:0;
	padding:0;
	overflow:hidden;
}

#footer{
	clear:both;
	margin-top:5px;
	padding-top:2px;
}

#footer #logo{
}

#footer #link{
	float:right;
}

#footer address{
	font-size:9px;
	text-align:center;
	font-style:normal;
}


/*------------------------------------------*/
/*キャンペーンページ　情報*/
/*------------------------------------------*/

/*プレゼントキャンペーンの注意*/
#attention{
	margin:1em 45px;
	padding:1em 0em;
}

#attention h4{
	color:#54c76b;
	margin-top:1em;
	font-weight:bold;
}
#attention ul{
	margin:0px;
	padding:0px;
}
#attention li{
	margin:0px;
	padding:0px;
	background-image:url(../img/list.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:14px;
}

/*クレジット*/

#credit{
	margin:auto;
	width:720px;
	padding-bottom:2em;
}

#credit h4{
	color:#54c76b;
	margin-top:1em;
	font-weight:bold;
}

#credit #midashi{
	margin-bottom:10px;
}
#credit #text{
	width:480px;
	float:right;
}

