@charset "Shift_JIS";


/*css reset
----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/*jQuery用クラス
----------------------------------------------------------------*/

/*
使用jQuery『simple lib』
http://lab.starryworks.jp/js/simplelib/

*/

.rollover {/*ロールオーバー*/}

.scroll {/*スムーズスクロール*/}

.accordion {/*アコーディオン(包括)*/}
.handle {/*アコーディオン(開閉ボタン)*/}
.selected {/*アコーディオン(常時展開)*/}

.fixHeight {/*要素の高さを揃える(親要素)*/}
.fixHeightChild {/*要素の高さを揃える(子要素)*/}







/*基本レイアウト
----------------------------------------------------------------*/


body {
text-align: center;
background-image: url(../img_base/back.jpg);
background-repeat: repeat-x;
background-position: center top;
}

#container {
text-align: left;
width: 990px;
margin-right: auto;
margin-left: auto;
position: relative;
}

img {
border: none;
}

.float_none {
clear: both;
}

.float_r {
float: right;
}

.float_l {
float: left;
}

.line01 {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #666;
}

.line02 {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom-width: thick;
border-bottom-style: double;
border-bottom-color: #870000;
}
.line03 {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom-width: medium;
border-bottom-style: double;
border-bottom-color: #870000;
}

.line_none {
border: none;
}

#drop_shadow01 {
background-image: url(../img_base/drop_shadow01.png);
background-repeat: no-repeat;
background-position: center top;
height: 5px;
width: 990px;
}

#drop_shadow02 {
background-image: url(../img_base/drop_shadow02.png);
background-repeat: repeat-y;
background-position: center center;
padding-left: 5px;
_margin-top: -13px;/*hack:IE6*/
padding-bottom: 20px;
width: 985px;
}

#drop_shadow03 {
background-image: url(../img_base/drop_shadow03.png);
background-repeat: no-repeat;
background-position: center bottom;
height: 5px;
width: 990px;
_margin-top: -13px;/*hack:IE6*/
}

#keyvisual {
width: 940px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
}

#pankuzu {
width: 940px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
}

