@charset "UTF-8";
html{
	height:100%;
}

body{
    height:100%;
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	font-size:11px;
	line-height:18px;
}


img{ 
	border:none;
	margin-left:auto;
	margin-right:auto;
	display : inline;
}
ol,ul,li{
	list-style:none;
	margin:0;
	padding:0;
　　display : inline;
}
p{
	margin:0px; 
	padding:0px; 
	text-align:left; 
	font-family: 'Gentium Basic', serif; 
	letter-spacing:1px;
}

.copyright {
	position:absolute;
	bottom:0;
	bottom:0;
	}



.wrapper{
	width:930px;
	margin:0 auto;
	position:relative;
	min-height:100%;
}




A{text-decoration:none;
}
A,A:visited{ color:#a9a9a9;
}
A:active,A:hover{ color:#fff; background: #fff;
}


/*=============================================
/		header
/=============================================*/
#header{
	width:100%;
	line-height:0px;
	padding-top:5px;
	border-bottom:1px dotted #000000;
	padding-bottom:5px;
}
#header .wrapper{
	background:none;
}
#header img{
	 vertical-align:bottom;
}
#header .hLogo{
	width:300px;
	float:left;
	padding-top:10px;
}
#header #hNavi{
	width:400px;
	float:right;
	text-align:left;
	padding-top:15px;
	margin-top:5px;
}
#header #hNavi #hNaviBox{
	float:left;
}
#header #hNavi #hNaviBox div{
	float:left;
	padding-left:0px;
	font-size:0;
	line-height:0;
}
#header A:active,#header A:hover{background:none;}

/*=============================================
/		footer
/=============================================*/
#footer{
	width:100%;
	padding-bottom:30px;
}
#footer .wrapper{
	background:none;
}
#footer .fTtl{
	text-align:left;
}
#footer #fTwitter{
	float:left;
	width:270px;
	margin-right:30px;
}
#footer #fNews{
	float:left;
	text-align:left;
	width:350px;
	line-height:15px;
	
}
#footer #fNews li{
	border-top:1px dotted;
	padding:7px 0;
	
}
#footer #fNews li .fNewsDate{
	font-size:9px;
	padding-bottom:1px;
}
#footer #fCopy{
	float:right;
	text-align:center;
	width:208px;
	font-size:9px;
	line-height:12px;
}
#fCopy A:active,#fCopy A:hover{background:none;}

#pageTopBox{
	padding-bottom:40px;
}
#pageTopBox A{
	padding:3px 30px;
}

/*=============================================
/		under
/=============================================*/
.mainTtl{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:20px;
}
#sideNavi{
	width:200px;
	float:left;
}
#sideNavi .sideNaviTtl{
	line-height:0;
	font-size:0;
}
#sideNavi ul{
	width:100%;
	border:1px dotted;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#sideNavi li{
	text-align:left;
	border-bottom:1px dotted;
}
#sideNavi li.nob{
	border:none;
}
#sideNavi li.noLink{
	padding:10px 20px;
}
#sideNavi li a{
	display:block;
	padding:10px 20px;
}
#copyright{
	position: relative;
    bottom:0px;
    height:20px;
    width:100%;
}
.contents{
	width:750px;
	float:right;
	display:none;
}