@charset "utf-8";
/* CSS Document */

/*トップ以外のスタイル*/
#left-wrap_2{
	width:195px;
	padding:0;
	float:left;
}
#sub_right{
	width:620px;
	/*margin:0 20px;*/
	padding-left:20px;
	float:left;
}
#sub_h2{
	background:url(image/h2_bar.jpg) no-repeat;
	width:600px;
	height:27px;
	font-size:16px;
	padding-left:20px;
	padding-top:5px;
	margin-top:30px;
	color: #FFFFFF;
}
#sub_img{
	margin:0 auto;
	text-align:center;
}
h4{
	background:url(image/h4_back_img.jpg) no-repeat;
	font-size:14px;
	padding-left:30px;
	padding-top:7px;
}
.in_word{
	line-height:1.5em;
	padding:20px;
	border:1px solid #333333;
	font-size:13px;
}


/*
#outline_menu{
	list-style:none;
}
#outline_menu li{
}
#outline_menu li a{
	color:#006600;
	display:block;
	background:url(image/h4_back_img.jpg) no-repeat;
	height:23px;
	padding-left:30px;
	margin-right:10px;
	padding-top:5px;
	text-decoration:none;
	float:left;
}
*/
#outline_menu{
	list-style:none;
	margin:0;
	padding:0;
}
#outline_menu li{
	float:left;
	margin:0;
	padding-top:5px;
}
#outline_menu li a{
	color:#006600;
	text-decoration:none;
	background:url(image/h4_back_img.jpg) no-repeat;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	display:block;
}
#outline_menu li a:hover{
	color:#999999;
	text-decoration:underline;
	background:url(image/h4_back_img_ov.jpg) no-repeat;
}	
.top_go2 a{
	background:url(image/top_go_btn.jpg) no-repeat;
	height:23px;
	color:#0066CC;
	text-decoration:none;
	display:block;
	padding-left:30px;
	padding-top:5px;
}
.top_go2 a:hover{
	background:url(image/top_go_btn_ov.jpg) no-repeat;
	text-decoration:underline;
	color:#00CCCC;
}
/*リンクのページのテーブル*/
.link_t{
	line-height:1.5em;
	font-size:13px;
	border-collapse:collapse;
	margin-left:30px;
}
.link_t td{
	border:1px solid #333333;
	border-collapse:collapse;
	padding:5px;
}
.left_td{
	width:200px;
}
.right_td{
	width:350px;
}
/*会員専用ページ*/
.member_con{
	margin:0 0 0 30px;
}
#member_tab{
	width:550px;
	margin:0 auto;
}
/*メルマガ*/
#mailmaga{
	line-height:1.5em;
}
/*テキストの色、太さ*/
.bol{
	font-weight:800;
}
.red{
	font-weight:800;
	color:#FF0000;
}
