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

/*文字サイズ・行間・フォント設定*/
body{
	font:12px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color:#666;
}

a:link{
	color:#666;
}

a:visited{
	color:#666;
}

h1{
	margin-top:0px;
   color:#FFF;
   background-color:#534741;
   font-size:1em;
   font-style:normal;
   text-align:center;
}
	

h2{
   color:#534741;
   background-color:#FFF9EF;
   font-size:1em;
   font-style:normal;
   border-left: 6px solid #FFC67B;
}
	
ul,li{
	list-style:none;
}
/*----------------------------------------------------------*/

#footer{width:1077px;
        border-color:#534741;
		border:solid 1px;
		margin:0 auto;
}

#siharai{
	width:343px;
	float:left;
	margin:0px 13px 0px 6px;
}

#haisou{
	width:342px;
	float:left;
    margin:0px 6px 0px 6px;

}

#gift{
	width:342px;
	float:left;
	margin:0px 6px 0px 13px;
}

#copy{
	width:1080px;
	clear:both;
	text-align:center;
}

#gaido{
	width:auto;
	margin:0px auto 0px auto;
}

.housou_img{
	width:280px;
	height:233px;
	border: 1px solid #CCC;
}

/*特定のテキスト・画像のみに適用する設定---------------------------------------------*/

strong{
	font-weight: normal;
	color:#F00;

}

em{
	font-style: normal;
	color:#00F;
}

#sns{
	float:right;
}

.facebook{
	margin:0 3px 0 1px;
}
