@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background: #ffffff;
	font-size: 12px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	color: #444444;
	text-align: center;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #3333FF;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

.line {
	border-bottom: 1px dotted #cccccc;
	width: 500px;
	margin: 0px auto;
}


#wrapper {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}


/* ヘッダー
---------------------------------------------*/
#header {
	height: 91px;
	width: 600px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	width: 451px;
	height: 88px;
	padding: 0 0 10px 20px;
	margin: 0;
}

#lang { display:none; }
#header_txt { display:none; }

/* グローバルナビ */

#navi { display:none; }
#bread { display:none; }
.print { display:none; }


/* メイン
---------------------------------------------*/

#title{
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 600px;
	height: 54px;
	text-align: left;
	overflow: hidden;
}


/* 左コラム*/

#left_column {
	clear:both;
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	text-align:left;
}

#topics_title{
	float: left;
	margin: 0;
	padding-bottom: 15px;
	width: 613px;
	height: 31px;
	text-align:left;
}


#topics{
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	width: 613px;
	text-align:left;
}


#topics dt{
	float: left;
	clear:both;
	line-height: 1.5em;
	margin-left: 15px;
	padding: 2px;
	width: 90px;
	border-bottom: 1px dotted #666666;
}


#topics dd{
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 2px;
	width: 480px;
	border-bottom: 1px dotted #666666;
}

#members_btn {
	clear: both;
	float: left;
	margin: 0;
	width: 606px;
}

#m_btn1{
	float: left;
	margin: 0;
	width: 302px;
}
#m_btn2{
	float: left;
	margin: 0;
	width: 304px;
}

/* 右コラム*/

#right_column { display:none; }


.tbanner {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 162px;
}

.bhr {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 162px;
	height: 5px;
}




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

#footer { display:none; }

#pagetop { display:none; }





/* about
---------------------------------------------*/

.txt01{
	clear: both;
	float: left;
	width: 606px;
	text-align: left;
	padding: 10px 0;

}

.txt02{
	clear: both;
	float: left;
	width: 606px;
	text-align: right;
	padding: 10px 0;
}

.txt03{
	clear: both;
	float: left;
	width: 606px;
	text-align: left;
	padding: 5px 0 5px 15px;

}


#title_bottom { display:none; }

#right_column2 { display:none; }

#right_column3 { display:none; }



/*テーブル
--------------------------*/


.chart01 {
	clear:both;
	margin: 0;
	padding:3px;
	width: 600px;
}

.chart01 td,th{
	padding:3px;
	border: 1px solid #cccccc;
}



table .block00 {
	text-align: center;
}

table .block01 {
	text-align: center;
}

table .block02 {
	text-align: center;
}

table .block03 {
	text-align: center;
}


/* �T�C�g�}�b�v
---------------------------------------------*/

#sm_txt {
	float: left;
	txt-align: left;
}


#sm_txt ul,
#sm_txt ul li{
	list-style-type:none;
	text-align: left;
	line-height:1em;
	margin-left:10px;
	padding: 13px 0 3px 0;
}

#sm_txt li.sm1{
	margin: 0 0 0 20px;
	border-bottom: #bbbbbb dotted 1px;
	width: 540px;
}


#sm_txt li.sm2{
	margin: 0 0 0 30px;
	text-indent: 2em;	
	background:url(../img/l.png) left top no-repeat;
}

#sm_txt li.sm3{
	margin: 0 0 0 100px;
	text-indent: 2em;	
	background:url(../img/l.png) left top no-repeat;
}

