/*
THEME NAME: News
THEME URI: http://thebuckmaker.com/fireandice
AUTHOR: Fumiyo Aosaki
AUTHOR URI: http://thebuckmaker.com
DESCRIPTION:スクールからのお知らせデザイン。fireandiceを元にしたもの。
VERSION: 1.0.1
TAGS: fixed width, two columns, valid CSS, valid XHTML, black, red, orange, widget ready, left sidebar, gravatars, support,
*/

@import "http://";

/*******G E N E R A L   S T Y L I N G

         h1, h2, h3, h4, h5, h6{font-weight:normal; font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;}
         h2{font-size:1.4em}
         h3{font-size:1.3em}
         h4{font-size:1.2em; color:#232323; padding:5px 0;}
         h5{font-size:1.1em}
         h6{font-weight:bold}
*******/

blockquote {
         margin: 20px; 
         /*padding:10px;*/ 
         border-left:3px solid #232323;
}

         
blockquote p {
         font-style:italic; 
         color:#575757; 
         font-weight:bold;

}


a:link {color: #2F3D6F; text-decoration:none;}
a:visited {text-decoration:none; color:#2F3D6F;}
a:hover {color: #de8200; text-decoration:none;}
a:active { color:#d33f01;}

/*******
L A Y O U T
*******/


body {   margin:0;
         padding:0;
        color:#555;    /*   テキスト情報追加分   */
	background:url("/img/shared/bg.gif") repeat-x scroll 0 0 #e9e9e9;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Univers,Verdana,Arial, sans-serif;
}

/**  global.cssのwrapperと合わせる。   **/

div#wrapper {
        margin:0px;   /*   margin:0 220px;   */
        margin-left:auto; margin-right:auto;   /*  ★追加分  */
        padding:0;        /*  ★  */
        width:850px;  /*   749px  */
	    border-left: 1px solid #9a9a9a;    /*  ★  */
	    border-right: 1px solid #9a9a9a;   /*  ★  */
        background: #fff ;
}

/*   左側（defaultでは右側） containerの中にcontent/sidebar格納  */

div#container {
	/*    float: left;      right   */
	margin: 0px;   /*  0 0 0 -220px   */
    padding:0;
 	width:850px; /* width: 100%; */
   background-color:#fff;

}


/*H E A D E R*/

/**  global.cssのheaderと合わせるため削除   **/

/*** ★
#header h1 {
       position:absolute;
       width:202px;
       height:100px;
       top:0px;
       left:0px;
       margin:0;
       padding:0;
		}
***/

div#access div.skip-link{
        display:none;
        position:absolute;
        top:200px;
        left:900px;
        font-size:12px;
}


/*  M   E   N   U   */


div#menu{
        position:absolute;top:0px;left:229px;
        font-size:12px;
        padding:5px 0 0 0;
        margin-bottom:0px;
        width:790px;
        text-align:right;
        display:inline;
}
div#menu ul {display:inline;}
div#menu ul a {font-weight:600; text-decoration:none; display:inline; color:#555;}/* color:#F7353E; */
div#menu ul a:hover{color:#555; background:#f7353e;}  /*  color:#F2F2F2; background:#f7353e; */
div#menu ul li.current_page_item a{/*background-color:#F7353e;*/ color:#555;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style-type:none; margin:0;}
div#menu ul li{float:right;}
div#menu ul li a{padding:5px;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}



/*  M   I   S   C   */


.page h2, .single h2 {padding-top:5px;}
.archive h3{border:0}
.archive .page-title{border-bottom:1px solid #555; padding:0px 0 5px 0; font-size:12px; color:#555;}



/*  C  O  N  T  E  N  T   */


div#content {
        float: left; /*   ★追加  */
	    margin: 4px 0 0 15px;    /*   margin: 38px 0 0 200px;   */
        padding:12px 0 0 0;    /*  ★ */
        width:581px;    /* 581-15   */
        /*background-color:#dfdfdf;*/
}


/***  ニュース用categoryとsingle.php用スタイル   ***/

div#content div.post,div#content div.page{margin:0 0 15px 10px;padding:0;}


