@charset "UTF-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	}
html,body {
	height: 100%;
	}
*html body {
	font-size: 75%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #000099;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	}
em {
	color:#FF6666;
	font-weight:bold;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul,ol{
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 20px 20px;
	}
.imgL {
	float: left;
	margin: 0px 20px 20px 0px;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
div#content {
	width: 910px;
	margin: 0 auto 20px auto;
	text-align: left;
	}
div#content p.tel {
	float: right;
	width: 286px;
	margin-bottom: 10px;
	}
/*-----header-----*/
div#headerContent {
	margin-bottom: 10px;
	border-bottom: 3px solid #9ACC35;
	padding: 0 0 2px;	
	text-align: right;
	}
div#headerContent h1 {
	width: 424px;
	margin-bottom:15px;
	}
div#headTop {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0;	
	text-align: right;
	}
div#headTop ul li {
	display: inline;
	margin-right: 20px;
	}
div#headTop ul li a {
	background: url(../img/head_mark.png) no-repeat 0 50%;
	padding-left: 20px;
	}
div#head{
	background: url(../img/bg_head.png) no-repeat;
	width:910px;
	margin:0 auto;
	text-align:left;
	}
/*-----navi-----*/
div#headerContentt ul#navi {
	clear: both;
	padding:0;
	}
div#headerContent ul#navi li {
	display: inline;
	}
div#headerContent ul#navi li img {
	vertical-align: bottom;
	}
/*==================main==================*/
div#main {
	float: left;
	width: 650px;
	}
	
div#main div#flashcontent {
	margin-bottom:10px;
	}
/*-----TOP-----*/
div#main div.bnr_box{
	width:620px;
	background: url(../img/bg_main.png);
	padding:0 15px 15px;
	margin-bottom:10px;
	}
div#main div.bnr_box p img{
	margin-top:10px;
	}

div#main div.bnr_box p.bnr_L{
	float:left;
	}
div#main div.bnr_box p.bnr_R{
	float:right;
	}
/*-----TOP_news-----*/
div#main div#news ul{
	height:230px;
	overflow:auto;
	}

div#main div#news h2{
	margin-bottom:0px;
	}
div#main div#news ul{
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 1px solid  #CCCCCC;
	margin-bottom:15px;
	}
div#main div#news ul li{
	background: url(../img/news_mark.png) no-repeat 0 45%;
	padding: 10px 25px;
	margin-left:15px;
	}
div#main div.news ul.quest li a {
	background: url(../news/img/pdf.gif) no-repeat 0 50%;
	padding: 5px 0 5px 35px;
	}
/*-----gotop-----*/
#content p.gotop{
	text-align:right;
	margin:10px 0 5px 0;
	}
/*-----side-----*/
div#side {
	width: 220px;
	float: right;
	}
div#side p {
	margin-bottom: 10px;
	}
div#side ul{
	margin-bottom: 10px;
	padding: 10px 9px 5px 9px;
	border-right: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 1px solid  #CCCCCC;
	}
div#side ul li {
	margin-bottom: 5px;
	}
div#side ul li img {
	vertical-align: bottom;
	}
div#main h2,
div#main h3{
	margin-bottom: 10px;
	}
span.keshi {
	text-decoration: line-through;
	}
/*-----footer-----*/
div#footerContent {
	background: url(../img/bg_foot.png) ;
	color:#FFFFFF;
	}
div#foot{
	margin:auto;
	width:910px;
	text-align:left;	
	padding:10px;
	font-size:130%;
	}
div#footerContent address {
	background: url(../img/bg_address.png) ;
	padding: 3px 10px;
	}
	
/*==================parts==================*/
ul.ul_gray{
	margin:5px 0 10px 0;
	}
ul.ul_gray li{
	background:url(../img/li_icon.png) no-repeat 0 3%;
	padding-left:20px;
	margin-bottom:5px;
	}

