body {
	padding: 5px;
	margin: 5px;
	background: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color:#333333;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

/* ----- container ----- */

#container {
    width: 900px;
	margin: 0 auto;
}
 
#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #999999;
	float: left;
	padding-left: 5px;
	padding-right: 2px;
}

#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-top: 3px;
}

#header_main {
    width: 300px;
	height: 70px;
	clear: both;
	float: left;
}

#header_main .header1 a {
    background: url(img/header_bg1.gif) no-repeat;
	width: 274px;
	height: 60px;
	display: block;
}

#header_main .header1 span {
 visibility: hidden;
}

#header_sub {
	background: url(img/header_bg2.gif) no-repeat;
	width: 249px;
	height: 65px;
	margin-top: 2px; 
	float: right;
}

/* ----- contents ----- */
 
#contents {
	width: 900px;
    float: left;
	padding-top: 28px;
	padding-bottom: 20px;
}
 
#main {
    width: 900px;
	float: left;
}

#main_box1{
    width: 200px;
	float: left;
	padding-top: 10px;
	padding-left: 0;
}

#main_box1 p {
	padding-bottom: 4px;
}

#main_box1 li {
	margin-bottom: 20px;
}

#main_box1 .menu a {
	font-size: 12px;
	width: 130px;
	color: #666666;
	text-decoration: none;
	border-left: 5px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 12px;
	display: block;
}

#main_box1 .menu a:hover {
	background: #FFF7D7;
	color: #990000;
	border-left: 5px solid #990000;
}
	
#main_box2 {
    width: 500px;
	text-align: center;
    padding-top: 7px; 
	float: left;
}

#main_box3 {
    width: 200px;
	padding-top: 10px;
	float: right;	
}

#main_box3 p {
	padding-bottom: 4px;
}

#main_box3 li {
	margin-bottom: 9px;
}

#main_box3 .menu a {
	font-size: 12px;
	width: 130px;
	color: #666666;
	text-decoration: none;
	border-left: 5px solid #990000;
	border-bottom: 1px solid #990000;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 35px;
	display: block;
}

#main_box3 .menu a:hover {
	background: #FFF7D7;
	color: #990000;
	border-left: 5px solid #990000;
}
	

/* ----- mainmenu ----- */

#menu {
	clear: both;
    width: 900px;
	float: left;
}

#menu .menu_box {
	width: 294px;
	background: #FFFFFF;
	margin: 1px;
	padding: 1px;	
	text-align: left;
	float: left;
}	

#menu a {
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}

#menu a:hover {
    text-decoration:blink;
}

/* ----- more contents ----- */

#more_contents {
	clear: both;
    width: 900px;
	height: 110px;
	padding-top: 15px;
	float: left;
	padding-bottom: 160px;
}

#more_contents .ttl {
	width: 900px;
	height: 15px;
}

#more_contents .box {
	height: 180px;
	width: 293px;
	background: #FFFFFF;
	margin: 2px 1px 1px 1px;
	padding: 1px;	
	border: 1px solid #666666;
	text-align: left;
	float: left;
}	

#more_contents a {
	font-size: 12px;
	color: #666666;
    line-height: 18px;
	text-decoration: none;
}

#more_contents a:hover {
	text-decoration: underline;
	color: #990000;
}

#more_contents .text1 {
    padding-left: 1.5em;
	line-height:18px;
	font-weight:bold;
	color: #669900;
}

#more_contents .text2 {
    padding-left: 1.8em;
	line-height:18px;
}



/* ----- news ----- */ 

#news {
	width: 900px;
	clear: both;
	margin: 0 auto 30px auto;
	padding-top: 15px;
}

#news .ttl {
	width: 900px;
	height: 15px;
}

#news .contents { 
	border: 1px dotted #999999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
	color: #666666;
	padding: 10px 0 10px 10px;
	height: 100px;
	overflow: auto;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #FFFFFF;
}

#news .firstline {
	color: #0063C6;
}

#news .firstline a {
	color:#0063C6;
}

#news .firstline a:hover {
	text-decoration: none;
	color: #990000;
}

/* ----- detail ----- */ 

#detail {
	width: 900px;
	clear: both;
	margin: 0 auto 30px auto;
}

#detail .ttl {
	width: 900px;
	height: 15px;
}

#detail .contents {
	border: 1px dotted #999999;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 10px 0 10px 10px;	
}

/* ----- rss space ----- */ 

#rss {
	width: 900px;
	clear: both;
	margin: 0 auto 3px auto;
	font-size: 13px;
	color: #666666;
	text-align: right;
	line-height: 20px;
}

#rss ul {
  color: #CCCCCC;
	font-size: 10px;
} 
/* ----- footer styles ----- */ 

#footer {
	width: 900px;
	clear: both;
	margin: 0 auto 3px auto;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

#footer ul {
  color: #CCCCCC;
	font-size: 10px;
}