.image_box { border: 1px solid #CCC; }
.box_red {
padding: 10px;
border: 1px solid #F00;
color: #F00;
}


/*テーブル青(旧サイトテーブルを踏襲)*/

.table_blue {
border: 1px solid #999;
margin-top: 15px;
margin-bottom: 15px;
}
.table_blue table { width: 667px; }
.table_blue td {
border: 2px solid #FFF;
background-color: #E8F2FF;
vertical-align: middle;
padding: 10px;
}
.table_blue th {
color: #FFF;
background-color: #999;
border: 2px solid #FFF;
vertical-align: middle;
padding: 10px;
}


/*ページ送り*/

.paging {
margin-top: 5px;
margin-bottom: 5px;
}
.paging img { margin-top: 3px; }




/*フォント基本設定
----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,li,dt,dd,td,th,address {
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", tahoma, arial, helvetica, sans-serif;
font-size: 75%;
line-height: 150%;
font-style: normal;
list-style-type: none;
}


h1 {
font-weight: bold;
color: #192044;
position: absolute;
top: 420px;
left: 25px;
background-image: url(../img_base/parts/title_bg01.png);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 700px;
font-size: 88%;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
}

h1#change_h1 {
font-weight: normal;
color: #FFF;
position: absolute;
top: 10px;
left: 0px;
background-image: none;
width: auto;
font-size: 75%;
padding: 0px;
}

p,
li,
dt,
dd,
address {padding-bottom: 5px;}




#main h2 {
margin-top: 30px;
margin-bottom: 20px;
background-image: url(../img_base/parts/title_bg02.png);
background-repeat: no-repeat;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
background-position: left center;
color: #003;
margin-left: -15px;
width: 700px;
}
#main.change_main h2 {margin-left: 0px;}

#main .col02 h2 {
background-image: url(../img_base/parts/title_bg02_S.png);
}

#main h3 {
background-image: url(../img_base/parts/title_bg03.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 10px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: -9px;
}
#main.change_main h3 {margin-left: 0px;}


#main h4  {padding-bottom: 5px;}


#main p,
#main li {line-height: 175%;}

#main ul li {
margin-left: 23px;
list-style-type: disc;
}
#main ol li {
margin-left: 23px;
list-style-type: decimal;
}



td p,
th p,
td li,
th li {
padding-bottom: 0px;
font-size: 100%;
}





/*フォント装飾
----------------------------------------------------------------*/

.txt_none {
position: absolute;
left: -9999px;
stop: -9999px;
}

.txt_layout_r {text-align: right;}
.txt_layout_l {text-align: left;}
.txt_layout_c {text-align: center;}

.txt_bold {font-weight: bold;}

.txt_color01 {color: #FF0000;}
.txt_color02 { color: #00F; }
.txt_color03 { color: #ff9900; }

.txnote {color: #FF0000;}


.txt_size_1L {font-size: 88%;}
.txt_size_2L {font-size: 100%;}



.txt_size_1S {font-size: 63%;}





/*リンク設定
----------------------------------------------------------------*/


a:link {
text-decoration: none;
color: #003399;
}
a:visited {
text-decoration: none;
color: #003399;
}

a:hover {
color: #ff9900;
text-decoration: underline;
}
a:active {
color: #ff9900;
text-decoration: underline;
}

a.txt_color03 { color: #ff9900; }




/*アローマーク各種
----------------------------------------------------------------*/


/*テキスト型*/
.arrow {
background-image: url(../img_base/arrow.png);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left: 17px;
}
.txt_size_1L .arrow {
background-position: 0px 2px;
}


/*ボックス型センター*/
a.arrow_box_c:link,
a.arrow_box_c:visited,
a.arrow_box_c:hover,
a.arrow_box_c:active {
background-image: url(../img_base/arrow_box.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
width: 100px;
padding-left: 38px;
padding-right: 5px;
padding-top: 9px;
padding-bottom: 9px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
}
a.arrow_box_c:hover { background-position: -141px 0px; }


/*ボックス型右寄せ*/
a.arrow_box_r:link,
a.arrow_box_r:visited,
a.arrow_box_r:hover,
a.arrow_box_r:active {
background-image: url(../img_base/arrow_box.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
width: 100px;
padding-left: 38px;
padding-right: 5px;
padding-top: 9px;
padding-bottom: 9px;
margin-right: 0px;
margin-left: auto;
margin-top: 5px;
}
#feature a.arrow_box_r:hover { background-position: -141px 0px; }







/*リンク画像ロールオーバー(アルファ処理)
----------------------------------------------------------------*/

a:hover.btn_opacity img {
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;	
}

#main a:hover img,
#side a:hover img {
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;	
}

.rollover {/*jQuery用*/}



/*ヘッダー
----------------------------------------------------------------*/

#header {
height: 184px;
width: 990px;
padding-top: 35px;
}



/*グローバルナビ
----------------------------------------------------------------*/

ul#global {
position: absolute;
left: 22px;
top: 160px;
}
#global li { float: left; }



/*国・都市別ナビ*/
ul#town_nav {
position: absolute;
top: 0px;
right: 0px;
}
#town_nav li {
float: left;
padding-right: 3px;
}


/*ハイライト*/

#home #global_home a {
background-image: url(../img_base/global_home-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 89px;
}

#feature #global_feature a {
background-image: url(../img_base/global_feature-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 127px;
}
#search #global_search a {
background-image: url(../img_base/global_search-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 209px;
}
#voice #global_voice a {
background-image: url(../img_base/global_voice-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 125px;
}

#knowledge #global_knowledge a {
background-image: url(../img_base/global_knowledge-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 245px;
}
#qa #global_qa a {
background-image: url(../img_base/global_qa-over.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
height: 64px;
width: 145px;
}

#home #global_home a img,
#feature #global_feature a img,
#search #global_search a img,
#voice #global_voice a img,
#knowledge #global_knowledge a img,
#qa #global_qa a img { display: none; }






/*コンテンツ領域
----------------------------------------------------------------*/

#main {
float: left;
width: 670px;
margin-left: 20px;
_margin-left: 5px;/*hack:IE6*/
margin-top: 70px;
padding-right: 15px;
padding-left: 15px;
}

#main.change_main {
margin-top: 0px;
width: 700px;
padding-right: 0px;
padding-left: 0px;
}


.box_shadow01 {
background-image: url(../img_index/main_shadowbox01.png);
background-repeat: no-repeat;
background-position: center bottom;
height: 5px;
width: 700px;
}
.box_shadow02 {
background-image: url(../img_index/main_shadowbox02.png);
background-repeat: repeat-y;
background-position: center center;
width: 660px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.box_shadow03 {
background-image: url(../img_index/main_shadowbox03.png);
background-repeat: no-repeat;
background-position: center top;
height: 5px;
width: 700px;
}






/*サイドナビ
----------------------------------------------------------------*/

#side {
float: right;
width: 210px;
margin-right: 25px;
_margin-right: 15px;/*hack:IE6*/
}


/*ローカルナビ*/

p#local_nav_title {padding-bottom: 0px;}
#local_nav {
margin-bottom: 20px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #cccccc;
border-left-color: #cccccc;
}
#local_nav p {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
padding: 0px;
}

