@charset "UTF-8";
/* CSS Document */

/*本体部分の指定*/

body  { 
	font-family: sans-serif, Verdana, "Hiragino Kaku Gothic Pro", Osaka, Meiryo; 
	color:#666666;
	line-height: 1.8; 
	background-image:url(../img/background.gif); 
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	padding:0px;
	margin:0px;
 }

/*全体的なリンク指定*/

a:link { 
	color: #666; text-decoration: none;
 }
 a:visited  { 
	color: #666; text-decoration: none;
 }
a:hover {
	color: #9AB635; text-decoration: none;
}
a:active {
	color: #9AB635; text-decoration: none;
}




/*回り込み解除*/
.clearboth{   
	content:"";  
	display:block;  
	clear: both; 
}

/* Layout
------------------------------------------------------------------*/
/* メニューと記事を囲む部分 */
#container{ 
	background-color: #fff;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border-top:solid 10px #F4F4F4;
}
  
/* ヘッダー部分 */
#header        {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 50px;
	width: 960px;
	height: 130px;
	background:url(../img/header_back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#header_index{
	padding:10px 10px 0 0;
	text-align:right;
	font-size:11px;
}
#header_index a{
	padding:0 5px;
}
#logo_kanade{padding:0 10px;}

/* トップメニュー */

#topbar {
	background-color:#F4F4F4;
	margin-top:1px;
	font-size:14px;
}
#topbar ul{
	margin:0px;
	padding:0px;
}
#topbar ul li{
	float:left;
	list-style: none outside;
}
#topbar{
	_height:0px;
	min-height:0px;
}
#topbar:after{
	height:0px;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#topbar ul li a{
	text-decoration:none;
	display:block;
	width:199px;
	height:36px;
	text-align:center;
	padding-top:15px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 5px #C7D4C5;
}
#topbar ul li a:hover{
	background:url(../img/menu_list.gif) no-repeat left center;
	background-color:#EDF7D7;
	color:#86a517;
	border-bottom:solid 5px #9AB635;
}

#open_page{
	background:url(../img/menu_list.gif) no-repeat left center;
	background-color:#EDF7D7;
	color:#86a517;
	text-decoration:none;
	display:block;
	width:159px;
	height:36px;
	text-align:center;
	padding-top:15px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 5px #9AB635;
}
/* メイン */

#main{
	width:960px;
}

/* サイドメニュー */

#side_menu{
	width:255px;
	float:left;
	padding:12px;
}

#s_menu{
	background:url(../img/s_m_back.gif) repeat-y;
	padding:0px;
	font-size:14px;
}

#s_menu ul{
	padding:0px 0px 0px 10px;
	margin:0px;
	width:230px;
	list-style:none;
}

#s_menu li{
	background:url(../img/s_m_list.gif) no-repeat left center;
	display:block;
	padding-left:15px;
	padding-top:5px;
}
.s_m_ul{
	border-bottom:dotted 1px #CCC;
	padding-bottom:2px;
}

/* 間隔を空け */

.padd_t12{padding-top:12px;}
.padd_b12{padding-bottom:12px;}

/* メインコンテンツ */

#main_content{
	width:68%;
	float:left;
	padding:10px 10px 10px 0px;
}

/* タイトル文字 */

h2{
	font-size:20px;
	background:url(../img/h2_list.gif) no-repeat left center;
	border-bottom:solid 1px #ccc;
	display:block;
	padding:5px 12px 0px 16px;;
	margin:12px 12px 12px 5px;
}
h2 span{font-size:16px;}

#m_menu ul{
	padding:0px;
	margin:0px 12px 12px 2px;
	list-style:none;
}

#m_menu li{
	background:url(../img/list_circle.gif)no-repeat left top;
	display:block;
	padding-left:20px;
	border-bottom:dotted 1px #CCC;
	line-height:1.6;

}

#news ul{
	padding:0px;
	margin:0px 12px 12px 2px;
	list-style:none;
}

#news li{
	background:url(../img/link_list.gif) no-repeat left center;
	display:block;
	padding-left:20px;
	border-bottom:dotted 1px #CCC;
	line-height:2;
}

#news a:link { 
	color: #4F91B2; text-decoration: underline;
}
#news a:visited  { 
	color: #999; text-decoration: none;
}
#news a:hover {
	color: #4FA4D4; text-decoration: underline;
}
#news a:active {
	color: #4FA4D4; text-decoration: underline;
}




#bottom_copyright{
	font-size:12px;
	text-align:center;
	background-color:#F4F4F4;
	padding:20px;
}
