@charset "utf-8";

/* 全体関係 */

*{
	margin:0px auto;
	padding:0px;
}
body{
	/*background-image : url(../images/back_ptn.jpg);*/
	/*background-repeat: repeat;*/         /* 背景を繰り返さない */
	/*background-position: 50% 50%;*/          /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	background-color:#fff8de;
}

/* レイアウト関係 */

.topimg{
	width:895px;
	height:651px;
	background-image : url(../images/top.png);
	background-repeat: no-repeat;
	align:center;
	color:#231815;
	line-height:15px;
}

.topimg a{
	color:#231815;
}

.toptxt{
	width:380px;
	height:523px;
	/*margin-left:510px;*/
	background-color:#d84276;
}

#wrap{
	width:902px;
	background-image: url(../images/back.png);
	margin-left : auto ;
	margin-right : auto ;
	/*background-color:#fff;*/
}

#tokuten{
width:805px;
height:582px;
background-image: url(../images/tokuten_back.png);
background-repeat:repeat-y;
color:#231815;
}


#item{
	background-image: url(../images/item_back.png);
	background-repeat:no-repeat;
	width:798px;
	height:332px;
}


/* テキスト・装飾関係 */

#item h3{
	font-size:18px;
	font-weight:normal;
	letter-spacing:5px;
	color:#231815;
	padding:23px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	width:450px;
	border-bottom:solid #231815 1px;
}



#item p{
	font-size:14px;
	line-height:18px;
	letter-spacing:2px;
	padding-bottom:3px;
	color:#231815;
}

#item p a{
	color:#231815;
	font-weight:bold;
}


#setumei{
margin:20px auto 20px auto;
width:843px;
height:179px;
background-image: url(../images/setumei_back.png);
background-repeat:no-repeat;
}

#setumei p{
font-size:14px;
color:#231815;
padding-left:15px;
padding-top:10px;
padding-bottom:10px;
line-height:20px;

}

#hanbaitenpo a{
display:block;
color:#231815;
font-size:17px;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

#hanbaitenpo a:hover{
display:block;
color:#231815;
font-size:17px;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}
#hanbaitenpo a:visited{
display:block;
color:#fff100;
font-size:17px;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}



iframe.fb-share-button {
width: 115px!important;
}


iframe.twitter-share-button {
width: 70px!important;
}

iframe.gr-share-button {
width: 72px!important;
}


.text-box{
	width:750px;
	height:150px;
	background-color:#e6e0d3;
	border:solid #bf913b 2px;
	color:#231815;
	text-align:center;
}
