@charset "utf-8";
/* CSS Document */
body {
	color:#000000;
	margin:0;
	padding:0;
	font: 75%/165% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/bg.jpg) center top no-repeat;
}

h1, h2, h3, h4, h5, h6, p, form, ul, li, dl, dt, dd, ol {
	margin:0;
	padding:0;
	font-size:1em;
}
a img {
	border:none;
}

/*link
------------------------*/
a:link {
	text-decoration:none;
	outline:none;
}
a:visited {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}

/*
------------------------*/

.mb10{
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}
	
.mb30 {
	margin-bottom:30px;
}
	
.ml25 {
	margin-left:25px;
}

input[type="text"],
textarea,
select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
	border: solid 1px #CCC;
	font-size: 1.4em;
	padding: 5px;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
	border:solid 1px #EEA34A;
}

.need {
	color:#FF0000;
}


.bg_orange {
	background: #f5e4ad;
	padding: 15px;
}




#main_box {
	width:880px;
	margin:55px auto 0 auto;
}


.title_img_inquiry {
	background: url(../images/title_img_inquiry.png) no-repeat 0px 0px;
	width:880px;
	height:50px;
	text-indent: -9999px;
	margin-bottom:40px;
}

.title_img_request {
	background: url(../images/title_img_request.png) no-repeat 0px 0px;
	width:880px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom:40px;
}

.title_img_consultation {
	background: url(../images/title_img_consultation.png) no-repeat 0px 0px;
	width:880px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom:40px;
}

.title_img_privacy {
	background: url(../images/title_img_privacy.png) no-repeat 0px 0px;
	width:880px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom:40px;
}

.title_img_profile {
	background: url(../images/title_img_profile.png) no-repeat 0px 0px;
	width:880px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom:40px;
}



.bg_title_img {
	background: url(../images/title_bg01.png) repeat-x scroll 0 0 #616161;
    border: 1px solid #565656;
	margin-bottom:15px;
}

.bg_title_img span {
	color: #FFFFFF;
    display: block;
    padding: 8px 12px;
}

.list-a {
	background: none repeat scroll 0 0 #F8F8F8;
    height: 100%;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 15px 30px;
}




.sub_title_img_privacy01 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px 0px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy02 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -45px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy03 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -90px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy04 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -135px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy05 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -180px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy06 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -225px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy07 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -270px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}

.sub_title_img_privacy08 {
	background: url(../images/subtitle_img_privacy.gif) no-repeat 0px -315px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom:10px;
}











.contents {
	background:#FFF;
	width:840px;
	padding:20px;
	margin-bottom:20px;
}

.b_box{
	background: #edf4fa;
	border: 1px solid #9fc1dd;
	padding: 10px;
	margin-bottom: 20px;
}

.b_box ul{
	margin-left:20px;
}

label {
	margin-right: 20px;
}



	
/*table
------------------------*/

.table_tag {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #69F;
	border-right: 1px solid #69F;
}

.table_tag th {
	font-weight: bold;
	text-align: left;
	padding: 9px 0px 9px 19px;
	width: 150px;
	white-space: nowrap;
	border-bottom: 1px solid #69F;
	border-left: 1px solid #69F;
	background: #edf4fa;
}

.table_tag td {
	padding:9px;
	border-bottom: 1px solid #69F;
	border-left: 1px solid #69F;
}

.table_tag2 {
	border: 1px solid #E4E4E4;
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}

.table_tag2 th {
	background: url(../images/common/th.png) no-repeat 0 0 #ECF5F8;
    border-right: 2px solid #334188;
    color: #334188;
    white-space: nowrap;
	text-align: left;
	padding:10px 8px;
}

.table_tag2 th,.table_tag2 td {
	border: 1px solid #E4E4E4;
    border-collapse: collapse;
    padding: 10px 15px;
    text-align: left;
}


.table_tag2 ul {
	list-style-type:none;
}


.error ul {
	color: #F00;
	margin-left: 25px;
}

