@charset "Shift-JIS";

/* --------------------------------------------------
  base layout
-------------------------------------------------- */

body#index_page div#gnav li#gnav_home a{
	background-position: 0 -32px;
}

body#index_page #pagettl{
	text-indent: 0;
	height: 260px;
}

body#index_page #content{
	width: 580px;
	float: right;
}

body#index_page #side{
	text-align: left;
	width: 190px;
	float: left;
}

/* --------------------------------------------------
  contents layout
-------------------------------------------------- */

body#index_page p#index_fla{
	margin-bottom:15px;
}

body#index_page #content .index_cont01_ttl{
	background: url(img/index_cont01_ttl.png) no-repeat;
	width: 580px;	
}

body#index_page #content h2{
	font-size: 14px;
	color: #ffffff;
	padding: 0.35em 20px;
}

body#index_page #news{
	margin: 10px 0;
	padding: 0;
}

body#index_page #news dl,dt,dd{
	margin: 0;
	padding: 0;
}

body#index_page #news dl{
	margin-left: 2em;
}

body#index_page #news dt{
	clear: left;
	float: left;
	width: 80px;
	margin-bottom: 3px;
}

body#index_page #news dd {
	margin-bottom: 3px;
}


span.fc_red{
	color: #f00;
	
}


/* index_news */

body#index_page #side .s_news{
	display: block;
	color: #3b87b4;
	height: 30px;
	border-top: solid 3px #3b87b4;
	border-bottom: solid 1px #aaaaaa;
}

body#index_page #side h3{
	display: block;
	color: #3b87b4;px;
	margin: 0 0 20px 0;
	padding: 0.4em 10px;
	font-size: 140%;
	border-top: solid 3px #3b87b4;
	border-bottom: solid 1px #aaaaaa;
}
body#index_page #side ul{
	margin: 0 0 1em 0;
}
body#index_page #side li{
	margin: 10px 0 0 0;
}
body#index_page #side li a{
	display: block;
	padding: 0.1em 10px 0.4em 10px;
	border-bottom: dotted 1px #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}
body#index_page #side li a:hover,#MENU li a:active{
	border-bottom: solid 1px #3b87b4;
	text-decoration: none;
}