@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #F3F8FC;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#container {
	width: 957px;
	margin: 0px auto;
	text-align: center;
}

#container-inner {
	width: 957px;
}


/* リンク */
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}
a:active {
	color: #444444;
	text-decoration: none;
}

/* ヘッダー */

#header {
	width: 957px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
}

h1 {
	margin: 0px;
	padding: 0px 0px 0px 38px;
	float: left;
}
h2 {
	margin: 0px;
}

.header-navi {
	width: 444px;
	margin: 0px;
	padding: 38px 0px 12px 18px;
	list-style-type: none;
	font-size: 10px;
	float: left;
}

.header-navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}


#banner {
	width: 957px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#pagebody {
	width: 957px;
	margin: 0px;
	text-align: left;
}


/* 左ナビ */
#left-navi {
	width: 223px;
	padding: 0px 0px 0px 29px;
	float: left;
}

.left-navi-box1 {
	margin: 0px;
	padding: 20px 8px 10px 8px;
	border: 1px solid #CCCDCD;
	background-color: #F3F8FC;
}

.left-navi-box2 {
	margin: 0px;
	padding: 13px 8px 13px 8px;
	border-right: 1px solid #CCCDCD;
	border-bottom: 1px solid #CCCDCD;
	border-left: 1px solid #CCCDCD;
	background-color: #F3F8FC;
}

.left-navi-list {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

h2.h2_left_navi a{
	display: block;
	width: 205px;
	height: 26px;
	background-image: url(../img/left_navi_bg.jpg);
	font-size: 13px;
	color: #444444;
	padding-top: 11px;
	text-indent: 28px;
}
h2.h2_left_navi a:hover{
	background-position:0 -37px;
	text-decoration: none; 
}

/* 左ナビ下層用 */
.left-sub-navi {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-color: #F3F8FC;
}

.left-sub-navi-list {
	width: 177px;
	height: 20;
	margin: 0px;
	padding: 8px 0px 0px 28px;
	background-image: url(../img/left-subnavi-bg.jpg);
	background-repeat: no-repeat;
}

.left-sub-navi-list a:link {
	color: #666666;
	text-decoration: none;
}

.left-sub-navi-list a:visited {
	color: #666666;
	text-decoration: none;
}

.left-sub-navi-list a:hover {
	color: #B5010B;
	text-decoration: underline;
}

.left-sub-navi-list a:active {
	color: #666666;
	text-decoration: none;
}

.left-sub-navi-list-here {
	width: 177px;
	height: auto;
	margin: 0px;
	padding: 8px 0px 0px 28px;
	background-image: url(../img/left-subnavi-bg.jpg);
	background-repeat: no-repeat;
}
.left-sub-navi-list-here a{
	color: #444444;
	text-decoration: none;
}
.left-sub-navi-list-here a:hover {
	color: #B5010B;
	text-decoration: underline;
}
/*
.left-sub-navi-list-here a:link {
	color: #B5010B;
	text-decoration: underline;
}
.left-sub-navi-list-here a:visited {
	color: #B5010B;
	text-decoration: underline;
}
.left-sub-navi-list-here a:active {
	color: #B5010B;
	text-decoration: underline;
}
*/


.left-sub-navi-border {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* コンテンツ */
#main {
	width: 626px;
	margin: 0px 0px 0px 17px;
	padding: 20px 19px 20px 15px;
	background-color: #FFFFFF;
	float: left;
}


/* フッター */
#footer {
	width: 900px;
	padding: 15px 28px 0px 25px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.footer-navi {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

.footer-address {
	width: 380px;
	margin: 0px;
	padding: 0px 0px 140px 70px;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	float: left;
}

/* エントリー */
.archive_header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.entry {
	border: 1px solid #cccccc;
	padding: 7px;
	margin-bottom: 30px;
}
.entry_header {
	height: 20px;
	border-bottom: 1px solid #cccccc;
}
.entry_title {
	float: left;
}
.entry_date {
	float: right;
}
hr.hr_entry {}
.entry_body {
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}

/* private/index.html */
.information {
	margin-bottom: 22px;
}
p.p_info {
	line-height: 17px;
	margin-bottom: 20px;
}
.grade_list {
	height: 170px;
	margin-bottom: 30px;
}
ul.ul_grade_list {
	list-style: none;
	width: 205px;
	height: 37px;
}
ul.ul_grade_list li {
	width: 205px;
	height: 37px;
	margin-bottom: 7px;
}
ul.ul_grade_list li a{
	display: block;
	width: 205px;
	height: 37px;
}
ul.ul_grade_list li.li_grade_21 a {
	background-image: url(../img/grade_21_btn.jpg);
	text-indent: -9999px;
}
ul.ul_grade_list li.li_grade_1 a {
	background-image: url(../img/grade_1_btn.jpg);
	text-indent: -9999px;
}

ul.ul_grade_list li.li_grade_2 a {
	background-image: url(../img/grade_2_btn.jpg);
	text-indent: -9999px;
}
	
ul.ul_grade_list li.li_grade_3 a {
	background-image: url(../img/grade_3_btn.jpg);
	text-indent: -9999px;
}

ul.ul_grade_list li a:hover{
	background-position:205px 0px;
	text-decoration: none; 
}

