/*///////////////////////////////////
		common
////////////////////////////////////*/
html, body {
	height: 100%;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	zoom: 1;
	
}
img { -ms-interpolation-mode: bicubic; }
body {

	line-height:1.4;
	margin:0 auto;
	color:#666;
	font-size:12px;
	text-align:center;
	font-family:'ヒラギノ Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'ヒラギノ',sans-serif;
	background-repeat:repeat-x;
	background-color: #DEDEDE;
	background-image: url(http://sho-oh.ac.jp/blog/img/common_bg.jpg);
	background-position: center top;
}

ul,ol,dl{
  list-style:none;
}

li{
  display:list-item;
  zoom:normal;
}

h1,h2,h3 { line-height:1.6;font-size:14px; }
h4,h5,h6 { line-height:1.6;font-size:12px; }
p,li,dt,dl { line-height:1.6; }

img{
	vertical-align:bottom;
}
a img { border:0; }

a:link,a:visited {
   color:#00CCCC;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
   color:#FF3366;
}
a:active {
   color:#666;
}

.align-r{
	text-align:right;
}

.align-l{
	text-align:left;
}
.align-c{
	text-align:center;
}
.cl{
	clear:both;
}
.pageup{
	width:70px;
	height:20px;
	text-indent:9999px;
	overflow:hidden;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	margin:0 12px 2px auto;
	display:block;
}
.pageup a{
	width:70px;
	height:20px;
	display:block;
	background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) 0 -850px;
}
.pageup a:hover{
	background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -250px -850px;
}

/*////////////////////////////////////
				boxhack
////////////////////////////////////*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*////////////////////////////////////
			entry
////////////////////////////////////*/
.entry{
	padding:10px 15px;
	border:1px solid #DDD;
	margin-bottom:20px;
}
.cat1 .entry a{color:#369cd8;}
.cat1 .entry a:hover{color:#FF0099;}
.cat2 .entry a{color:#42b695;}
.cat2 .entry a:hover{color:#FF0099;}
.cat3 .entry a{color:#f4a329;}
.cat3 .entry a:hover{color:#FF0099;}
.entry h3{
	background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 0 no-repeat;
	font-size:14px;
	padding:0 0 2px 26px;
}
.dateblog{
	text-align:right;
	font-size:10px;
	padding:4px 0 3px 0;
	letter-spacing:0.1em;
}
.cat1 .entrybody{
	background:url(http://sho-oh.ac.jp/blog/img/lineblue.gif) no-repeat;
	line-height:2em;
}
.cat2 .entrybody{
	background:url(http://sho-oh.ac.jp/blog/img/linegreen.gif) no-repeat;
	line-height:2em;
}
.cat3 .entrybody{
	background:url(http://sho-oh.ac.jp/blog/img/lineyellow.gif) no-repeat;
	line-height:2em;
}

.entrybody img{
	border:1px solid #CCC;
	padding:3px;
	vertical-align:top;
}
.entryinfo{
	text-align:right;
	font-size:10px;
	letter-spacing:0.1;
	margin-top:4px;
	border-top:1px solid #CCC;
	padding-top:3px;
}

.entryinfo li,.entryinfo ul{
	display:inline;
}
.readmore{ margin-top:10px;}
.cat1 .readmore a{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -780px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}
.cat2 .readmore a{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -880px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}
.cat3 .readmore a{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -980px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}
.cat1 .readmore a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -1080px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}
.cat2 .readmore a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -1080px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}
.cat3 .readmore a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -1080px no-repeat;	padding:20px 0 5px 12px;	font-weight:bold;}

/*////////////////////////////////////
			sub
////////////////////////////////////*/
.subt_cal,.subt_cat,.subt_new,.subt_com,.subt_arc{
	padding-bottom:20px;
}
.cat1 .subt_cal h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0px -100px;	height:25px;	text-indent:-9999px;}
.cat1 .subt_cat h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0px -150px;	height:25px;	text-indent:-9999px;}
.cat1 .subt_new h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0px -200px;	height:25px;	text-indent:-9999px;}
.cat1 .subt_com h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0px -250px;	height:25px;	text-indent:-9999px;}
.cat1 .subt_arc h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0px -300px;	height:25px;	text-indent:-9999px;}

.cat2 .subt_cal h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -100px;	height:25px;	text-indent:-9999px;}
.cat2 .subt_cat h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -150px;	height:25px;	text-indent:-9999px;}
.cat2 .subt_new h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -200px;	height:25px;	text-indent:-9999px;}
.cat2 .subt_com h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -250px;	height:25px;	text-indent:-9999px;}
.cat2 .subt_arc h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -300px;	height:25px;	text-indent:-9999px;}

