/* CSS Document */

/* base */

* { 
    padding : 0;
    margin : 0;
}
 
body {
    background-color: #000000;
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color : #CCCCCC;
	font-size: 80%;
}

#header {
	width: 100%;
	height: 60px;
	background: url(images/header.gif) repeat-x bottom;
}
 
#contents {
	width: 800px;
	margin: 0 auto 0 auto;
}

#nav { 
    width: 180px;
    float: left;
	padding: 20px 10px 20px 10px;
}

#main { 
    width: 580px;
    float: right;
	padding: 20px 10px 20px 10px;
	line-height:1.2em;
}

#footer {
	width: 100%;
	height: 100px;
	background: url(images/footer.gif) repeat-x;
	clear: both;
}

/* header */

#header h1 {
	padding: 10px 0 30px 0;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	color: #333333;
}


#logo2 {
	background: url(images/header_logo.png) no-repeat;
	width: 450px;
	height: 30px;
	position: absolute;
	top: 30px;
	left: 315px;
}

/* nav */

#nav ul {margin: 20px 0 20px 0;}

#nav li {
    list-style: none;
	font-size: 90%;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #000000;
	background-color: #131313;
}

#nav li a {
    color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

#nav li a:hover {
    color: #FFFFFF;
	background: url(images/list.gif) no-repeat;
}

/* nav address */

#address {
	margin-top:10px;
    background: url(images/address17280gray.jpg) no-repeat;
    width: 180px;
    height: 80px;
	color:#333;
}

#address p {
	padding: 7px 25px 15px 25px;
	line-height: 1.4em;
}

#address2 {
	margin-top:15px;
    width: 180px;
	color:#EEE;
	font-size: 12px;
	text-align:left;
	line-height:1.5em;
}


/* index */

#main h1.index1 {
	font-size : 110%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	color:#FFF;
}

#main h1.index2 { margin: 30px 0 10px 0;}


#main h2.index2 {text-align:center;}

#main h2, h2.index2 {
	font-size : 110%;
	padding: 7px 0 5px 5px;
	margin: 40px 0 15px 0;
	background-color: #131313;
	color:#FFF;
}

#main h3{
	font-size : 95%;
	padding-left: 10px;
	margin: 20px 0 10px 0;
	border-left: 3px solid #990000;
	color:#FFF;
}

#main h4{
	font-size : 95%;
	padding-left: 20px;
	margin: 20px 0 10px 0;
	border-left: 3px solid #FFF;
	color:#CCC;
}

/* link */

a {color: #FFF;}

a:hover {
	color: #FFF;
	text-decoration: none;
}

h2.index2 a {color: #FF9933;}

h2.index2 a:hover {
    color: #FF9933;
    text-decoration: none;
}

/* img */

img {border:0;}

/* text */

#main p {
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.text1 {
	font: 110% Arial, Helvetica, sans-serif bold;
	color: #CC0000;
	letter-spacing: normal;
}
.text1_orange {
	font: 110% Arial, Helvetica, sans-serif bold;
	color: #F60;
	letter-spacing: normal;
}
.text2 {
	font: 120% "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace bold;
	color: #990000;
	letter-spacing: normal;
}

.text3 {text-align:right;}

.text4 {
	font-size: 120%;
	font-weight:bold;
	color:#FFF;
}

.text41 {
	font-size: 110%;
	color:#FFF;
}

.text42 {
	font-size: 110%;
	color:#FFF;
	font-weight:bold;
	line-height:150%;
}

.text43 {
	font-size: 105%;
	color:#FFF;
	font-weight:bold;
	line-height:150%;
}

.text5 {margin-top: 10px;}
.text6 {margin-bottom: 40px;}
.text7 {margin-bottom: 20px;}
.text8 {
	font-size: 120%;
	font-weight:bold;
	color:#F90;
}
.text9 {
	color:#F90;
}

.text10 {
	font-size: 180%;
	font-weight:bold;
	color:#FFF;
	line-height:normal;
}

.text101 {
	font-size: 180%;
	color:#FFF;
}

.text11 {
	color: #0CF;
}

.text12 {
	font-size: 110%;
	font-weight:bold;
	color: #EF4D07;
}

.text13 {
	font-size: 110%;
	font-weight:bold;
	color: #06F;
}


/* text+photo */

.p_photo_l img {
	float: left;
	margin-right: 15px;
}

.p_photo_r img {
	float: right;
	margin-left: 15px;
}

/* box */

.box { 
    border: 1px #999999 solid;
	padding: 10px;
	margin-top: 30px;
}

.box2 { text-align:center;
	padding: 10px;
	margin-top: 30px;
}

.box3 { text-align:center;
	padding: 10px;
	margin-top: 15px;
}

.box4 { text-align:left;
	padding: 5px;
	margin-top: 15px;
	background-color:#222;
}

.box5 { text-align:left;
	padding: 5px;
	width:400px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

.box6 { text-align:left;
	padding: 5px;
	width:300px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

/* table */

table.table1 {
	width: 578px;
	border-top: solid 1px #CCCCCC;
	margin-bottom: 5px;
	text-align: center;
}

table.table1 td {
    border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 10px 5px 10px 5px;
}

table.table1 th {
    border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 10px 5px 10px 5px;
	font-weight: normal;
}

.col1 {background-color: #131313;}
.col2 {background-color: #333333;}

table.table2 {
	width: 578px;
	border-top: solid 1px #CCCCCC;
	margin-top: 20px;
}

table.table2 th {
	background-color: #131313;
	text-align: center;
	font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 5px;
}

table.table2 td {
	text-align: center;
    border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

/* line */

.line { 
    border-bottom: 1px #999999 dotted;
	margin-top: 20px;
}

.line2 { 
    border-bottom: 1px #999999 dotted;
	margin: 20px 0 20px 0;
}

/* list */

ol,.list {
	margin:10px 0 10px 0;
	padding-left:15px;
	line-height:1.5em;
}

/* map */

iframe {
	float: left;
	margin-right: 15px;
}

/* footer */

#footer p {
	padding: 50px 0 10px 0;
	font-size: 95%;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
}

#logo {
	background: url(images/footer_logo.png) no-repeat;
	background-position:top center;
}

/* clear */

.clear {clear: both;}
.clear10 {clear: both; height:10px;}
.clear20 {clear: both; height:20px;}
