@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka ;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.231;
	}

a {
	color:#003399;
	text-decoration: none;
	}

a:link {
	color: #003399;
	text-decoration: none;
	}

a:visited {
	color: #003399;
	text-decoration: none;
	}

a:active {
	color:#003399;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	}

/*タグのリセット*/
p{
	margin:0px;
	padding:0px;
	line-height:1.4;
}

table {
	font-size:100%;/*IE下位互換バグ用*/
	border-collapse: collapse;
}
td {
	vertical-align:top;
}
th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-size:110%;
	text-align:left;
}

a img {
	border:none;
}

/*エリア定義*/

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 902px;
	text-align:justify;
	text-justify: inter-ideograph;
}

#header {
	position:relative;
	border-left:#00A830 1px solid;
	border-right:#00A830 1px solid;
	width:900px;
	height:55px;
}

#content {
	margin:0px;
	padding-top:0px;
}

#main_area {
	position:relative;
	border-left:#00A830 1px solid;
	border-right:#00A830 1px solid;
	width:900px;
}


#footer {
	border-top:#4d4d4d 2px solid;
	margin:0px 0px;
	padding:10px 0px;
	text-align:center;
}

a#top span,a.anc span{
	display:none;
}

.clear {
	clear:both;
}

.break {
	page-break-after:always;
}

.break span{
	display:none;
}

/**/

#header #logo{
	padding-left:13px;
	float:left;
	width:auto;
}

#header #shoulder{
	float:right;
	width:205px;
	text-align:right;
}

/* begin clearfix(set_class) */

#container:after,
#header:after,
#nav:after,
#content:after,
#main_area:after,
#footer:after,
ul:after,
.set:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container,
#header,
#nav,
#content,
#main_area,
#footer,
ul,
.set {display: inline-block;}

/* Hides from IE-mac ¥*/
* html #container,
* html #header,
* html #nav,
* html #content,
* html #main_area,
* html #footer,
* html ul,
* html .set {height: 1%;}

#container,
#header,
#nav,
#content,
#main_area,
#footer,
ul,
.set {display: block;}
/* End hide from IE-mac */

/* end clearfix */



/*sub_area*/
.sub_area {
	border:#00A830 1px solid;
	width:900px;
	margin:5px 0px;
	background:url(../image/dot-green.png) repeat-y 450px 0px;
}

.sub_area .topics{
	width:449px;
	float:left;
	padding-bottom:15px;
}
.sub_area .links{
	width:449px;
	_width:447px;
	float:right;
	padding-bottom:15px;

}

.sub_area h3 {
	margin-bottom:8px;
}

ul.link {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.link li{
	margin:4px 0px;
	padding:0px 1em 0px 30px;
	background:url(../image/arrow_red.gif) no-repeat 18px 0.4em;
	color:#333333;
}

ul.link li a img{
	vertical-align:baseline;
	margin-left:5px;
	margin-right:5px;
}

ul.list {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.list li{
	margin:4px 0px;
	padding:0px 1em 0px 12px;
	background:url(../image/dot-99.png) no-repeat 5px 0.5em;
}



/*bottom_navi*/

.bnav {
	background-color:#ededed;
	padding:10px 0px;
	margin-top:20px;
}

.bnav .title{
	float:left;
	width:380px;
	padding:6px 0px 0px 0px;
	text-align:center;
}

.bnav .menu{
	float:right;
	width:510px;
}

.bnav .menu img{
	margin-right:10px;
}


/*totop*/
.totop {
	margin-top:15px;
	padding:0px 0px 0px 0px;
	font-size:100%;
	line-height:1;
}

.totop a{
	display:block;
	float:right;
	background:url(../image/arrow_up.gif) no-repeat 0px 0.7em;
	width:auto;
}

.totop a span{
	display:block;
	padding:6px 0px 6px 10px;
	white-space:nowrap;
}


/*contact_btn*/

.contact_btn {
	clear:both;
	border-top:#CCCCCC 1px solid;
	text-align:center;
	padding:10px 0px 15px 0px;
	
}

.contact_btn .btn a{
	border:#999999 1px solid;
	display:block;
	margin:10px 0px 12px 0px;
	padding:6px 0px;
	text-align:center;
}

/*footer*/

#footer code {
	font-size:90%;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

/*SEO*/

#main_area h1 span{
	display:none;
}


@media print {
	body {
		zoom:70%;
		font-size:13px;
	}

.totop,
.contact_btn,
.bnav {
	display:none;
}

}