.cat3 .subt_cal h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -100px;	height:25px;	text-indent:-9999px;}
.cat3 .subt_cat h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -150px;	height:25px;	text-indent:-9999px;}
.cat3 .subt_new h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -200px;	height:25px;	text-indent:-9999px;}
.cat3 .subt_com h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -250px;	height:25px;	text-indent:-9999px;}
.cat3 .subt_arc h3{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -300px;	height:25px;	text-indent:-9999px;}

.cat1 .subt_cat li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -398px;padding-left:17px;border-bottom:1px dotted #DDD;}
.cat2 .subt_cat li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -498px;padding-left:17px;border-bottom:1px dotted #DDD;}
.cat3 .subt_cat li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -598px;padding-left:17px;border-bottom:1px dotted #DDD;}

.subt_new li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -98px;padding-left:17px;border-bottom:1px dotted #DDD;}
.subt_com li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -195px;padding-left:17px;border-bottom:1px dotted #DDD;}
.subt_arc li{background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0px -298px;padding-left:17px;border-bottom:1px dotted #DDD;}



.btnCAT1,.btnCAT2,.btnCAT3{text-indent:-9999px;overflow:hidden;height:45px;padding-bottom:3px;}
.btnCAT1 a{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0 0; display:block;height:45px;}
.btnCAT1 a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0 -50px;}
.btnCAT2 a{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px 0; display:block;height:45px;}
.btnCAT2 a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -50px;}
.btnCAT3 a{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px 0; display:block;height:45px;}
.btnCAT3 a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -500px -50px;}

.subtRSS{ height:50px;text-indent:-9999px;overflow:hidden;}
.subtRSS a{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat 0 -500px; height:50px;display:block}
.subtRSS a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) no-repeat -250px -500px;}

/*////////////////////////////////////
			search
////////////////////////////////////*/
.cat1 .subform{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) 0 -551px;	padding:10px 10px 0 10px;height:40px;}
.cat2 .subform{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -250px -551px;	padding:10px 10px 0 10px;height:40px;}
.cat3 .subform{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -500px -551px;	padding:10px 10px 0 10px;height:40px;}

.cat1 .subback{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) 0 -600px;height:90px;text-indent:-9999px;margin-bottom:0px;overflow:hidden;}
.cat1 .subback a{padding-top:15px;display:block;height:80px;}
.cat1 .subback a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) 0 -750px;}

.cat2 .subback{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -250px -600px;height:90px;text-indent:-9999px;margin-bottom:0px;overflow:hidden;}
.cat2 .subback a{padding-top:15px;display:block;height:80px;}
.cat2 .subback a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -250px -750px;}