/***   blockBのh2,h3スタイルと同様にする   ***/

div#content div.post h2,div#content div.post h3,{
    background:url(/img/shared/dot2.gif) repeat-x bottom;
    margin: 0 0 12px;
	padding: 10px 0;
} 

/***   blockBのpスタイルと同様にする     ***/
div#content div.post p{	margin: 0 0 12px;padding: 0;}


div#content div.post .entry-title, div#content div.page .entry-title{
background:transparent url(/img/shared/dot2.gif) repeat-x scroll center bottom;
margin:0 0 12px;
padding:10px 0;

} 

div#content div.post .entry-title a, div#content div.page .entry-title a{line-height:1.3em; color:#555;}  /*  color:#F2F2F2;   */

.entry-date{text-align:left; font-size:10px; padding:5px 0 0; text-decoration:none; color:#555;}

div#content div.post .entry-title a:hover, div#content div.page .entry-title a:hover{color:#555; line-height:1.3em;}

.entry-title{clear:both;}

/*Content Post Styling*/
.entry-content{overflow:hidden;}
.entry-content p{color:#555; font-size:12px; line-height:1.5em; padding:0.5em 0;}
.entry-content em{font-style:italic}
.entry-content ul, ol{margin:10px;font-size:12px; line-height:1.5em;}
.entry-content ul li{padding-left:5px; list-style-type:disc;}
.entry-content ol li{padding-left:5px;}
.entry-content strong, .entry-content b{font-weight:bold}
.entry-content img{padding:10px; border:none;}

.entry-content a{color:#555; padding:2px;}  /*  color:#F2F2F2;   */
.entry-content a:hover{text-decoration:underline;}
.entry-content h2 {margin:0; padding:0;}


/*  M  E  T  A  */


.entry-meta {font-size:10px; color:#555; padding: 10px 0; margin-bottom:20px; clear:both;}
.entry-meta a, .entry-meta a:visited {color:#555;}  /*  color:#F2F2F2;   */
.entry-meta a:hover{text-decoration:underline;}
.published {border:none; text-decoration:none;}



/*  C  O  M  M  E  N  T  S   */

/*Comment List*/
div#comments{clear:both; margin-top:50px;}
div#comments a, div#comments a:visited {color:#555; font-weight:bold;}   /* color:#f7353e; */
div#comments a:hover {text-decoration:underline;}
div#comments-list h3{font-size:14px; font-weight:bold; color:#555;}
div#comments-list ol {font-size:12px; line-height:1.2em; padding:0}
div#comments-list ol li {display:block; width:440px; padding:0; list-style-type:none;}
div#comments-list ol li .comment-author{font-weight:bold;}
div#comments-list ol li .comment-meta{padding-bottom:10px; color:#555; font-weight:normal;font-size:0.8em; border-top:1px solid #555;}
div#comments-list ol li .comment-author{padding-right:10px}
div#comments-list ol li p{font-weight:normal;}
div.comments ol li{margin:0 0 3.5em;}
.photo {float:right;}

/*Comment Input Form*/
div#respond {margin-top:50px;}
div#respond h3 {font-size:14px; font-weight:bold; color:#555;}
div#respond .formcontainer{font-size:12px; line-height:1.2em; height:400px;}
div#respond form#commentform textarea{border:3px solid #555; padding:5px; height:80px; width:424px; background:none; color:#555;}
div#respond form#commentform input{border:3px solid #555; padding:5px; height:16px; width:424px; background:none; color:#555;}
div#respond form#commentform input#submit{border:0; margin-top:10px; width:150px; padding:5px; border: 2px solid #555; height:30px; background:none; font-weight:bold; cursor:pointer;}
form#commentform{margin:0 30px; width:440px; padding-top:5px}
form#commentform p#comment-notes{color:#555;}
form#commentform div.form-label{color:#555; margin:5px 0}

input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}



/*  S  I  D  E  B  A  R   */


div.sidebar {
       /*float: right;      left   */
       /* width:208px;       223pxpadding分をマイナス   */
       /*background:url(/img/shared/dot1.gif) repeat-x top;*/
       text-align:left;
       margin:0;
       padding: 0;  /*  ★  padding: 12px 15px 0 0; */
}

div#primary.sidebar{
       float: right;   /*   left   */
       width:223px;   /*    223pxpadding分をマイナス   */
       /*background:url(/img/shared/dot1.gif) repeat-x top;*/
       text-align:left;
       margin:0 10px 0 0;
       padding: 15px 5px 0 0;  /*  ★  padding: 12px 15px 0 0; */
}

/*****  Sidebar List  *****/

.xoxo {
        padding:0; margin:0; /* width:150px; */ overflow:hidden;
}
.xoxo li {margin:0;padding:0; font-size:12px; color:#555; list-style-type:none;}
.xoxo a, .xoxo a:visited {font-size:12px; /*font-weight:bold; color:#f7353e;*/ }
.xoxo h3 {margin:20px 0 5px 0; padding:0; /*font-size:19px;*/}
.xoxo ul {margin:0; padding:0;}
.xoxo ul li {padding:3px; width:150px;}

/*** designに合わせるため適用を外す
.xoxo ul li:hover {color:#F2F2F2; background:#F7353E;}
.xoxo ul li:hover a {color:#F2F2F2;}
.xoxo ul li.current_page_item {background:#F7353E;color:#F2F2F2;}
.xoxo ul li.current_page_item a, .xoxo ul li.current_page_item a:visited {color:#F2F2F2;}
.xoxo li a:hover { color:#F2F2F2; background:#F7353E}
.xoxo ul ul li {padding-left:0px;}  /*  padding-left:5px  */
.xoxo ul ul li:hover {background:#000; color:#f7353e;}

***/



/******   secondarysidebar  をcontentの中で左側に表示させる  *****/

div#secondary.sidebar {

	overflow: hidden;
        margin:0;
        padding:0; /*   追加   */
 	/*background-color:#ff6699;     追加   */
        /*display:none;*/
}


/*  F  O  O  T  E  R  これは使わない。後述スタイルで設定

div#footer {clear:both; padding-top:60px; text-align:center; color:#575757; font-size:11px;}
div#footer a {color:#575757;}
div#footer a:hover {color:#232323;}

*/


/*  N  A  V   next/last post, older/newer posts  */

#nav-above {display:none;}
#nav-below {font-size:12px; padding:30px 0;}
#nav-below a, #nav-below a:visited {color:#808080; font-weight:bold}
#nav-below a:hover {text-decoration:underline;}
.nav-previous {float:left;}
.nav-next {float:right;}



/*  A  L  I  G  N  */

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


/*****  追加タイル   *****/

a img{border-style:none;}


/*************************************** global.cssの内容を全部追加。重複スタイル上書き ******************************************/

body {
   margin:0; 
   padding:0;
   color:#555;
	background:url("/img/shared/bg.gif") repeat-x scroll 0 0 #e9e9e9;
	text-align:left;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Univers,Verdana,Arial, sans-serif;
   }
			 
			 
h1,h2,h3,h4,h5 {
   margin:0;
		}
		 
hr {
   margin:0;
   padding:0;
   display:none;
		}

p { 
   margin:0;
   padding:0;
		}

dl,dt,dd,ul,ol,td {
   margin:0;
   padding:0;
		}
		
th {
   margin:0;
   padding:0;
   text-align:left;
		}

li {
   margin:0;
   padding:0;
	list-style:none;
		}
		 
img {
   border:0;
		}

form {
   margin:0;
   padding:0;
   display:block;
		}
			 
input,select,option {
   margin:0;
   padding:0;
   vertical-align: middle;
		}
	
		
.clear { 
   clear: both; 
   } 
	
/* clearfix ---------- */

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display:inline-block;
}
/*\*/
* html .clearfix {
 height: 1%;
}

.clearfix {
 display: block;
}
/**/



/* iepngfix ---------- */

.iepngfix {  
   behavior: expression(IEPNGFIX.fix(this));  
}


/* text ---------- */

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 0.625em; line-height: 1.3em; } * html .txt10 { font-size: 0.63em; } /* Hack for IE */
.txt10w { font-size: 0.625em; line-height: 1.6em; } * html .txt10w { font-size: 0.63em; } /* Hack for IE */

/******secondary sidebar で使用*******/

.txt12 { font-size: 0.75em; line-height: 1.5em; } * html .txt12 { font-size: 0.75em; line-height: 1.5em; }  /* Hack for IE */


.txt12w { font-size: 0.75em; line-height: 1.75em; } * html .txt12w { font-size: 0.75em; line-height: 1.75em; }  /* Hack for IE */
.txt14 { font-size: 0.875em; line-height: 1.286em; } * html .txt14 { font-size: 0.88em; } /* Hack for IE */
.txt14w { font-size: 0.875em; line-height: 1.875em; } * html .txt14w { font-size: 0.88em; line-height: 1.88em; } /* Hack for IE */
.txt16 { font-size: 1em; line-height: 1.25em; } * html .txt16 { font-size: 1em; line-height: 1.25em; }  /* Hack for IE */
.txt18 { font-size: 1.125em; line-height: 1.167em; } * html .txt18 { font-size: 1.13em; } /* Hack for IE */
.txt24 { font-size: 1.45em; line-height: 1.167em; } * html .txt24 { font-size: 1.45em; } /* Hack for IE */

a:link {
   color:#555;
   text-decoration: underline;
		}
				 
a:visited {
   color:#555;
   text-decoration: underline;
		}
						
a:hover {
    color:#de8200;
    text-decoration: underline;
		 }
					
a:active { 
   color:#555;
   text-decoration: underline;
		}
		

#wrapper {
   width:850px;
   background-color: #fff;
   border-left: 1px solid #9a9a9a;
   border-right: 1px solid #9a9a9a;
   margin:0 auto;
   padding:0;
	}
		

/*header*/
		
#header {
   position:relative;
   width:850px;
   height:110px;
   background: url(/img/shared/h_bg.gif) center bottom repeat-x;
   text-align:left;
   margin:0;
   padding: 0;
		}
		
		
