﻿<!--

/* ----------共通項目---------- */ 
/* 全体の設定 */

body{
	color:#3b3b3b; /* 標準の文字色 */
	font-size:12px; /* 標準の文字の大きさ */
	font-family:"ＭＳ Ｐゴシック",Verdana,Sans-serif;
	line-height:170%; /* 行間 */
    margin: 0px auto 0px auto;/*margin位置*/
	padding: 0px;
	width: 750px;
	text-align: center;
	background-color:#F2F6E5;
}

/* サイト名 */
h1{
	color:#3b3b3b; /* 文字色 */
	font-size:10px;
	font-weight:normal;
	margin:0px;
	padding:0px 5px;

}

/* 見出し */
h2{
	color:#3b3b3b; /* 文字色 */
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:14px 0px 2px 0px;
}

h3{
	color:#3b3b3b; /* 文字色 */
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:6px 0px 4px 0px;
}

h4{
	color:#047608; /* 文字色 */
	font-size:14px;
	font-weight:normal;
	border-left: #fdb753 groove 10px;
	border-bottom: #c69e7b dashed 1px; 
	margin:50px 0px 0px 0px;
	padding:2px 0px 3px 6px;
}

h5{
	color:#999900; /* 文字色 */
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:14px 0px 2px 0px;
}

/* リンク */
a{
	color:#c04f37; /* 文字色 */

}

a img{
	border:none 0px;
}

/* その他 */
p{
	margin:15px 0px 20px 12px;
	padding:0px;
}

table{
	border-color: #eed5bd;
	border-collapse: collapse;
    margin: 10px 0px 0px 15px;
	padding: 0px;
}

td{
	color:#3b3b3b;
	font-size:12px;
	line-height:150%;
	border-color: #e0e0e0;
}

hr{
	border-top:#c69e7b dashed 1px;
	margin: 0px;
	padding:0px;
}

li{
	margin:5px;
	padding:0px;
}

ul{
	margin:40px 0px 0px 0px;
	padding:0px;
	color: #999900;
}

dl{
	margin:0px;
	padding:0px;
}

/* span class */
.orange{ color: #EE7600; font-size: 14px; line-height: 200% }
.orange_b{ color: #EE7600; font-size: 20px; line-height: 170% }
.orange_s{ color: #EE7600; font-size: 12px; line-height: 170% }
.green{ color: #999900; font-size: 12px; line-height: 100% }
.green_s{ color: #999900; font-size: 12px; line-height: 170% }
.green_b{ color: #999900; font-size: 14px; line-height: 200% }
.brawn{ color: #8B4500; font-size: 14px; line-height: 200% }
.brawn_s{ color: #8B4500; font-size: 12px; line-height: 170% }
.red{ color: #CD0000; font-size: 10px; line-height: 200% }
.gray{ color: #Cfcfcf; font-size: 14px; line-height: 200% }
.gray_s{ color: #3b3b3b; font-size: 10px; line-height: 170% }
.pink{ color: #cd3278; font-size: 14px; line-height: 200% }
.pink_b{ color: #cd3278; font-size: 20px; line-height: 170% }
.pink_s{ color: #cd3278; font-size: 12px; line-height: 170% }

.extra{
	color:#047608; /* 文字色 */
	font-size:12px;
	font-weight:normal;
	border-left: #fdb753 groove 6px;
	border-bottom: #c69e7b dashed 1px; 
	padding:2px 0px 4px 6px;
}


/* ----------ページ構造---------- */ 

#wrapper{
	text-align: left;
	width:750px;
	margin: -1px auto -1px auto;
	border: #e0e0e0 solid 1px;
	background-color:#ffffff;
}
	
#header{
	margin:0px;
	padding:0px;
}

#top_navi{
	font-size:14px;
	border-bottom:#ccc solid 1px;
	margin:0px;
	padding:0px
}

#content{
	width:750px;
	padding:0px;
}

#navi{
	clear:left;
	line-height:150%; /* 行間 */
	padding:10px 0px 5px 0px;
	border-top:#d0d0d0 dashed 1px;
	text-align:center;
}
#end{
	text-align:center;
	line-height:150%; /* 行間 */
}

/* ----------top_navi---------- */ 

#top_navi table{
	border: 0px;
   	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#top_navi td{
	text-align: center;
	padding:2px 0px 0px 2px; 
}

#top_navi a{
	text-decoration:none;
	color:#d6d6d6;
	margin:0px;
	padding:6px;
	display:block;
	text-indent:3px;
	line-height:140%;
}

#top_navi a:hover{
	color:#FFFFFF;
}

/* ----------contents---------- */ 

#col1{
	width:150px;
	padding:8px;
	float:left;
}

#col2{
	width:550px;
	padding:10px 0px 10px 10px;
	float:left;
}

/* ----------col1---------- */ 

#col1_navi dt a{
	border:#e0e0e0 solid 1px;
	display:block;
	color:#3b3b3b;
	text-decoration:none;
	text-indent:3px;
	line-height:140%;
	width:140px;
	margin:3px;
	padding:3px
}

#col1_navi dt a:hover{
	background-color:#E5EDCB;
}

#col1_navi table{
	border: #ffffff solid 1px;
	background: #ffedcc;
	border-collapse: collapse;
	width:140px;
    margin: 12px 0px 20px 5px;
	padding: 0px;
}

#col1_navi td{
	padding: 8px 4px 8px 4px;
	text-align: center;
	color:#8B4500;
}

#col1_navi p{
	margin: 30px;
}