/*////////////////////////////////////
				header
////////////////////////////////////*/
#headerblog{
	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) 0 -400px;
	height:124px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align:left;
	position: relative;
}

#logoblog{
	width:370px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) 0 0;
}
#logoblog a{
	display:block;
	width:370px;
	height:45px;
}

.cat1 #sublogoblog{
	width:860px;
	height:70px;
	margin:10px auto 0 auto;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}
.cat2 #sublogoblog{
	width:860px;
	height:70px;
	margin:10px auto 0 auto;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}
.cat3 #sublogoblog{
	width:860px;
	height:70px;
	margin:10px auto 0 auto;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}
.cat1 #sublogoblog a{
	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) 0 -100px;
	width:860px;
	height:70px;
	display:block;
}
.cat2 #sublogoblog a{
	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) 0 -200px;
	width:860px;
	height:70px;
	display:block;
	
}
.cat3 #sublogoblog a{
	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) 0 -300px;
	width:860px;
	height:70px;
	display:block;
}
#left_shadow{
	position: absolute;
	top: 0px;
	width: 9px;
	left: 0px;
	padding-top: 1px;
	z-index:100;
}

#right_shadow{
	position: absolute;
	top: 0px;
	padding-top: 1px;
	right: 0px;
}
/*////////////////////////////////////
				content
////////////////////////////////////*/

#contentblog {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image: url(http://sho-oh.ac.jp/blog/img/main_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
}
#mainblog{
	width:606px;
	float:left;
	padding:15px 0px;
}
#subblog{
	width:234px;
	float:right;
	padding:0px 0px 15px 0px;
	vertical-align:text-top;
}
#subblog li a{
	color:#555;
}
#subblog li a:hover{
	color:#FF0099;
}
/*////////////////////////////////////
				footer
////////////////////////////////////*/
#footerblog{
	width: 860px;
	margin:0 auto;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image: url(http://sho-oh.ac.jp/blog/img/main_bg.jpg);
	background-repeat: repeat-y;
	text-align:right;
	vertical-align: text-bottom;
}
#footer_shadow{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	line-height:0px;
	font-size:10%;
}
.cat1 .copyright{
	padding-top:10px;
	font-size:10px;
	border-top:#369cd8 3px solid;
}
.cat2 .copyright{
	padding-top:10px;
	font-size:10px;
	border-top:#42b695 3px solid;
}
.cat3 .copyright{
	padding-top:10px;
	font-size:10px;
	border-top:#f4a329 3px solid;
}
