/*--------------------------------------------------------
ブラウザのデフォルトスタイルをCSSでリセット
-------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------------------------------
1、Total
-------------------------------------------------------*/


a:link{ color: #0000ff; }
a:visited{ color: #8000FF; }
a:hover{ color: #ff4500; }


body{
	margin: 0;
	background: url(img/back-bg.jpg) repeat-x center top fixed;
	color: #333333;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

p{ line-height: 1.4em; }

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

#container{
	width: 810px;
	margin: 10px auto;
	text-align: left;
}


/*全体の左右の枠線*/
#header,#navi,#main{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}


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

#header{
	width: 810px;
	height: 220px;
	background: url(img/header.jpg) no-repeat;

}





/*--------------------------------------------------------
■Last Up Date
--------------------------------------------------------*/

#navi{
	position: absolute;
	top: 230px;
	width: 809px;
	height: 25px;
	background: #fff;
	border: thin solid #e6e6e6;
}

#navi p{
	margin: 6px 0 0 16px;
	font-size: 10pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■メインコンテンツ
--------------------------------------------------------*/


#main{
	overflow: hidden;
	position: absolute;
	top: 255px;
	width: 810px;
	text-align: left;
	background: #fff;
}


#text{
	overflow: hidden;
	float: left;
	padding: 0 10px 0 10px;
	width: 570px;
	background: #fff;
}


h1 {
	clear: both;
	margin: 10px 0px 5px 0px;
	padding-left: 7px;
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #333;
	background: url(img/h2-bg.jpg) repeat-x;
	border-left: 8px solid #de1039;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
}



#text .contents{
	clear: both;
	margin: 20px 20px 20px 20px;
}

h2 {
	clear: both;
	margin: 10px 0px 5px 0px;
	padding-left: 7px;
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #333;
	background: url(img/h2-bg.jpg) repeat-x;
	border-left: 8px solid #de1039;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
}


#text .contents p{
	font-size: 11pt;
	line-height: 180%;
	background	: url("img/note_line.gif") bottom;
	margin-bottom: 30px;
}


.style-aka {
	color: #DE1039;
	font-weight: bold;
}

.style-yellow{
font-weight:bold;
background-color:#FFFFcc
}


/*コンテンツ内のPタグは、自動改行*/
p{ margin-bottom: 1.0em; }





/*--------------------------------------------------------
●メインコンテンツサブページ（ＢＭＩのテーブル）
--------------------------------------------------------*/

table#bmi {
	
	border: 1px #cccccc solid;
	border-spacing: 0;
	background: #f9edee url(images/side-1.gif) repeat-x 0 100%;
	margin: auto;
}


table#bmi th {
	padding: 5px 1px 3px 1px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background: #73CECE url(img/ta.gif) repeat-x 0 100%;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	width: 200px;
}


table#bmi td {
	
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #cccccc #cccccc #FFFFFF;
	color: #1A4444;
	text-align: center;
	white-space: nowrap;	
}
	

/*--------------------------------------------------------
■右のメニュー部分
--------------------------------------------------------*/
#migimenu{
	overflow: hidden;
	float: right;
	width: 200px;
	background: #fff;
	margin: 0px 10px 10px 5px;
	font-size: 10pt;
}



#migimenu .menu{
	margin: 10px 0 10px 5px;
	padding-bottom: 3px;
	width: 200px;
	background: url(img/menu.gif);
	text-align: center;
}



#migimenu .title p{
	margin: 0px;
	padding: 5px 0 5px 20px;
	font-size: 11pt;
	font-weight: bold;
	color: #300;
	text-align: left;
	background: url(img/side-1.gif) no-repeat;
}


.menu  li {
	list-style-type: none;
	height: 100%;
}


#migimenu .menu a {
	display: block;
	width:196px;
	font-size: 10pt;
	text-decoration:none;
	color:#333333;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	padding-left: 26px;
	border-bottom: solid 1px #ccc;
	background:url(img/side-menu2.jpg) no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 100%;
}

#migimenu .menu a:hover{
	background:url(img/side-menu.jpg) no-repeat;
	color: #ff4500;
	text-decoration: underline;
	border-bottom: solid 1px #cccccc;
	}

#migimenu .menu a:visited {color:#8000FF;}	
	

#migimenu #syoukai{
	margin:0;
	padding:0;
}

/*▽プロフィール*/

#syoukai .profile{
text-align:left;
margin:20px 0px 10px 25px;
}




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

#footer{
	clear: both;
	width: 810px;
	text-align: center;
	background: url(img/footer.gif) no-repeat top;
	padding-top: 20px;
}


#footer #copyright{
	clear: both;
	padding: 10px 0 15px 0;
	width: 810px;
	font-size: 11pt;
	line-height: 14pt;
	color: #333;
}

#pagetop {
	padding-right:5px;
	margin-top: 20px;
	margin-bottom: 10px;

}

#pagetop p {
text-align:right;
}

	
/*--------------------------------------------------------
■アドセンス
--------------------------------------------------------*/
	
#google1{text-align:center;

}

#google1 img{
	text-align: center;
	padding:3px;
	border: 1px solid #dcdcdc;
	margin-top:10px;
	margin-bottom:10px;
	
}

#google2{
         text-align:center;
         margin-top:30px;
		 }
