@charset "utf-8";

/* font
=========================================*/
body {
font: 12px/1.3  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
color: #000;
}

/* format
=========================================*/
* { margin: 0; padding: 0; }
option { padding-right: 0.5em; }
img { border: none; vertical-align: bottom; }
ol,ul,li,dl,dt,dd { list-style-type: none; }
hr,legend { display: none; }
fieldset { border: none; }
address,em { font-style: normal; }
table,td,th{ border-collapse: collapse; empty-cells: show;}

/* clearfix
=========================================*/
.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* body
=========================================*/
body {
text-align: center;
	width:100%;
	background-image: url(../../file/bottm_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
        background-color: #FBF7F0;
        margin:0;
	padding:0;
}


/* link color
=========================================*/
/* Hides from IE-mac \*/
a { overflow: hidden;}
/* End hide from IE-mac */

/* all */
a:link { color: #CC0000; text-decoration: underline;}
a:visited { color: #cc0000; text-decoration: underline;}
a:hover { color: #ccc; text-decoration: none;}
a:active { color: #ccc; text-decoration: none;}

/* main */
#main.contents a:link { color: #B3CC80; text-decoration: underline;}
#main.contents a:visited { color: #B3CC80; text-decoration: underline;}
#main.contents a:hover { color: #ccc; text-decoration: none;}
#main.contents a:active { color: #ccc; text-decoration: none;}

/* menu */
#sub dl#navi dd a:link { color: #000; text-decoration: none;}
#sub dl#navi dd a:visited { color: #666; text-decoration: none;}
#sub dl#navi dd a:hover { color: #FF6600; text-decoration: none;}
#sub dl#navi dd a:active { color: #97C200; text-decoration: none;}

/* button */
#main.contents div.infoArea a:link { color: #fff; text-decoration: underline;}
#main.contents div.infoArea a:visited { color: #FFF; text-decoration: underline;}
#main.contents div.infoArea a:hover { color: #ccc; text-decoration: none;}
#main.contents div.infoArea a:active { color: #ccc; text-decoration: none;}

/* footer */
a:link { color: #FFF; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none;}
a:hover { color: #FFF; text-decoration: none;}
a:active { color: #FFF; text-decoration: none;}

/* body2 */
a:link { color: #2D4474; text-decoration: none;}
a:visited { color: #2D4474; text-decoration: none;}
a:hover { color: #2D4474; text-decoration: none;}
a:active { color: #2D4474; text-decoration: none;}


/* font size
=========================================*/
h1,h3,h4,h5,h6{ font-size: 120%;}
strong { color:#333; font-size:100%; font-weight: normal; line-height:1em;}
em { line-height:10px; color:#FF6600; font-size:125%; }
input,textarea { font-size: small;}
table,td,th{ font-size: small;}


/* the other
=========================================*/
.text-right{text-align:right;}
.contents-bottom{margin-bottom:10px;}

/*
-------------------------------------------
###########################################
layout
###########################################
-------------------------------------------
*/

#logo {
    float: left;
}

#rss {
    float: left;
}



#container {
    width: 100%;
    text-align: center;
    background-image: url(../../file/head_back.gif) ;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #FBF7F0;
    margin:0;
    padding:0;
}


#topheaderimage {
    width: 100%;
    text-align:center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}



#header {
    padding: 0px 0px 0px 0px;
    background: url(../../file/main_table_top_bg.jpg) no-repeat;
    background-position: bottom;
    width: 882px;
    text-align: center;
    margin:0 auto;
    height:0px;
}



#globalNavi2{
float: right;
text-align: left;
margin: 0;
}

#contents {
    width: 882px;
    text-align: center;
    margin:0 auto;
    background: url(../../file/main_bg.gif) repeat-y;
}



#main {
    float: right;
    width: 634px;
    text-align: left;
    margin: 15px 5px 0px 0px;
}

#sub {
    float: left;
    width: 200px;
    height: 30%;
    text-align: left;
    margin: 17px 10px 0px 10px;
}

#footer {
    clear: both;
    padding: 35px 0 0;
    background: url(../../file/main_table_bottom_bg.gif) no-repeat;
    background-position: top;
    width: 882px;
    text-align: left;
    margin: 0px auto;
    padding: 0px 0 0;
}


#body2 {
    clear: both;
    text-align: left;
    width:100%;
}


#next {
    clear: both;
    float: right;
}

/*
-------------------------------------------
###########################################
header
###########################################
-------------------------------------------
*/

#header h1 {
    float: right;
    font-size: 10px;

}

/*
-------------------------------------------
###########################################
main
###########################################
-------------------------------------------
*/

/*NO19 テキスト（小見出しのみ）  共通*/
#main h3 {
    font-size: 16px;
    color: #828862;
    margin: 5px 0px 10px 20px;
}

/*NO18 テキスト（本文のみ） 共通*/
#main p {
    margin: 0 0 15px 20px;
}


/* topics
=========================================*/
#topix {
    overflow:auto;
    width:640px;
    height:150px;
    border:solid 1px #CCC;
    padding:10px;
}

#main dl.topics {
    padding: 8px 10px 10px;
    background: #FBF7F0;
}
#main dl.topics dt {
    color: #666633;
    font-weight: bold;
    margin: 2px 0 0;
}
#main dl.topics dd {
    border-bottom: 1px solid #ccc;
}