#local_nav p a:link,
#local_nav p a:visited,
#local_nav p a:active {
background-image: url(../img_base/local_nav/li_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
display: block;
border: 1px solid #FFF;
background-color: #e5e5e5;
padding-top: 7px;
padding-right: 7px;
padding-bottom: 7px;
padding-left: 25px;
}
#local_nav p a:hover {
background-image: url(../img_base/local_nav/li_bg-over.jpg);
background-color: #e6ebf1;
}


#local_nav li {
padding: 7px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
font-size: 63%;
}
#local_nav li a {
background-image: url(../img_base/local_nav/arrow_s.jpg);
background-repeat: no-repeat;
background-position: 3px 4px;
padding-left: 19px;
display: block;
}

#local_nav li a:link,
#local_nav li a:visited,
#local_nav li a:active { color: #666666; }

#local_nav li a:hover {color: #ff9900;}








/*お申込みはこちら*/


#side_entry {
border: 1px solid #c6c6c6;
margin-bottom: 10px;
}
#side_entry .box01 {
border: 4px solid #FFF;
background-image: url(../img_base/side_entry_bg.png);
background-repeat: repeat-x;
background-position: center bottom;
background-color: #faf9f9;
padding: 10px;
}

#side_entry h2 {
margin-top: 10px;
margin-bottom: 15px;
}



/*メルマガ*/

#side_magazine { margin-bottom: 10px; }

#side_magazine h2 {
margin-top: 0px;
margin-bottom: 0px;
}
#side_magazine .box01 {
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #c6c6c6;
border-bottom-color: #c6c6c6;
border-left-color: #c6c6c6;
}



/*受け入れ企業様*/

#side_company {
background-image: url(../img_base/side_company_bg.png);
background-repeat: no-repeat;
margin-bottom: 20px;
background-color: #252D6F;
}
#side_company h2 {
padding-top: 25px;
padding-bottom: 15px;
margin: 0px;
width: auto;
}





/*フッター電話番号
----------------------------------------------------------------*/

#main_footer_tel01 {
border: 1px solid #c6c6c6;
margin-top: 40px;
_width: 690px;/*hack:IE6*/
}
#main_footer_tel02 {
padding-left: 65px;
padding-top: 20px;
padding-bottom: 20px;
border: 4px solid #FFF;
background-color: #faf9f9;
}




/*フッター
----------------------------------------------------------------*/


#container02 {
background-image: url(../img_base/footer_bg01.png);
background-repeat: repeat-x;
background-position: center top;
background-color: #FFF;
margin-top: 40px;
width: 100%;
}
#footer {
text-align: left;
width: 980px;
margin-right: auto;
margin-left: auto;
}

#footer .box01 {
float: left;
width: 180px;
padding-top: 20px;
padding-bottom: 20px;
}
#footer .box01 p.txt_bold {
margin-bottom: 5px;
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c0c4d4;
}
#footer .box01 ul li { font-size: 63%; }




/*コピーライト*/

#container03 {
background-image: url(../img_base/footer_bg02.png);
background-repeat: repeat-x;
background-position: center top;
width: 100%;
min-height: 89px;
_height: 89px; /*IE6*/
background-color: #1B2762;
}

#copyright {
padding-top: 20px;
padding-bottom: 40px;
color: #FFF;
text-align: left;
width: 980px;
margin-right: auto;
margin-left: auto;
}

#copyright a:link {
text-decoration: none;
color: #FFF;
}
#copyright a:visited {
text-decoration: none;
color: #FFF;
}

#copyright a:hover {
color: #FF6600;
text-decoration: underline;
}
#copyright a:active {
color: #FF0000;
text-decoration: underline;
}








