﻿@charset "utf-8";
/* CSS Document */


/*メイン画像*/
#main_image{
	width:870px;
	height: 180px;
}

/*センター*/
#center1{
	width:830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#center1 #line{
	width:830px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*個人情報*/
#center1 p#title{
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	color: #393E78;
}

#center1 p#text{
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-top: 5px;
	padding-left: 10px;
}

#center1 p#address{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	color: #000000;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F1F4FA;
}
