﻿@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;
	padding-bottom: 10px;
	padding-top: 10px;
}

#center1 #subtitle{
	width:auto;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

#center1 #image{
	width:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#center1 #address{
	width:auto;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	height: 100px;
}

/*マニュアル*/
#center1 p#title2{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	color: #393E78;
	padding-left: 5px;
}

#center1 p#text2{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#center1 #manual{
	height: auto;
	width: 830px;
	background-repeat: no-repeat;
	background-image: url(image/bg.jpg);
	background-position: top;
}

#center1 #manual p#text1{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	margin-top: 15px;
	padding-left: 400px;
	padding-right: 20px;
}
