﻿
/*====  ベース部分  =====*/

body {
	line-height: 100%;
	color: #333;
	background-color: #fff;
	font-size:100%;
	background-image:url('images/back.gif');
	background-repeat : repeat-x;
	background-position : center top;

}
	
/*====  テキスト部分  =====*/

/*==
blockquote * {
	color: #666;
}
==*/

address,div,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,ul,li,ol,small{
	text-align:left;
	line-height: 160%;
}
h1{ font-size:13px;}
h2,h3,h4,h5,h6{font-size:82%;}
/*==
h1{ font-size:2.0em;}
h2{ font-size:1.5em;}
h3{ font-size:1.2em;}
h4{ font-size:1.0em;}
h5{ font-size:0.8em;}
h6{ font-size:0.62em;}
==*/

address{	font-size:100%;
	font-style:normal;}

p,div,li,ul,dt,dl{	font-size:100%;
	font-style:normal;}
caption{
	margin:0px;
	padding:0px;
}
tbody{
	margin:0px;
}

address{
	margin:10px auto;
	width:640px;
	padding:10px 50px;
	font-weight:normal;
	border-bottom:1px #fff solid;
}
#main address{
	margin:10px;
	width:350px;
	padding:10px 30px;
	font-size:89%;
}

/*====  その他スタイル部分  =====*/


/*====  リンク部分  =====*/

img{border:none;}

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

a:visited {
	color: #660066;
}

a:hover {
	color: #999;
}


/*====  ボックス分け  =====*/
#container{
	width:760px;
	margin:0px auto;
}

/*----- ヘッダー -----*/
#title{float:left;
	width:250px;}
#title h1{	height:25px;}
#title img{margin-left:0px;}
#top_menu{
	width:490px;
	margin-left:260px;
}

#root{height:28px;}

#root li{
	float:right;
	font-size:72%;
	margin:3px;
	padding-left:15px;
	padding-right:5px;
	background-image:url('images/list_p.gif');
	background-position:left;
	background-repeat:no-repeat;
/*--
	list-style-image:url('images/list_p.gif');
	list-style-position:inside;
--*/
}

#Search{height:28px;}
#Search div{text-align:right;}
#Search{text-align:right;}
#Search form{font-size:72%;
	margin:0px 10px;
}


/*----- メニュー -----*/
#menu{font-size:14px;}
#menu li{
	float:right;
	margin:5px 0px;
	padding:0px 8px;
	border-left:1px #fff solid;
}

#menu a{color:#fff;}
#menu a:hover{
	display:block;
	color:#ccc;
}

/*----- サイドメニュー-----*/
#left_menu{
	float:left;
	width:192px;
}

#left_menu ul li{
	font-size:86%;
	background-image:url('images/lm_back.gif');
	background-repeat:no-repeat;
	padding:3px 15px;
	margin:3px 0px;
	border-bottom:1px #666 solid;
}

#left_menu ul li a:hover{
	display: block;
	background-image:url('images/lmr_back.gif');
	background-repeat:repeat-y;
	margin:-3px -15px;
	padding:3px 15px;
}

/*----- 右本体ー-----*/
#right_box{
	width:550px;
	margin-left:200px;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	padding-bottom:10px;
}
#right_box a{
	color:#006699;
}
#right_box a:hover{
	color:#66ccff;
	}


/*----- フッター -----*/
#footer{
	clear:both;
	padding:5px;
	font-size:72%;
	background:#656565;
	text-align:center;
	color:#fff;
	font-weight:bold;}
#footer a{color:#fff;}

/*----- テーブル -----*/
table#t2,table#t1,#m_list table{
	width: 80%;
}


/*----- 細部スタイル -----*/
.f_left{float:left;}
.f_right{float:right;}
.mr_border{border-right:1px #fff solid;}
.td_back{background:#ddd;}
.move{
	clear:both;
	width:90%;
	border-bottom:1px #666 dashed;
	text-align:right;
	font-size:79%;
	margin:10px 20px;
}
.move2{
	background:#ccc;
	text-align:right;}
.move a,.move2 a{
		color: #333 !important;	
}
.clear{
	clear:both;
	color:#fff;
}
.clear_l{clear:left;}

.l_border{border-left:1px #999 solid !important;
margin-left:20px !important;
}
.center{
	text-align:center;
}
#get_reader{padding:10px;}
#get_reader p{
font-size:72%;
margin:10px 5px;}
