﻿@charset "UTF-8";


/*==================================================

	フォーム系

==================================================*/

div#sidebar h3 {
margin: 0 0 0px 5px;
}

div#sidebar dl.nav {
	margin: 0 0 6px 5px;
	width:205px;
	background:#fff;
}

div#sidebar dl.nav dt {

}

div#sidebar dl.nav dd {
	border-left: 1px solid #819CB3;
	border-right: 1px solid #819CB3;
	background: url(../images/side/nav_bg.gif) no-repeat left bottom;
	line-height: 1.5;
	padding: 5px 0 5px 14px;
}

div#sidebar dl.nav dd.last {
	background-image: none;
}

div#sidebar dl.nav dd.last_other {
	background-image: none;
	border-bottom: 1px solid #819CB3;
}

div#sidebar dl.nav dd a {
	background: url(../images/redicon_s.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
}



/*==================================================

	フォーム系
	
==================================================*/

#F_section{
margin:10px;
}

#F_section h4{
margin-bottom:10px;
padding-bottom;
}

p{
font-size:12px;	
}


#F_section h3{
height:3em;
font-size:1.4em;
font-weight:bold;
color:#023866;
background: url(../images/tit_h3.gif) no-repeat left bottom;
margin-bottom:20px;
}

#F_section .top{
text-align:right;
margin-top:10px;
margin-bottom:10px;
background: url(../images/redicon_s.gif) no-repeat 540px top;
}


table.contact {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	font-size:1;
}

table.contact .caption {
	text-align: right;
	margin-bottom: 5px;
	font-size:10px;
	color:#900;
	}

table.contact th {
	color:#fff;
	border: 1px solid #D5D5D5;
	background-color: #1462A0;
	text-align: center;
	padding: 10px;
	font-weight:bold;
}

table.contact td {
	border: 1px solid #D5D5D5;
	text-align: left;
	padding: 10px;
}

table.contact td.abs {
	width:30px;
	border: 1px solid #D5D5D5;
	background-color: #DFEAFF;
}

table.contact td textarea{
	width:320px;
	htight:40px;
}

table.contact th.tit {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	padding: 5px;
}

p.coution2{
	display:block;
	margin:0 auto 10px auto;
	width:300px;
	padding: 5px;
	font-weight:bold;
	}
	
.inp{
	margin:0 auto 0px auto;
	width:300px;
	text-align:center;
	}


/*==================================================

	汎用
	
==================================================*/
div.price_info{

}

div.price_info h4{
font-size:1.1em;
font-weight:bold;
background: url(../images/pmtit_h3.gif) no-repeat left bottom;
padding:0px 0 0 2px;
color:#0B375B;
height:35px;
}



table.price_m {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
	font-size:1;
	padding-left:10px;
}


table.price_m caption {
	text-align: right;
	margin-bottom: 5px;
}

table.price_m th {
	width:25%;
	color:#fff;
	border: 1px solid #D5D5D5;
	background-color: #1462A0;
	text-align: center;
	padding: 5px;
	font-weight:bold;
}

table.price_m th.tit {
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

table.price_m th.pic {
	width:45%;
	color:#333;
	border: 1px solid #D5D5D5;
	background-color: #eff6fe;
	text-align: left;
	font-weight:bold;
}

table.price_m td {
	border: 1px solid #D5D5D5;
	padding: 5px;
}

.coution{
color:#990000;
}



.clr {
	clear: both;
}

.small {
	font-size: x-small;
}

.fr {
	float: right;
}

