﻿/* 御所苑トップページ用CSS */
/* 2010.03.01              */

/* common setting */
html {
	overflow-y:scroll;
}
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #600;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
/* /common settings */

/* ラッパー */
#wrapper {
	margin: 4px auto;
	width: 770px;
}
/* /ラッパー */

/* サブナビゲーション */
#s-navi {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	width: 750px;
	margin: 0px 10px 2px 10px;
}
#s-navi a:link {
	color: #F90;
	text-decoration: none;
}
#s-navi a:visited {
	color: #F90;
	text-decoration: none;
}
#s-navi a:active {
	color: #F90;
	text-decoration: none;
}
#s-navi a:hover {
	color: #090;
	text-decoration: underline;
}
#s-navi li {
	display: block;
	height: 16px;
	line-height: 16px;
	*line-height: 20px; /* IE6,7用ハック */
	padding: 0px 0px 0px 5px;
	float: right;
	list-style-type: none;
}
/* IE8用ハック */
html>/**/body #s-navi li {
	line-height /*\**/: 20px\9;
}
/* /IE8用ハック */

#s-navi img {
	float: left;
	height: 16px;
	padding: 0px 3px 0px 0px;
}
#s-navi p {	/* ここはサブタイトル */
	float: left;
	height: 16px;
	line-height: 16px;
	*line-height: 20px; /* IE6,7用ハック */
	font-weight: normal;
	color: #999;
}
/* IE8用ハック */
html>/**/body #s-navi p {
	line-height /*\**/: 20px\9;
}
/* /IE8用ハック */

/* /サブナビゲーション */

/* サブナビ以下のページラッパー */
#wholepage {
	background-image: url(img/page_bg.gif);
	background-repeat: repeat-y;
	width: 750px;
	padding: 0px 10px 0px 10px;
	clear: both;
}
/* /サブナビ以下のページラッパー */

/* ヘッダー */
#header {
	width: 750px;
	height: 350px;
	border-width: 1px 0px 0px 0px;
	border-color: #CCC;
	border-style: solid;
	position: relative;
}

#top_img {
	width: 750px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#maruyamakai-logo {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 5px;
	right: 5px;
}
/* /ヘッダー */


/* ヘッダ以下全体 */
#main {
	width: 750px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top:10px;
}

/* コンテンツ */
#contents {
	padding: 0px 5px 0px 0px;
	width: 550px;
	min-height: 300px;
	color: #300;
	float: right;
}

/* コンテンツ内ナビ */
#cnavi {
	width: 550px;
	height: 140px;
}
#cnavi span {
	width: 180px;
	height: 140px;
	float: left;
}
#cnavi span+span {
	padding-left: 5px;
}

/* /コンテンツ内ナビ */

#contents h2 {
	height: 26px;
	color: #300;
	font-size: 128%;
	line-height: 26px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color:#ff9933;
	clear: both;
}
#contents-list {
	width: 520px;
	padding: 10px 15px 0px 15px;
}
#contents-list li{
	font-size: 100%;
	line-height: 30px;
	display: inline;
	padding-right: 10px;
}

/* 各indexページ用リスト */
#index-list {
	list-style: url(img/arrow1_right.gif);
	list-style-position: outside;
	line-height: 25px;
	display: block;
	width: 500px;
	padding: 30px 20px 0px 30px;
	vertical-align: middle;
}
#index-list span {
	display: block;
	padding: 0px 0px 10px 0px;
}
/* /各indexページ用リスト */

#contents h4{
	width: 550px;
	height: 25px;
	position: relative;
	margin: 20px 0px 10px 0px;
}
#contents h4 b{
	font-size: 114%;
	font-weight: bold;
	line-height: 20pt;
	text-indent: 20px;
	border-width: 0px 0px 0px 0px;
	border-color: #fff #fff #999 #ccc;
	border-style: solid;
	position: absolute;
	top: 0px;
	left: 0px;
}
#contents cinfo{
	width: 530px;
	height: 100px;
	margin: 10px;
	background-color: #F93;
	overflow: hidden;
}
#contents p{
	text-indent: 1em;
}
#contents dl{
	padding: 0pt 0px 14pt 0px;
}
#contents dt{
	font-weight: bold;
	padding: 7px 0px 3px 0px;
}
#contents dt.disc {
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 5px;
}
#contents dt.circle {
	display: list-item;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 5px;
}
#contents dd{
	font-weight: normal;
	padding: 0px 0px 0px 20px;
}
#contents span.rettop {
	width: 545px;
	height: 16px;
	display: block;
	font-size: 10pt;
	text-align: right;
	letter-spacing: 0px;
	padding: 10px 0px 5px 0px;
}
#contents span.rettop img{
	padding: 0px 2px 0px 0px;
	height: 12px;
	vertical-align: middle;
}

#contents img.left {
	float: left;
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
#contents img.right {
	float: right;
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
#contents p:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
#contents dd:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
#contents table.th_color th{
	background-color: #FFE3C8;
	text-align: center;
	padding: 2px 15px;
}
#contents table.th_color td{
	padding: 2px 15px;
}

