@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#006633;
	outline:0;
	text-decoration: underline;
}
a:hover{
	outline:0;
	color: #009966;
}

div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
}

.attention{
	color: #990000;
}

strong{
font-weight:bold;
}


p {
	margin-bottom:15px;
	padding-left: 18px;
	padding-right: 18px;
}

.icon {
	text-align: right;
	display: block;
	float: right;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*body*/

body {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:1.5;
color:#000;
background-image:url(../../img/second/body_bg.jpg);
background-repeat:repeat-x;
position:relative;
background-position:left top;
}

#bg_wrap {
display:none;
}

div#header {
width:843px;
text-align:right;
height:146px;
color:#FFF;
margin:0 auto;
padding:0;
}

div#header ul {
background-position:right top;
position:absolute;
top:7px;
right:0;
margin-left:0;
}

div#header ul li {
	display:inline;
	float:left;
	text-decoration:none;
}

#container #header ul .link-icon{
background-image:url(../../img/common/icon.jpg);
background-repeat:no-repeat;
background-position:left top;
text-decoration:none;
padding-left:10px;
margin-left:10px;
margin-top:10px;
}

h1 {
background-image:url(../../img/common/head.jpg);
background-repeat:no-repeat;
width:843px;
height:94px;
position:relative;
}

h1 a {
color:#000;
text-decoration:none;
display:block;
padding:60px 190px 0 0;
}


h1 a:hover {
outline:0;
color:#000;
}

div#header p {
float:right;
font-size:10px;
margin:38px 0 0;
padding:0;
}

div#header ul#gmenu {
	height:52px;
	position:static;
	margin:0;
	font-size: 0px;
	line-height: 0px;
}

div#header ul#gmenu li {
float:left;
height:52px;
}


/*container*/

div#container {
	width: 843px;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
	position: relative;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/



div#footer{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 15px 0px;
}

div#footer ul li{
	display: inline;
	color: #00355A;
}

#copy{
	text-align:center;
	color:#004D87;
	padding-top: 12px;
	background-image: url(../../img/common/copy_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/**/

div#main {
	width: 843px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#main h2{
    height: 1em;
    overflow: visible;
}

/**/
div#main p#path {
	margin: 12px auto;
	width: 818px;
	font-size: 11px;
	color: #006633;
}

div#main p#path a {
	text-decoration:none;
	color: #009966;
}

div#main h3 {
	background-image:url(../../img/second/topic_bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	height:28px;
	margin-bottom:19px;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	clear: both;
	margin-left: 17px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}

.link{
text-decoration:none;
background-image:url(../../img/common/link.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:10px;
padding-top:2px;
}

.text-link{
text-align:right;
}

.caption{
font-size:14px;
font-weight:bold;
color:#005596;
}

.caption02{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}


.caption03{
font-size:18px;
font-weight:bold;
color:#005596;
}

div#main img.icon01 {
	text-align: right;
	display: block;
	float: right;
	margin-top: 15px;
}


div#main p#pagetop{
	clear: both;
	float: right;
	background-image: url(../../img/second/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

div#main p#pagetop a{
color:#006633;
	text-decoration: none;
}

div#main p#pagetop a:hover{
	color:#009966;
	text-decoration: none;
}

/*--------------------------------------------------------------------
お問い合わせ
contact.html
--------------------------------------------------------------------*/

div#main #contact {
	width: 843px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

div#contact p#caption {
	font-size: 16px;
	font-weight: bold;
	color: #00355A;
}


div#contact dl {
	margin: 0px auto;
	width: 719px;
}


div#contact dl dt {
	float: left;
	clear: both;
	margin-bottom: 7px;
	padding-bottom: 7px;
}


div#contact dl dt.attention {
	margin-bottom: 30px;
}


div#contact dl dd.attention {
	margin-bottom: 30px;
	border-style: none;
}


div#contact dl dd {
	padding: 0px 0px 7px 225px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CCCCCC;
}



div#contact dl dd input.size1 {
	width: 236px;
}

div#contact dl dd input.size2 {
	width: 290px;
}

div#contact dl dd textarea.size {
	width: 290px;
	height: 160px;
}






/*=============================================*/
/*           親要素による回り込み解除          */
/*=============================================*/

.clearfix{}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/
