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

/*
サーチキーで検索して場所に飛べます。

=1 ベース管理CSS
=2 ヘッダー管理CSS
=3 グローバルナビ管理CSS
=4 メインコンテンツ管理CSS
=5 フッター管理CSS
=6 クラス管理CSS

*/

/*****************************************************/
/*                                                   */
/*                  =1 ベース管理CSS                 */
/*                                                   */
/*****************************************************/
*{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,span,p,dl,dt,dd,ul,li,a{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	}
	
h1{font-size:10px; 
	font-weight:bold; 
	color:#666666;
	text-align:left;
	text-indent:20px;
	background-color:#F4F0EF;
	display:none;
	}
	
h2{
	 background-repeat:no-repeat; background-image:url(../images/title_bg.jpg); width:500px; padding-left:50px; font-size:15px; padding-top:8px; padding-bottom:17px; margin:0 0px 00px 0px; font-weight:bold;
	}
	
h3{
	text-align:left; 
	margin:10px 0 10px 10px;
	height:25px;
	font-size:14px; 
	color:#333333; 
	font-weight:bold;
	border-left:#067B00 5px solid; padding-left:5px; border-bottom:dotted 1px #CCCCCC; margin-right:10px;
	}
	
img{
	border:0px;
	margin:0;
	padding:0;
	}
	
html{
	height:100%;
	}

body{
	background-repeat: repeat-y;
	background-position:center;
	background-position:top;
	background-color:#ffffff; 
	margin:0 auto 0 auto;
	height:100%;
	padding:0;
	color:#111111;
	text-align:center;
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:13px;
	}
	
a{
	text-decoration:underline;
	color:#000000;
	}
	
a:hover{
	color:#067B00;
	text-decoration:none;
	}

.archive{
	margin-left:15px;
	text-align:left;
	}

	
#new_box{
	border-left:#C9C9C9 solid 1px; border-right:#C9C9C9 solid 1px; padding:5px 0 5px 0; 
	}
	
#whatnew{
	width:470px;
	height:180px;
	overflow:auto;
	font-size:12px;
	text-align:left;
	}
	
dl.topics_list {
	line-height: 1.2em;
	margin:0 0 0 0px;
	width: 445px;
	text-align:left;
}

dl.topics_list dt {
	color:#2BA94B; font-weight:bold;
	width: 5em;
	padding-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
}

dl.topics_list dd {
	padding-left: 1em;
	padding-top:3px;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align:left;
	border-bottom: 1px dashed #ccc;
}

