/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/

	}
a{
	color:#F00;/*通常のリンクテキストカラー*/
    text-decoration:none;
	}
a:hover{
	color:#F30;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 14px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	font-family:ヒラギノ角ゴ　Pro w3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳＰゴシック,Osaka,sans-serif;
}

body{
	text-align:center;
	}


/*■基本レイアウト*/
#bg{
	width:950px;
	text-align:center;
}
#container{
	width:950px;
	margin:auto;
	text-align:left;
	background-image:url("../img/bg_img.gif");
	background-repeat:repeat-y;
	}
#head{}
#head h1{
	height:7px;
	line-height:5px;
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-indent:20px;
	padding:7px;
	}


#globalManu{
	height:45px;
	zoom:100%;
	margin-left:2px; 
	}
#globalManu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#globalManu ul *{
	list-style-type:none;
	display:block;}	
#globalManu ul li{
	width:160px;
	height:45px;
	position:relative;
	float:left;
	padding:0;
	}
#globalManu ul li a{
	width:160px;
	height:45px;
	text-align:center;
	color:#000000;
	line-height:45px;
	text-decoration:none;
	}
#globalManu ul li.last{
	width:147px;
	height:45px;
	position:relative;
	float:left;
	padding:0;
	}
#globalMenu ul li.last a{
	width:147px;
	height:45px;
	text-align:center;
	color:#000000;
	line-height:45px;
	text-decoration:none;
	}	
#globalManu ul li a:hover{
	color:#000;
	text-decoration:none;
	}	
#globalManu ul li.last a:hover{
	color:#000;
	text-decoration:none;
	}

#globalManu ul li.a01 a{ background:url(../img/menu01.jpg) no-repeat;}
#globalManu ul li.a01 a:hover{ background:url(../img/menu01_o.jpg) no-repeat;}
#globalManu ul li.a02 a{ background:url(../img/menu02.jpg) no-repeat;}
#globalManu ul li.a02 a:hover{ background:url(../img/menu02_o.jpg) no-repeat;}
#globalManu ul li.a03 a{ background:url(../img/menu03.jpg) no-repeat;}
#globalManu ul li.a03 a:hover{ background:url(../img/menu03_o.jpg) no-repeat;}
#globalManu ul li.a04 a{ background:url(../img/menu04.jpg) no-repeat; font-size: 90%;}
#globalManu ul li.a04 a:hover{ background:url(../img/menu04_o.jpg) no-repeat;font-size: 90%;}
#globalManu ul li.a05 a{ background:url(../img/menu05.jpg) no-repeat;font-size: 90%;}
#globalManu ul li.a05 a:hover{ background:url(../img/menu05_o.jpg) no-repeat;font-size: 90%;}
#globalManu ul li.a06 a{ background:url(../img/menu06.jpg) no-repeat;}
#globalManu ul li.a06 a:hover{ background:url(../img/menu06_o.jpg) no-repeat;}


/*メインイメージ*/
#header_image{
	clear:left;
	width: 946px;
	height: 155px;
	padding-right:0;
	margin-top:0;
	
	}
#header_image p.text{
	padding-top: 0;
	padding-left: 20px;
}
#contents{
	margin:10px 5px;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}



.imgHover a:hover img{
filter: alpha( opacity=60 );
-moz-opacity:0.6;
opacity:0.6;
}


.inquiry a{
display:block;
width:258px;
background:url("../img/inquiry.jpg") no-repeat;
height:49px;
}

.inquiry a:hover{
background:url("../img/inquiry_o.jpg") no-repeat;
}

#copy{
	margin:14px;
	font-size:11px;
	height: 50px;
	text-align:center;
	color:#FFFFFF;
	padding-bottom: 20px;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#top_up div#leftSection{
	float:left;
	width:210px;
	margin:10px 0 0 8px;
	padding-bottom:20px;
	}
#top div#top_up div#leftSection p.first{
	margin:15px 0 0 0;
	line-height:160%;
	}
#top div#top_up div#leftsection p{
	margin: 10px 0 0 0;
	line-height:160%;
	}	
#top div#top_up div#rightSection{
	float:left;
	width:690px;
	margin:15px 0 0 20px;
	padding-bottom:20px;
	padding-right:10px;
	line-height: 200%;
	}
