@charset "utf-8";

body {
	font-family: Osaka,"�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
}


#header {
	width: 790px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
a:link {
	color: #4B90C9;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

#navi {
	width: 800px;
	margin: 0px;
}


#navi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi li {
	float: left;
	list-style-type: none;
}

#navi a{
	display: block;
	text-decoration: none;
}

#navi li a:hover img{
	visibility:hidden;
}

#navi li#home a:hover{
	background-image: url(img/bt_home_on.gif);
	background-repeat: no-repeat;
}
#navi li#seisaku a:hover{
	background-image: url(img/bt_basic_on.gif);
	background-repeat: no-repeat;
}
#navi li#aboutus a:hover{
	background-image: url(img/bt_about_on.gif);
	background-repeat: no-repeat;
}
#navi li#katsudo a:hover{
	background-image: url(img/bt_katsudo_on.gif);
	background-repeat: no-repeat;
}
#navi li#jisseki a:hover{
	background-image: url(img/bt_jiseki_on.gif);
	background-repeat: no-repeat;
}
#navi li#letter a:hover{
	background-image: url(img/bt_letter_on.gif);
	background-repeat: no-repeat;
}
#navi li#link a:hover{
	background-image: url(img/bt_link_on.gif);
	background-repeat: no-repeat;
}

#topimg {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
}

#explain {
	width: 760px;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border: 0.1em solid #999999;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#explain h2 {
	color: #666666;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 0.9em;
}


#explain p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents {
	width: 800px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#contents dl {
	margin-bottom: 20px;
	margin-right: 50px;
}

#contents dt {
	margin-bottom: 10px;
}
#contents dd {
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 15px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-left: 100px;
}



#contentsb {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.5em;
	border: 0.1em solid #999999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentsb dt {
	font-size: 0.9em;
	font-weight: bold;
}
#contentsb dd {
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 0px;
}



#news {
	width: 780px;
	padding-right: 20px;
}
#news p {
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #333333;
}

#news ul {
	margin: 15px 0 0 0;
	padding:0;
	list-style-type:none;
	text-indent:0;
}
#news li {
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 15px;
	background: url(img/arrow.gif) no-repeat 0px 3px;
	padding-left: 15px;
	margin-left: 20px;
}

#footer {
	font-size: 0.8em;
	color: #666666;
	clear: both;
	text-align: center;
	width: 800px;
	padding-top: 20px;
}

.sentright {
	text-align: right;
	padding-right: 20px;
}
.photoright {
	float: right;
}
.photoleft {
	float: left;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
}

/*レイアウト系*/

#wrapper #explain .indent15{
	padding-left:15px;
}

.clear{
	clear:both;
	margin-top:15px;
}


/*装飾系*/
.border_01{
	border: 1px solid #ccc;
}


.style01{
	font-size:24px !important;
	border-bottom:dotted 1px #ccc;
	border-top:dotted 1px #ccc;
	margin: 0 0 0.75em 0 !important;
	}