﻿/* CSS Document */

ul{
	padding:0;
	width:690px;
	margin: 0;
}
li{list-style:none;}
#menu li{
	width:230px;
	text-align:center;
	display:block;
	float:left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 12px;
}
#menu li.none{display:none; width:225px;}
#menu li a{text-decoration:underline; color:#CC3333;}
#menu li a:hover{
	text-decoration:none;
	color: #FF6633;
	background-color: #FFCC99;
}


#cout{
	width:690px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}

#cout_index{
	width:850px;
	font-size:12px;
	line-height:1.4;
	margin-right: auto;
	margin-left: auto;
}

.img{width:auto; text-align:center; margin:5px 0;}

.mokuji td{
	border-bottom:#666666 solid 1px;
	padding-left: 10px;
}





/*見出し設定*/

h1 {
	font-size: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top:0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
	background-image: url(image/h1_bg.gif);
	background-repeat: repeat-x;
	color: #D96B11;
	background-position: bottom;
}
h2 {
	font-size: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #0066CC;
	text-indent:-20px;
	font-weight: bold;
}

h2:first-letter {padding-right:18px; display:block;}

h3 {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0px;
}

/*本文・キャプション*/
.honbun {
	font-size: 78%;
	line-height: 1.6;
	padding: 3px 8px;
}
.first {
	padding-right: 15px;
	display: inline;
}

.cap {
	font-size: 12px;
	color: #999999;
	line-height: 1.4;
}

.chusyaku{
	font-size:90%;
	text-indent:-3em;
	margin-left:3em;
	color: #333333;
	line-height: 1.4;
	}
