@charset "utf-8";
/*--------余白の設定0--------*/
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-size:76%;    /*font-size:10px相当*/
	font-weight:normal;
	line-height:1.5;
	margin:0;
	height:100%;
	background:url(../img/bg-con.gif) top repeat-x;
}
/*WinIE以外のモダンブラウザ用に上書き(IE7用ハック)*/
html>/**/body{
font-size:12px;
}


/*WinIE font-size継承用*/
table{
font-size:100%;
}

h1,h2,h3,h4,h5,h6,p,table,tr,td,form,img,tl,td,dd,ul,li{
	border:0;
	margin:0;
	padding:0;
}


a{
	text-decoration:none;
}



div#wrapper{
	margin-left:auto;/*センター寄せ対策*/
	margin-right:auto;
	width:1014px; /*----横幅の設定-----*/
	text-align:left;
	display:inlline-table;
	background:url(../img/bg-dai2.png) top repeat-y;
	min-height:840px;
height: auto !important;
height: 840px;


}
/* Hides from IE-mac \*/
* html div#wrapper{height: 1%;behavior: expression(IEPNGFIX.fix(this));}
*+html div#wrapper{height: 1%;}
div#wrapper{display: block;}
/* End hide from IE-mac */





div#innerwrapper{
width:1000px;
margin:0 7px 0 7px;
background-color:#FFFFFF;
}





/*--------------フォーム関係---------------*/
/* input */
input{
	margin:0;
	padding:0;
}


select,input,textarea{
	font-size: 99%;
}


/* clearfix------------------------------ */
div.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.clearfix {
	display: inline-table;
	min-height: 1%; /*ie7用*/
}

/* Hides from IE-mac \*/
* html div.clearfix {height: 1%;}
div.clearfix {display: block;}
/* End hide from IE-mac */


/*-----font-size--------*/
.f9{
	font-size:68.4%;
}
.f10{
	font-size:76%;
}
.f11{
	font-size:83%;
}
.f12{
	font-size:91%;
}
.f14{
	font-size:107%;
}

.f15{
	font-size:111%;
}

.f16{
	font-size:125%;
}

/*----table---------*/
table{
	font-size:inherit;
	cellspacing:0;
}




