@charset "UTF-8";

/*CSSDocument*/

/* main_layout.css
--------------------------------------------------------------

:: CSS Index

 1 : html body base
        
 2 : body base
        
 3 : header
     �Emenu

 4 : footer
       
 5 : TOP Page
 
 6 : Contents Page
       


-------------------------------------------------------------- */



/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

html{
font-size: 16px;
/*\*/
_font-size: 100%;
/**/
min-height: 100%;
height: auto !important;
height: 100%;
text-align:center;

}

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

body{
color:#000;
margin:0;
background:#fff;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding:0px;
text-align:center;
line-height:21px;
font-size:12px;
min-height: 100%;
height: auto !important;
height: 100%;

}



a:link{ color:#0f5c37;text-decoration:none;}
a:visited{ color:#0f5c37;text-decoration:none;}
a:hover{ color:#8b4242;text-decoration:underline;}
a:active{ color:#8b4242;text-decoration:underline;}


.link_arrow{ background: url(../images/link_arrow.gif) no-repeat left 8px; padding:2px 0 2px 7px;}
.link_arrow_square{ background:url(../images/rink_arrow_square.gif) no-repeat left 3px; padding:4px 0 4px 16px;}


img {
border:none;
vertical-align:top;
}


input, select, textarea {
font-size: 12px;
}

ul, ol {
list-style: none;
}


/*
html ----------------------------------------------------------*/


/*
Module --------------------------------------------------------*/

 
.clear{
clear:both;
height:1px;
margin:-1px 0 0 0;
font-size:1px;
display: inline-block;
}

.access_log{ height:1px; margin:-1px 0 0 0; font-size:1px; clear:both;}


.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 */


span.caution{  line-height:16px;}

.iepngfix{behavior: expression(IEPNGFIX.fix(this));}

/*
Module --------------------------------------------------------*/



/* html body base
===============================================================*/

/*
body base -----------------------------------------------------*/


#pageContent{ width:950px;margin:0 auto; text-align:center; padding:0;height:100%;}
#pageContent:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}


/* header
===============================================================*/

/* header
-------------------------------------------------------------- */

#header{ height:360px; }
#header h1{ margin:0;}



/* header
===============================================================*/



/* footer
===============================================================*/

/* footer
-------------------------------------------------------------- */


#footer{ clear:both; background:#d41148; height:50px; margin:0;}
#footer:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}

.chuko{ float:left; display:inline; padding:17px 0 0 15px; }
.copyright{ float:right; display:inline; padding:19px 11px 0 0; }


/* footer
-------------------------------------------------------------- */



/* Contents Page
===============================================================*/

/* body base */

.keisha_kyu{ background:url(../images/keisha/keisha_roll_back.jpg) no-repeat top left; height:798px; width:950px; text-align:left;}

.keisha_kyu_l{ margin:54px 0 0 48px; float:left; display:inline; width:430px;}
.keisha_kyu_r{ margin:59px 0 0 0; float:left; display:inline; width:430px;}

.keisha_kyu_l h3{ margin:0 0 6px 0;}
.keisha_kyu_l p{ margin:0 0 25px 0; line-height:23px; font-size:14px;}

.txt12{ font-size:12px;}

.keisha_kyu_l table{ margin:5px 0 0 0;}
.keisha_kyu_l td{ padding:0 25px 8px 0; font-size:12px;}


.keisha_kyu_r h3{ margin:0 0 7px 89px;}

.keisha_kyu_r th{ border:solid #000; border-width:0 1px 1px 0;}
.keisha_kyu_r td{ border:solid #000; border-width:0 1px 1px 0;}






/* book info */

.keisha_book{ border:1px solid #c7c7c7; padding:4px; margin:0 0 4px 0;}
.keisha_book:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}

.keisha_book_in{ border:1px solid #d7d0cb; background:#f5f5f5 url(../images/keisha/keisha_book_back.gif) repeat-x top left; padding:35px 53px  0 52px; text-align:left;}
.keisha_book_in:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}

.keisha_book_in h4{ margin:7px 0 8px 0;}
.keisha_book_in p{ margin:0 0 12px 6px; font-size:14px; line-height:22px;}
.keisha_book_in p.book_info{ font-size:16px;}

.keisha_book_in p strong{ color:#7f714e;}
.keisha_book_in p strong.auth{ color:#7f714e; font-size:18px;}
.keisha_book_in p.auth_info{ margin:0 0 30px 6px; line-height:24px;}

.keisha_book_in h5{ margin:0 0 30px 3px; padding:14px 0 0 0;}

.keisha_book_img{ float:right; display:inline;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 5px solid #333;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}

#TB_closeAjaxWindow{
padding:7px 10px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
}

#TB_title{
background-color:#e8e8e8;
height:27px;
}

#TB_ajaxContent{
clear:both;
background:url(../images/keisha/thick_back.gif) repeat-x bottom left;
margin:5px;
overflow:visible;
text-align:left;
line-height:1.4em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
}

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}