/******* テキストh1を枠外に *******/

h1.alt{
position:absolute;
top:-5000px;
left:-999px;
}
		
#header div.h_nav {
   position:absolute;
   width: 442px;
	height:28px;
	background: url(/img/shared/dot1.gif) repeat-x bottom;
	top: 20px;
	left: 267px;
    margin:0;
	padding:0 0 1px;
		}
		
#header div.h_nav li {
   float:left;
   height:19px;
   margin:0;
   padding:0;
		}
		
#header div.h_nav a {
   display:block;
		}
		
#header div.h_btn {
   position:absolute;
   width: 123px;
   height:48px;
   top: 7px;
   left: 716px;
   margin:0;
   padding:0 0 1px;
		}
		

/*globalNavi*/
		
#globalNavi {
    position:absolute;
    width:605px;
	height:40px;
	top: 60px;
	left: 234px;
	margin: 0;
	padding:0;
		}
		
#globalNavi li {
    float:left;
		}
		
#globalNavi a {
   display:block;
   width:121px;
   height:40px;
		}
		
		
/***********     content    

#content {
    /* background: url(/img/shared/con_bg.gif) repeat-x top;*/
    margin:0;
    padding:0;
    /*padding:12px 15px;*/
    text-align:left;
    		}
***********/		

/********************************  ★★content★★   *****/

