@charset "UTF-8";

html,body{
     height: 100%;
}

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object{
	margin: 0; padding: 0;
}
ul{list-style-type: none;}

body{
	font:13px/1.7  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Helvetica",Sans-Serif;
	*font-size:small;
	*font:x-small;
	background: #fff;
	color: #333;
}

header{
	width: 100%;
	height: 140px;
	background: url(/share/topline.gif) repeat-x;
}

header #headBlock{
	width: 960px;
	margin: 0 auto;
}

header h1{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	float: left;
	position: relative;
	top: 30px;
}

header h2{
	width: 196px;
	float: left;
}

ul.elements{
	float: right;
	position: relative;
	top: 24px;
}

ul.elements li{
	float: left;
	font-size: 12px;
	padding-left: 14px;
}
ul.elements li.nav{
	padding-top: 6px;
}
ul.elements li.nav a{
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
	padding: 4px 0 0 15px;
	background: url(/share/m_top.gif) 0 50% no-repeat;
}
ul.elements li.nav a:hover{
	text-decoration: underline;
	background: url(/share/m_top_on.gif) 0 50% no-repeat;
}

.mainLine{
	width: 960px;
	position: absolute;
	top: 58px;
	overflow: hidden;
}
header nav{
	width: 716px;
	float: right;
	
}

header ul{
	margin: 0;
	padding: 0;
}

header nav ul li{
	float: left;
	overflow: hidden;
}

header h2 a,
header nav ul li a{
	height: 82px;
	display: block;
}

#wrapper{
	width: 100%;
	position: relative;
	min-height: 100%;
}

#content{
	margin: 0;
	padding: 0 0 350px 0;
}

ul.homeBanners{
	overflow: hidden;
}


/**
*	SLIDESHOW	--------------------------------------------------------------------------------------------------------------
*
*/
#slide {
	width:960px;
	height:324px;
	margin:20px auto 12px;
	position:relative;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
}



/**
*	main Division BTN	--------------------------------------------------------------------------------------------------------------
*
*/
nav#mainDiv{
	width: 960px;
	overflow: hidden;
	margin: 0 auto 50px;
}

nav#mainDiv li{
	width: 231px;
	height: 140px;
	float: left;
	margin-right: 12px;
}
nav#mainDiv li.edge{
	margin-right: 0;
}




#bannerTile{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#bannerTile a{
	float: left;
}

#bannerTile a img:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#bannerTile a.stack{
	margin-right: 25px;
}


/**
*	Not Found	--------------------------------------------------------------------------------------------------------------
*
*/
#notFound{
	width: 960px;
	margin: 60px auto;
	text-align: center;
}
#notFound h1{
	font:50px/1.7 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", Meiryo, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #000;
}




/**
*	FOOTER	--------------------------------------------------------------------------------------------------------------
*
*/
#footerBlock{
	width: 100%;
	height: 350px;
	overflow: hidden;
	position:absolute;
 	bottom:0;
}

.return{
	width: 960px;
	margin: 30px auto 10px;
	overflow: hidden;
}

.return a{
	width: 100px;
	float: right;
	display: block;
}
.return .fb-like{
	margin: 10px 0 0 0;
	float: left;
}

footer{
	background-color: #15447e;
	overflow: hidden;
}

footer div.box{
	width: 960px;
	margin: 0 auto;
}

nav#footer{
	padding: 20px 0 50px;
    overflow: hidden;
    position: relative;
}

nav#footer ul{
	float: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
}

nav#footer ul li{
	float: left;
    margin: 0 10px;
    padding: 5px;
    position: relative;
    left: -50%;
}

nav#footer ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

nav#footer ul li a:hover{
	text-decoration: underline;
}

footer p.slogan{
	width: 340px;
	margin: 0 auto;
}

div.bottom{
	width: 960px;
	margin: 40px auto 15px;
	padding: 10px 0 0;
	overflow: hidden;
	border-top: 1px solid #155d8d;
}

div.bottom ul{
	width: 30em;
	overflow: hidden;
	float: left;
}

div.bottom ul li{
	float: left;
}

div.bottom ul li a{
	font-size: 11px;
	padding: 0 10px 0 16px;
	color: #fff;
	text-decoration: none;
	background: url(/share/m_bottom.gif) 0 0 no-repeat;
}
div.bottom ul li a:hover{
	background: url(/share/m_bottom_on.gif) 0 0 no-repeat;
}

footer p.copyright{
	font-size: 12px;
	float: right;
	text-align: right;
	color: #fff;
}