/*----リンク設定----*/
a:link{color:#4E95FD;text-decoration:underline; font-weight:normal;}
a:visited{color:#4E95FD;text-decoration:underline; font-weight:normal;}
a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}

div.news-con dt a:link{color:#000000;text-decoration:none; font-weight:normal;}
div.news-con dt a:visited{color:#000000;text-decoration:none; font-weight:normal;}
div.news-con dt a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
div.news-con dt a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}

div.news-con dd a:link{color:#996633;text-decoration:none; font-weight:normal;}
div.news-con dd a:visited{color:#996633;text-decoration:none; font-weight:normal;}
div.news-con dd a:hover{color:#ff7e00;text-decoration:none; font-weight:normal;}
div.news-con dd a:active{color:#ff7e00;text-decoration:none; font-weight:normal;}





/*----リストの設定（必ずhtmlソースのほうを改行せずに書くこと)----*/
ul{
	margin:0;
	list-style:none;
}
li {
	display:block;
}




/*-----米印の仕様の際のインデントそろえ-------*/
.kome{
	text-indent:-0.6em;
	padding-left:1.5em;
	padding-bottom:5px;
}

/*-----米印の仕様の際のインデントそろえ-------*/
.kome2{
	text-indent:-1.7em;
	padding-left:1.7em;
	padding-bottom:5px;
}


/*------letterspaceマックie対策------------------*/
.*{
letter-spacing:0 !important;
}

/*------a:linkのマックie対策--------------------*/
a:hover{
	position: relative;
	left: 0;
	top: 0;
}


/*--------inline要素としてのtable----------------*/
div#intable {
	padding-top:4px;
	padding-bottom:20px;
}

div#intable:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


div#intable {display: inline-table;}

/* Hides from IE-mac \*/
* html div#intable {height: 1%;}
*+html div#intable {height: 1%;}
div#intable {display: block;}
/* End hide from IE-mac */


/*--------ie7用対策----------------*/



/*--block------------------------------ */
div.block {
	margin-left:3px;
}
div.block:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.block {display: inline-table;}

/* Hides from IE-mac \*/
* html div.block {height: 1%;}
*+html div.block {height: 1%;}
div.block {display: block;}
/* End hide from IE-mac */


/*------color--------*/
.c_yellow{
	color:#e4e318;
}

.c_brown{
	color:#baa16b;
}

.c_darkbrown{
	color:#6f4b27;
}

.c_green{
	color:#b1b348;
}

.c_darkgreen{
	color:#9da952;
}

.c_black{
	color:#625e59;
}

span#c_black{
	color:#625e59;
}

.c_red{
	color:#FF0000;
	font-weight:bold;
}

/*------調整用--------*/
.pd_t20{
	padding-top:20px;
}




/*---角丸---*/
div.frame h2{
	width:662px;
	background:url(../img/top/frame_t.gif) no-repeat;
}

div.frame h2 img{
padding:7px 0 6px 30px;
}

div.frame .entry {
	width:662px;
	padding:15px 10px 0 10px;
	background:url(../img/top/frame_m.gif) repeat-y;
}
div.frame .update {
	width:662px;
	margin-bottom:0px;
	background:url(../img/top/frame_b.gif) no-repeat left bottom;
}













/*-----------------------form---------------------*/
div#formWrapper{
	background:url(../img/bg_form.gif) repeat-y;
	padding:0 44px 0 31px;
	font-size:120%;
}

.formEnd{
	background:url(../img/bg_form-end.gif) top no-repeat;
}

div#formWrapper input{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

div#formWrapper input{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

div#formWrapper textarea{
	border:1px solid #C5C5C5;
	padding:2px 0 2px 4px;
	margin:3px 0px;
}

.formTit{
padding:5px 0px 5px 11px;
width:200px;
vertical-align:top;
}

.omitsu{
	padding:30px 0 0 230px;
}

.omitsusp{
	padding:10px 0 0 280px;
}

.formInsp{
/padding-bottom:2px;
}

.popup {
background: url(i_blank.gif) no-repeat;
}

.popup2 {
background: url(i_blank.gif) no-repeat;
}

.popup3 {
background: url(i_blank.gif) no-repeat;
}

.popup4 {
background: url(i_blank.gif) no-repeat;
}


/*-----------------------階層・共通---------------------*/
.header{
background:url(../img/bg-header.gif) no-repeat;
height:78px;
position:relative;
}

.header p.tit-site{
position:absolute;
top:11px;
left:18px;
}

.header p.tit-site2{
position:absolute;
top:44px;
left:819px;
}

div.grand{
margin:8px 0 0 18px;
}

ul#gnavi li {
	float: left;
	width:192px;
}

.contents{
width:960px;
margin:21px 22px 0 18px;
}

.sideNavi{
float:left;
width:194px;
}

*html .sideNavi{
float:left;
width:194px;
display:inline;
font-size: 0;
}

div.sideNavi ul li{
height:38px;
margin:0px;
padding:0px;
}

.sideNavi li.sideNavi-last{
height:39px;
margin:0;
padding:0px;
}

.sideNavi li.sideNavi-top{
height:38px;
margin:14px 0 0 0;
padding:0px;
}

.mainContents{
float:right;
width:750px;
min-height:600px;
height: auto !important;
height: 600px;
}

.footer{
background:url(../img/bg-footer.gif) no-repeat;
margin:0 0 0 18px;
padding:11px 0 0 0px;
}

*html .footer{
background:url(../img/bg-footer.gif) no-repeat;
margin:0 0 0 18px;
padding:11px 0 15px 0px;
}

.footer p{
float:left;
width:172px;
}

.footer p.adj_footer{
margin-right:15px;
}

.footer ul{
float:left;
width:601px;
}

.footer ul li{
float:left;
width:120px;
}





div.footer2{
position:relative;
}

div.footer2 p{
position:absolute;
left:-7px;
bottom:-20px;
}

*html div.footer2{
position:static;
}

*html div.footer2 p{
position:absolute;
left:0px;
bottom:0px;
display:none;
}

div.footer3{
position:relative;
}

div.footer3 p{
position:absolute;
left:-7px;
bottom:-200px;
}

*html div.footer3{
position:static;
}

*html div.footer3 p{
position:absolute;
left:0px;
bottom:0px;
display:none;
}

div.footer4{
position:relative;
}

div.footer4 p{
position:absolute;
left:-7px;
bottom:-50px;
}

*html div.footer4{
position:static;
}

*html div.footer4 p{
position:absolute;
left:0px;
bottom:0px;
display:none;
}

div.footer6{
position:relative;
}

div.footer6 p{
position:absolute;
left:-7px;
bottom:-160px;
}

*html div.footer6{
position:static;
}

*html div.footer6 p{
position:absolute;
left:0px;
bottom:0px;
display:none;
}

.f-bold{
font-weight:bold;
}

.font-strong{
font-weight:bold;
font-size:18px;
color:#CC3333;
}

/*-----------------------階層・スタッフ---------------------*/
.copy2{
margin:17px 0 0 0;
}

.intro1{
background:url(../staff/img/bg-pic_staff1.jpg) no-repeat;
}
.intro2{
background:url(../staff/img/bg-pic_staff2.jpg) no-repeat;
}
.intro3{
background:url(../staff/img/bg-pic_staff3.jpg) no-repeat;
}
.intro4{
background:url(../staff/img/bg-pic_staff4.jpg) no-repeat;
}

.introduction{
margin:33px 0 0 0;
height:431px;
position:relative;
}

.introduction p{
width:422px;
margin:0 0 0 10px;
}

.introduction p.self{
width:270px;
position:absolute;
left:465px;
top:332px;
color:#FFFFFF;
font-weight:bolder;
}

.introduction p.self2{
width:270px;
position:absolute;
left:465px;
top:310px;
color:#FFFFFF;
font-weight:bolder;
}

div.qanda{
background-color:#E4E3E1;
margin:20px 0 0 10px;
width:740px;
}

div.qanda ul{
margin:0px 0 0 29px;
padding-bottom:25px;
width:678px;
}

div.qanda ul.qanda-top{
margin:3px 0 0 29px;
width:678px;
}


div.qanda li.question{
color:#CC3333;
font-weight:bold;
}

div.qanda li{
text-indent:-1.7em;
padding-left:2.5em;
}

div.qanda span{
font-weight:bold;
}

div.qanda2{
background-color:#F6F5F1;
margin:20px 0 0 10px;
width:740px;
}

div.qanda2 ul{
margin:0px 0 0 29px;
padding-bottom:25px;
width:678px;
}

div.qanda2 ul.qanda-top{
margin:3px 0 0 29px;
width:678px;
}

div.qanda2 ul.qanda-top2{
margin:17px 0 0 29px;
width:678px;
}

div.qanda2 li.question{
color:#CC3333;
font-weight:bold;
}

div.qanda2 li{
text-indent:-1.7em;
padding-left:2.5em;
}

div.qanda2 span{
font-weight:bold;
}

p.hitokoto{
text-align:center;
margin:42px 0 15px 0;
font-weight:bold;
font-size:107%;
}


p.next-btn{
text-align:center;
margin-bottom:57px;
}

p.next-btn2{
text-align:center;
margin-bottom:15px;
}

div.qanda3{
background-color:#F6F5F1;
margin:20px 0 0 10px;
width:740px;
}

div.qanda3 ul{
margin:0px 0 0 29px;
padding-bottom:25px;
width:678px;
}

div.qanda3 ul.qanda-top{
margin:3px 0 0 29px;
width:678px;
}


div.qanda3 li.question{
color:#CC3333;
font-weight:bold;
}

div.qanda3 li{
text-indent:-1.7em;
padding-left:2.5em;
}

div.qanda3 span{
font-weight:bold;
}



/*-----------------------whats1---------------------*/
.whats1{
margin:23px 0 20px 10px;
}

.whats1 div{
width:253px;
float:left;
}

.whats2{
margin:23px 0 20px 10px;
}

.whats3{
margin:0px 0 20px 10px;
}

.whats2 div{
width:300px;
float:left;
}


.whats2-1{
margin:0px 0 20px 10px;
}

.whats2-1 p{
width:450px;
float:left;
margin-right:20px;
}

.whats2-1-sp{
margin:0px 0 20px 10px;
}

.whats2-1-sp p{
width:700px;
float:left;
margin-right:20px;
}

.whats2-1-sp2{
margin:0px 0 20px 10px;
}

.whats2-1-sp2 p{
width:400px;
float:left;
margin-right:20px;
}

.saiyou{
margin:33px 0 0 0;
height:550px;
position:relative;
}

.saiyou-chuto{
margin:33px 0 0 0;
height:620px;
position:relative;
}

.saiyou-ar{
margin:33px 0 0 0;
height:220px;
position:relative;
}
.saiyou2{
margin:33px 0 0 0;
height:400px;
position:relative;
}

.saiyou3{
margin:0px 0 0 0;
height:630px;
}

.privacy{
margin:33px 0 0 0 ;
height:800px;
position:relative;
}

.portrait{
margin:23px 0 20px 10px;
}

.portrait div{
width:170px;
float:left;
}

.portrait2{
position:relative;
background-color:#F6F5F1;
margin:20px 0 0 10px;
width:740px;
}

.portrait2 ul{
margin:0px 0 0 29px;
padding-bottom:25px;
width:678px;
}

.portrait2 ul.qanda-top{
margin:3px 0 0 29px;
width:678px;
}


.portrait2 li.question{
color:#CC3333;
font-weight:bold;
}

.portrait2 li{
text-indent:-1.7em;
padding-left:2.5em;
}

.portrait2 div{
position:absolute;
left:230px;
top:117px;
}


.sytem1{
position:relative;
background-color:#F6F5F1;
margin:20px 0 0 10px;
width:740px;
height:234px;
}

.sytem1 p.txt{
width:370px;
margin:0 0 0 29px;
}

.sytem1 div{
position:absolute;
left:420px;
top:18px;
}

.cl1{
background-color:#FBD9CD;
text-align:center;
vertical-align:middle;
}

.cl2{
background-color:#F6F5F1;
padding:5px 0 5px 10px;
}

.company1{
background-color:#F6F5F1;
margin:20px 0 0 10px;
width:740px;
height:184px;
height:100%;
position:relative;
}

.company1 ul{
width:340px;
margin:0 0 0 29px;
}

.company1 ul.sp{
position:absolute;
left:5px;
top:65px;
}

.company1 ul.sp2{
position:absolute;
left:375px;
top:65px;
}

.top-pic{
padding:0 0 15px 0;
}

dl.news{
background:url(../img/img-2.gif) bottom left no-repeat;
padding-bottom:1px;
padding-top:2px;
}

dl.news dt{
float:left;
width:124px;
background:url(../img/img-1.gif) left no-repeat;
padding:7px 0 7px 28px;
font-weight:normal;
}

dl.news dd{
padding:7px 0 7px 0px;
font-weight:normal;
color:#996633;
}

div.news-con{
float:left;
width:657px;
}

div.con-r{
float:right;
width:303px
}

.adj-con-right{
margin:5px 0 25px 0;
}

table.table-pad td{
padding:5px;
}

table.history tr td.td1{
width:191px;
}
table.history tr td.td1 span{
margin:0 0 0 15px;
display:block;
}

table.history tr td.td1-sp{
width:270px;
}
table.history tr td.td1-sp span{
margin:0 0 0 15px;
display:block;
}

table.history tr td.td2{
width:79px;
}

table.history tr td.td3{
width:120px;
background-color:#CC3333;
}

table.history tr td.td4{
width:350px;
}

table.history tr td.td4 span{
margin:7px 0 7px 15px;
display:block;
}

.rinen{
padding:30px 0 30px 0;
}


div.introduction p{
font-size:13px;
}