#content div.left {
    /*float: left;*/
    /*width:581px;*/
    text-align:left;
    margin:0;
    padding:0;
		}


/*****  sidebar(primary)と重なる部分  元は#content div.right  ******/

#sidebar div.right {
    /*float: right; */
    width:223px;
    background:url(/img/shared/dot1.gif) repeat-x top;
    text-align:left;
    margin:0;
    padding: 1px 0 0;
		}

/*******   footer   *******/

#footer {
    clear:both;
    width: 820px;
    background:url(/img/shared/dot1.gif) repeat-x top;
    text-align:left;
    margin:0 15px;
    padding:10px 0;
    /*background-color:#dfdfdf;*/
		}
		
#footer p.f_nav {
    float: left;
    display: block;
    text-align:left;
    margin:0;
    padding:0;
		}
		
#footer p.copyr {
    float: right;
    display: block;
    text-align:left;
    margin:0;
    padding:0;
		}
		
		
		
/*TOPページ*/

#pickup {
    width:581px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	text-align:left;
     margin:0 0 15px;
	padding: 0 0 11px;
		}
		
#pickup h3 {
    	width: 561px;
	height: 22px;
	color: #fff;
	background:url(/img/shared/tit_bg2.gif) no-repeat 0 0;
        margin :0 0 10px;
	padding: 5px 10px 0 10px;
		}
		
		
