﻿/* ケアまるこ　基本CSS(ヘッダ・フッタ) */
/* 2010.03.10                          */

/* common setting */
html {
	overflow-y:scroll;
}
body {
	background: #fff;
	text-align: left;
}

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: 5px auto;
	width: 770px;
}
/* /ラッパー */

/* サブナビゲーション */
#s-navi {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	width: 750px;
	margin: 0px 10px 2px 10px;
	display: none;
}
#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: 752px;
	padding: 0px 9px 0px 9px;
	clear: both;
}
/* /サブナビ以下のページラッパー */

/* ヘッダ */
#header {
	width: 750px;
	height: 200px;
	border-width: 1px 1px 0px 1px;
	border-color: #CCC;
	border-style: solid;
}
	/* ロゴ */
#head-logo {
	width: 220px;
	height: 40px;
	padding: 10px 0px 0px 20px;
	float: left;
}
#maruyamakai-logo {
	width: 100px;
	height: 30px;
	float: right;
	padding: 10px 10px 10px 0px;
}
	/* /ロゴ */

/* メインイメージ */
#top_img {
	width: 750px;
	height: 150px;
	float: left;
}
/* /メインイメージ */

/* パンくずリスト */
#pankuzu {
	width: 745px;
	height: 16px;
    line-height: 16px;
	font-size: 86%;
	padding: 5px 0px 10px 5px;
	clear: both;
}

/* /パンくずリスト */
/* /ヘッダ */

/* フッタ */
#footer {
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
	width: 750px;
	height: 55px;
	padding: 5px 0px 0px 0px;
	border-width: 2px 1px 1px 1px;
	border-color: #f93 #CCC #CCC #CCC;
	border-style: solid;
	clear: both;
}
#footer img{
	padding: 0px 2px 0px 0px;
	height: 12px;
	vertical-align: middle;
}
#footer address {
	font-style: italic;
}
	/* フッター上部左 */
#footer-upleft {
	display: none;
}
	/* /フッター上部左 */

#footer-left {
	display: none;
}
#footer-upright {
	display: none;
}
#footer-right {
	width: 740px;
	height: 55px;
	color: #300;
	font-size: 95%;
	text-align: right;
	padding: 5px 10px 0px 0px;
	line-height: 16px;
}
/* /フッタ */
