@charset "UTF-8";
/*##################################################
-------------LIST-------------
 01: layout
 02: header
 03: navi
 04: topics
 05: footer
 06: clearfix
------------------------------
##################################################*/
/* --------------------------------------------------
 01: layout
 -------------------------------------------------- */
html, body {
	height: 100%;
	color: #333;
	font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック";
	*font-size:small;
	*font:x-small;
	margin:0;
	padding:0;
	background: url("../images/bg.gif") 0 0 repeat-x #c3e0ec;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,
p,
th,td	{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
fieldset,img,img a{
	border:0;
} 

ol,ul {list-style:none;} 
div#wrapper{
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 9px;
	margin: 0 auto;
	background: url("../images/wrapper_bg.gif") no-repeat 0 0 #c3e0ec;
}
div#navi {
	float: left;
	width: 160px;
}
div#main{
	float: left;
	width: 440px;
	margin: 0 20px;
}
div#topics{
	float: left;
	width: 150px;
}
.pagetop{
	margin: 15px 0 30px 0;
	text-align:right;
}


/* --------------------------------------------------
 02: header
 -------------------------------------------------- */
div#header{
	width: 800px;
	height: 90px;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
}
div#header h1{
	position:relative;
	top:13px;
}

/* --------------------------------------------------
 03: navi
 -------------------------------------------------- */
div#navi {
	padding-bottom: 2px;
	background: url(../images/navi_line.gif) 0 bottom no-repeat;
}
div#navi ul li {
	display:inline;
}
div#navi ul li.on {
	display:block;
	padding: 8px 5px 6px 18px;
	font-size: 108%;
	color: #ff0099;
	background: url(../images/navi_on.gif) 0 0 no-repeat;
}
div#navi ul li a {
	display:block;
	padding: 8px 5px 6px 18px;
	font-size: 108%;
	color: #1051bc;
	text-decoration:none;
	background: url(../images/navi.gif) 0 0 no-repeat;
}
div#navi ul li a:hover {
	color: #7aa3e8;
	background: url(../images/navi_on.gif) 0 0 no-repeat;
}


/* --------------------------------------------------
 04: topics
 -------------------------------------------------- */
div#topics {
	padding-bottom: 10px;
}
div#link p {
	margin-bottom: 10px;
}
div#new-topics {
	width:140px;
	padding: 21px 5px 3px 5px;
	margin: 15px 0;
	background: url(../images/topics_tit.gif) #e8f2f6 0 top no-repeat;
}
div#new-topics ul {
	background: url(../images/topics_line.gif) 0 bottom no-repeat;
}
div#new-topics ul#bottom {
	background: none;
}
div#new-topics ul li {
	padding: 7px 0 7px 8px;
	color:#1051bc;
	list-style-type: none;
	background: url(../images/topics_arw.gif) 0 12px no-repeat;
}
div#new-topics ul li a {
	color:#1051bc;
	text-decoration:none;
}
div#new-topics ul li a:hover {
	color:#ff0099;
	text-decoration:underline;
}
div#banner p {
	margin-bottom: 5px;
}



/* --------------------------------------------------
 05: footer
 -------------------------------------------------- */
div#footer, div#stopper {
	height: 80px;
}

div#footer{
	clear: both;
	width: 100%;
	color:#999;
	background:url(../images/footer_bg.gif) 0 0 repeat-x;
}
div#footer #footer-cont{
	width: 800px;
	margin: 0 auto;
}
div#footer-logo{
	float: left;
	width: 206px;
	padding-top: 15px;
}
div#footer-navi{
	float: left;
	width: 594px;
	padding-top: 27px;
	font-size: 85%;
	color:#999;
	text-align: right;
}
div#footer-navi ul {
	width: 594px;
	margin-bottom: 8px;
	text-align: right;
}
div#footer-navi ul li {
	float: right;
}
div#footer-navi ul li a{
	padding: 0 11px;
	border-right: 1px solid #666;
	list-style-type: none;
	color:#666;
	text-decoration:none;
}
div#footer-navi ul li#navi-right a{
	padding: 0 0 0 11px;
	border-right: none;
}
div#footer-navi ul li a:hover{
	text-decoration:underline;
}



/* --------------------------------------------------
 06: clearfix
 -------------------------------------------------- */

div#wrapper:after,
div#footer-navi ul:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

div#wrapper,
div#footer-navi ul{
	min-height: 1%;
}


/*
--------------------------------------------------
 font size
 -------------------------------------------------
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
17px 	131% (was 129)
18px 	138.5% (was 136)
19px 	146.5% (was 144)
20px 	153.9% (was 152)
--------------------------------------------------*/