@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

/*{
	margin:0;
	padding:0;
//}

/*
===== 2: body and base setting ===========================
*/


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #8EA452;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0px;
	display: block;
	margin: 0px;
}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}


/* Link
--------------------*/

a:link {
	color: #51BEFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #9933FF;
}

a:hover {
	text-decoration: underline;
	color: #F6D200;
}

a:active {
	text-decoration: none;
}

p {
	margin: 10px 0 1em;
	font-size: 100%;
	line-height: 1.6em;
}



/* Base
--------------------*/

body {
	background-color: #000000;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0px;
	background-image: url(img/bg.jpg);
}

#conteiner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}


/* Header
--------------------*/

#header{
	width: 960px;
	height:100px;
	padding: 10px 0px 0px 0px;
	top:0px;
	position: absolute;
	z-index: 2;	
}

#header h1{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	float:left;
}

#header h2{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	float:right;
}


/* Flash
--------------------*/

#flash {
	width: 960px;
	height:500px;
	top:0px;
	position: absolute;
	z-index: 0;	
}


/* Main
--------------------*/

#main {
	position: absolute;
	z-index: 3;	
	width: 900px;
	margin-top: 500px;
	padding: 30px 30px 0px 30px;
}

#main_right {
	float: right;
	width:260px;
}


#main_left {
	float: left;
	width:610px;
}


/* Footer
--------------------*/

#footer{
	background-image: url(img/line01.gif);
	background-repeat: no-repeat;
	background-position: center topr;
	width: 900px;
	clear: both;
	padding: 40px 0px 0px 0px;
}

#footer dl {
	margin-top: 20px;
	font-size: 90%;
	line-height: 1.6em;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	zoom:1;
}

#footer dl dt {
	width: 100px;
	padding-left: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer dl dd {
	margin-left: 100px;
	margin-top: -3.6em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 15px;
}

#footer #copy {
	text-align: center;
	padding: 20px 0px 45px 0px;
	border-top: 1px solid #999;
	margin-top: 20px;
}


/* Box
--------------------*/

.box {
	padding-bottom:20px;
}

.box img {
	float:left;
	margin: 0px 20px 10px 0px;
}

.box h2 {
	color: #FFCE00;
	padding-bottom: 13px;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight:normal;
	line-height: 24px;
	margin-top: 10px;
}


/* Map
--------------------*/

.map_frame {
	margin: 25px 0px 10px 0px;
	padding: 4px;
	border:1px solid #eee;
	width:240px;
	background-color: #F4F3F0;
}


/* Parts
--------------------*/

.clear_fix{
	overflow: hidden;
	position: relative;
	zoom:1;
}

.hr_dot_01{
	background-image: url(img/line01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 960px;
	float:both;
}

.link_blank a {
	background-image: url(img/link_blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display:block;
}


.f_size_s {
	font-size:90%;
	color: #CCC;
}



