@charset "UTF-8"; 

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}

html:first-child body{
    min-height:100%;
    padding-bottom:1px;
}

body {
	color : #333;
	font-family : 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; 
	font-size: 95%;
	margin : 0;
	padding : 0;
}

a:link, a:visited {
	color : #057956; 
	text-decoration : none; 
} 
a:hover, a:active {
	text-decoration:underline;
} 

a img {
	border: none;
}

.left {
	float:left;
}
.right {
	float:right;
}

.center {
	text-align:center;
}

.red {
	color:#F00;
}

hr {
	clear:both;
	border:none;
	border-bottom:1px solid #ccc;
	height:0;
	margin:10px 0;
}

html > body hr  {
	height:10px;
}

ul, ol {
	padding-left:3.2em;
	margin: 0 0 20px 0;
	line-height:1.4;
}

ol li ul {
	padding-left:1em;
	margin:0;
}

dl  { 
	margin : 0;
	padding : 0 0 0 20px;
}

dt {
	background:url(../images/arrow.gif) 0 4px no-repeat;
	float : left;
	padding : 0 0 10px 18px;
	margin:0 10px 0 0;
	clear:both;
} 

dd { 
	padding : 0 0 10px 8em;
	margin:0;
} 


p {
	line-height:1.5;
	padding:0 0 10px 0;
	margin:0;
}

h2 {
	position:relative;
	background: url(../images/sub_bg.jpg) 0 0 no-repeat;
	margin:-10px 0 20px -190px;
	padding:0;
	color: #fff;
	font-size:18px;
	line-height:2;
	text-indent:10.5em;
	height:43px;
	z-index:1;
}

h3 {
	margin: 10px 0;
	padding:0;
	font-size:16px;
	color:#68add8;
	text-indent:0.3em;
	border-bottom:1px dotted #ccc;
}

h4 {
	font-size:14px;
	margin-bottom:10px;
	padding:0 0 0 10px;
}

.wrap {
	background: #fff;
	position:relative;
	width: 900px;
	margin: 0 auto;
	padding:10px;
}

#top .wrap {
	background:#fff url(../images/bg_top.jpg) 10px 89px no-repeat;
}


/* Header
----------------------------------------------- */
.header {
	position:relative;
	width: 900px;
	height:89px;
	margin: 0 auto ;
	padding:0;
	background: url(../images/header.jpg) no-repeat;
}

.header h1 {
	position:absolute;
	left:75px;
	top:15px;
}


.header a {
	text-decoration: none;
}

/* Menu
----------------------------------------------- */
.menu{
	position:relative;
	width: 170px;
	padding: 15px 0 0 0;
	margin:0;
	font-size: 12px;
	float:left;
	z-index:2;
}

.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.menu li {
	margin: 0;
}

.menu li a {
	background:url(../images/menu.png) no-repeat;
	display: block;
	width:152px;
	height:26px;
	padding: 32px 14px 0px 0px;
	color: #fff;
	text-decoration: none;
	text-align:right;
}

.menu li a.selected:link, .menu li a.selected:visited{
	background:url(../images/menu_hover.png) no-repeat;
	color: #fff100;
}

.menu li a:hover {
	color: #fff100;
}

*html body .menu li a, *html body .menu li a:hover, *html body .menu li a.selected:link, *html body .menu li a.selected:visited  {/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/menu.png', sizingMethod='scale');
}

.menu li.guide {
	background:  url(../images/contact.jpg) no-repeat;
	width:140px;
	height:160px;
	padding:20px 10px 0 10px;
	margin:10px 0 0 0;
	color:#000;
}

/* Banner */
.menu ul.ban {
	margin-top:10px;
}

.menu ul.ban li {
	list-style:none;
	float:left;
	margin : 0 0 2px 0;
	display: inline;
}

.menu ul.ban li a {
	background:none;
	width : 160px;
	height : 46px;
	padding:0;
}

/* Banner Top */
#top ul.ban {
	position:absolute;
	left:10px;
	top:390px;
	padding-left:0;
}

#top ul.ban li {
	list-style:none;
	float:left;
	margin : 10px 19px 0 0;
	_margin : 10px 14px 0 0;
	display: inline;
}

#top ul.ban li.last {
	margin-right:0;
}

#top ul.ban li a {
	position:relative;
	display : block;
	width : 220px;
	height : 63px;
}

ul.ban li a:hover {
	text-decoration:none;
    opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=95); /* IE lt 8 */
    -ms-filter: "alpha(opacity=88)"; /* IE 8 */
    -khtml-opacity: .95; /* Safari 1.x */
    -moz-opacity: .95; /* FF lt 1.5, Netscape */
}


/* Content
----------------------------------------------- */
.contentwrap {
	width: 900px;
	margin:0 auto;
	padding:0;
}
#top .contentwrap {
	background:none;
	height:520px;
}


/* Main Content */
.maincontent {
	position:relative;
	width: 698px;
	margin:0 auto;
	padding: 10px 10px 10px 20px;
	min-height:481px;
	height:auto !important;
	height:481px;
	float:right;
}


h3.info  {
	background:url(../images/info.gif) no-repeat;
	width:698px;
	height:30px;
	border:none;
	position:relative;
}

h3.info a img.infomore  {
	position:absolute;
	left:570px;
	top:8px;
}

a:hover img.infomore  {
	border-bottom:1px solid #68ADD7;
}






/* table */
table {
	border-collapse: collapse;
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 10px;
	width: 96%;
}
th {
	border:1px solid #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding:12px;
	text-align:left;
}
td {
	border:1px solid #ccc;
	padding: 6px;
}
caption {
	text-align:left;
	margin-bottom:10px;
}


/* form
----------------------------------------------- */
form {
	font-size:14px;
	background:#eee;
	margin: 0;
	padding:10px;
}

form p {
	text-indent:1em;
}

form p.right {
	text-align:right;
}

form ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:normal;
}

form li {
	padding:6px 10px;
	background:#e1e1e1;
	margin-bottom:1px;
	clear:both;
}

form span {
	padding-left:10px;
	color:#F00;
	font-size:12px;
}

form label {
	float:left;
	text-align:left;
	color:#0066CC;
	line-height:2;
	padding-right:2em;
	width:11em;
}

form input,
form textarea {
	padding:4px;
	border:1px solid #999;
}

form input:focus,
form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}

form li.btn {
	background:none;
	margin:6px auto 0 auto;
	text-align:center;
}

form button {
	padding:6px;
}

form button:hover {
	cursor:pointer;
}



/* Footer
----------------------------------------------- */
.footer {
	width: 880px;
	height: 60px;
	margin: 0 auto;
	padding:10px;
	position:relative;
	border-top:3px solid #2999cd;
	background-color:#efefef;
}

.footer p {
	float:left;
}

.footer p span {
	font-size:small;
}

/* Footer Menu */
.footer ul {
	position:absolute;
	right:10px;
	top:10px;
	list-style: none;
	line-height:normal;
}

.footer li {
	display: inline;
}

.footer li a {
	padding: 0 10px;
	margin:0;
	text-decoration: none;
	font-size: 10px;
	border-right:1px solid #ccc;
	color:#666;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p.copy {
	margin: 25px 0 0 0;
	padding:0;
	font-size: 10px;
}


/* Misc
----------------------------------------------- */
.wrap:after, .contentwrap:after, .maincontent:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.wrap {display: inline-block;}

/* Hides from IE-mac \*/
* html .wrap  {height: 1%;}
.wrap  {
    display: block;
}
/* End hide from IE-mac */

.Clear {
   clear:both;
   height:0;
}
