@charset "utf-8";

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
    *font-size:small;
	line-height:1.4;
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}


/* デフォルトリンク色の設定 */
a{
	color:#00C4AB;
}

a:hover{
	color:#CCE739;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.9;
	filter: alpha(opacity=100);
}

/* ページトップ */
.pagetop{
	clear:both;
}
#contents .pagetop a {
	color: #6a3906;
}

/* ヘッダー
---------------------------*/
#header{
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-decoration: underline;
}
#header .logomark {
	height: 220px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}


#info{
	float:right;
	width:20em;
	padding:10px;
	background:#fff;
	border:#ccc 1px solid;
}










/* グローバルナビゲーション
---------------------------*/
#gnav{
	background-color: #FFF;
	margin-top: 20px;
}

#gnav ul{
	width:980px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gnav li{
	float:left;
}

#gnav a{
	display:block;
	width:140px;
	height:60px;
	text-indent:-9999px;
	color:#fff;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
}

#gnav .gnav01 a,
#gnav .gnav07 a{
	width:140px;
}

#gnav .gnav01 a { background-position:0 0; }
#gnav .gnav02 a {
	background-position:-140px 0;
}
#gnav .gnav03 a {
	background-position:-280px 0;
}
#gnav .gnav04 a {
	background-position:-420px 0;
}
#gnav .gnav05 a {
	background-position:-560px 0;
}
#gnav .gnav06 a {
	background-position:-700px 0;
}
#gnav .gnav07 a {
	background-position:-840px 0;
}

#gnav .gnav01 a:hover {
	background-position:0 -60px;
}
#gnav .gnav02 a:hover {
	background-position:-140px -60px;
}
#gnav .gnav03 a:hover {
	background-position:-280px -60px;
}
#gnav .gnav04 a:hover {
	background-position:-420px -60px;
}
#gnav .gnav05 a:hover {
	background-position:-560px -60px;
}
#gnav .gnav06 a:hover {
	background-position:-700px -60px;
}
#gnav .gnav07 a:hover {
	background-position:-840px -60px;
}

.home #gnav .gnav01 a {
	background-position:0 -120px;
}
.rinen #gnav .gnav02 a {
	background-position:-140px -120px;
}
.education #gnav .gnav03 a {
	background-position:-280px -120px;
}
.look #gnav .gnav04 a {
	background-position:-420px -120px;
}
.calendar #gnav .gnav05 a {
	background-position:-560px -120px;
}
.business #gnav .gnav06 a {
	background-position:-700px -120px;
}
.temporaryclinic #gnav .gnav07 a {
	background-position:-840px -120px;
}


/* コンテンツエリア
---------------------------*/
#contents{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1020px;
	overflow: hidden;
}




/* パンくず
---------------------------*/
#pankuzu{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:#ccc 1px dotted;
}

#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right:15px;
	background:url(../img/ico_arw01.gif) right center no-repeat;
}

/* メインコンテンツ
---------------------------*/
#main{
	height: auto;
	width: 810px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
} 


#up {
	height: 240px;
	width: 810px;
	clear: both;
}
#down {
	height: 240px;
	width: 810px;
	margin-top: 20px;
}
#up .up_left {
	height: 240px;
	width: 270px;
	float: left;
}
#up .up_center {
	float: left;
	height: 240px;
	width: 270px;
}

#up .up_right {
	height: 240px;
	width: 270px;
	float: left;
}
#down .down_left {
	float: left;
	height: 240px;
	width: 270px;
}
#down .doown_center {
	float: left;
	height: 240px;
	width: 270px;
}

#down .down_right {
	float: left;
	height: 240px;
	width: 270px;
}



/* サイドバー
---------------------------*/
#side{
	float:left;
	height: auto;
	width: 160px;
	margin-top: 40px;
}
#side .side_down ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}


#side .side_up {
	background-image: url(../img/nezumi_side.gif);
	height: 300px;
	width: 160px;
}
.side_up_menu {
	padding-top: 132px;
}
.side_up_menu li {
	text-align: center;
}



/* フッター
---------------------------*/



#footer{
	background-color: #693;
	margin-top: 50px;
}
.footer.inner {
	width: 1000px;
	color: #FFF;
	padding-top: 20px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #693;
}

#footer .inner ul li a {
	color: #633;
	background-image: url(../img/icon_arw_00.gif);
}

#footer li{
	display:inline;
}

#footer a{
	padding:0 10px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a:hover{
	text-decoration:underline;
}

#address {
	text-align: right;
	margin-right: 30px;
}
#copyright {
	text-align: right;
	margin-right: 30px;
}

#footer .inner .icon {
	height: 55px;
	width: auto;
}
#footer .inner .icon .icon01 {
	height: 50px;
	width: 50px;
	float: left;
}
#footer .inner .icon .icon02 {
	float: right;
	height: 55px;
	width: 55px;
}
/*--------------------------


上部へ移動ボタン 


---------------------------*/

#topbutton a {
			/* ▽リンクの装飾 */
			color: white;
			text-decoration: none;
}
#topbutton {
	/* ▽表示位置を画面の右下に固定 */
			position: fixed;
	bottom: 24px;
	right: 18px;
	width: 7em;
	/* ▽最初は非表示にしておく */
			display: none;
	opacity: 0.75;
	border-radius: 60px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	background-color: #9CC96B;
}

#topbutton a:hover {
	/* ▽マウスが載ったときの装飾 */
			color: #FFF;
	text-decoration: underline;
}



/*--------------------------

　共有スタイル

---------------------------*/
.memo {
	font-size: small;
	text-align: left;
	color: #630;
}
.memo a {
	color: #630;
	margin-left: 10px;
}
