﻿@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	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: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	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: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #414141;
	margin: 0 auto;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 900px;
	padding: 30px 0;
	margin: 0 auto;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 10px 0px;
	text-align: center;
	background-repeat: no-repeat;

}

/*--------------------------------------------------------------------
h2
--------------------------------------------------------------------*/
h2{
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	margin: 130px 0 10px 0px;
	color: #ffffff;
}


/*--------------------------------------------------------------------
h3
--------------------------------------------------------------------*/
h3 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0 5px 0px;
	text-align: center;
	background-repeat: no-repeat;

}


/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width:900px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 550px;
	margin: 0 auto;
}

div#Main img{
	width: 550px;
	margin-bottom: 0px;
}

div#Main h2 {
	font-size: 100%;
	font-weight: bold;
	color: #00335e;
}

div#Main div#PortImg {
	width: 550px;
	margin: 0px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 0px auto 0 auto;
	width: 500px;
	text-align: left;

}

div#Main table {
	width:100%;
	margin: 0px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 20%;
	padding: 7px 7px 7px 7px;
	background: #99cccc;
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}

div#Main table tr td {
	width: 90%;
	padding: 7px 7px 7px 7px;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	border:1px dotted #2eb8e6;

}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
TopMenu
--------------------------------------------------------------------*/
div#TopMenu {
	width: 900px;
	margin: 0px;
}

div#TopMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#TopMenu ul li {
	list-style: none;
	margin: 0px 0px 0 0px;
	float: left;
}

div#TopMenu ul li a {
	display: block;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}



div#TopMenu ul li#nav0:hover {
	background-repeat: no-repeat;
	background-image: url(../img/10.png);
}

div#TopMenu ul li#nav1:hover {
	background-repeat: no-repeat;
	background-image: url(../img/11.png);

}
div#TopMenu ul li#nav2:hover {
	background-repeat: no-repeat;
	background-image: url(../img/12.png);

}
div#TopMenu ul li#nav3:hover {
	background-repeat: no-repeat;
	background-image: url(../img/13.png);

}
div#TopMenu ul li#nav4:hover {
	background-repeat: no-repeat;
	background-image: url(../img/14.png);

}

div#TopMenu ul li#nav5:hover {
	background-repeat: no-repeat;
	background-image: url(../img/15.png);
}

div#TopMenu ul li#nav6:hover {
	background-repeat: no-repeat;
	background-image: url(../img/top11.png);
}


div#TopMenu ul li#nav7:hover {
	background-repeat: no-repeat;
	background-image: url(../img/about0.png);
}


/*--------------------------------------------------------------------
page-top
--------------------------------------------------------------------*/



.page-top {
    position: fixed;
    bottom: 40px;
    right: 100px;
    padding: 10px;
	color: #8acfe6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #00335e;
}

