body{
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, sans-serif, Verdana;
	font-size:83%;
	background:#EEE url(images/bg.gif) repeat-x;
	line-height:1.5;
	}

*html body{
	font:83%;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;}

img{
	border:0;
	}

.pagetop{
	padding:10px;
	font-size:80%;
	text-align:right;
	}

.pagetop a:link{
	color:#C00;
	text-decoration:none;
	}

.pagetop a:visited{
	color:#309;
	text-decoration:none;
	}

.pagetop a:hover{
	color:#C60;
	text-decoration:underline;
	}

#header{
	width:772px;
	margin:0 auto;
	background:transparent url(images/bg_header.jpg) no-repeat;
	}

#container{
	width:772px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:#FFF url(images/bg_contents.jpg) repeat-y;
	text-align:left;
	}

#wrapper{
	float:left;
	padding:0 6px 20px 6px;
	}

#leftbox{
	float:left;
	width:170px;
	margin-right:20px;
	}

#leftbox ul{
	list-style-type:none;
	margin-bottom:20px;
	border-top:5px #D3921E solid;
	}

#leftbox li{
	padding:10px 5px;
	border-bottom:1px #D3921E dotted;
	}

#leftbox li.ar a{
	padding-left:20px;
	background:transparent url(images/arrow.gif) no-repeat left 0.3em;
	color:#333;
	text-decoration:none;
	display:block;
	}
	
#leftbox dl{
	margin-left:5px;
	margin-top:10px;
	line-height:100%;
	}

#leftbox dt{
	line-height:100%;
	}
	
#leftbox dt p{
	padding-top:5px;
	line-height:100%;
	}


#leftbox dt a{text-decoration:none}
	
#leftbox dt a:link{text-decoration:none}

#leftbox dt a:visited{text-decoration:none}


#leftbox li.ar a:hover{
	padding-left:20px;
	background-image:url(images/arrow_o.gif);
	color:#CCC;
	}

#rightbox{
	float:right;
	width:570px;
	}

#rightbox .image{
	margin-top:10px;
	margin-bottom:30px;
	width:570px;
	}
	
#rightbox .image table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	}
	
#rightbox .image table th,
#rightbox .image table td{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	}
	
#rightbox .image table th{
	border-bottom:1px dotted #CCC;
	}

#rightbox .image p{
	padding:5px;
	}
#rightbox .image ul{
	margin-left:1.6em;
}

#rightbox .image img{
	vertical-align:middle;
	}

#rightbox h1{
	clear:both;
	margin-bottom:10px;
	}

#rightbox h2{
	clear:both;
	margin-top:20px;
	padding:5px 0 5px 15px;
	border-left:10px #C00 solid;
	background-color:#D3C57B;
	font-size:1.2em;
	}

#rightbox p.author{
	clear:both;
	margin:0 0 20px 0;
	padding:5px;
	border-top:1px #D3921E solid;
	border-bottom:1px #D3921E solid;
	border-left:1px #D3921E solid;
	}

#rightbox .body{
	padding:10px;
	line-height:1.6;
	}

#rightbox .body h3{
	color:#C00;
	font-size:1.2em;
	}

#rightbox .body ul{
	margin-left:3em;
	}

address{
	clear:both;
	padding:10px 0;
	background:#EEE url(images/bg_btm.jpg) no-repeat top center;
	font-style:normal;
	text-align:center;
	}
	
#footer{
	clear:both;
	text-align:center;
	font-size:85%;
	margin-top:10px;
	border-top:1px solid #cccccc;
	padding-top:3px;
	color:#666666;
	}

.banner_ttl{
	margin-bottom:5px;
	font-weight:bold;
	}
	
#rssup{
	width:170px;
	font-size:85%;
	margin-left:5px;
	line-height:110%;
	}
	

#rssup a{text-decoration:none}
	
#rssup a:link{text-decoration:none}

#rssup a:visited{text-decoration:none}
	
#rssup p{
	line-height:110%;
	margin-bottom:7px;
	}


/*-- 各年度ごとに線の色、タイトルの色を変えられます。 --*/
/*-- .y08は08年度、09年なら.y09に変更してください。 --*/
/*-- 特に設定しない場合は、#D3921E（黄金色っぽい）が適用になります。 --*/

/*-----------------------------------------------*/
/*--2008年度用スタイル---------------------------*/
/*-----------------------------------------------*/


#leftbox .y08{
	border-color:#AAC2E1;
	}

#leftbox .y08 li{
	border-color:#AAC2E1;
	}

#rightbox .y08 h2{
	border-color:#1D4292;
	background-color:#AAC2E1;
	}

#rightbox .y08 p.author{
	border-color:#AAC2E1;
	}