#whatsnew {
    width:581px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	text-align:left;
     margin:0 0 15px;
	padding: 0 0 11px;
		}
		
#whatsnew h3 {
     width: 561px;
     height: 22px;
     color: #fff;
     background:url(/img/shared/tit_bg4.gif) no-repeat 0 0;
     margin :0 0 10px;
     padding: 5px 10px 0 10px;
		}
		
#whatsnew p {
     text-align:left;
	background:url(/img/shared/yaji.gif) no-repeat 0 3px;
    margin:4px 0 4px 10px;
	padding:0 0 0 20px;
		}
		
		
#qa {
    width:581px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	text-align:left;
     margin:0 0 15px;
	padding: 0 0 11px;
		}
		
#qa h3 {
 	width: 561px;
	height: 22px;
	color: #fff;
	background:url(/img/shared/tit_bg6.gif) no-repeat 0 0;
        margin :0 0 10px;
	padding: 5px 10px 0 10px;
		}
		
#qa .q img {
	float: left;
     margin :0 0 10px;
	padding: 0;
		}
		
#qa .q div.qr {
	float: right;
	text-align: left;
	border-top: 3px solid #000;
	width: 464px;
     margin: 0;
	padding: 0;
		}
		
#qa .q div.qr h4 {
	width: 464px;
	background:url(/img/shared/dot2.gif) repeat-x bottom;
     margin: 0 0 12px;
	padding: 10px 0;
		}
		
#qa .q div.qr p {
     margin: 0 0 12px;
     padding: 0;
		}
		
#qa .a img.left {
	float: left;
     margin :0 0 10px;
	padding: 0;
		}
		
#qa .a div.ar {
	float: left;
	text-align: left;
	width: 480px;
	background:url(/img/shared/ar_foot.gif) no-repeat bottom left;
        margin: 0 0 12px;
	padding: 0 0 20px;
		}
		
#qa .a div.ar h4 {
    margin: 0;
	padding: 0;
		}
		
#qa .a div.ar p {
	display: block;
    margin: 0;
	padding: 0 30px 0 40px;
		}
		
		
#school {
    width:581px;
	text-align:left;
     margin:0 0 15px;
	padding: 0 0 11px;
		}
		
#school h3 {
   width: 561px;
   height: 22px;
   color: #fff;
   background:url(/img/shared/tit_bg5.gif) no-repeat 0 0;
   margin :0 0 10px;
   padding: 5px 10px 0 10px;
		}
		
#school div.std {
	float: left;
	width: 275px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
    margin :0 15px 10px 0;
	padding: 0 0 10px;
		}
		
#school div.std img {
	float: left;
    margin :0 15px 0 0;
	padding: 0;
		}
		
#school div.std h4 {
	color: #267bc4;
		}
		
#school div.std p {
    margin :0 0 5px;
	padding: 0;
		}
		
#school div.std p.date {
	float: left;
    margin: 0;
	padding: 0;
		}
		
/**********  右側（サイドバー中身）  **********/

.right div.block {
	width: 223px;
	background:url(/img/shared/r_bg1.gif);
    margin: 0 0 10px;
	padding: 0;
		}
		
.right div.block-inner {
	width: 203px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
    margin: 0;
	padding: 10px 10px 1px;
		}
		
.right div.block h5 {
    margin: 0 0 10px;
	padding: 0;
		}
		
