* {
	margin			: 0px;
	padding			: 0px;
}
body {
	font-size			: 13px;
	color				: #5a5a5a;
	background-color	: #fff;
	margin				: 0px;
	padding				: 0px;
	text-align			: center;
	background-image	: url(../images/back_img.png);
	background-repeat	: repeat-x;
}

a:link    { color: #ad0000; outline :none; text-decoration : underline;}
a:visited { color: #ad0000; outline :none; text-decoration : underline;}
a:active  { color: #ad0000; outline :none; text-decoration : none;}
a:hover   { color: #ad0000; outline :none; text-decoration : none;}

img{ border: none;}

.cl{clear	: both;}

#top{
	width				: 700px;
	background-color	: #fff;
	margin				: 0px auto 0px auto;
	text-align			: left;
	border-left			: solid 5px #ad0000;
	border-right		: solid 5px #ad0000;

}
/* header_box ---------------------------------------- */

#header_box{
	width				: 700px;
	background-image	: url(../images/header_back.png);
	background-repeat	: repeat-x;
	height				: 108px;
	position			: relative;
}
#header_box h1{
	position		: absolute;
	top				: 15px;
	left			: 10px;

}
#header_box h2{
	position		: absolute;
	top				: 10px;
	left			: 724px;

}
#header_box p{
	position		: absolute;
	top				: 20px;
	left			: 540px;
}

/* G-NAVI_box ---------------------------------------- */
#g-navi_box{

	width				: 700px;
	height				: 68px;
	background-image	: url(../images/g-navi_footback.png);
	background-repeat	: repeat-x;
	background-position	: bottom;

}

#g-navi_box ul{
	list-style-type		: none;

}

#g-navi_box li{
	float			: left;

}


/* MAIN_box ---------------------------------------- */

#main_box{

	padding			: 10px 24px;

}
#mainimage_box{
	margin			: 0px 0px 25px 0px;
}
.post{

	border-left			: solid 1px #e2e2e2;
	border-right		: solid 1px #e2e2e2;
	border-bottom		: solid 5px #f0f0f0;
	margin				: 0px 0px 25px 0px;
	padding				: 0px 15px 15px 15px;
}

.post h3{
	margin			: 0px 0px 25px 0px;
}

.post p{
	line-height		: 19px;
	letter-spacing		: 0.1em;
	margin			: 0px 0px 0px 0px;
}


.contact_box{
	margin			: 0px 0px 0px 0px;
	text-align		: center;

}
#ad-network_img{

	margin			: 20px 0px 0px 0px;

}

#ad-network_img_l{
	margin			: 0px 0px 20px 0px;
	float			: left;
}
#ad-network_img_r{

	float			: right;
}

.red_line{
	padding			: 0px 0px 0px 10px;
	border-left		: solid 6px #ad0000;
}


#service p{


	padding			: 10px 0px 15px 25px;

}

#shikumi_box{

	margin			: 25px 0px 30px 0px;

}

.merit_box{
	width			: 250px;
	float			: left;
	margin			: 20px 10px 20px 0px;
}

.merit_box_r{
	width			: 250px;
	float			: left;
	margin			: 20px 0px 20px 0px;
}

.merit_box h5,.merit_box_r h5{

	height			: 25px;
	line-height		: 25px;
	font-size		: 16px;
	color			: #ffffff;
	background-color	: #ad0000;
	text-align		: center;

}
.merit_box p,.merit_box_r p{
	border			: solid 1px #ad0000;
	height			: 70px;
	padding			: 5px;
}



/* FOOTER BOX CSS ---------------------------------------- */


#footer_box{
	text-align		: center;
}



#footer_box ul{
	list-style-type		: none;
	margin			: 0px 0px;
	padding			: 0px 0px;
	line-height		: 30px;
}

#footer_box li{
	display			: inline;
}

/* ’Ç‰Á FORM STYLE */

div#service p.explain {
	width:				95%;
	margin:				12px auto;
	padding:			0px;
	font-size:			80%;
}
table.form {
	width:				95%;
	margin:				auto;
	color:				#666;
}
table.form th, table.form td {
	padding:			4px 6px;
	border:				solid 1px #ddd;
}
table.form th input, table.form td input {
	border:				solid 1px #aaa;
}
table.form th textarea, table.form td textarea {
	border:				solid 1px #aaa;
}
table.form th {
	background-color:	#f2f2f2;
}
table.form th em {
	font-style:			normal;
	color:				#d00;
}
table.form td.txtS {
	font-size:			70%;
}
span.textfieldRequiredMsg {
	font-size:			70% !important;
}

span.textfieldInvalidFormatMsg {
	font-size:			70% !important;
}


