﻿@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss


--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#3588D2;
}
a:visited{
	color:#3588D2;
}
a:hover{
	color:#84B6E3;
}
a:active{
	color:#84B6E3;
}

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	background	: url(../img/common/bg_head.jpg) #FFF center top repeat-x;
}

#container{
	width:800px;
	margin:0 auto;
	position:relative;
}

#contents-area{
	width:770px;
	border:solid 1px #CCCCCC;
	padding:15px;
}
#contents-area.common{
	background-color:#FFFFFF;
}

/* 右レイアウト、左レイアウト */

#main-area{
	width:550px;
	float:left;
}

#submenu-area{
	width:200px;
	float:right;
}

/* コンテンツの枠 */
.section{
	margin:0 0 15px 0;
}

/* ------------------------------------------------------------ */
/* 見出し指定 */
/* ------------------------------------------------------------ */

h1.common{
	background:url(../img/common/h1_bg_common.jpg) left top no-repeat;
	height:39px;
	color:#FFFFFF;
	margin:0 0 15px 0;
	padding:11px 0 0 45px;
	font-size:136%;
}

#main-area h2{
	background:url(../img/common/h2_bg_common.jpg) left top no-repeat;
}
#submenu-area h2{
	background:url(../img/common/h2_bg_common.jpg) left top no-repeat;
}

#main-area h2,
#submenu-area h2{
	height:25px;
	padding:7px 0 0 25px;
	margin:0 0 10px 0;
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	width:800px;
	height:113px;
}
#header-area #tagline{
	font-size:77%;
	color:#FFF;
	height:20px;
	overflow:hidden;
}
	#header-area #tagline strong{
		font-weight:normal;
	}
#identity{
	margin:17px 0 0 0;
}

#header-area .header-utility{
	position:absolute;
	float:right;
	top:21px;
	left:250px;
	height:36px;
	width:550px;
	line-height:36px;
}
#header-area .header-utility li{
	float:right;
	margin:0 10px 0 0;
	padding:0 0 0 12px;
	background:url(../img/common/point_link.gif) left center no-repeat;
}

/* グローバルメニュー */
.globalmenu{
	position:absolute;
	left:242px;
	top:66px;
	height:37px;
}
.globalmenu li{
	float:left;
	line-height:1;
	text-align:center;
	margin-left:3px;
	overflow:hidden;
}
.globalmenu li a,
.globalmenu li a:visited{
	display:block;
	color:#555;
	text-decoration:none;
	height:24px;
	width:135px;
	padding-top:13px;
}
.globalmenu li a:hover{
	display:block;
	color:#888;
	text-decoration:underline;
	height:24px;
	width:135px;
	padding-top:13px;
}
	.globalmenu .home{
		background:url(../img/common/globalmenu_home_bg.jpg) left top no-repeat;
	}
		.globalmenu .home_active{
			background:url(../img/common/globalmenu_home_bg_active.jpg) left top no-repeat;
		}
	.globalmenu .beginner{
		background:url(../img/common/globalmenu_beginner_bg.jpg) left top no-repeat;
	}
		.globalmenu .beginner_active{
			background:url(../img/common/globalmenu_beginner_bg_active.jpg) left top no-repeat;
		}
	.globalmenu .clinic{
		background:url(../img/common/globalmenu_clinic_bg.jpg) left top no-repeat;
	}
		.globalmenu .clinic_active{
		background:url(../img/common/globalmenu_clinic_bg_active.jpg) left top no-repeat;
		}
	.globalmenu .inquiry{
		background:url(../img/common/globalmenu_inquiry_bg.jpg) left top no-repeat;
	}
		.globalmenu .inquiry_active{
			background:url(../img/common/globalmenu_inquiry_bg_active.jpg) left top no-repeat;
		}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
	margin:0 0 20px 0;
}

#contents-area a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

#submenu-area{

}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{

}





#main-area .pagetitle{
	margin:0 0 30px 0;
}


.section{
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
}
#footer-area .footermenu{
	text-align:center;
	margin:0 0 15px 0;
	color:#CCC;
	line-height:1.8;
}
#footer-area .footermenu a{
	margin:0 3px;
}
#footer-area .pagetop{
	text-align:right;
	margin:0 0 10px 0;
}
	#footer-area .pagetop a{
		display:block;
		width:780px;
		padding:1px 20px 1px 0;
		color:#555;
		text-decoration:none;
		background	: url(../img/common/point_pagetop.gif) #E6ECE6 center right no-repeat;
	}
	#footer-area .pagetop a:hover{
		color:#999;
		background	: url(../img/common/point_pagetop_on.gif) #ECF1EC center right no-repeat;
	}
#footer-area p.copyright{

	}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/* テーブル設定 */
#main-area table{
	border:solid 1px #CCCCCC;
	width:100%;
}
#main-area th{
	font-weight:normal;
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding:2px 5px;
}
#main-area td{
	font-weight:normal;
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	padding:2px;
}
#main-area .center{
	text-align:center;
}
#main-area .indent{
	margin:20px 10px 0 15px;
}

/* フォームテキスト */

#main-area .must{
	color:#C00;
}
#main-area .ex{
	font-size:85%;
	color:#999999;
}