#top div#top_up div#rightSection h3{
border-left:6px solid #cc9900;
color:#000000;
font-size:15px;
margin:20px 5px 20px;
padding:5px 0 5px 10px;
	}
#top div#top_up div#rightSection .empOrange{
	font-size:14px;
	color:#F30;
    margin-top: 10px;
    margin-bottom: 20px;
	}
#top div#top_up div#rightSection .empBig{
	font-size:23px;
	color:#F30;
    margin-bottom: 20px;
	font-weight:bold;
	}	
	#top div#top_up div#rightSection .empBigRed{
	font-size:23px;
    color:#F00;
    margin-bottom: 20px;
	font-weight:bold;
	}	
#top div#top_up div#rightSection .empBold{
	font-size:15px;
	color:#000000;
    margin-bottom: 10px;
	font-weight: bold;
	}	
#top div#top_up div#rightSection p{
	margin-bottom: 15px;
	}	
#top div#top_up div#rightSection ul{
	margin-left: 15px;
	margin-bottom: 15px;
	}	
#top div#top_up div#rightSection div#info{
	background:url(img/top/bg_info.gif) no-repeat;
	width:360px;
	height:200px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:358px;
	height:198px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003300;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#btm{
	clear:left;
	}
#top div#btm div#bnr_sps{
	}
#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps ul li{
 float:left;
 margin:0 8px 0 0;
 }
h2{margin-bottom: 15px; 
	background-color: transparent; 
	font-size: 14px;}
	
	
.regalData table {
width: 100;
border: 2px #d6dbdc solid;
border-collapse: collapse;
}

.regalData td {
border: 2px #d6dbdc solid;
padding: 5px 10px;
}

.regalData th {
border: 2px #d6dbdc solid;
background-color: #F5F5DC;
padding: 5px 10px;
text-align: left;
}
.regalData02 table {
width: 100;
border: 2px #d6dbdc solid;
border-collapse: collapse;
}

.regalData02 td {
border: 2px #d6dbdc solid;
padding: 5px 10px;
}

.regalData02 th {
border: 2px #d6dbdc solid;
background-color: #F5F5DC;
padding: 5px 10px;
text-align: left;
width:40%
}
.sideSection {
color:#333333;
margin-top:20px;
text-align:left;
width:200px;
}
.sideFirstSection {
color:#333333;
margin-top:0;
text-align:left;
width:200px;
}

.sideBox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #9B9999;
color:#333333;
margin-top:10px;
text-align:left;
width:200px;
}

.boxText {
color:#333333;
font-size:13px;
line-height:18px;
padding:10px 7px 7px 10px;
}
.boxText02 {
color:#333333;
font-size:12px;
line-height:18px;
padding:10px 7px 7px 10px;
}

.boxText02 a{
color:#333333;
font-size:12px;
line-height:18px;
padding:10px 7px 7px 10px;
}
.emp {
color:#F00;
}

#footer{
	width:948px;
	text-align: center;
	clear:left;
	background-color:#d88600;
	height:90px;
	border-bottom:#CCC 1px solid;
	padding:0;
	margin: 0;
	}
#copy{
	width:948px;
	height: 20px;
	font-size:11px;
	text-align:center;
	color:#000000;
    margin-top:10px; 
	margin-bottom: 30px;
}
#footer ul li:first-child, #footer ul li.firstChild {
border-left:0 none;
margin-left:0;
padding-left:0;
margin-top:10px;
}
#footer ul{
text-align:center;
width:948px;
padding-left: 0;
paddig-right:0;
padding-top:20px;
margin: 0;
}
#footer ul li {
border-left:1px dotted #0c0b10;
display:inline;
padding-left:10px;
font-size:12px;
}
#footer ul li a{
color:#000000;
}
#footer ul li a:hover{
color:#333;
}
.underLine {
	text-decoration:underline;
}
.rightImage {
	float:right;
	margin-left: 20px;
}
.leftImage {
	float:left;
	margin-right: 20px;
}
ul.importantList {
background-image:url("../img/bg_list.gif");
background-position:left center;
background-repeat:repeat-y;
border:1px solid #CCCCCC;
margin-left:auto;
margin-right:auto;
padding:10px;
margin-bottom: 30px;
width:450px;
}