.cat3 .subback{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -500px -600px;height:90px;text-indent:-9999px;margin-bottom:0px;overflow:hidden;}
.cat3 .subback a{padding-top:15px;display:block;height:80px;}
.cat3 .subback a:hover{background:url(http://sho-oh.ac.jp/blog/img/bgside.gif) -500px -750px;}

.btnOLD1 {
	text-indent:-9999px;
	overflow:hidden;
	height:45px;
	padding-bottom:10px;
	background-image: url(http://sho-oh.ac.jp/blog/img/bgside_2.gif);
	background-repeat: no-repeat;
	background-position: 0px -400px;
}

.btnOLD2 {
	text-indent:-9999px;
	overflow:hidden;
	height:45px;
	padding-bottom:10px;
	background-image: url(http://sho-oh.ac.jp/blog/img/bgside_2.gif);
	background-repeat: no-repeat;
	background-position:-250px -400px;
}

.btnOLD3 {
	text-indent:-9999px;
	overflow:hidden;
	height:45px;
	padding-bottom:10px;
	background-image: url(http://sho-oh.ac.jp/blog/img/bgside_2.gif);
	background-repeat: no-repeat;
	background-position: -500px -400px;
}

.btnOLD1 a{background:url(http://sho-oh.ac.jp/blog/img/bgside_2.gif) 0px -100px; no-repeat 0 0; display:block;height:45px;}
.btnOLD1 a:hover{background-position: 0px -150px;}
.btnOLD2 a{background:url(http://sho-oh.ac.jp/blog/img/bgside_2.gif) -250px -100px;	no-repeat 0 0; display:block;height:45px;}
.btnOLD2 a:hover{background-position: -250px -150px;}
.btnOLD3 a{background:url(http://sho-oh.ac.jp/blog/img/bgside_2.gif) -500px -100px;	no-repeat 0 0; display:block;height:45px;}
.btnOLD3 a:hover{background-position: -500px -150px;}


input.submit {
	padding: 4px 5px;
	border: none;
	font-size: 100%;
	text-transform: uppercase;
	color: #555;
	background-color: #EEE;
	letter-spacing:3;
}

input.submit:hover {
	background-color:#FF0099;
	color:#fff;
}

input.inputField {
	width: 70%;
}
input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #ccc #ccc #999;
	background-color: #fff;
}





/*////////////////////////////////////
			calendar
////////////////////////////////////*/
.calendar{
	width:98%;
	margin:3px 4px;
}
.calendar table{
}
.calendar td,.calendar th{
	padding:2px 2px;
	text-align:center;
}
.calendar td a,.calendar td a:visited{
	background:#FF0000;
	color:#FFF;
	font-weight:bold;
	display:block;
}
.calendar td a:hover{
	background:#CC00FF;
	color:#333;
	text-decoration:none;
}
/*////////////////////////////////////
			comment&trackback
////////////////////////////////////*/
.cat1 .commenth4{	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -550px;height:35px;margin-top:15px;font-size:10px;text-align:right;}
.cat1 .trackbackh4{background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -600px;height:35px;font-size:10px;text-align:right;margin-top:15px;}
.cat2 .commenth4{	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -650px;height:35px;font-size:10px;text-align:right;margin-top:15px;}
.cat2 .trackbackh4{background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -700px;height:35px;font-size:10px;text-align:right;margin-top:15px;}
.cat3 .commenth4{	background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -750px;height:35px;font-size:10px;text-align:right;margin-top:15px;}
.cat3 .trackbackh4{background:url(http://sho-oh.ac.jp/blog/img/bg_header.gif) no-repeat 0 -800px;height:35px;font-size:10px;text-align:right;margin-top:15px;}


.comments-open-header{
	background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0 -1300px;
	padding:2px 0 4px 22px;
	font-size:14px;
}
.archive-title{
	background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) no-repeat 0 -1200px;
	padding:8px 0 15px 36px;
	font-size:14px;
	margin-bottom:5px;
}
.archive-cattitle{
	background:url(http://sho-oh.ac.jp/blog/img/bgbigcat.gif) no-repeat;
	padding:8px 0 8px 80px;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333;
}
.entry-tags{
	background-repeat:no-repeat;
	background-color:#DDD;
	background-image:url(http://sho-oh.ac.jp/blog/img/bgico.gif);
	background-position: 5px -1395px;
	padding:3px 0px 3px 25px;
}
/*////////////
pagenav
/////////////*/

.catpagenav a, .catpagenav a:visited{
width:15px;
height:16px;
padding: 3px 6px 2px 6px;
_padding: 0 5px;
text-decoration: none;
color: #000066;
text-align:center;
line-height:12px;
background:#DDD;
}
.catpagenav a:hover{

background:#FF6633;
}
.catpagenav b{
padding: 2px 5px 1px 5px;
_padding: 0 5px;
border: 1px solid #cccccc;
text-decoration: none;
color: #000066;
background-color: #dae0e6;
}
.catpagenav{
padding-bottom:6px;
}
.qrcode{
	padding:35px 0 0 100px;
	width:134px;
	height:105px;
	background:url(http://sho-oh.ac.jp/blog/img/bg_mobileblog.gif) no-repeat;
	margin-top:15px;
}
/*////////////
year accoding
/////////////*/

.archives,.archives dt,.archives dd,.archives ul	{ margin:0; padding:0; }
.archives li	{ list-style-type: none; }
.archives	{ padding: 5px 0; }
.archives dt	{ padding: 1px 0 1px 15px; background:url(http://sho-oh.ac.jp/blog/img/bgico.gif) 0 -1095px no-repeat; }
.archives dd	{ padding: 0 0 5px 10px; }
