@charset "shift_jis";
/* CSS Document 2016.03.31*/

/*--------------------基本的な設定--------------------*/

ul { list-style-image: url(../img/bullet_orange.gif); }


/* ---------- body ---------- */

body {
	background-image: url(../img/bg.gif);
	text-align: center;
	color: #333;
	background-repeat: repeat-x;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 5px 0px 0px;
}

	
	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}

/* ---------- /body ---------- */
/* ---------- anchor ---------- */

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #0CC;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #F90;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */

/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
/* ---------- /clear---------- */
	
/* ---------- font ---------- */
.fs08{
	font-size: 8pt;
}

.fs10{
	font-size: 10pt;
}
.fs14{
	font-size: 14pt;
}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #930;
} 
.fc02{
	color: #6CC;
} 
.fc03{
	color: #fff;
} 
.bold{
	font-size: 12px;
	font-weight: bold;
}
/* ---------- /font ---------- */

/* ---------- 自分で追加 ---------- */
.text-right{
	text-align:right;
} 



/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 0 5px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px solid #EAEAEA;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#wrapper{
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: no-repeat;
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*---------- ヘッダー ---------- */


#rogo {
	margin: 0px;
	height: 100px;
	padding: 50px 20px 5px;
}
#rogo a{
	color: #333;
	text-decoration: none;
	font: 24px "Times New Roman", Times, serif;
}
#rogo h1{ /* 経絡測定研究会 */
	font-size: 15pt;
	font-weight: bold;
	color: #099;
}




/*

---------- コンテンツ ---------- */
#contents{
	margin-top: 0px;
	width: 900px;
	padding: 0px;
	background-image: url(../img/contents_bg.gif);
}
/*
---------- サイドバー ---------- */
#sidebar{
	float: left;
	width: 220px;
}
/*サイドメニュー*/
#globalNavi{
	padding-right: 20px;
	padding-left: 30px;
}

#globalNavi ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#globalNavi li{
	margin: 0;
}

#globalNavi li a{
	display: block;
	height: 30px;
	margin: 0;
	padding: 10px 10px 0 40px;
	text-decoration: none;
	color: #333;
	background-image: url(../img/navi_li_bg.gif);
	background-position: left top;
	text-align:right;
}

#globalNavi li a:hover{
	color: #096;
	background-image: url(../img/navi_li_bg.gif);
	background-position: right bottom;
}
/*サイドテキストエリア*/
#side_txbox{
	border: 1px solid #0CC;
	padding: 10px;
	margin: 10px 0px 0px;
	background-color: #F6F6F6;
}

/*
---------- メイン ---------- */
#main{
	float: right;
	padding-right: 30px;
	margin: 0px;
	width: 620px;
	padding-left: 30px;
	padding-top: 30px;
}
#main h2{
	background-image: url(../img/main_h2.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
	color: #099;
}
#main h3{
	background-image: url(../img/main_h3.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 10px;
	color: #666;
	margin-bottom: 10px;
}
.main_box{
	margin: 0px;
	padding: 10px;
}
.main_box2{
	margin: 0px 0px 10px;
	border: 1px solid #E4E4D7;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #E4E4D7;
	border-right: 0px dashed #E4E4D7;
	border-bottom: 0px dashed #E4E4D7;
	border-left: 0px dashed #E4E4D7;
}
#main_top{
	background-image: url(../img/main_top.gif);
	padding: 0px;
	height: 20px;
	width: 630px;
	float:right;
	margin: 0px;
	background-repeat: no-repeat;
}
#main_bottom{
	background-image: url(../img/main_bottom.gif);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 630px;
	background-repeat: no-repeat;
}

/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin-right: 30px;
	width: 870px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*
---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(../img/footer.gif);
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#footer_box{
	width: 820px;
	text-align:left;
	padding: 30px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	color: #099;
}
#footer_box a{
	color: #099;
}
#footer_box a:hover{
	color: #9C3;
}

/*
---------- サブページ ---------- */

/*テーブル見本*/
.table-c {
	border-collapse: collapse;
	width: 90%;
	font-size: 12px;
	margin: 20px;
	text-align: left;
}
.table-c th    {
	color: #090;
	font-weight: bold;
	padding: 10px;
	border-bottom: 3px solid #0CC;
}
.table-c td    {
padding: 10px;
color: #666;
border-bottom: 1px solid #CCC;
}
