/* お役立ちリンク集 */

.content_area .link_area{
	margin:20px auto;
	width:95%;
	}

.content_area .link_box{
	float:left;
	width:50%;
	margin:10px 0;
	}
	
.content_area .link_box .link_center{
	position:relative;
	width:96%;
	margin:0 auto;
	border: 1px dotted #90c31f;
	padding:5px;
	}
	
.content_area .link_center a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
	font-size: 14px;
	line-height: 1.5em;
	color:#333;
	}
	
	
.content_area .link_center a:hover{
	background:#eee;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	}

.content_area .link_center p.link_title{
	font-size: 19px;
	line-height: 2.0em;
	color:#90c31f;
	font-weight:700;
	}
	

.content_area .link_center p.link_url{
	font-size: 10px;
	line-height: 1.5em;
	color:#666;
	}
	


/* CSS Document */
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font24{font-size:24px;}
.content_area{
	width:950px;
	margin:0 auto;
}
.slide_content_area{
	width:970px;
	margin:0 auto;
}


.breadcrumb{
	padding:0;
	margin-bottom:0px;
}
.title{
	border-bottom: 1px dotted #90c31f;
}
.title div{
	border-bottom: 2px solid #90c31f;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 3px;
	color:#90C320;
	padding-left:10px;
}
.form_table{
	display:table;width:100%;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.form_row{
	display:table-row;
}
.form_title{
	display:table-cell;width:200px;vertical-align:middle;
	background-color:#e9f9a0;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding:10px;
}
.form_input{
	display:table-cell;vertical-align:top;
	padding:10px;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form_information_text{
	padding-top:20px;
	padding-bottom:20px;
}
p.error{
	color:red;
}
.form_btn{
	margin-top:10px;
	margin-bottom:10px;
}

.guide_text{
	margin-top:30px;
	margin-bottom:30px;
}
.guide_text span{
 font-weight:bold;
 color:#90C51F;
}
.guide_link{
	margin-bottom:30px;
	cursor:pointer;
}
.bunner_image{
	width:730px;
	margin:0 auto;
}
.url{
	word-break:break-all;
}
.url span{
	word-break:break-all;
}