ul.importantList li {
background-image:url("../img/checkbox.gif");
background-position:left top;
background-repeat:no-repeat;
font-size:15px;
font-weight:bold;
line-height:150%;
list-style-type:none;
margin-bottom:5px;
margin-right:0;
margin-top:5px;
padding:0 0 5px 30px;
}	

ul.listCheck {
line-height:1.6;
list-style-image:url("../img/checkbox.gif");
list-style-position:outside;
margin:10px 0;
padding:0 10px 10px 35px;
}

ul.listCheck li{
font-size: 14px;
margin-top: 20px;
font-weight:bold;
}
ul.listCheck02 {
line-height:1.6;
list-style-image:url("../img/checkbox.gif");
list-style-position:outside;
margin:10px 0;
padding:0 10px 10px 35px;
}

ul.listCheck02 li{
font-size: 14px;
margin-top: 20px;
}

.imgCenter{
	text-align:center;
	margin-bottom: 5px;
}
.group {
background-color:#f1f1f1;
border:2px solid #036;
padding:10px;
margin-bottom:20px;
width:630px;
font-size: 14px;
padding-top: 20px;
padding-bottom: 20px;
}
.newWin a {
background:url("../img/new_win.gif") no-repeat scroll 100% 2px transparent;
padding-right:15px;
}
.detail{
	font-size:12px;
}
.empLine {
background-color:#FF9999;
}
.empRed {
	color:#F00;
	font-weight: bold;
}

.empLavender {
	color:#93F;
	font-weight: bold;
	font-size: 1.2em;	
}

.section {
margin-top: 50px;
margin-bottom:30px;
}
.smallRed{
	font-size:80%;
	color:#F00;
}

.imgCaption {
	color:#C30;
	font-size: 12px;
	text-align: left;
	line-height: 13px;
	padding-left: 20px;
	padding-top: 5px;
	width: 200px;
}

.imgLine {
	float:left;
}

.gallery {
  width: 750px;
  margin: 0 auto;
  background-color: #ffffff;
  clear:both;
}
.gallery img {
  width: auto;
  height: auto;
}
.gallery dl {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-bottom: 1em;
  padding: 0;
  color:#C30;
  font-size: 12px;
  background-color: #FFFFFF;
  border:1px solid #FFFFFF;

}
.gallery dt {
  margin: 0;
  padding: 0 0.5em;
}
.gallery dd {
  margin: 0;
  padding: 0;
}
dd.comment {
  height: 3em;     
  padding: 5px;
  line-height: 1.3;
  font-size: 12px;
  background-color: #FFFFFF;
  text-align:center;
}

table.table {
width:647px;
border:#999 1px solid;
margin:0 0 20px;
padding:0 0;
}

.table .odd	{
	background: #ffe9bd;
	padding-left:20px;
}
.table .even{
	background: #FFFFFF;
	padding-left:20px;
}
.table td{
	padding-left:30px;
}
.services table {
width: 100%;
margin-bottom: 20px;
border: 1px #000000 solid;
border-collapse: collapse;
}

.services td {
border: 1px #000000 solid;
padding: 5px 5px;
text-align: left;
vertical-align: top;
}
td.middle{
width: 265px;
}
.services th {
border: 1px #000000 solid;
background-color: #d6d6d6;
padding: 5px 5px;
text-align: center;
vertical-align: middle;
}

.company table {
width: 100%;
margin-bottom: 20px;
border: 1px #000000 solid;
border-collapse: collapse;
}

.company td {
border: 1px #000000 solid;
padding: 5px 5px;
text-align: left;
vertical-align: top;
}
td.center{
text-align:center;
}
.company th {
border: 1px #000000 solid;
background-color: #ffcc66;
padding: 5px 5px;
text-align: center;
vertical-align: middle;
}