/*トピックススクロールバー*/
html,body {
scrollbar-arrow-color: #cccccc;
scrollbar-face-color: #FBF7F0;
scrollbar-highlight-color: #cccccc;
scrollbar-shadow-color: #cccccc;
scrollbar-3dlight-color: #FBF7F0;
scrollbar-darkshadow-color: #FBF7F0;
scrollbar-track-color: #FBF7F0;
}


/*
-------------------------------------------
###########################################
sub
###########################################
-------------------------------------------
*/

#sub dl#navi dt {
    background: url(../../file/contents_title.gif) no-repeat;
    height: 35px;
    text-indent: -9999px;
}

#sub dl#navi dd a {
    display: block;
    background: url(../../file/button_bg.gif) no-repeat;
    height: 27px;
    padding: 8px 0 0 25px;
}
#sub dl#navi dd a:link { background: url(../../file/button_bg.gif) no-repeat;}
#sub dl#navi dd a:visited { background: url(../../file/button_bg.gif) no-repeat;}
#sub dl#navi dd a:hover { background: url(../../file/button_o_bg.gif) no-repeat;}
#sub dl#navi dd a:active { background: url(../../file/button_o_bg.gif) no-repeat;}
#sub dl#navi dd.nowpage a { background: url(../../file/button_o_bg.gif) no-repeat;}
/* address
=========================================*/
#sub dl.address {
    margin: 20px 0 0;
    font-size: x-small;
}
#sub dl.address dt {
    font-weight: bold;
}
#sub dl.address dd {
    margin: 2px 0 0;
    border-bottom: 1px solid #eee;
}

/*
-------------------------------------------
###########################################
contents
###########################################
-------------------------------------------
*/


/*NO9　画像左、テキスト右 */
#main img.left {
    float: left;
}
#main.contents .normal ul {
    width: 250px;
    float: left;
    margin: 0px 10px 20px 20px;
}

/*NO8　画像右、テキスト左 */
#main img.right {
    float: right;
}
#main.contents .normal2 ul {
    width: 250px;
    float: right;
    margin: 0px 0px 20px 10px;
}



/*NO21　テキスト（大見出しのみ）*/
#main.contents h2 { 
    font: 17px/1.3  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #000033;    
    height: 50px;
    font-weight: nomal;    
    background: url(../../file/midashi_bg.gif) no-repeat;
    margin: 5px 0px 10px 0px;
    padding: 9px 0px 0px 20px;
}

#main.contents h5 { 
    color: #FF6600;    
    height: 35px;
    font-weight: bold;    
    background: url(../../file/h5.gif) no-repeat;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

/*NO10　画像右、テキスト左（キャプション付） */
#main.contents dl.right {
    float: right;
    width: 250px;
    margin: 0 0px 10px 20px;
    font-weight: bold;    
}
#main.contents img.block {
    display: block;
    margin: 5px auto;
}

/*NO5 フリーブロックにつき設定無し*/

/*NO6 画像＋キャプション（2列）*/
#main.contents ul.left {
    float: left;
    width: 310px;
    margin: 0 0 0 0;
}
#main.contents ul.right {
    float: right;
    width: 310px;
    margin: 0 0px 0 0;
}

/*NO7 画像＋キャプション（3列）*/
#main.contents ul.imgList {
    clear: both;
}
#main.contents ul.imgList li {
    width: 200px;
    float: left;
    margin: 0px 15px 0px 0px;
}
* html #main.contents ul.imgList li {
    margin: 0px 10px 0px 0px;
}
#main.contents ul.imgList li.last {
    margin: 0px 0px 0px 0px;
}

/*NO11 人物紹介 */
#main.contents .profile {
    background: url(../../file/staff_box_bg.gif) no-repeat;
    margin: 0px;
    padding: 30px 30px 30px 30px ;
    width: 660px;
    height: 250px;
}
#main.contents .profile li {
width: 450px;    
}
#main.contents .profile img {
    width: 170px;
    float: left;
    margin: 0 20px 0 0;
}
#main.contents .profile p{
width: 570px; 
    margin: 10px 10px 10px 10px;
}

/*NO20 テキスト（本文のみ、枠付） */
#main.contents p.attention {
    margin: 0 14px 0 0;
    padding: 0 0 0 0;
    background: #EBF5F6;
    border: 1px solid #80CCB3;
}


/*NO1 ボタン（画像）*/
#main.contents div.infoArea {
    position: relative;
    margin: 20px 0;
    height: 35px;
}
#main.contents div.infoArea a {
    position: absolute;
    background: url(../../file/button.gif) no-repeat;
    width: 185px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
#main.contents div.infoArea :hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
#main.contents div.infoArea {
    position: relative;
    margin: 20px 0;
    height: 28px;
}

/*NO1 ボタン（1個）*/
#main.contents div.infoArea a.no1 { top: 0px; left: 195px;}
/*NO2 ボタン（2個）*/
#main.contents div.infoArea a.no2 { top: 0px; left: 75px;}
#main.contents div.infoArea a.no3 { top: 0px; left: 385px;}
/*NO3 ボタン（3個）真ん中のボタンはNO1と兼用*/
#main.contents div.infoArea a.no4 { top: 0px; left: 0px;}
#main.contents div.infoArea a.no5 { top: 0px; left: 390px;}


