/* Concept
-------------------------------------------------*/
#main .concept {
	text-align: center;
	line-height: 20px;
	margin: 25px 0 15px 0;
}

.concept p {
	padding-bottom: 20px;
	line-height: 200%;
}

.name {
	text-align: right;
}

/* Workflow
-------------------------------------------------*/
#main .workflow {
	text-align: left;
	margin: 25px 0;
}

#koutei th {
	text-align: center;	
}

h4 {
	background: #E8E8E8;
	border-left: 6px #CC0000 solid;
	padding: 5px;
	margin: 20px 0;
	font-size: 140%;
}

#main .flow {
	margin: 10px 0 10px 30px;	
	line-height: 20px;
}

#main .flow2 {
	margin-left: 20px;
	line-height: 20px;
}

.list {
	margin: 10px 0 10px 30px;	
	line-height: 20px;
	font-size: 120%;
}

.list li {
	margin: 5px;
}

.p_img_r {
	float: right;
	margin-left: 10px;
}

.hajimeni {	
	width: 520px;
	height: 122px;
	margin: 0 auto;	
}

.hajimeni p {
	float: left;
	font-size: 120%;
	width: 300px;
	height: 122px;	
}

.keiyaku_flow {
	width: 516px;
	border: 1px #CCCCCC solid;
	padding: 1px;
	margin: 0 auto;
}

.sita_yaji {
	margin: 3px;
}

/* Workflow Navi
-------------------------------------------------*/
ul#flow_navi {
	list-style: none;
    width: 100%;
	height: 50px;    
}

ul#flow_navi li {
    list-style: none;
    float: left;    
}

.f_navi01 {
    display: block;
	width: 139px;
	height: 50px;     
    text-indent: -9999px;
    background-image: url(../img/flow_btn1.jpg);
    overflow: hidden;
}

.f_navi02 {
    display: block;
	width: 137px;
	height: 50px;     
    text-indent: -9999px;
    background-image: url(../img/flow_btn2.jpg);
    overflow: hidden;
}

.f_navi03 {
    display: block;
	width: 137px;
	height: 50px;     
    text-indent: -9999px;
    background-image: url(../img/flow_btn3.jpg);
    overflow: hidden;
}

.f_navi04 {
    display: block;
	width: 137px;
	height: 50px;     
    text-indent: -9999px;
    background-image: url(../img/flow_btn4.jpg);
    overflow: hidden;
}

a:hover.f_navi01 {
	background-image: url(../img/flow_btn1_on.jpg)
}

a:hover.f_navi02 {
	background-image: url(../img/flow_btn2_on.jpg)
}

a:hover.f_navi03 {
	background-image: url(../img/flow_btn3_on.jpg)
}

a:hover.f_navi04 {
	background-image: url(../img/flow_btn4_on.jpg)
}

/* Reform
-------------------------------------------------*/
#main .reform {
	text-align: left;
	line-height: 20px;
	margin: 25px 0;
}

.r_thumb img {
	float: left;
	margin: 0 16px 10px 0;
	padding: 0;	
}

#main .r_thumb {
	padding-top: 15px;
	margin-bottom: 25px;
}

.jirei_title {
	font-size: 130%;
	font-weight: bold;	
	float: left;
}

.jirei_number {
	font-size: 140%;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	float: right;
}

.reform_jirei {
	background: #E8E8E8;
	border-left: 6px #CC0000 solid;
	padding: 5px;
	height: 20px;
}

/* Package
-------------------------------------------------*/
#main .package {
	text-align: left;
	line-height: 20px;
	margin: 15px 0 25px 0;
}

#main .products {
	width: 550px;
	height: 250px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #CCCCCC solid;
}

#main .products2 {
	width: 550px;
	height: 350px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #CCCCCC solid;
}

#main .products_txt {
	width: 345px;
	float: right;
	position: relative;
	
}

.p_img {
	float: left;
	margin-right: 10px;
}

h5 {
	font-weight: bold;
	border-top: 1px #999999 dotted;
	border-bottom: 1px #999999 dotted;
	padding: 5px 0;
	font-size: 130%;
}

.products_txt p {
	margin: 10px 0;
	font-size: 80%;
}

.price {
	border-bottom: 1px #999999 solid;
}

.yen {
	background: url(../img/b_yaji.gif) no-repeat 0 10px;
	padding-left: 10px;
}

.option_txt {
	position: relative;
}

.koji {
	position: absolute;
	top: 0;
	left: 485px;
}

.koji2 {
	position: absolute;
	top: 45px;
	left: 270px;
}

.option {
	margin-bottom: 20px;
}

.option p {
	margin: 5px 0;
}

.nebiki {
	border: 4px #CCCCCC solid;
	padding: 10px;
	margin-bottom: 10px;
}



/* Policy
-------------------------------------------------*/
#main .policy {
	text-align: left;
	line-height: 20px;
	margin-bottom: 25px;
}

.policy dt {
	font-weight: bold;
}

.policy dd {
	padding: 5px;
	margin-bottom:10px;
}

/* Company
-------------------------------------------------*/
#main .company {
	text-align: left;
	margin: 25px 0 5px 0;
}

#gaiyo th {
	text-align: center;
	width: 70px;
	padding-right: 20px;
	border-bottom: 1px #999999 dotted;
	vertical-align :top;	
}

#gaiyo td {	
	padding-left: 20px;
	border-bottom: 1px #999999 dotted;
}

.goaisatsu {
	line-height: 200%;
}

/* Contact
-------------------------------------------------*/
#main .contact {
	text-align: left;
	margin: 25px 0;
}

.form th {
	background: #F2F2F2;
}

.red {
	color: red;
}

/* Faq
-------------------------------------------------*/
.md {
	background: #E8E8E8;
	border-left: 6px #CC0000 solid;
	padding: 5px;
	margin-bottom:20px;
	font-size: 140%;
	font-weight: bold;
}
