@charset "utf-8";
/* CSS Document */

/****************************************************************

BODY 

*****************************************************************/

*{
margin:0;
padding:0;
}
html{
background:#ffffff url(imgs/stripe.gif);
}
body{
margin:0;
padding:0;
background: url(imgs/shade.gif) center top repeat-y;
/*background-color:#E6E6E6;*/
text-align:center;
}

ul, li {
list-style-type: none;
line-height: 100%;
}

img{
border:0;
}

#container{
width:760px;
margin:0 auto;
background:#FFF;
color:#666;
padding: 0;
font-weight:normal;
}

#container:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 


/* float clear */
.clear {
font-size: 1px;
line-height: 0px;
margin: 0px;
padding: 0px;
clear: both;
width: 10px;
}

a{
/* mac ie */
text-decoration:none;
}

.fleft{
float:left;
}
.fright{
float:right;
}

/* LinkColor */
a{
color:#666;
outline: none 0px #000;
text-decoration:none;
}

a:hover{
color:#9a0235;
text-decoration:none;
}

/****************************************************************

pankuzu

*****************************************************************/

#pankuzu{
/*background:url(../img/pankuzu_bg01.jpg) top left no-repeat;*/
width:760px;
height:25px;
margin:0 auto;
border-bottom:#DDDDDD 1px solid;
}

#pankuzu p{
padding:10px 10px 5px 10px;
font-size:10px;

}


/****************************************************************

Header

*****************************************************************/
#header{
width:760px;
height:68px;
margin:0 auto;
/*background:url(../img/head_bg2.gif) top no-repeat;*/
text-align:left;
}
#header h1 a img{
margin:13px 0 0 15px;
}

#header h2{
font-size:0.65em;
font-weight:lighter;
margin:3px 0 0 16px;
}

#header p{
text-align:right;
}
#header p.lang{
font-size:0.7em;
/*color:#FFF;*/
margin:43px 3px 0 0;
}

/*#header p.lang a{
color:#FFF;
}

.kensaku{
font-size:0.7em;
margin:7px 0 0 9px;
}

#header p.headnavi{
font-size:0.65em;
margin:40px 0 0 0;
}*/
.fright02{
float:right;
margin-right:10px;
}


/****************************************************************

HeaderNavigation

*****************************************************************/

#hnavi{
width:760px;
height:29px;
margin:0;
position:relative;
}


#hnavi ul{
top:0px;
left:0px;
position:absolute;
}


#hnavi ul li{
height:29px;
float:left;
list-style:none;
}

#top_msg{
display:block;
width:127px;
height:30px;
background-image:url(imgs/menu/topmsg.gif);
}
#company2{
display:block;
width:127px;
height:30px;
background-image:url(imgs/menu/co_info.gif);
}
#prodact{
display:block;
width:127px;
height:30px;
background-image:url(imgs/menu/products.gif);
}
#recruit{
display:block;
width:127px;
height:30px;
background-image:url(imgs/menu/recruit.gif);
}
#ask_m{
display:block;
width:126px;
height:30px;
background-image:url(imgs/menu/ask.gif);
}
#home{
display:block;
width:126px;
height:30px;
background-image:url(imgs/menu/home.gif);
}
#hnavi ul li a:hover{
	background-position:0 -30px;
}

.d_non{
display:none;
}


/****************************************************************

Footer

*****************************************************************/
#footer{
clear:both;
/*background:url(../img/foot_bg.gif) repeat-x bottom;*/
width:760px;
height:40px;
margin:0 auto;
/*
border-left:#BEBEBE 1px solid;
border-right:#BEBEBE 1px solid;
*/
}
#footer .line_g{
border-bottom:#999999 1px solid;
padding-bottom:30px;
}

#footer p.footnavi{
width:350px;
text-align:right;
font-size:0.9em;
margin:15px 10px 0 0;
}

#footer p.copyright{
width:360px;
font-size:0.8em;
margin:15px 10px 0 10px;
}


/****************************************************************

Contents

*****************************************************************/

#contents{
width:760px;
margin:0 auto;
text-align:left;
font-size:0.75em;
background:#fff;
}

#ask{
width:710px;
margin:10px 10px 20px 20px;
}
#ask a{
color:#0000cc;
/*text-decoration:underline;*/
}
#ask a:hover{
color:#990033;
}


#ask .tit{
	/*background:url(imgs/tit_bg.jpg) bottom left repeat-x;*/
	border-bottom:#9a0235 solid 3px;
	width:720px;
	height:30px;
	margin:0 0 10px 0;
	text-align:left;
}

#ask .tit h3{
	font-size:1.2em;
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
	color:#333333;
}


#ask p{
font-size:1.0em;
margin:20px;
line-height:1.5em;
}

#ask #box01{
margin:20px;
padding:10px;
border:#CCCCCC solid 1px;

}


#ask #box01 ul{
}

#ask #box01 ul li{
font-size:0.9em;
line-height:1.5em;
}
#ask #box02{
border:#999999 solid 1px;
margin:20px;
padding:20px;
text-align:center;
}
/*#ask .form_tit{
background:url(imgs/form_tit_3.jpg) no-repeat;
width:600px;
height:34px;
margin-bottom:20px;
text-align:center;
}*/
#ask #box02 h4{
/*display:none;*/
width:600px;
font-size:1.4em;
margin:10px 0 10px 0;
background:#F0F0F0;
padding:10px 0;
}
#ask .btn{
width:600px;
height:55px;
background:#F0F0F0;
margin:20px 0;
}
#ask .btn p{
margin:0;
padding-top:15px;
}

#ask #box02 table{
width:600px;
font-size:1.2em;
/*margin:0 15px;*/
text-align:left;
}
#ask #box02 table tr{
}
#ask #box02 table tr td{
font-size:0.8em;
line-height:1.6em;
padding-left:10px;
}
#ask #box02 table tr td.askarea{
padding-top:5px;
}
#ask #box02 table tr td.bgcolor{
font-size:1.0em;
background-color:#FDEEF5;
border-bottom:#FFFFFF solid 2px;
}
#ask #box02 table tr td.bgcolor2{
background-color:#FDEEF5;
}

#ask #box02 table tr td.bottom{
padding-bottom:15px;
font-size:0.8em;
}
.red{
color:#FF0000;
font-size:0.9em;
padding-left:5px;
}

#ask #box03{
margin-bottom:30px;
}
#ask #box03 h4{
margin:10px 0;
padding:3px 0 3px 10px;
border-bottom:#990000 dotted 1px;
font-size:1.2em;
}
#ask #box03 ul{
margin-left:15px;
font-size:1.2em;
}
#ask #box03 ul li{
line-height:2.0em;
}
#ask #box03 span.mailto{
height:16px;
}
#ask #box04{
margin:20px;
padding:10px;
}
/********btn用追加********/
.askbtn{
	text-align:center;
	margin:60px 0 50px 10px;
}