.privacy  {
background-color:#ffffe8;
background-position:center top;
margin: 0 0 20px;
padding: 0 10px;
border:#cccccc 1px solid;
height:auto;
}
.privacy p{
	padding: 5px;
}
.privacy h3 {
background-color:#ffffe8;
border-left:6px solid #cc9900;
color:#000099;
font-size:14px;
margin:20px 5px 0;
padding:5px 0 5px 10px;
}
#flow {
background-color:#CCCCCC;
background-position:center top;
margin: 0 0 20px;
padding: 0 10px;
border:#b8b8b8 1px solid;
height:auto;
}
.flow01 {
background-image:url("../img/flow01.gif");
background-repeat:no-repeat;
background-position:center top;
padding: 0 10px;
margin:10px;
}
.flow01 p{
padding:25px 5px 35px 145px;
line-height: 20px;
}
.flow02 {
background-image:url("../img/flow02.gif");
background-repeat:no-repeat;
background-position:center top;
padding: 0 10px;
margin:10px;
}
.flow02 p{
padding:40px 5px 40px 145px;
line-height: 30px;
}
.flow03 {
background-image:url("../img/flow03.gif");
background-repeat:no-repeat;
background-position:center top;
padding: 0 10px;
margin:10px;
}
.flow03 p{
padding:40px 5px 60px 145px;
line-height: 20px;
}
.flow04 {
background-image:url("../img/flow04.gif");
background-repeat:no-repeat;
background-position:center top;
padding: 0 10px;
margin:10px;
}
.flow04 p{
padding:40px 5px 60px 145px;
line-height: 20px;
}
.flow05 {
background-image:url("../img/flow05.gif");
background-repeat:no-repeat;
background-position:center top;
padding: 0 10px;
margin:10px;
}
.flow05 p{
padding:40px 5px 50px 145px;
line-height: 20px;
}
.question {
border-bottom:1px solid #cccccc;
font-size:14px;
font-weight:bold;
margin:10px 0;
padding:0 0 2px;
}

.answer{
border-bottom:1px solid #C33;
font-size:14px;
font-weight:bold;
margin:10px 0;
padding:0 0 2px;
color:#C33;
}

.border{
	border:#333 ridge 2px;
	margin-bottom:40px;
}
.border02{
	border:#333 ridge 2px;
	margin:30px 0;
}

ul.juku li{
	margin-left: 20px;
}
table.juku {margin: auto; padding: 0; border-collapse: collapse; border: #999 solid 2px; width: 100%;}

table.juku th {background:#EDFDFD; border: #999 solid 1px; font-weight: bold; padding: 2px 4px;}
table.juku td {border: #999 solid 1px; font-weight: bold; padding: 2px 8px;}

.jukuBox {
	background: url(../img/jukubox-bg.gif) no-repeat;
	display: block;
	margin: 40px auto;
	padding: 30px 50px;
	height: 366px;
	width: 510px;	
}

.jukuBox p{line-height: 1.3em; margin: 0 0 0 20px; padding: 0;}
ul.jukuBoxList  {margin:-10px 0px; padding:0; line-height: 1.3em;}
ul.jukuBoxList li {margin: 0px 20px; padding:0; line-height: 1.3em;}


/*
フォーム
--------------------------------*/
table.form{
	width:640px;
	margin:0 0 15px 0;
	border:1px solid #bbb;
	}
table.form th{
	text-align:center;
	padding:5px;
	background-color:#f8f8f8;
	border:1px solid #bbb;
}	
table.form td{
	text-align:left;
	padding:5px;
	background-color:#fff;
	border:1px solid #bbb;
}	


.formTh{
	width:180px;
	}
.formTd{
	text-align:left;
	}
.formTd .rdSmall{
	margin-left:10px;
	}
#d-ic a{
	color:#666;
	font-size:11px;
	padding-top: 30px;
}
input.button{
	width: 150px;
	height:35px;
}
input.button02{
	width: 100px;
	height:35px;
}
.discription
{margin-top: 20px;
}
#seminnarBox{
	float:left;
	width:700px;
	height:auto;
}
#seminnarBox .seminnar  {
float:left;
background-color:#CFC;
background-position:center top;
padding: 0 10px;
border:#cccccc 1px solid;
height:auto;
width:315px;

}
#seminnarBox .seminnar p{
	padding: 5px;
	font-size: 14px;
}
#seminnarBox .seminnar p img{
	float: right;
	padding: 5px;
}


@media print{

#container{
	width:950px;
	}
}			