/* CSS Document */

* {
	color:#776677;
	padding:0;
	margin: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

body {
	font-size: 12px;
	background-image: url(/img/bg.gif);
	text-align:center;
	line-height:110%;
}

a {  
	color: #5555cc; text-decoration: underline;
}

a:hover {
	color: #ff6666; }


hr {
       width : 98%;
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align : center;}


/*レイアウト設定*/

.clear {
	clear:both;
}

/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 16px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.ad1 { font-size: 11px; }
.ad2{ font-size: 12px; }
.ad3{ font-size: 9px; }

/*文字を装飾します*/
.line { background: #ffff00; }


/*文字列の位置を指定します*/
.goto1 {
	text-align: right;
	margin-right:10px;
}

.goto {
	margin: 5px 28px 0px 10px;
	padding: 0;
        text-align: right;
}

/*画像の位置を指定します*/
.imgl {
	margin: 5px 20px 5px 10px;
	padding: 0;
	float: left;
}


.imgr {
	margin: 5px 30px 5px 20px;
	padding: 0;
	float: right;
}



strong{
	font-weight:normal;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #808080;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808080;
	text-align:left;


}

#wrap {
	width: 780px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;


}


/*
ヘッダー
-------------------------------------------------------------------*/



#header {
	margin: 0;
	width:800px;
	height:60px;
	background-image: url(/img/top.gif);
	background-repeat: no-repeat;
	position:relative;
}



h1 {
	background-color: #B16dAe;
	font-size: 12px;
	color: #fff;
	padding-right: 8px;
	padding-top: 2px;
	text-align: right;
	font-weight:normal;
}

h2 {
	width:760px;
	font-size: 20px;
        font-weight: bold;
	color: #DD666E;
	line-height:110%;
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
        text-align: left;
	font-weight:bold;
}


#header a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.topmenu {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	color: #ccc;
	font-size: 12px;
	float:left;
	width:800px;
	height:60px;
	color: #777;
	text-align: left;
 	

}


.dis{
	color:#808080;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding:1px 20px 1px 20px;
}

.dis2{
	color:#808080;
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:1px 20px 1px 20px;
}



/*IE7.0*/
*:first-child+html .topmenu  {
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	color: #ccc;
	font-size: 12px;
	float:left;
	width:315px;
	height:100px;
	color: #777;
	text-align: left;
 	}

	
	
.banner {
	padding-top:0px;
	padding-left:0px;
	float:left;
	width:468px;
	height:60px;
	}	



/*IE7.0*/
*:first-child+html .banner {
	padding-top:20px;
	padding-left:2px;
	float:left;
	width:468px;
	height:60px;}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width: 780px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;

}


#contents p{
	padding-bottom: 5px;
	padding-left: 5px;

}


#contents h3 {
	font-size: 16px;
        font-weight: bold;
	color: #DD666E;
	background-image: url(/img/h3.gif);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 15px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 50px;
        text-align: left;
	clear: both;
}



#contents h4 {
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right:20px;
	font-size:16px;
	color: #BD000E;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;
}

#contents h5 {
	color: #01aabe;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 30px;
	line-height: 25px;
	padding: 0px;
	background-image: url(/img/entry-title.jpg);
	background-repeat: no-repeat;
}

.hbtx1{
	color:#333333;
	font-size:12px;
	line-height:110%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
        word-break: break-all}

.hbtx2{
	color:#776677;
	font-size:12px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:30px;
	margin-top:0px;
	word-break: break-all;
	clear: both;
}

.hbtx3{
	color:#929286;
	font-size:10px;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.hbtxtb{
	color:#776677;
	font-size:12px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:50px;
	margin-top:5px;
	word-break: break-all;
}

/*
文字　色　行間　フォントサイズ　変更
-------------------------------------------------------------------*/

.hbtx1 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:110%;
	font-size:12px;
	color:#333;
}

.hbtx2 p{
	margin:0;
	padding-right: 25px;
	padding-left: 5px;
	line-height:140%;
	font-size:12px;
	color:#776677;
}

.hbtx3 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:125%;
	font-size:10px;
	color:#929286;
}



/*
リンク集
-------------------------------------------------------------------*/
#link{
	line-height:1em;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:right;
	font-size:12px;
	color:#666;
}
#link a{
	
	text-decoration:none;
	
}
/*
メニュー1
-------------------------------------------------------------------*/
#menu1 {

	color:#666;
	text-align: center;
	padding-top: 5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 0px;
	font-size: 14px;
	
	border-bottom: 2px solid #333;
	line-height:160%;
        height:26px;
	width: 800px;
}