/*NO12 画像下、テキスト上 */
/*NO13 画像上、テキスト下（大見出しなし） */

/*NO14 表*/
#main.contents table.table {
    border: 1px solid #fff;
    border-bottom: none;
    font-size: 12px;
    width: 98%;
}
#main.contents table.table tr td.left {
    background: #E5E6AB;
    padding: 5px;
    font-size: 12px;
    width: 25%;
    color: #666666;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
#main.contents table.table tr td.right {
    padding: 5px;
    background: #eee;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*NO15 テキスト  mainにて設定 */
/*NO16 テキスト（小見出しなし）mainにて設定 */
/*NO17 テキスト（大見出しなし）mainにて設定 */
/*NO18 テキスト（本文のみ）mainにて設定 */
/*NO19 テキスト（小見出しのみ）mainにて設定 */


/*NO4 フォーム*/
#main.contents form fieldset table {
    margin: 10px 0;
    background: #FBF7F0;
    width: 98%;
    border: 1px solid #FBF7F0;
    border-bottom: none;
}
#main.contents form fieldset table th {
    width: 25%;
    background: #CCCCCC;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#main.contents form fieldset table td {
    padding: 5px;
    margin: 0 0 0 133px;
    font-size: 12px;
    border-bottom: 1px solid #FBF7F0;
    background: #eee;
}
#main.contents .contactform form fieldset div.submit {
    text-align:center;
}
#main.contents .contactform form fieldset div.submit input{
    width:50px;
}
#main.contents .contactform form fieldset input{
    width:90%;
    font-size:12px;
}
#main.contents .contactform form fieldset textarea{
    width:95%;
    font-size:12px;
    height:100px;
}
#main.contents em {
    background: url(../../file/midashi2.gif) no-repeat;
    margin: 0 0 0 0;
    font: 15px/1.3  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;    
    font-weight: bold;
    padding: 0 0 0 20px;
}

/*-----------------------------
	　　　banner
-------------------------------*/

#banner img {
    width: 200px;
    margin: 0px 0px 0px 0px;
    margin-bottom: 7px;
    border: 0px;
}

#banner2 img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

#bannercenter {
    width: 520px;
    margin: 0 0 10px 0;	
}



/*-----------------------------
	Global Navigation
-------------------------------*/
ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 800px;
        margin-top:0px;
        margin-bottom:0;
        background-color:#000;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        color:#FFF;
        float:left;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
        border-left: 1px solid #FFF;
        border-right: 1px solid #000;
	margin: 0;
	padding: 0;
	float: left;
	width: 19.50%;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #000;
        line-height: 98%;
}

ul#globalNavi li a:hover {
        color: #FFFFFF;
	background-color: #FF9900;
}

#area strong {
	font-size: 100%;
	color: #552200;
	margin-top: 12px;
	margin-bottom: 8px;
	border-bottom: 1px #552200 solid; 
        width: 550px
}
#banner img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

/*-----------------------------
	　　　banner
-------------------------------*/
#banner {
    width: 200px;
    margin: 0 0 0 0;	
}

#banner2 img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

#banner2 {
    width: 200px;
    margin: 0 0 0 0;	
}


/*-----------------------------
	　　　imglink
-------------------------------*/
a#photolink1 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms1.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink1 {
   float: left;
}
a#photolink2 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms2.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink2 {
   float: left;
}
a#photolink3 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms3.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink3:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink3 {
   float: left;
}
a#photolink4 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms4.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink4:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink4 {
   float: left;
}
a#photolink5 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms5.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink5:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink5 {
   float: left;
}
a#photolink6 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms6.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink6:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink6 {
   float: left;
}
a#photolink7 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms7.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink7:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink7 {
   float: left;
}
a#photolink8 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms8.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink8:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink8 {
   float: left;
}

a#photolink9 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms9.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink9:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink9 {
   float: left;
}


ここまで

a#photolink10 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms4.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink10:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink10 {
   float: left;
}
a#photolink11 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms5.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink11:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink11 {
   float: left;
}
a#photolink12 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms6.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink12:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink12 {
   float: left;
}
a#photolink13 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms7.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink13:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink13 {
   float: left;
}
a#photolink14 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms8.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink14:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink14 {
   float: left;
}




/*-----------------------------
	　　　imglink
-------------------------------*/

a#service1 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service1.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service1 {
   float: left;
}


a#service2 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service2.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}


a#service2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service2 {
   float: left;
}


a#service3 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service3.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service3:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service3 {
   float: left;
}


a#service4 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service4.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service4:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service4 {
   float: left;
}


a#service5 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service5.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service5:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service5 {
   float: left;
}

a#service6 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service6.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service6:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service6 {
   float: left;
}

a#service7 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service7.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service7:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service7 {
   float: left;
}

a#service8 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service8.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service8:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service8 {
   float: left;
}

a#service9 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service9.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service9:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service9 {
   float: left;
}

a#service10 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service10.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service10:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service10 {
   float: left;
}

a#service11 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service11.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service11:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service11 {
   float: left;
}

a#service12 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service12.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;

}
a#service12:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service12 {
   float: left;
}

a#test1 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 70px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/test1.jpg"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#test1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#test1 {
   float: left;
}

