﻿@charset "utf-8";
/* CSS Document */

/* default */

body {
	color: #323232;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;
	font-size:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align:top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a:focus{
	outline:none;
}

/* -----clearfix------ */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

a{color:#214fa0; text-decoration:underline;}
a:hover{color:#0099FF; text-decoration:none;}

/* FLORT */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/* margin */
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

/* content */

#wrapper{
	margin:0 auto;
	width:960px;
	font-size:80%;
	line-height:1.4;
}
#cont_erea{
	background:url(../images/ask/bg_content.jpg) repeat-y left top;
	width: 100%;
}
#content{
	clear:both;
	padding-right: 16px;
	padding-left: 16px;
	border-top: 5px solid #104895;
}
.cont_bt{
	background:url(../images/ask/bg_content_bt.jpg) no-repeat left bottom;
	padding: 0px 5px 15px;
}

.ask{
	margin:80px auto;
	width:694px;
}
.btn_wrap{
background:#ebeee8;
padding:30px 0;
}
.btn_box{
	width:358px;
	margin:0 auto;
	height: 38px;
}
.btn_box .left{
width:164;
margin-right:30px;
}
.btn_box .right{
width:164;
}

p.caption{
	text-align:center;
	margin-top:15px;
	clear: both;
}

/* footer */
#footer{
	font-size:80%;
	clear: both;
	padding: 10px 0px 30px;
	color: #666666;
	position: relative;
	width:960px;
}
#footer ul{
margin-bottom:5px;
}
#footer li{display:inline;}
#footer .copyright{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer .pp{
	position:absolute;
	left: 5px;
	top: 10px;
}
#footer .pp a{
	background:url(../images/ask/arrow.gif) no-repeat left 2px;
	padding-left:12px;
}
#footer .support{
	position:absolute;
	top: 10px;
	right: 5px;
}
