@charset "UTF-8";
/* ---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
/*---------------------------------------------*/
html {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.6;
	color: #1A1A1A;
	text-align: center;
	background: url(../images/bodyBg.png) repeat-y center top;
}
/*link
---------------------------------------------*/
a {
	color: #0068B6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.imghover:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*img
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
}
img a {
	border: none;
	text-decoration: none;
}
/*---------------------------------------------*/
h1,h2,h3 {
	font-size: 100%;
	line-height: 2;
}
h2 {
	overflow: hidden;
	width: 100%;
	height: 40px;
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 2px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: left center;
	box-sizing: border-box;
}
h2.n {background-image: url(../images/icon01.png);}
h2.c {background-image: url(../images/icon02.png);}
h2.m {background-image: url(../images/icon03.png);}
h2.y {background-image: url(../images/icon04.png);}
h2.k {background-image: url(../images/icon05.png);}

h3 {
	margin: 0 0 5px 0;
	padding: 3px 0 0 30px;
	font-weight: bold;
	line-height: 1.4;
	background-repeat: no-repeat;
	background-position: left top;
}
h3.n {background-image: url(../images/arrow01.png);}
h3.c {background-image: url(../images/arrow02.png);}
h3.m {background-image: url(../images/arrow03.png);}
h3.y {background-image: url(../images/arrow04.png);}
em {
	color: #CC0000;
	font-weight: bold;
	font-style: normal;
}
span.u {
	color: #CC0000;
	text-decoration: underline;
}
span.info {
	color: #CC0000;
	font-size: 0.8em;
}
ul {
	list-style-type: none;
}
ol {
	margin: 0 0 30px 30px;
	padding: 10px 20px 10px 40px;
	list-style-type: decimal;
	list-style-position: outside;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
ol li {
	margin: 10px 0;
}
/*table*/
table {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
	background-color: #EDEDED;
	box-sizing: border-box;
	white-space: nowrap;
}
table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}
/*container
---------------------------------------------*/
#container {
	clear: both;
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
/*header
---------------------------------------------*/
#header {
	clear: both;
	position: relative;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*h1*/
#header h1 {
	float: left;
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
/*logo*/
#header #logo {
	float: left;
	width: 350px;
	height: 110px;
	margin: 0;
	padding: 0;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 0;
	background: url(../images/logo.png) no-repeat center center;
}
#header #logo a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*address*/
#header #address {
	float: right;
	width: 300px;
	height: 130px;
	margin: 0;
	padding: 0;
}
#header #address a {
	display: block;
	width: 100%;
	height: 100%;
	color: #1A1A1A;
	font-size: 0;
	background: url(../images/address.png) no-repeat center center;
}
/*globalNavi
---------------------------------------------*/
#globalNavi {
	clear: both;
	width: 998px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#globalNavi li {
	float: left;
	width: 248px;
	height: 75px;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url(../images/globalNavi.png);
}
#globalNavi li:last-child {
	margin: 0;
}
#globalNavi li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/globalNavi.png);
}
/*リンクなし*/
#globalNavi li.item01 {color: #1A1A1A; background-position: 0 -75px;}
#globalNavi li.item02 {color: #00E0EA; background-position: -250px -75px;}
#globalNavi li.item03 {color: #E4007F; background-position: -500px -75px;}
#globalNavi li.item04 {color: #FFF100; background-position: -750px -75px;}

/*通常時*/
#globalNavi li.item01 a {background-position: 0 0;}
#globalNavi li.item02 a {background-position: -250px 0;}
#globalNavi li.item03 a {background-position:  -500px 0;}
#globalNavi li.item04 a {background-position: -750px 0;}

/*オンマウス時*/
#globalNavi li.item01 a:hover {color: #1A1A1A; background-position: 0 -75px;}
#globalNavi li.item02 a:hover {color: #00E0EA; background-position: -250px -75px;}
#globalNavi li.item03 a:hover {color: #E4007F; background-position: -500px -75px;}
#globalNavi li.item04 a:hover {color: #FFF100; background-position: -750px -75px;}

#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*contents/main/side
---------------------------------------------*/
#contents {
	clear: both;
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/*main*/
.main {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.main p {
	margin: 5px 0 30px 0;
	padding: 0;
	box-sizing: border-box;
}
.main p.indent {
	margin: 5px 0 30px 30px;
	box-sizing: border-box;
}
/*side*/
.side {
	float: right;
	width: 260px;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 15px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.side:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.side h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.side p {
	margin: 0;
	padding: 0;
}
.side a {
	color: #FFFFFF;
	text-decoration: none;
}
.side a:hover {
	text-decoration: underline;
}
.side em {
	color: #C1D84F;
}
.side ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.side ul li {
	margin: 10px 0;
	padding-left: 30px;
	font-weight: bold;
	background: url(../images/arrow01.png) no-repeat left center;
	box-sizing: border-box;
}
/*section*/
.main .section {
	clear: both;
	width: 670px;
	height: auto;
	margin: 50px 0 100px 0;
	padding: 0;
	text-align: left;
}
.side .section {
	clear: both;
	width: 260px;
	height: auto;
	margin: 50px 0;
	padding: 0;
	text-align: left;
}
.section:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*contentsNavi
---------------------------------------------*/
#contentsNavi {
	clear: both;
	width: 670px;
	height: 210px;
	margin: 100px 0;
	padding: 0;
	background-color: #EDEDED;
	box-sizing: border-box;
}
#contentsNavi ul {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contentsNavi li {
	display: inline-block;
	width: 145px;
	height: 180px;
	margin: 0 10px 0 0;
	padding: 0;
}
#contentsNavi li:last-child {margin: 0;}
#contentsNavi li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contentsNavi li.item01 a {background-image: url(../images/contentsNavi01.png)}
#contentsNavi li.item02 a {background-image: url(../images/contentsNavi02.png)}
#contentsNavi li.item03 a {background-image: url(../images/contentsNavi03.png)}
#contentsNavi li.item04 a {background-image: url(../images/contentsNavi04.png)}

#contentsNavi li a:hover {
	background-repeat: no-repeat;
	background-position: -145px 0;
}
/*copyright
---------------------------------------------*/
#copyright {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #999999;
	font-size: 12px;
	text-align: center;
}
/*pagetop
---------------------------------------------*/
#pagetop {
	overflow: hidden;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 60px;
	height: 60px;
}
#pagetop a {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#pagetop a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*err
---------------------------------------------*/
.err {
	font-size: 11pt;
	border: 1px solid #FF0000;
	text-align: left;
	margin: 20px;
	padding: 20px 30px;
	text-align: center;
	color: #FF0000;
}
.err h2 {
	border-bottom: 1px solid #FF0000;
}
.err p {
	color: #1A1A1A;
}
.err p em {
	color: #FF0000;
	text-decoration: underline;
}
.err p a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #CC0000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.err p a:hover {
	background-color: #1A1A1A;
}
/*float
---------------------------------------------*/
.clearfix {
	clear: both;
	display: block;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
