@charset "Shift_JIS";

/* リンク色設定 */
a:link, a:visited {/* ロールアウト時のリンク色 */
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {/* ロールオーバー時のリンク色 */
	color: #666666;
	text-decoration: none;
}
img {
	border: none;
}


/* clearfix */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */ 
.clearfix + *{
    clear: both;
}


/* ページ全体の設定 */
h1, h2, h3, h4, h5, h6 {
	display: inline;
}
h1 {
	font-size: 0.7em;
	color: #CBE2FF;
}

body {
	line-height: 1.8;
	padding: 0;
	background-image: url(img/bg_01.png);


	*font-size: small;
	*font: x-small;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
#top {
	background-color: #008FD3;
	height: 20px;
	margin: 0px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#wrapper {
	margin: auto;
	width: 960px;
	background-color: #FFF;
}
#header {
	background-color: #09F;
	height: 100px;
	width: 960px;
	margin-bottom: 10px;
}
#base {
	clear: both;
	margin-top: 15px;
}
#navi {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ichiran {
	width: 200px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 350px;
	float: left;
	font-size: 0.8em;
	overflow: auto;
	background-color: #EFEEEB;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.hr-ichiran {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}

.navi-btn {
	margin-bottom: 5px;
}
.banner-btn {
	margin-bottom: 5px;
}


#main {
	background-color: #FFF;
	float: left;
	width: 720px;
}


#contents {
	margin: 0px;
	padding: 10px;
}
.p-content {
	padding: 10px;
	color: #464646;
}
.p-content0 {
	padding: 10px;
	color: #464646;
	margin: 0px;
}
.title-small {
	margin-top: 20px;
}
#riji {
	clear: both;
	margin-top: 10px;
	height: 240px;
}
#riji-right {
	float: right;
	width: 490px;
	height: 240px;
}
#riji-left {
	float: left;
	width: 220px;
}
#p-name {
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
}
.p-title {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #008CCE;
	padding-left: 5px;
	font-weight: bold;
	color: #008CCE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7FC5E3;
	font-size: 1.1em;
}
.p-title-small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	color: #292929;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7C7C7C;
	font-weight: bold;
}

.p-small {
	font-size: 0.85em;
	color: #333333;
}
.ul-space {
	line-height: 30px;
}
#matome {
	clear: both;
	height: 30px;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ul-matome {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.li-float {
	float: left;
	height: 30px;
	width: 170px;
}







#footer {
	background-color: #E4E4E4;
	height: 40px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-p {
	font-size: 0.8em;
	color: #333;
}
#p-name2 {
	font-size: 1.3em;
	font-weight: bold;
}
.clear {
	clear: both;
}