/* サイトマップ用 */
#sitemap {
	padding: 0px 10px 20px 10px;
	width: 730px;
	color: #000;
	float: right;
}
#sitemap h2 {
	height: 25px;
	color: #000;
	font-size: 128%;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
 	margin:0px 0px 10px 0px;
	padding: 0px 0px 3px 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color:#03F;
	clear: both;
}
#sitemap dl{
	padding: 0pt 0px 20px 0px;
}
#sitemap dt{
	font-weight: bold;
	padding: 7px 0px 3px 10px;
}
#sitemap dd{
	font-weight: normal;
	padding: 0px 0px 15px 40px;
}
#sitemap dd.first{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
/* /サイトマップ用 */

/* インフォメーション用 */
.info-contents {
	width: 520px;
	min-height: 100px;
	background-color: #FFF2E6;
	margin: 5px;
	table-layout: fixed;
	font-size: 14px;
	line-height:1.6;
	text-align: left;
	padding: 5px 10px;
}
.info-contents td {
	vertical-align: text-top;
}
/* /インフォメーション用 */

/* /コンテンツ */

/* サイドメニュー */
#side-menu {
	width: 185px;
	min-height: 300px;
	float: left;
	padding: 0px 0px 0px 10px;
	letter-spacing: 0px;
}
#side-menu h3{
	margin: 0px 0px 0px 0px;
	width: 175px;
	height: 33px;
	position: relative;
	clear: both;
}
#side-menu h3 b{
	width: 175px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#side-menu ul {
	width: 173px;
	border-color: #bbbbbb;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #FFE3C8;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
}

#side-menu li {
	list-style-type: none;
	width: 165px;
	height: 25px;
	margin: 0px auto 3px auto;
	text-align: left;
	word-break: break-all;
	font-size: 14px;
	color: #300;
}

#side-menu li a{
	display: block;
	width: 150px;
	height: 24px;
	line-height: 25px;
	text-indent: 5px;
	overflow: hidden;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: url(img/side_li.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#side-menu li a:link {
	color: #300;
}

#side-menu li a:visited {
	color: #300;
}

#side-menu li a:active {
	width: 149px;
	background-color: #fec;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999;
}

#side-menu li a:hover {
	color: #F00;
	background-image: url(img/side_li-b.gif);
}

#side-menu li b{
	display: block;
	width: 149px;
	height: 24px;
	line-height: 25px;
	padding-left: 15px;
	text-indent: 5px;
	font-weight: normal;
	overflow: hidden;
	background-color: #FEC;
	background-image: url(img/side_li.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999;
}

#side-menu li.first{
	width: 165px;
	height: 25px;
	color: #F60;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

#side-menu li+li[class="first"] {
	padding-top: 10px;
}

#side-menu li.first a{
	width: 165px;
	height: 25px;
	color: #f60;
	text-decoration: none;
	text-indent: 0px;
	background: none;
	padding-left: 0px;
	border: none;
}

#side-menu li.first a:link {
}
#side-menu li.first a:visited {
}
#side-menu li.first a:active {
	border: none;
}
#side-menu li.first a:hover {
	color: #F00;
	text-decoration: underline;
}

/* バナー */
#bannar {
	width: 175px;
	margin-top: 20px;
	float: left;
}
#bannar div {
	margin-bottom: 10px;
}
/* /バナー */

/* /サイドメニュー */

/* フッタ */
#footer {
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
	width: 750px;
	height: 80px;
	padding: 5px 0px 0px 0px;
	clear: both;
	position: relative;
	border-width: 0px 0px 1px 0px;
	border-color: #CCC;
	border-style: solid;
}
#footer img{
	padding: 0px 2px 0px 0px;
	height: 12px;
	vertical-align: middle;
}
#footer address {
	font-style: italic;
}
	/* フッター上部左 */
#footer-upleft {
	width: 180px;
	height: 18px;
	border-width: 0px 0px 2px 0px;
	border-color: #f93;
	border-style: solid;
	padding: 0px 10px 5px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer-upleft ul {
	list-style: none;
}
#footer-upleft li {
	font-size: 12px;
	line-height: 16px;
	float: left;
}
#footer-upleft img {
	padding: 0px 3px 0px 0px;
	height: 16px;
	float: left;
}
	/* /フッター上部左 */

#footer-left {
	width: 195px;
	height: 55px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	position: absolute;
	top: 25px;
	left: 0px;
}
#footer-upright {
	width: 540px;
	height: 18px;
	text-align: right;
	border-width: 0px 0px 2px 0px;
	border-color: #f93;
	border-style: solid;
	padding: 0px 10px 5px 0px;
	position: absolute;
	top :0px;
	left: 200px;
}
#footer-right {
	width: 540px;
	height: 55px;
	text-align: right;
	font-size: 95%;
	padding: 5px 10px 0px 0px;
	line-height: 16px;
	position: absolute;
	top: 25px;
	left: 200px;
}
/* /フッタ */
