/*----リンク-------------------------------*/

A:link{ 
color : #0000FF; 
}
A:visited{ 
color : #0000FF;
}
A:active{ 
color : #0000FF; 
}
A:hover{ 
color : #FF0000; 
background-color : #FFFFE6; 
}
a {
	text-decoration: underline;
}

#contents A:link{ 
color : #000000; 
}
#contents A:visited{ 
color : #000000;
}
#contents A:active{ 
color : #000000; 
}
#contents A:hover{ 
color : #FF0000; 
background-color : #FFFFE6; 
}
#contents a {
	text-decoration: none;
}

/*----テキスト-----------------------------*/
h1{
	font-size:24px;
	margin:0 0 0 0;
	padding:0px;
	color: #676767;
	font-weight: normal;
}
h2{
	font-size:18px;
	margin:0px;
	padding:0px;
	color: #ffffff;

}
strong{
	text-decoration: none;
	font-weight: normal;
}
form{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
img { border-width: 0; }

/*----ボックス-----------------------------*/
body{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}
#base{
	width: 792px;
	font-size: 13px;
	line-height : 140%;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}
#header{
	width: 782px;
	height: 25px;
	padding:12px 10px 0 0;
	text-align:right;
	border-bottom: 3px solid #638C0B;
}
#title{
	width: 386px;
	height: 52px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	float: left;
}
#search{
	width: 401px;
	height: 52px;
	margin:0;
	padding:15px 5px 0 0;
	text-align:right;
	float: left;
}
#catch{
	width: 772px;
	height: 208px;
	padding:0;
}
#contents{
	width: 245px;
	height: auto;
	padding:0;
	margin:2px 5px 5px 0;
	line-height : 140%;
	float: left;
}
#topics{
	width: 359px;
	height: auto;
	padding:0;
	margin:2px 5px 0 0;
	line-height : 140%;
	float: left;
}
#right{
	width: 177px;
	height: auto;
	padding:0 0 0 0;
	margin:2px 0 0 0;
	float: left;
}

/*----子ボックス-----------------------------*/
#contents_in{
	width: 235px;
	height: auto;
	padding:0 10px 0 0;
	margin:0 0 5px 0;
}
#magazine{
	width: 167px;
	height: 125px;
	padding:5px;
	margin:0 0 5px 0;
	background:url(image/mailmagazine.jpg) no-repeat;
}
.box01{
	width: auto;
	height: auto;
	padding:5px 10px 5px 10px;
}
.box02{
	width: auto;
	height: auto;
	padding:5px 5px 15px 5px;
}
.box03{
	width: 95%;
	padding:5px;
	border:1px #ff0000 dashed;
	background:#ffffe6;
}
.topics_in01{
	width: 269px;
	height: 65px;
	padding:0 0 0 70px;
	margin:5px 0 8px 0;
	line-height : 120%;
}

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

#main{
	width: 541px;
	height: auto;
	padding:0;
	margin:2px 0 0 0;
	line-height : 140%;
	float: left;
}
.main_bar{
	width: 530px;
	height: 25px;
	padding:12px 0 0 10px;
	margin:0 0 0 0;
	background:url(image/sub_bar.gif) repeat-x;
}
.subtitle{
	font-size:14px;
	font-weight: bold;
	width: 480px;
	height: 22px;
	padding:8px 0 0 40px;
	margin:0 0 5px 0;
	background:url(image/subtitle.jpg) no-repeat;
}

/*----リスト-----------------------------*/
ul
{
	margin          : 0;
	padding         : 0 0 0 6px;
	list-style-type : none;
}
li
{
	background       : no-repeat 0 5px;
	background-image : url(image/contents_list.gif);
	margin           : 0 0 0 0;
	padding          : 5px 0 5px 25px;
	border-bottom	 : 1px dashed #999999;
	line-height       : 145%;
}

/*----コピーライト-----------------------*/
#footer{
	width: 792px;
	height: 21px;
	padding:0;
	border-top: 2px solid #638C0B;
	text-align:right;
}
#footer A:link{ 
color : #000000; 
}
#footer A:visited{ 
color : #000000;
}
#footer A:active{ 
color : #000000; 
}
#footer A:hover{ 
color : #000000; 
}
#footer a {
	text-decoration: none;
}
/*----段組解除---------------------------*/
.space{
	clear: left;
}

