@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-spa.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/index/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/* 見出しコピー
------------------------------------------------------------*/
#head-copy {
	padding-bottom: 20px;
}
#head-copy p {
	margin: 0px auto;
	width: 680px;
	line-height: 1.4em;
}

/* 画像とテキスト
------------------------------------------------------------*/
.set {
	clear: both;
	width: 740px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D04E7A;
	margin-bottom: 10px;
}
.set .imgph {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #D04E7A;
}
.set .imgph2 {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #D04E7A;
}

.set .imgph3 {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #D04E7A;
}
.set .imgtxt {
	float: left;
	width: 190px;
}
.set .imgtxt2 {
	float: left;
	width: 520px;
}
.set .imgtxt3 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.set .imgtxt4 {
	float: left;
	width: 560px;
}
.set .imgtxt p,
.set .imgtxt2 p,
.set .imgtxt3 p,
.set .imgtxt4 p {
	line-height: 1.3em;
}

.set .imgtxt strong,
.set .imgtxt2 strong,
.set .imgtxt3 strong,
.set .imgtxt4 strong {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