.right div.block .bt {
	text-align: right;
    margin: 10px 0;
	padding: 0;
		}
		
table.login td {
	margin: 0;
	padding: 2px 0 2px 2px;
	}
	
.right div.bnr {
	width: 223px;
    margin: 0 0 10px;
	padding: 0;
		}
		
		
		
			
/*-----第2階層以降-----*/	

.bread {
	width: 820px;     /*   パンくずwidth: 820px;    */
	text-align:left;
    margin:10px 0 0 15px;
	padding:0;
        }
		
div.main {
      width: 581px;
      margin:0 0 20px;
      padding:0;
		}
		
div.vaam {
      margin: 20px 0;
		padding:0;
		}

		
h2.bbs {
	background:url(/img/shared/loungebigtit_bg.gif) no-repeat 0 0;
      margin: 0 0 12px;
	   padding:0;
		}
		
			
	
/*******************-----第三階層-----container の名前は重複するので変更→box  *****************/

div.box {
    width: 581px;
    margin: 20px 0;
    padding:0;
 	}

/*  secondarysidebar   */	

.box div.lnav {
    float: left;
    width: 170px;
    margin:0 0 10px;
    padding:0;
  	}
	
.box div.lnav h3 {
    width: 150px;
    background-color: #333;
    color: #fff;
    margin:0;
    padding:12px 10px;
	}
	
