@charset "Shift_JIS";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* 各エリア
============================================================================================================ */
div#allArea {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

div#topArea {
	margin: 18px 5px 15px 12px;
}
div#mainArea {
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center top;
	width: 1101px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#contentsArea {
	width: 821px;
	margin-right: auto;
	margin-left: auto;
}

div#mainArea2 {
	background-image: url(../images/contents_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center top;
	width: 1101px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#contentsArea2 {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー関連
============================================================================================================ */
/* ヘッダーテキスト
----------------------------------------------------------------------------------------- */
div#headContainer{
	width: 821px;
}
div#headContainer .inner{
	height: 63px;
	width: 810px;
}
div#headContainer .inner h2.logo {
	float: left;
}
div#headContainer p.tel  {
	float: right;
	padding-top: 10px;
	padding-right: 26px;
}
div.mainimages {
	clear: both;
}
div.mainimages .left{
	height: 340px;
	width: 446px;
	padding-left: 28px;
	float: left;
}
div.mainimages .right{
	width: 342px;
	float: right;
}
div.right p.mainimagesTxt{
	margin-top: 55px;
	margin-bottom: 20px;

}
p.baner01Txt{
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 10px;
	line-height: 16px;
}

/* コンテンツ関連
============================================================================================================ */
/* コンテンツ
----------------------------------------------------------------------------------------- */

div.indexTxt {
	padding-top: 22px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	line-height: 18px;
	letter-spacing: 0.2em;
}
div.indexTxt h3 {
	padding-bottom: 5px;
}
div.indexTxt h3 p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.2em;
}
div.cont_Left {
	float: left;
	width: 520px;
	padding-bottom: 25px;
}
div.cont_Right {
	float: right;
	width: 242px;
	padding: 0px;
}
div.indexBaner {
	width: 242px;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
}
div.indexBaner p{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 10px;
	line-height: 16px;
}
div.what {
	margin-top: 10px;
	clear: both;
}

div.what h5 {
	margin-bottom: 15px;
}
.access {
	margin-bottom:17px;
	background-image: url(../images/access_bg.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: 204px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	padding-top: 64px;
	padding-left: 38px;
}
.baner02 {
	margin-bottom: 8px;
}

/* topicPath
----------------------------------------------------------------------------------------- */
p#topicPath {
	width: 510px;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 20px;
}

