/* CSS Document */
/* 基本設定 */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}


/* 共通設定 */
body {
	text-align: center;
	background-image: url(http://www.kobekaisei.ed.jp/jr-high_life/img/kaiseiblog_high_back.jpg);
	background-repeat: repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
} 
.clear_both {
	clear: both;
}
#container {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	border: 1px solid #FEE1DD;
	background-color: #FFFFFF;
}


/* 大枠のレイアウト */
#banner {
	text-align: center;
}
.header_navi {
	width: 800px;
	text-align: center;
}
.header_navi_img {
	float: left;
	text-align: center;
}
.header_banner {
	width: 800px;
	text-align: center;
	clear: both;
}
#pagebody-inner {
	padding-top: 3px;
}
#left {
	float: left;
	width: 205px;
	padding-left: 8px;
}
#left-inner {
}
#right {
	float: left;
	width: 580px;
}
#right-inner {
	text-align: center;
}
#entry-box-inner {
	width: 570px;
	text-align: left;
	margin-bottom: 10px;
	clear:both;
}
.entry-header {
	width: 560px;
	height: 14px;
	padding: 5px;
	margin-bottm: 10px;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
}
.entry-title {
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	color: #3271A4;
}

.entry-title a:link {
	text-decoration: none;
	color: #3271A4;
}
.entry-title a:visited {
	text-decoration: none;
	color: #3271A4;
}
.entry-title a:hover {
	text-decoration: none;
	color: #3271A4;
}
.entry-title a:active {
	text-decoration: none;
	color: #3271A4;
}

.entry-date {
	font-size: 12px;
	color: #666666;
	text-align: right;
}


.entry-text {
	width: 550px;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	clear:both; //kawakami080424
}


/* フッター */
#footer {
	clear: both;
	width: 800px;
	text-align: center;
	background-image: url(http://www.kobekaisei.ed.jp/jr-high_life/img/kaiseiblog_high_footer.jpg);
	background-repeat: repeat-x;
}
#footer-inner {
	padding: 10px;
	text-align: center;
}
.footer-text {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #FFFFFF;
}


/* リンク */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* navi-content1 */
.navi-content1 a:link {
	color: #3271A4;
	text-decoration: none;
}
.navi-content1 a:visited {
	color: #3271A4;
	text-decoration: none;
}
.navi-content1 a:hover {
	color: #3271A4;
	text-decoration: none;
}
.navi-content1 a:active {
	color: #3271A4;
	text-decoration: none;
}
/* navi-content2 */
.navi-content2 a:link {
	color: #3271A4;
	text-decoration: none;
}
.navi-content2 a:visited {
	color: #3271A4;
	text-decoration: none;
}
.navi-content2 a:hover {
	color: #3271A4;
	text-decoration: none;
}
.navi-content2 a:active {
	color: #3271A4;
	text-decoration: none;
}
/* navi-content3 */
.navi-content3 a:link {
	color: #3271A4;
	text-decoration: none;
}
.navi-content3 a:visited {
	color: #3271A4;
	text-decoration: none;
}
.navi-content3 a:hover {
	color: #3271A4;
	text-decoration: none;
}
.navi-content3 a:active {
	color: #3271A4;
	text-decoration: none;
}


/* ナビ */
.navi-content1 {
	margin-bottom: 5px;
}
.navi-content2 {
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
}
.navi-background2 {
}
.navi-content2 ul {
	padding: 5px 10px 5px 30px; 
}
.navi-content2 li {
	list-style-type: disc;
	margin: 5px 0px 0px;
	font-size: 12px;
	color: #3271A4;
}
.navi-content3 {
	width: 195px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
.navi-content3 ul {
	padding: 5px 10px 5px 30px; 
}
.navi-content3 li {
	list-style-type: disc;
	margin: 5px 0px 0px;
	font-size: 12px;
	color: #3271A4;
}
.navi-background3 {
}