@charset "shift_jis";

/*
	COMMON & TOP PAGE
	LastModified: 2006/03/13
*/

/* COMMON */

a:link,a:visited {text-decoration:underline;}
a:hover,a:active {text-decoration:none;}

h1,h2,h3,h4,h5,h6,p,ul,hr {
	margin:0px;
	padding:0px;
}

.body {
	padding: 0px;
	margin: 0px;
	background-image: url("../image/bg.gif");
	background-position:center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	_text-align:center;	
}

#footer a:link,
#newsmidashi a:link,
#header a:link,
#headermenu a:link {
color: #FFFFFF; text-decoration:underline;} /* リンク文字 */ 

#footer a:visited,
#newsmidashi a:visited,
#header a:visited,
#headermenu a:visited {
color: #CCCCCC; text-decoration:underline;} /* アクセス済み */ 

#footer a:hover,
#newsmidashi a:hover,
#header a:hover,
#headermenu a:hover {
color: #FFFFFF; text-decoration:none;} /* ポイントしたとき */

/* header */
#header {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 85px;
	background-color: #126DCA;
	border-top:1px solid #53A0EE;	
	border-left:1px solid #126DCA;
	border-right:1px solid #126DCA;
	border-bottom:1px solid #013F7F;
}

#header h1 {
	float:left;
	margin-top: 10px;
}

#header ul {
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
	padding-top: 55px;	
	text-align:right;
	list-style:none;
}

#header li {
    padding-left: 5px;
	display: inline;
	color: #FFFFFF;
	font-size: 80%;
	line-height:140%;		
    margin-left: 5px;
}

/* Menu */

#headermenu {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	border-top:1px solid #999999;	
	border-left:1px solid #666666;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}

#headermenu ul {
	padding:0px;
	text-align:left;
	list-style:none;
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 18px;	
}

#headermenu li {
    margin-right: 10px;
	display: inline;
	color: #FFFFFF;
	font-size: 80%;
	line-height:140%;	
}

/* TOP PAGE */
#toparea {
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-size: 80%;
	line-height:140%;	
}

#topleft {
    width:420px;	
}

#topright {
    width:220px;	
}

/* NEWS */
#newsmidashi {
	width: 400px;
	height: 31px;
	margin-left: 10px;	
	text-align: right;
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 80%;	
	background-image: url("../image/news-midashi.gif");
	background-repeat: no-repeat;	
}

#newsmidashi h2 {
    display:none;
}

#news {
	width: 380px;
	margin-left: 20px;	
}

.newsdate {
	margin-top: 15px;	
	padding-left: 15px;
    background-image: url("../image/news-arrow.gif");
	background-repeat: no-repeat;
	background-position:0px 4px;	
}

#news p {
	margin-top: 5px;
}

.newsline {
	_margin-bottom: -16px;	
	width: 380px;
	height: 1px;
	margin-top: 15px;	
    background-image: url("../image/news-line.gif");
	background-repeat: no-repeat;
}

/* BANNER */

#banner {
	width: 210px;
	height: 120px;
	margin-top: 10px;
}

/* OSHIRASE-AREA */

#rightarea {
	width: 210px;	
}

#rightarea h3 {
	width: 200px;
	font-size: 100%;
	margin-bottom: 10px;		
}

.icon-okan {
	padding-left: 20px;
	background-image: url("../image/icon-okan.gif");
	background-repeat: no-repeat;
}

.icon-paper {
	padding-left: 20px;
	background-image: url("../image/icon-paper.gif");
	background-repeat: no-repeat;
	background-position:0px 2px;		
}

.icon-folder {
	padding-left: 20px;
	background-image: url("../image/icon-folder.gif");
	background-repeat: no-repeat;
}

.icon-osirase {
	padding-left: 20px;
	background-image: url("../image/icon-osirase.gif");
	background-repeat: no-repeat;
	background-position:0px 2px;	
}

.icon-key {
	padding-left: 20px;
	background-image: url("../image/icon-key.gif");
	background-repeat: no-repeat;
}


#rightarea img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;	
}

.p80 {
	font-size: 80%;	
}

.oshirase {
	clear:both;
	margin-bottom:10px;	
}

#rightarea ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#rightarea li {
    margin-left:10px;
    padding-left: 10px;
	background-image: url("../image/icon-arrow.gif");
	background-repeat: no-repeat;
	background-position:0px 6px;	
}

.rightline {
	clear:both;
	width: 210px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;	
    background-image: url("../image/right-line.gif");
	background-repeat: no-repeat;
}

/* BOTTOM */
#bottom-line {
    margin-top:20px;
    _margin-top:0px;	
	width:620px;	
	height: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #126DCA;
	border:none;
}

#bottom-txt {
    margin-top:10px;
    margin-bottom:15px;	
	width:600px;
	margin-right: auto;
	margin-left: auto;
	text-align:left
	color: #333333;
	font-size: 80%;
	line-height:140%;	
}

#bottom-txt h4 {
    margin-bottom:10px;
	font-size: 100%;	
}

#bottom-txt p {
    margin-bottom:10px;
	font-size: 100%;	
}

/* FOOTER */
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 40px;
	background-color: #126DCA;
	border-top:1px solid #013F7F;
	border-bottom:1px solid #013F7F;
	font-size: 80%;
	line-height:140%;	
}

#footer p {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	_margin-left: 5px;	
	color:#FFFFFF;
}

#footer ul {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
	_margin-right: 8px;
	text-align:right;
	list-style:none;
}

#footer li {
    padding-left: 5px;
	display: inline;
	color: #FFFFFF;
    margin-left: 5px;
}