.box div.lnav h3 a:link { color: #fff }
.box div.lnav h3 a:visited { color: #fff }
.box div.lnav h3 a:active { color: #fff }
	
.box div.lnav ol li.grey {
    width: 150px;
    background-color: #f5f4f4;
    margin:0;
    padding:6px 10px;
	}
	
.box div.lnav ol li.wht {
    width: 150px;
    background-color: #fff;
    margin:0;
    padding:6px 10px;
	}
	
.box div.lnav ol li a {
   display: block;
   background:url(/img/shared/yaji.gif) no-repeat 0 3px;
    margin:0;
    padding:0 0 0 15px;
	}
	
.box div.koushi {
    width: 170px;
    margin:0;
    padding:0;
	}
	
.box div.lnav div.koushi h3 {
    width: 150px;
    background-color: #333;
    color: #fff;
    margin:0;
    padding:12px 10px;
	}
	
.box div.lnav div.koushi p {
    width: 160px;
    margin: 0 0 15px;
    padding: 5px;
	}
	

/**********     ★★★投稿記事★★★       **********/

.box div.cont {
    float: right;
    width: 395px;  /*  395px;   */
    margin:0;
    padding:0;
    /*background-color:#dfdfdf;*/
	}
	
.box div.sm {
	float: left;
    width: 275px;
    margin:0;
    padding:0;
	}
	
.box div.sitemap {
    width: 255px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
    margin:0 0 12px;
    padding:0 10px 12px;
	}
	
.box div.sitemap table {
    margin:0 0 0 15px;
    padding:0;
	}
	
.box div.sitemap th {
	background:url(/img/shared/line1.gif) repeat-y 0 0;
    margin:0;
    padding:0;
	}
	
	
div.foot_nav {
	width: 561px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	background-color: #333;
	color: #fff;
	margin: 0;
	padding: 5px 10px 6px;
	}
	
div.foot_nav a:link { color: #fff }
div.foot_nav a:visited { color: #fff }
div.foot_nav a:active { color: #fff }
	
div.foot_btn {
	width: 581px;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	margin: 0 0 20px;
	padding: 0 0 1px;
	}
	
div.foot_btn .inner {
	width: 581px;
	text-align: center;
	background:url(/img/shared/r_bg1.gif);
	margin: 0;
	padding: 20px 0;
	}
	


/*-----コース検索-----*/	

div.course_nav {
	width: 581px;
	margin: 0 0 12px;
	padding: 0;
	}
	
div.greyr {
	width: 581px;
	background:url(../img/greyr_body.gif) no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0;
	}
	
div.greyr .inner {
	width: 561px;
	background:url(../img/greyr_head.gif) no-repeat left top;
	margin: 0;
	padding: 10px;
	}
	
div.greyr2 {
	width: 352px;
	background:url(../img/greyr_body2.gif) no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0;
	}
	
div.greyr2 .inner {
	width: 332px;
	background:url(../img/greyr_head2.gif) no-repeat left top;
	margin: 0;
	padding: 10px;
	}
	
div.whtr {
	width: 561px;
	background:url(../img/whtr_body.gif) no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0;
	}
	
div.whtr .inner {
	width: 541px;
	background:url(../img/whtr_head.gif) no-repeat left top;
	margin: 0;
	padding: 10px;
	}
	
div.whtr2 {
	width: 331px;
	background:url(../img/whtr_body2.gif) no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0;
	}
	
div.whtr2 .inner {
	width: 311px;
	background:url(../img/whtr_head2.gif) no-repeat left top;
	margin: 0;
	padding: 10px;
	}
	
	
div.voice {
	width: 465px;
	background:url(../img/voice_body.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
	}
	
div.voice .inner {
	width: 405px;
	background:url(../img/voice_head.gif) no-repeat left top;
	margin: 0;
	padding: 20px 20px 20px 40px;
	}
	
	
div.voice2 {
	width: 465px;
	background:url(../img/voice_body2.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
	}
	
div.voice2 .inner {
	width: 405px;
	background:url(../img/voice_head2.gif) no-repeat left top;
	margin: 0;
	padding: 20px 20px 20px 40px;
	}

	
	
		
/*-----汎用クラス-----*/

.date {
   color:#555555;
   }
		
.moreInfo {
   float:right;
	height:15px;
	font-weight:bold;
   background:url(/img/shared/yaji.gif) no-repeat 0 0;
	margin:0 10px 0 0;
	padding:0 0 0 13px;
   }
   

.moreInfo2 {
   float:left;
	height:15px;
	font-weight:bold;
   background:url(/img/shared/yaji3.gif) no-repeat 0 0;
	margin:0 0 0 10px;
	padding:0 0 0 13px;
   }
   
.pagetop {
   float:right;
	height:15px;
	font-weight:bold;
   background:url(/img/shared/yaji2.gif) no-repeat 0 0;
	margin:30px 10px 0 0;
	padding:0 0 0 13px;
   }
   

/**************     ブログトップのベタ部分         **************/

div.blockA {
    width:395px; /*   581px   */
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	margin: 0px;  /*   margin: 0 0 20px;  */
	padding: 0 0 8px;
}

div.blockA h3 {
	width: 375px;  /*   561px   */
	height: 22px;
	color: #fff;
	background:url(/img/shared/tit_bg1.gif) no-repeat 0 0;
	margin: 0 0 10px;
	padding: 7px 10px 0 10px;
}


div.blockA p {
	margin: 0 0 12px;
	padding: 0;
}

div.blockA h5 {
	margin: 0 0 12px;
	padding: 0 20px;
}

div.blockA div.inner {
	margin: 0;
	padding: 0;
}

div.blockA div.inner .course {
	float: left;
}

div.blockA div.inner .course p {
	background:url(/img/shared/dot1.gif) repeat-x top;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

div.blockA div.serial {
	margin: 0 0 12px;
	padding: 0 0 0 20px;
}


div.blockB {
    width:395px; /*   580px   */
    background:url(/img/shared/dot1.gif) repeat-x bottom;
    border-top: 3px solid #000;
    margin: 0 0 10px;
    padding: 10px 0 8px;
}

div.blockB h3 {
	width: 395px; /*   580px   */
/*	background:url(/img/shared/dot2.gif) repeat-x bottom;*/
    margin: 0 0 12px;
	padding: 0 0 10px;
}

div.blockB p {
	margin: 0 0 12px;
	padding: 0;
}

div.blockB h5 {
	margin: 0 0 12px;
	padding: 0;
}

div.blockB ol li {
	background:url(/img/shared/yaji.gif) no-repeat 0 3px;
	margin: 0 5px 10px;
	padding: 0 0 0 20px;
}


div.blockC {
    width:395px; /*   581px   */
	background:url(/img/shared/dot1.gif) repeat-x bottom;
	margin: 0 0 20px;
	padding: 0 0 12px;
}

div.blockC .r {
    width:420px;
	float: right;
	margin: 0;
	padding: 0;
}

div.blockC img.l {
	float: left;
	display: block;
    margin :0 10px 0 0;
	padding: 0;
		}
		
div.blockC h4.green {
	width: 400px;
	height: 22px;
	display: block;
	background:url(/img/shared/tit_bg5a.gif) no-repeat left top;
	color: #fff;
	margin: 0 0 10px;
	padding: 5px 10px 0 10px;
		}
		
div.blockC h4 {
	margin: 0 0 10px;
	padding: 0;
		}
		
div.blockC h5 {
	margin: 0 0 6px;
	padding: 0;
		}
		
div.blockC p {
    margin :0 0 10px;
	padding: 0;
		}
		
div.blockC p.date {
	float: left;
    margin: 0;
	padding: 0;
		}
		

div.blockD {
    width:395px; /*   581px   */
	margin: 0 0 12px;
	padding: 0;
}

div.blockD h3 {
    width:395px; /*   581px   */
	margin: 0 0 10px;
	padding: 0;
}

div.blockD h3.black {
    width:375px; /*   561px   */
	height: 22px;
	color: #fff;
	background:url(/img/shared/tit_bg1.gif) no-repeat left top;
	margin: 0 0 10px;
	padding: 5px 10px 0 10px;
}

div.blockD ol li {
	height: 20px;
	background:url(/img/shared/q_ico.gif) no-repeat 0 0;
	margin: 0 5px 5px;
	padding: 0 0 0 28px;
}


div.blockE {
    width:395px; /*   581px   */
	background:url(/img/shared/greyr_body.gif) no-repeat left bottom;
	margin: 0 0 12px;
	padding: 0;
}

div.blockE h4 {
    width:375px; /*   561px   */
	height: 22px;
	color: #fff;
	background:url(/img/shared/tit_bg3.gif) no-repeat 0 0;
	margin: 0;
	padding: 5px 10px 0 10px;
}

table.form th {
	padding: 5px 5px 5px 0;
	}
	
table.form td {
	padding: 5px 0 5px 5px;
	}

/*** 追加スタイル   ***/

h3.widgettitle{font-size:12px;font-weight:normal;}


#header div.h_nav { /*G3追記 090603 */
	width: 442px;
	left: 267px;
}

/*** 20100415 ***/
.side_special{
 	width:223px;
	text-align:left;
     margin:0 0 0 0;
	padding: 0 0 5px;
}

.side_special h3 {
	letter-spacing:0.1em;
    width: 203px;
	height: 20px;
	color: #fff;
	background:url(/img/shared/tit_side_bg2.gif) no-repeat 0 0;
    margin :0 0 10px;
	padding: 5px 10px 0 10px;
}


.side_special dl {
	margin:0 0 10px 0;
	height:80px;
}

.side_special dt {
	width:70px;
	height:80px;
	float:left;
}

.side_special dd {
	margin-left:80px;
	text-align:left;
	font-size:12px;
}
	




	
.side_pickup{
 	width:223px;
	text-align:left;
     margin:0 0 0 0;
	padding: 0 0 5px;
}

.side_pickup h3 {
    width: 203px;
	height: 20px;
	color: #fff;
	background:url(/img/shared/tit_side_bg2.gif) no-repeat 0 0;
    margin :0 0 10px;
	padding: 5px 10px 0 10px;
}

.side_pickup ul{

}

.side_pickup ul li{
    margin: 0 0 10px 0;
	background:url(/img/shared/dot1.gif) repeat-x bottom;
}

.side_pickup ul li a{
	padding: 0 0 10px 10px;
	font-size:12px;
	background:url(/img/shared/blt.gif) no-repeat 0 6px;
	display:block;
}

*html .side_pickup ul li a{
	padding: 0 0 5px 10px;
}

.side_pickup ul li a:hover{
	
}

@media print{body{zoom:70%;}}

@media print{*:first-child+html body{zoom:100%;}