#menu1 p{
}

#menu1 a{
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;	
}


#menu1 a:hover {
	color: #ff9900; 
	font-weight:bold;
}


/*
フッタメニュー
-------------------------------------------------------------------*/
#footer {

	color:#AAA;
	text-align: center;
	padding-top: 5px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	line-height:130%;
	font-size: 10px;
}
#footer p{
	color:#AAA;
	text-align: left;
	padding-top: 3px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	font-size: 10px;
}

#footer a{
	color:#AAA;
	text-decoration:none;
	font-size:10px;
}

#footer h4 {
	font-weight:normal;
	color:#666;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	border-width: 0px;
	
}

/*
フッタリンクメニュー
-------------------------------------------------------------------*/
#footerl2 {

	color:#777;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:10px;
	padding-bottom: 0px;
	font-size: 10px;
}
#footerl2 p{
	color:#777;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	font-size: 10px;
}

#footerl2 a{
	color:#777;
	text-decoration:none;
	font-size:10px;
}

#footerl h4 {
	font-weight:normal;
	color:#666;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:20px;
	font-size: 14px;
	
}

ul {
	margin: 10px 25px 10px 30px;
	padding: 0;
	text-align:center;
	margin-top:10px;
	font-size:12px;
	}

li {
	display: inline;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}

/*
ドットメニュー
-------------------------------------------------------------------*/
#dot {
	text-align:left;
	padding:10px 20px 0;
	font-size:12px;
	background-image: url(/img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#666;
}


#dot a{
	color:#666;
	text-decoration:none;
}

/*
コピーライト 著作権等の関係があります。消さないで下さい
-------------------------------------------------------------------*/
#footerc {
	background-color: #B16dAe;
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	font-size: 12px;
	clear: both;
	
}


#footerc a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

address {
	position:relative;
	width:800px;
	height:25px;
	background-image: url(/img/foot.gif);
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
	font-size: 12px;
	clear: both;

	
}


/*
アドセンス
-------------------------------------------------------------------*/

#box1 {
	color:#111111;
	font-size:14px;
	line-height:130%;
	font-weight:normal;
	width:	710px;
	margin: 20px 30px 0px 30px;
	word-break: break-all;
 }

#ad1 {
	float: left;
	text-align: center;
	width: 350px;
	margin: 0 0 0 0px;
	padding :0px 0px 0px 0px;
	}

#ad2 {
	float: right;
	text-align: center;
	width: 350px;
	margin: 0 0 0 0px;
	padding :0px 0px 0px 0px;
	}

.adsk{
	padding-top: 10px;
	margin: 5px auto;
	background: #fff;
	line-height:110%;
}

.adbb {
	background: #fff;
	line-height:130%;
	text-align: left;
	margin: 5px 0 5px 8px;
	word-break: break-all;
 }

.adb {
	background: #fff;
	line-height:130%;
	text-align: left;
	margin: 5px 0 5px 0px;
	word-break: break-all;
 }

.adhb {
	background: #fff;
	line-height:110%;
	text-align: left;
	margin: 5px 0 5px 0px;
	word-break: break-all;
 }

.adr {
	background: #fff;
	line-height:110%;
	text-align: left;
	margin: 5px 0 5px 0px;
	word-break: break-all;
 }

table.adsk {
	width : 120px;
	height : 600px;
	text-align: left;
}

table.adbb {
	width : 728px;
	height : 90px;
	text-align: left;
}

table.adb {
	width : 468px;
	height : 60px;
	text-align: left;
}

table.adhb {
	width : 234px;
	height : 60px;
	text-align: left;
}

table.adr {
	width : 336px;
	height : 100px;
	text-align: left;
}

td.adr {
	vertical-align:top;
	width : 336px;
}

td.adsk {
	vertical-align:top;
	width : 180px;
}

td.adb {
	vertical-align:top;
	width : 200px;
}


/*
上部・下部スペース
-------------------------------------------------------------------*/

#boxt {
	color:#776677;
	font-weight:normal;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding:0;
	line-height:130%;
	word-break: break-all;
 }


#boxf {
	color:#776677;
	font-weight:normal;
	text-align: center;
	margin: 30px 10px 30px 10px;
	padding:0;
	line-height:130%;
	word-break: break-all;
 }