
/*----リンク-------------------------------*/
A:link{ 
	color : #0000FF; 
}
A:visited{ 
	color : #0000FF; 
}
A:active{ 
	color : #ff6600; 
}
A:hover{ 
	color : #ff6600; 
}
a {
	text-decoration: indent;
}
#hed a {
	text-decoration: none;
}
/*----テキスト-----------------------------*/
h1{
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #000000;
	font-weight: normal;
}
h2{
	font-size:13px;
	margin:0px;
	padding:0px;
	color: #000000;
	font-weight: normal;
}
strong{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
form{
	margin:0px;
	padding:0px;
}
.red{color:#FF0000;}

.bold{ font-weight:bold;}
/*----ボックス-----------------------------*/
body{
	margin-top:0;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
#base{
	width: 614px;
	font-size: 13px;
	margin-left:auto;margin-right:auto;
	line-height : 130%;
}
#hed{
	width: 610px;
	height: auto;
	padding:0 4px 0 0;
	text-align: right;
	background : #f2f2f2;
	border-bottom: #cccccc 1px solid;
}
#logo{
	width:614px;
	height:55px;
}
#l_left{
	width: 100px;
	height:50px;
	padding:5px 0 0 0;
	float:left;
}
#l_right{
	width: 489px;
	height:35px;
	padding:20px 0 0 0;
	float:left;
	text-align: right;
}
/*----子ボックス-----------------------------*/
.subtitle{
	width: 610px;
	height: 17px;
	margin:5px 0 8px 0;
	padding:2px 0 0 4px;
	background : #e7e7cd;
}

li{margin:5px 0 6px 0;}

/*----段組解除---------------------------*/
.space{
	clear: left;
}
/*----コピーライト-----------------------*/
#copy{
	width: 614px;
	height:15px;
	margin:8px 0 0 0;
	padding:2px 0 0 0;
	background : #f2f2f2;
	border-bottom: #cccccc 1px solid;
	text-align:center;
}


