/*共通で使用*/
body {
	background-color: #efefef;
	color: #333333;
	margin: 16px 0px;
}

div#upper_body{
	background-image: url(../images/background_top.png);
	width: 920px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
}

div#middle_body{
	background-image: url(../images/background_middle.png);
	width: 920px;
	margin: 0px auto;
	padding: 0px;
}

div#lower_body{
	background-image: url(../images/background_bottom.png);
	width: 920px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}




/*共通*/

div.stage{
	margin: 0px 10px;
	padding-top: 12px;
}
div.title{
	margin: 0px 10px;
	padding: 5px 10px;
	background-image: url(../images/corp_title_back.png);
	color: #ffffff;
	font-style: italic;
}

div.about{
	float: left;
	width: 640px;
	padding: 18px 10px;
	border: 1px solid #bcbcca;
	border-radius : 12px;
}

p{
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}

div.im_bm{
	margin: 35px 0px 0px;
	width: 640px;
}


div#migi{
	float: right;
	width: 230px;
	padding: 0px;
	margin: 0px;
}

div.etc{
	width: 208px;
	padding: 18px 10px;
	border: 1px solid #bcbcca;
	border-radius : 12px;
	margin-bottom: 12px;
}


h2#ak{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_about_j.png);
}

h2#an{
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_reco_j.png);
}

h2#nw{
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_net_j.png);
}

h2#cp{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_profile_j.png);
}

h2#pl{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_product_j.png);
}

h2#bm{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_model_j.png);
}

h2#am{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_map_j.png);
}

h2#cu{
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	background-image: url(../images/h2_contact_j.png);
}

p#reco{
	font-size: 11px;
	text-align: left;
	text-justify:auto;
}

div.banner{
	margin: 3px 0px 0px;
	padding: 0px;
}

p#read{
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

div#contact_area{
	margin: 30px 0px 0px 50px;
	padding: 0px;
}



/*profile*/

table#pro_data{
	width: 640px;
	margin-top: 3px;
	padding: 0px;
}

table#pro_data th{
	width: 150px;
	padding: 5px 5px 5px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dashed #bcbcca;
	line-height: 1.5em;
	font-size: 13px;
}

table#pro_data td{
	width: 470px;
	padding: 5px 5px 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #bcbcca;
	line-height: 1.5em;
	font-size: 13px;
}

/*index*/

div#bm{
	margin: 10px 20px 0px;
}


/*Product*/

h3.title{
	clear: both;
	margin: 5px 0px 0px 5px;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
}

div.left_list{
	float: left;
	width: 440px;
	padding-bottom: 5px;
}

div.right_image{
	float: right;
	width: 200px;
	padding-bottom: 5px;
	text-align: center;
}

h4.name_top{
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
	border-top: 1px dashed #bcbcca;
}
h4.name{
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #0000CC;
	border-top: 1px dashed #bcbcca;
}

ul.lineup{
	margin: 0px;
	padding: 0px;
}

ul.lineup li{
	list-style-type: circle;
	list-style-position: outside;
	margin: 3px 0px 0px 50px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.3em;
}




/*footer*/

div#foot{
	width: 900px;
	padding-top: 20px;
	margin: 0px auto;
}

div#up_to{
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div#up_to p{
	text-align: right;
	margin: 5px 10px;
	padding: 0px;
	font-size: 80%;
}

div#copy{
	width: 900px;
	border-top: 1px dashed #bcbcca;
	margin: 0px;
}

div#copy p.footer{
	margin: 10px 0px 0px;
	font-family: serif;
	font-size: 11px;
	text-align: center;
}