@charset "UTF-8";

#wrap *,
#footerWrap *{
	margin :0;
	padding:0;
}

#wrap,
#footerWrap{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.3;
	color:#333;
}

* html #wrap,
* html #footerWrap{
	font-size:75%;
}

*:first-child + html #wrap,
*:first-child + html #footerWrap{
	font-size:75%;
}

#wrap table,
#footerWrap table{
    border-collapse:collapse; 
    border-spacing:0; 
}

#wrap h1,#wrap p,#wrap li,#footerWrap h1,#footerWrap p,#footerWrap li{
	font-style :normal;
	font-weight:normal;
	text-align :left;
}

#wrap h1,
#footerWrap h1{
	font-size:100%;
}

#wrap img,
#footerWrap img{  
    border:0; 
}

#wrap em,
#footerWrap em{
	font-style:normal;
} 

#wrap li,
#footerWrap li{
	list-style:none;
}

#header:after,
#pagetop:after,
#footerNavi:after{  
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
 }
 
#header,
#pagetop,
#footerNavi{
	display: inline-block;
}

#header,
#pagetop,
#footerNavi{
	zoom:100%;
}


/*---------------------------------------------------------
     link
----------------------------------------------------------*/

#wrap a:link,
#footerWrap a:link{
	color:#0063d2;
	text-decoration:none;
}

#wrap a:visited,
#footerWrap a:visited{
	color:#4a8bee;
	text-decoration:none;
}

#wrap a:hover,
#footerWrap a:hover{
	color:#0063d2;
	text-decoration:underline;
}

#wrap a:active,
#footerWrap a:active{
	color:#0063d2;
	text-decoration:underline;
}



/*---------------------------------------------------------
    wrap
----------------------------------------------------------*/

#wrap{
	margin:0 auto;
	width:760px;
}


/*---------------------------------------------------------
    header
----------------------------------------------------------*/

#header{
	width:760px;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:20px;
}

#header #logo{
	float:left;
	width:399px;
	overflow:hidden;
}

#header #headerNavi{
	padding-top:6px;
	float:right;
}

#header #headerNavi li{
	padding:0 0 0 28px;
	float:left;
	background:url(../img/guidelink1.gif) 15px 0 no-repeat;
	font-size:10px;
	line-height:1;
}

#header #headerNavi li a:link{
	color:#333;
	text-decoration:none;
	vertical-align:top;
}

#header #headerNavi li a:visited{
	color:#333;
	text-decoration:none;
}

#header #headerNavi li a:hover{
	text-decoration:none;
	border-bottom:#0062d1 1px solid;
	color:#0062d1;
}

#header #headerNavi li a:active{
	color:#0062d1;
	text-decoration:none;
}

* html #header #headerNavi li a:hover{
	border-bottom:none;
	color:#0062d1;
	text-decoration:underline;
}

*:first-child + html #header #headerNavi li a:hover{
	border-bottom:none;
	color:#0062d1;
	text-decoration:underline;
}


/*---------------------------------------------------------
    searchArea
----------------------------------------------------------*/

#searchArea{
	margin-top:7px;
	float:right;
	width:361px;
	height:22px;
	overflow:hidden;
}

#searchArea form{
	float:right;
}

#searchArea .searchText{
	margin-right:7px;
	border:#aaa 1px solid;
	float:left;
	width:130px;
	height:20px;
}

#searchArea .move{
	float:left;
}


/*---------------------------------------------------------
    crumbNavi
----------------------------------------------------------*/

#crumbNavi{
	padding:10px 7px 10px 7px;
	clear:both;
	line-height:1.1;
	font-size:85%;
}

#crumbNavi a:hover{
	text-decoration:none;
	border-bottom:#0062d1 1px solid;
}

* html #crumbNavi a:hover{
	text-decoration:underline;
	border-bottom:none;
}

*:first-child + html #crumbNavi a:hover{
	text-decoration:underline;
	border-bottom:none;
}


/*-------------------------------------
    pagetop
--------------------------------------*/

#pagetop{
	width:760px;
	clear:both;
	text-align:right;
	padding:5px;
}



/*-------------------------------------
    windowclose
--------------------------------------*/

#windowclose{
	width:760px;
	clear:both;
	text-align:right;
	padding:5px;
}



/*---------------------------------------------------------
    footer
----------------------------------------------------------*/

#footerWrap{
	margin:0 auto;
	clear:both;
	width:760px;
	height:29px;
	background-color:#002F56;
}

#footer{
	padding:8px 20px 0 20px;
	width:720px;
}

#footer p.copyright{
	float:right;
}

#footer p.logo{
	float:left;
}

