/* メインビジュアル部分の設定 */
#main-visual {
	width:800px;
	margin:0px;
	padding-bottom:50px;
	position:relative;
	float:left;
	background-color:#666666;
	background-image:url(../images/koran.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* コンテンツ　全体の設定 */
#contents {
	width:760px;
	height:auto;
	margin:10px 20px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
}

#contents img {
	border-width:0px;
}

/* コンテンツ　ボックスの設定 */
#contents .contents-box {
	margin:10px 0px;
	padding:0px;
	height:auto;
	width:760px;
	float:left;
	position:relative;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:double;
	font-size:14px;
	line-height:20px;
}

#contents .contents-box h4 {
	height:21px;
	width:750px;
	margin:0px;
	margin-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	color: #003333;
	background-image:url(../images/title-patern-pink.gif);
	background-repeat:repeat-x;
	float: left;
	position:relative;
}

#contents .contents-box p {
	line-height:20px;
	margin:10px;
}

#contents .contents-box table {
	margin:10px auto;
}

#contents .contents-box img.right {
	margin:10px;
	float:right;
}

#contents .contents-box img.left {
	margin:10px;
	float:left;
}

img.inline-img {
	margin:0px;
	padding:0px;
	display:inline;
	float:none;
	vertical-align: text-bottom;
}

#contents .contents-box ul {
	margin-left:10px;
}

#contents .contents-box li {
	font-size:14px;
	margin:10px;
	list-style-type:square;
}

/* コンテンツ　サブボックスの設定 */
#contents .contents-subbox {
	height: auto;
	width:324px;
	margin:20px;
	padding:5px;
	float:left;
	position:relative;
	border-width:1px 5px 5px 1px;
	border-color: #CCCCCC;
	border-style: groove;
	background-image: url(../fucha/images/special-back.gif);
}

#contents .contents-subbox h5 {
	margin:5px;
	font-size: 16px;
	color: #990033;
}

#contents .contents-subbox p {
	line-height:20px;
	margin:5px;
	float:left;
	position:relative;
}

#contents .contents-subbox img {
	margin:0px 5px;
}

/* コンテンツ　サブボックス２の設定 */
#contents .contents-subbox2 {
	height: auto;
	width:354px;
	margin:10px;
	padding:0px;
	float:left;
	position:relative;
	border-width:1px 5px 5px 1px;
	border-color: #CCCCCC;
	border-style: groove;
	background-image: url(../fucha/images/special-back.gif);
}

#contents .contents-subbox2 h5 {
	margin:5px;
	font-size: 16px;
	color: #990033;
}

#contents .contents-subbox2 h6 {
	margin:5px;
}

#contents .contents-subbox2 p {
	line-height:20px;
	padding:5px;
}

#contents .contents-subbox2 ul {
	line-height:20px;
	margin-left:15px;
	float:left;
	position:relative;
}

#contents .contents-subbox2 img {
	margin: 0px;
}

/* ナビアイコンの設定 */
#contents ul#navi-icon {
	margin:0px;
	padding:0px;
	height: auto;
	width:760px;
	float:left;
	position:relative;
}

#contents ul#navi-icon li {
	height:25px;
	width:142px;
	text-align:center;
	padding:0px;
	margin:5px;
	float:left;
	position:relative;
	background-image:url(../images/subnavi-back-green.gif);
	background-repeat:no-repeat;
}

#contents ul#navi-icon li#open {
	background-image:url(../images/subnavi-back-orange.gif);
	background-repeat:no-repeat;
}

#contents ul#navi-icon a {
	color:#990033;
	display:block;
	margin:0px;
	padding-top:5px;
	height:20px;
	width:142px;
}

/* ホームページリンクボタン　アイコンの設定 */
.icon-hp {
	text-indent:-9999px;
	height:25px;
	width:100px;
	margin:5px;
	padding:0px;
	background-image:url(../hotei/images/btn-hp.gif);
	background-repeat:no-repeat;
}

.icon-hp a {
	display:block;
	height:25px;
	width:100px;
}
