@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y:scroll;
	background-image: url(../images/bg2.jpg);
}

body {
	margin:auto;
	padding:0;
	line-height:30px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size:12px;
	color:#000;
	background-image: url(../images/bg2.jpg);
	background-color: #FFF;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
	border:0;
	background-image: url(../images/bg.jpg);
	background-color: #FFF;
	padding-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	color: #030;
}
#top {
	width:1000px;
	padding:0;
	box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	behavior: url(PIE.htc);/* for IE */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;

}

#header {
	width:800px;
	margin-top: 0px;
	background-image: url(../images/bg2.jpg);
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#message {
	position:absolute;
	top:4px;
	right:0;
}

#gnavi {
	position:absolute;
	bottom:0px;
	right:0px;
	clear: none;
	float: right;
	height: 30px;
}

#menu {
	float:left;
	width:800px;
	margin-top:10px;
	margin-left:60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#icatch {
	width:800px;
	margin-top:10px;
	background-image: url(../images/hedimg.jpg);
	float: none;
	margin-left: 40px;
}

#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}


#gnavi {
	position:absolute;
	bottom:0px;
	right:0px;
	clear: none;
	float: right;
	height: 30px;
}

#menu {
	float:left;
	margin-top:10px;
	margin-left:80px;
	border: 0px none #FFF;
	width: 800px;
}

#icatch {
	width:800px;
	margin-top:10px;
	background-image: url(../images/hedimg.jpg);
	float: none;
	margin-left: 40px;
}

#contents {
	float:left;
	width:600px;
	background-color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20;
}

#main {
	float:left;
	margin-left: 80px;
	background-color: #FFF;
	width: 600px;
}

#sub {
	float:right;
	width:200px;
	background-color: #FFF;
	clear: right;
	margin-right: 50px;
}

#pageTop {
   clear:both;
}

#footer {
	clear:both;
	width:1000px;
	background-color: #CCC;
	font-size: 10px;
	color: #666;
	line-height: 20px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	font-size:32px;
	line-height:1.0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #message {
   font-size:11px;
}



/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
	position:relative;
	background-color: #FFF;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
#menu ul {
	float:left;
	padding:0;
	list-style:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	background-color: #fff;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#menu li ul {
   border-top:1px solid #999;
   border-bottom:none;
}

#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:1px solid #999;
}

#menu li li a:hover {
	background:#fff;
}

#menu li a {
   display:block;
   width:130px;
   padding:10px 0;
   text-align:center;
   outline:none;
}

#menu li li a {
   display:block;
   width:120px;
   padding:10px 5px;
   line-height:20px;
   text-align:left;
   outline:none;
}

#menu li a:hover {
	color:#666;
	text-decoration:none;
	background-color: #FFF;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0 0 20px 0;
}
#main dl.information dt {
	float:left;
	padding-top:5px;
	margin-left: 20px;
}

#main dl.information dd {
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 9em;
	float: right;
}

#main table {
	width:500px;
	margin-bottom:20px;
	border-collapse:collapse;
	border-spacing:0;
	margin-left: 10px;
}

#main table th {
	padding:5px;
	background:#EFEBEF;
	font-weight:bold;
	text-align:left;
}

#main table td {
	padding:5px;
	text-align:center;

}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	text-align:right;
	margin-right: 20px;
}

#pageTop a {
	padding:0 0 0 12px;
	background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
	font-size: 10px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footer ul {
   margin:20px 0;
   padding-top:20px;
   text-align:center;
   border-top:1px solid #ddd;
}

#footer li {
	display:inline;
	margin:0 0 0 20px;
	list-style:none;
	font-size: 12px;
}

#footer li a:hover {
   color:#666;
   text-decoration:underline;
}


a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #455256;
}
.style3 {
	font-size: 12px;
	line-height: 20px;
}
.style4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

.style6 {
	font-size: 10px;
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}
.style8 {
	font-size: 12px;
	line-height: 21px;
	font-style: italic;
	color: #FFF;
}
.style9 {
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	color: #FFF;
}
.goch1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #274396;
	line-height: 30px;
	font-weight: bold;
}
.font3 {
	font-size: 18px;
	color: #122C83;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bg2.jpg);
	background-color: #F3F3F3;
	text-indent: 1em;
}
.font5 {
	font-size: 14px;
	color: #31542A;
	line-height: 20px;
	font-weight: 100;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.gochf2 {
	font-size: 18px;
	color: #455256;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.gochf3 {
	font-size: 14px;
	color: #364043;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	margin-bottom: 30px;
}
.gochf4 {
	font-size: 12px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.gochf5 {
	font-size: 14px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.gochfred {
	font-size: 12px;
	color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 18px;
}

.table1 {
	border: 1px solid #2E4A9D;
}
.table2 {
	line-height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #284498;
	border-left-color: #284498;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #284498;
	border-bottom-color: #284498;
}
.style2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/bgline.jpg);
}
.table3 {
	background-image: url(images/titlebg.jpg);
	margin-top: 0px;
	padding-top: 0px;
}
.mintyou10 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #000;
}
.fontm7 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #003700;
}
.table4 {
	background-image: none;
}
.fontr {
	font-size: 11px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