/*
-------------------------------------------
###########################################
CMS
###########################################
-------------------------------------------
*/

#cms {
    margin: 0 0 0 0;
}

/*
-------------------------------------------
###########################################
down_menu
###########################################
-------------------------------------------
*/

#down_menu_down {
    width: 950px;
    height:100px;
    text-align: left;
    margin: 0px auto 0;
}

#down_menu_down ul{
	float:left;
	width:190px;
	margin-bottom:10px;
}

#down_menu li {
	margin:0;
	padding:0;
	font-size: 10px;
	line-height: 16px;
}

#down_menu li a {
	color: #999999;
}

#down_menu li a:hover{
	text-decoration:underline;
	color:#cc0000;
}

#down_bar_end {
	clear:both;
}

/*
-------------------------------------------
###########################################
formmail
###########################################
-------------------------------------------
*/



@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}





















@charset "UTF-8";
/*基本スタイル
----------------------------------------------------------------------------------------------------
*/
#header01 {
	clear:both;
	width:882px;
	margin:0 auto;
	text-align:left;
}
#header01:after {
	content:"";
	display:inline-block;
	clear:both;
}
.headerlogo01 a {
	background:url(http://english-interbooks.com/images/headerlogo01.gif) no-repeat 0 0;
	width:261px;
	height:64px;
	display:block;
	text-indent:-10000px;
}
.header01_layout01 {
	width:850px;
	height:80px;
	float:left;
	background:url(http://english-interbooks.com/images/header01_layout01_bg01.gif) no-repeat 0 0;
	padding:16px 16px 0 16px;
	display:block;
}
.header01_layout01:after {
	content:"";
	display:inline-block;
	clear:both;
}
.header01_layout01_left01 {
	float:left;
	width:261px;
}
.header01_layout01_right01 {
	float:right;
	height:21px;
	width: 589px;
}
.header01_layout01_child01 {
	float:right;
	height: 21px;
}
.header01_layout01_child01_child01{
	font-size:10px;
	text-align:right;
	float: left;
	margin: 3px 10px 0 0;
}
.header01_layout01_child01_child02 {
	width: 80px;
	float: left;
}
.header01_layout01_child01_child02 a{
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/header01_right01.gif) no-repeat 0 0;
	width:80px;
	height:21px;
	display:block;
}
.header01_layout01_child02 {
	float:right;
	width:563px;
}
.header01_img01 {
	float:left;
}
.header01_img01 a {
	text-indent: -10000px;
	background:url(http://english-interbooks.com/images/header01_img01.gif) no-repeat 0 0;
	width:283px;
	height:39px;
	margin:8px 0 0 0;
	display:block;
}
.header01_layout01_child03 {
	float:right;
	margin:8px 0 0 8px;
	width: 272px;
}
.header01_img02 {
	float:left;
	text-indent:-10000px;
	display:block;
	background:url(http://english-interbooks.com/images/header01_img02.gif) no-repeat 0 0;
	width:151px;
	height:38px;
}
.header01_img03 a{
	float:left;
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/header01_img03.gif) no-repeat 0 0;
	width:121px;
	height:38px;
	display:block;
}



























@charset "UTF-8";
/*
----------------------------------------------------------------------------------------------------
*/
body {
	text-align:center;
}
#body01 {
	background:url(http://english-interbooks.com/images/body01_bg01.gif) repeat-x 0 0;
	background-color:#FBF7F0;
}
#contents01 {
	clear:both;
	width:882px;
	margin:0 auto;
	text-align:left;
}
#contents01:after {
	content:"";
	display:block;
	clear:both;
}
/*
----------------------------------------------------------------------------------------------------
*/
.breadcrumbs01 {
	background:url(http://english-interbooks.com/images/breadcrumbs01_bg01.gif) no-repeat 0 0;
	width:882px;
	height:26px;
}
.breadcrumbs01 li {
	float:left;
	line-height:26px;
}
.breadcrumbs01 li a {
	color:#4A4341;
}
.breadcrumbs01 li a:visited {
	color:#4A4341;
}/*for IE6*/
.breadcrumbs01_01 {
	padding:0 0 0 18px;
	background:url(http://english-interbooks.com/images/breadcrumbs01_01_bg01.gif) no-repeat 0 6px;
	display:block;
	font-size:10px;
	margin:0 0 0 9px;
}/*for IE6*/
html>body .breadcrumbs01_01 {
	padding:0 0 0 18px;
	background:url(http://english-interbooks.com/images/breadcrumbs01_01_bg01.gif) no-repeat 0 6px;
	display:block;
	font-size:10px;
	margin:0 0 0 17px;
}
.breadcrumbs01_02 {
	padding:0 0 0 16px;
	background:url(http://english-interbooks.com/images/breadcrumbs01_02_bg01.gif) no-repeat 0 10px;
	display:block;
	font-size:10px;
	margin:0 0 0 8px;
}
/*
----------------------------------------------------------------------------------------------------
*/
.pagecontroller01 {
	clear:both;
	width:628px;
}
.pagecontroller01_child01 {
	float:right;
}
/*
----------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------------------------------------------------------------------
*/
.marker01_01 {
	padding:0 0 0 16px;
	background:url(http://english-interbooks.com/images/marker01_01.gif) no-repeat 0 5px;
	display:block;
}
.marker02_01 {
	padding:0 0 0 24px;
	background:url(http://english-interbooks.com/images/marker02_01.gif) no-repeat 0 0;
	display:block;
	line-height:16px;
}
.marker02_02 {
	font-size:14px;
	color:#5A6333;
	margin:24px 0 16px 0;	
}
.marker02_02_01 {
	padding:0 0 0 24px;
	background:url(http://english-interbooks.com/images/marker02_02.gif) no-repeat 0 0;
	display:block;
	width: 604px;
}
/*
----------------------------------------------------------------------------------------------------
*/
.margin_top01 {
	margin-top:4px;
}
.margin_top02 {
	margin-top:8px;
}
.margin_top03 {
	margin-top:16px;
}
.margin_top04 {
	margin-top:32px;
}
.margin_bottom01 {
	margin-bottom:4px;
}
.margin_bottom02 {
	margin-bottom:8px;
}
.margin_bottom03 {
	margin-bottom:16px;
}
.margin_bottom04 {
	margin-bottom:32px;
}
.margin_left01 {
	margin-left:4px;
}
.margin_left02 {
	margin-left:8px;
}
.margin_left03 {
	margin-left:16px;
}
.margin_left04 {
	margin-left:32px;
}
.margin_right01 {
	margin-right:4px;
}
.margin_right02 {
	margin-right:8px;
}
.margin_right03 {
	margin-right:16px;
}
.margin_right04 {
	margin-right:32px;
}
/*
----------------------------------------------------------------------------------------------------
*/
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.gold {
	color: #a88042;
}
.orange {
	color: #dc5a21;
}
.block {
	display:block;
}
.clear {
	clear:both;
}
.large01 {
	font-size:14px;
}
.large02 {
	font-size:16px;
}
.small01 {
	font-size:10px;
	line-height:120%;
}
/*global navigtion
----------------------------------------------------------------------------------------------------
*/
#glonavi01 {
	clear:both;
	width:204px;
	margin:0 0 10px 0;
}
.glonavi01_default01 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default01.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default02 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default02.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default03 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default03.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default04 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default04.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default05 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default05.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default06 a {
	text-indent:-10000px;

	background:url(http://english-interbooks.com/images/glonavi01_default06.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_default07 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_default07.gif) no-repeat 0 0;
	width:204px;
	height:29px;
	display:block;
}
.glonavi01_select01 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select01.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_select02 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select02.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_select03 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select03.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_select04 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select04.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_select05 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select05.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
.glonavi01_select06 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/glonavi01_select06.gif) no-repeat 0 0;
	width:204px;
	height:33px;
	display:block;
}
/*
----------------------------------------------------------------------------------------------------
*/
.contents01_layout01 {
	clear:both;
	float:left;
	width:848px;
	padding:33px 17px 0 17px;
	background:url(http://english-interbooks.com/images/contents01_layout01_bg01.gif) no-repeat 0 0;
}
.contents01_layout01:after {
	content:"";
	display:block;
	clear:both;
}
.contents01_layout01_left01 {
	float:left;
	width:204px;
}
.contents01_layout01_right01 {
	float:right;
	width:628px;
}
.contents02_layout01_child01 {
	float:left;
	padding: 0 0 16px 0;
	display:block;
}
/*
----------------------------------------------------------------------------------------------------
*/
.mainimage01 {
	margin:0 0 32px 0;
	height:216px;
	width:628px;
}
/*
----------------------------------------------------------------------------------------------------
*/
.titlestyle01_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_01.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_01_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_01_01.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_02.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_03 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_03.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_04 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_04.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_05 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_05.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_05_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_05_01.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_06 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_06.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_07 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_07.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle01_08 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle01_08.gif) no-repeat 0 0;
	width:628px;
	height:33px;
	margin:0 0 16px 0;
}
.titlestyle02_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle02_01.gif) no-repeat 0 0;
	width:192px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle02_01_child01 {
	color:#850D0E;
	text-decoration:underline;
}
.titlestyle02_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle02_02.gif) no-repeat 0 0;
	width:164px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle02_03 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle02_03.gif) no-repeat 0 0;
	width:408px;
	height:16px;
	margin:0 0 14px 0;
	display: block;
}
.titlestyle03_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle03_01.gif) no-repeat 0 0;
	width:204px;
	height:20px;
}
.titlestyle03_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle03_02.gif) no-repeat 0 0;
	width:204px;
	height:20px;
}
.titlestyle03_03 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle03_03.gif) no-repeat 0 0;
	width:204px;
	height:33px;
}
.titlestyle04_01 {
	text-indent:-10000px;
	width:184px;
	height:30px;
	margin:0 0 14px 10px;
	display: block;
	background-image: url(http://english-interbooks.com/images/titlestyle04_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.titlestyle04_02 {
	width:397px;
	height:65px;
	margin:7px 0 6px 10px;
}
.titlestyle04_03 {
	padding:0 0 0 30px;
	background:url(http://english-interbooks.com/images/icon01_01.gif) no-repeat 0 0;
	line-height:20px;
	height:20px;
	display:block;
	color:#5A6333;
	font-size:14px;
	margin:0 0 14px 0;
}
.titlestyle04_04 {
	font-size:12px;
	color:#4A4341;
	margin:0 0 0 10px;
}
.titlestyle04_05 {
	padding:0 0 0 28px;
	background:url(http://english-interbooks.com/images/icon01_02.gif) no-repeat 0 0;
	line-height:25px;
	height:25px;
	display:block;
	color:#5A6333;
	font-size:14px;
	margin:0 0 14px 0;
}
.titlestyle04_07 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_07.gif) no-repeat 0 0;
	width:196px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle04_08 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_08.gif) no-repeat 0 0;
	width:70px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle04_09 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_09.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle04_10 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_10.gif) no-repeat 0 0;
	width:56px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_11 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_11.gif) no-repeat 0 0;
	width:56px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_12 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_12.gif) no-repeat 0 0;
	width:84px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_13 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_13.gif) no-repeat 0 0;
	width:56px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_14 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_14.gif) no-repeat 0 0;
	width:447px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_15 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_15.gif) no-repeat 0 0;
	width:69px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_16 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_16.gif) no-repeat 0 0;
	width:98px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_17 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_17.gif) no-repeat 0 0;
	width:124px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle04_18 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_18.gif) no-repeat 0 0;
	width:83px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle04_19 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_19.gif) no-repeat 0 0;
	width:83px;
	height:13px;
	margin:0 0 15px 0;
}
.titlestyle04_20 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_20.gif) no-repeat 0 0;
	width:27px;
	height:13px;
	margin:0 0 15px 0;
}
.titlestyle04_21 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_21.gif) no-repeat 0 0;
	width:56px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle04_22 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle04_22.gif) no-repeat 0 0;
	width:41px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle05_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle05_01.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle05_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle05_02.gif) no-repeat 0 0;
	width:27px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle06_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_01.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_02.gif) no-repeat 0 0;
	width:83px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_03 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_03.gif) no-repeat 0 0;
	width:69px;
	height:15px;
	margin:0 0 16px 0;
}
.titlestyle06_04 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_04.gif) no-repeat 0 0;
	width:69px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_05 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_05.gif) no-repeat 0 0;
	width:112px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_06 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_06.gif) no-repeat 0 0;
	width:70px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_07 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_07.gif) no-repeat 0 0;
	width:70px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_08 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_08.gif) no-repeat 0 0;
	width:112px;
	height:14px;
	margin:0 0 16px 0;
}
.titlestyle06_09 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_09.gif) no-repeat 0 0;
	width:112px;
	height:15px;
	margin:0 0 16px 0;
}
.titlestyle06_10 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_10.gif) no-repeat 0 0;
	width:55px;
	height:15px;
	margin:0 0 14px 0;
}
.titlestyle06_11 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle06_11.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	margin:0 0 14px 0;
}
.titlestyle07_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_01.gif) no-repeat 0 0;
	width:11px;
	height:26px;
	margin: 0 18px 0 12px;
}
.titlestyle07_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_02.gif) no-repeat 0 0;
	width:17px;
	height:26px;
	margin: 0 12px 0 12px;
}
.titlestyle07_03 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_03.gif) no-repeat 0 0;
	width:17px;
	height:27px;
	margin: 0 12px 0 12px;
}
.titlestyle07_04 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_04.gif) no-repeat 0 0;
	width:17px;
	height:26px;
	margin: 0 12px 0 12px;
}
.titlestyle07_05 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_05.gif) no-repeat 0 0;
	width:17px;
	height:27px;
	margin: 0 12px 0 12px;
}
.titlestyle07_06 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle07_06.gif) no-repeat 0 0;
	width:17px;
	height:27px;
	margin: 0 12px 0 12px;
}
.titlestyle08_01 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_01.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	float:left;
}
.titlestyle08_02 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_02.gif) no-repeat 0 0;
	width:83px;
	height:14px;
	float:left;
}
.titlestyle08_03 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_03.gif) no-repeat 0 0;
	width:41px;
	height:14px;
	float:left;
}
.titlestyle08_04 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_04.gif) no-repeat 0 0;
	width:56px;
	height:14px;
	float:left;
}
.titlestyle08_05 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_05.gif) no-repeat 0 0;
	width:82px;
	height:14px;
	float:left;
}
.titlestyle08_06 {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/titlestyle08_06.gif) no-repeat 0 0;
	width:110px;
	height:14px;
	float:left;
}
/*
----------------------------------------------------------------------------------------------------
*/
.boxstyle01 {
	margin:0 0 16px 0;
}
.boxstyle01_left01 {
	float:left;
	width:41px;
}
.boxstyle01_right01 {
	float:left;
	width:577px;
	margin: 0;
}
.boxstyle01_right01_child01 {
	float:left;
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/icon02_01.gif) no-repeat 0 0;
	width:37px;
	height:14px;
	margin:0 6px 14px 0;
}
.boxstyle01_right01_child02 {
	float:left;
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/icon02_02.gif) no-repeat 0 0;
	width:37px;
	height:14px;
	margin:0 6px 14px 0;
}
.boxstyle02 {
	width:204px;
	height:119px;
	background:url(http://english-interbooks.com/images/boxstyle02_foot01.gif) no-repeat 0 bottom;
	margin:0 0 10px 0;
}
.boxstyle02_child01 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/boxstyle02_bg01.jpg) no-repeat 0 0;
	width:204px;
	height:46px;
	display:block;
}
.boxstyle02_child02 a {
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/boxstyle02_bg02.jpg) no-repeat 0 0;
	width:204px;
	height:48px;
	display:block;
}
.boxstyle03 {
	background:url(http://english-interbooks.com/images/boxstyle03_bg01.jpg) no-repeat 0 0;
	width:628px;
	margin:0;
	padding:10px 0 0;
}
.boxstyle03_child01 {
	width:395px;
	margin-left: 10px;
}
.boxstyle03_01 {
	background:url(http://english-interbooks.com/images/boxstyle03_foot01.gif) no-repeat 0 0;
	width:628px;
	height:8px;
	margin:0;
}
.boxstyle04 {
	margin:0 0 32px 0;
	overflow: hidden;
}
.boxstyle05 {
	width:628px;
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 bottom;
	padding:0 0 16px 0;
	margin:0 0 16px 0;
}	
.boxstyle05_01 {
	width:628px;
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 bottom;
	padding:0 0 30px 0;
}	
.boxstyle05_child01 {
	margin:16px 0 16px 0;
	width: 628px;
}	
.boxstyle05_child02 {
	margin:0 0 24px 0;
}	
.boxstyle06 {
	float:right;
	padding:0 0 16px 0;
}	
.boxstyle07_left01 {
	float:left;
	width:408px;
}
.boxstyle07_right01 {
	float:right;
	width:204px;
}
.boxstyle08 {
	text-align:center;	
}
.boxstyle09 {
	width:204px;
	background:url(http://english-interbooks.com/images/boxstyle09_foot01.gif) no-repeat 0 bottom;
	padding:0 0 8px 0;
	margin:0 0 16px 0;
}
.boxstyle09_child01 {
	width:204px;
	background:url(http://english-interbooks.com/images/boxstyle09_bg01.gif) repeat-y 0 0;
}
.boxstyle09_child01_child01 {
	margin:0 2px 8px 2px;
}
.boxstyle09_child01_child02 {
	margin:0 4px 0 4px;
}
.boxstyle10 {
	background:url(http://english-interbooks.com/images/boxstyle10_bg01.gif) no-repeat 0 bottom;
	float: left;
	width: 628px;
	padding-bottom: 10px;
}
.boxstyle10_01 {
	background:url(http://english-interbooks.com/images/boxstyle10_header01.gif) no-repeat 0 0;
	height:12px;
	width:628px;
}
.boxstyle10_02 {
	padding: 8px 0 0 295px;
	width:333px;
	height:27px;
	clear: both;
}
.boxstyle10_03 {
	background:url(http://english-interbooks.com/images/boxstyle10_bg01.gif) no-repeat 0 bottom;
	margin:0 0 32px 0;
	float: left;
	clear: left;
	padding: 0 0 10px 0;
}
/*
----------------------------------------------------------------------------------------------------
*/
.liststyle01 {
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 bottom;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.liststyle01_01 {
	background:url(http://english-interbooks.com/images/line01_02.gif) repeat-x 0 bottom;
	margin:0 0 10px 0;
	padding:0 0 32px 0;
}
.liststyle02 {
}
.liststyle02_01 {
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 bottom;
	margin:0 0 4px 0;
	padding:0 0 4px 0;
}
.liststyle02_02 {
	background:url(http://english-interbooks.com/images/line01_02.gif) repeat-x 0 bottom;
	margin:0 0 4px 0;
	padding:0 0 4px 0;
}
.liststyle02_03 {
	margin:0 0 4px 23px;
	padding:0 0 0 0;
}
.liststyle02_04 {
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 bottom;
	margin:0 0 0 0;
	padding:4px 0 8px 0;
}
.liststyle02_05 {
	margin:0 0 0 0;
	padding:4px 0 16px 0;
}
.liststyle02_06 {
	background:url(http://english-interbooks.com/images/line01_03.gif) repeat-x 0 bottom;
	margin:0 0 4px 0;
	padding:0 0 6px 0;
}
.liststyle02_07 {
	background:url(http://english-interbooks.com/images/line01_04.gif) repeat-x 0 bottom;
	margin:0 0 4px 0;
	padding:0px 0 6px 0;
}
/*
----------------------------------------------------------------------------------------------------
*/
.tablestyle01 {
	width:617px;
	height:146px;
	border-collapse:collapse;
	margin: 0 5px;
}
.tablestyle01_bg01 {
	background:url(http://english-interbooks.com/images/table01_bg01.gif) no-repeat 0 0;
	width:627px;
	padding: 5px 0;
}
.tablestyle01_th01 {
	background-color:#DED5D3;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding:0 0 0 8px;
}
.tablestyle01_td01 {
	background-color:#FFFFFF;
	vertical-align:middle;
	padding:0 0 0 8px;
	border: 1px #CBDCED solid;
}
.tablestyle01_td01_child {
	color:#850D0E;
	font-size:14px;
}
.tablestyle02 {
	width:408px;
	margin:0 0 16px 0;
}
.tablestyle02_th01 {
	width:100px;
	padding:0 0 8px 0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.tablestyle02_th02 {
	width:100px;
	padding:8px 0 8px 0;
	font-weight:normal;
	text-align:left;
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 top;
	vertical-align:top;
}
.tablestyle02_td01 {
	width:308px;
	padding:0 0 8px 0;
	vertical-align:top;
}
.tablestyle02_td02 {
	width:308px;
	padding:8px 0 8px 0;
	background:url(http://english-interbooks.com/images/line01_01.gif) repeat-x 0 top;
	vertical-align:top;
}
/*
----------------------------------------------------------------------------------------------------
*/
*:first-child+html .marker02_01 {
	height:16px;
}/*for IE7*/



/**/
.subTxt { color: #666666; }
.subTxt02 { color: #666666; margin-top: 7px; }
.subTxt03 { color: #666666; margin: 7px 0 15px 0; }
.mgB07 { margin-bottom: 7px; }


















@charset "UTF-8";
/*基本スタイル
----------------------------------------------------------------------------------------------------
*/
#header01 {
	clear:both;
	width:882px;
	margin:0 auto;
	text-align:left;
}
#header01:after {
	content:"";
	display:inline-block;
	clear:both;
}
.headerlogo01 a {
	background:url(http://english-interbooks.com/images/headerlogo01.gif) no-repeat 0 0;
	width:261px;
	height:64px;
	display:block;
	text-indent:-10000px;
}
.header01_layout01 {
	width:850px;
	height:80px;
	float:left;
	background:url(http://english-interbooks.com/images/header01_layout01_bg01.gif) no-repeat 0 0;
	padding:16px 16px 0 16px;
	display:block;
}
.header01_layout01:after {
	content:"";
	display:inline-block;
	clear:both;
}
.header01_layout01_left01 {
	float:left;
	width:261px;
}
.header01_layout01_right01 {
	float:right;
	height:21px;
	width: 589px;
}
.header01_layout01_child01 {
	float:right;
	height: 21px;
}
.header01_layout01_child01_child01{
	font-size:10px;
	text-align:right;
	float: left;
	margin: 3px 10px 0 0;
}
.header01_layout01_child01_child02 {
	width: 80px;
	float: left;
}
.header01_layout01_child01_child02 a{
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/header01_right01.gif) no-repeat 0 0;
	width:80px;
	height:21px;
	display:block;
}
.header01_layout01_child02 {
	float:right;
	width:563px;
}
.header01_img01 {
	float:left;
}
.header01_img01 a {
	text-indent: -10000px;
	background:url(http://english-interbooks.com/images/header01_img01.gif) no-repeat 0 0;
	width:283px;
	height:39px;
	margin:8px 0 0 0;
	display:block;
}
.header01_layout01_child03 {
	float:right;
	margin:8px 0 0 8px;
	width: 272px;
}
.header01_img02 {
	float:left;
	text-indent:-10000px;
	display:block;
	background:url(http://english-interbooks.com/images/header01_img02.gif) no-repeat 0 0;
	width:151px;
	height:38px;
}
.header01_img03 a{
	float:left;
	text-indent:-10000px;
	background:url(http://english-interbooks.com/images/header01_img03.gif) no-repeat 0 0;
	width:121px;
	height:38px;
	display:block;
}



@charset "UTF-8";
/*基本スタイル
----------------------------------------------------------------------------------------------------
*/
#footer01 {
	clear:both;
	text-align:center;
	background:url(http://english-interbooks.com/images/footer01_bg01.gif) repeat-x 0 0;
}
#footer01:after {
	content:"";
	display:block;
	clear:both;
}
.footer01_layout01 {
	text-align:left;
	clear:both;
	margin:0 auto;
	width:848px;
	padding:36px 17px 16px 17px;
	background:url(http://english-interbooks.com/images/footer01_layout01_bg01.gif) no-repeat 0 0;
}
.footer01_layout01_child01 {
	margin:0 0 12px 0;
}
.footer01_layout01_child02 {
	float: left;
	padding:0 16px 0 0;
	background:url(http://english-interbooks.com/images/footer01_layout01_child02.gif) no-repeat right 4px;
}
.footer01_layout01_child02 img {
	margin:0 8px 0 8px;
}
.footer01_layout01_child03 {
	float:left;
	padding:0 0 0 8px;
	display:block;
}
.footer01_layout01_child03_child01 {
	margin:0 0 12px 0;
}
.footer01_layout01_child03_child02 {
	margin:0 0 12px 0;
}
.footercopyright01 {
	clear:both;
	background:url(http://english-interbooks.com/images/footercopyright01.gif) no-repeat 0 0;
	width:302px;
	height:12px;
	text-indent:-10000px;
}
/*
----------------------------------------------------------------------------------------------------
*/
*:first-child+html .footer01_layout01_child02 {
	padding:4px 16px 0 0;
	background:url(http://english-interbooks.com/images/footer01_layout01_child02.gif) no-repeat right 5px;
}
*html .footer01_layout01_child02 {
	padding:4px 16px 0 0;
	background:url(http://english-interbooks.com/images/footer01_layout01_child02.gif) no-repeat right 5px;
}
/*0605
----------------------------------------------------------------------------------------------------
*/
.footernavi {
	clear: left;
	padding: 0;
	overflow: hidden;
}
.footernavi h3 {
	float: left;
	background: url(http://english-interbooks.com/images/footer01_layout01_child02.gif) no-repeat right 4px;
	padding: 0 16px 0 0;
}
.footernavi ul {
	float: left;
	margin-left: 8px;
}
.footernavi li {
	display: inline;
}

/*
 20100323
	-----------------------------------*/
	.mgB16 { margin-bottom: 16px; }
	.mgB24 { margin-bottom: 24px; }

