/* 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: 150px;
	background: url(images/footer.gif) repeat-x;
	clear: both;
}

#footmap_area {
	width: 800px;
	margin: 0 auto 0 auto;
	clear: both;
}

/* header */

#header h1 {
	padding: 10px 0 30px 0;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	color: #808080;
}


#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/address-bg1.jpg) no-repeat;
    width: 180px;
    height: 160px;
	color:#FFF;
}

#address p {
	padding: 12px 15px 13px 15px;
	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;
}

#main h5, h5.index2 {
	font-size : 110%;
	padding: 7px 0 5px 5px;
	margin: 40px 0 15px 0;
	background-color: #131313;
	color:#CCC;
}
h5.index2 a {
	color: #CCC;}

h5.index2 a:hover {
    color: #CCC;
    text-decoration: none;
}

#main h6, h6.index2 {
	font-size : 110%;
	padding: 7px 0 5px 5px;
	margin: 40px 0 15px 0;
	background-color: #131313;
	border-left: 3px solid #900;
	color:#FFF;
}

.title_ul1 {
	font-size : 110%;
	font-weight:bold;
	padding: 7px 0 10px 16px;
	margin: 35px 0 15px 0;
	background-image:url(images/bg_title_ul.png);
	color:#FFF;
}

.title_space{	font-size : 95%;
	font-weight:bold;
	padding-left: 10px;
	margin: 5px 0 10px 0;
	background:url(images/bg_title_space.gif) left  no-repeat;
	color:#FFF;
}

.qa_title {
	font-size : 125%;
	padding-left: 25px;
	padding-top:7px;
	height:25px;
	background:url(images/list-head-red.png) left no-repeat;
	color:#FFF;
}

.link_text {
	color:#CCC;
	margin-top:5px;
	margin-bottom:10px;
}

.link_text a{
	color:#CCC;
	text-decoration:none;
}
.link_text a hover{
	color:#CCC;
	text-decoration:none;
}


/* 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;
}

.index3 {
	font-size : 110%;
	font-weight:bold;
	padding: 7px 0 5px 5px;
	margin: 40px 0 15px 0;
	background:url(images/bg_h2_index3.png) no-repeat;
	color:#FFF;
	text-align:center;
}
.index3 a {
	color: #FFF;
	}

.index3 a:hover {
    color: #FFF;
    text-decoration: none;
}

.index3l {
	font-size : 110%;
	font-weight:bold;
	padding: 7px 0 5px 5px;
	margin: 40px 0 15px 0;
	background:url(images/bg_h2_index3.png) no-repeat;
	color:#FFF;
}


/* img */

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

/* 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%;
}

.text421 {
	font-size: 105%;
	color:#FFF;
	font-weight:bold;
	line-height:150%;
}

.text43 {
	font-size: 105%;
	color:#FFF;
	font-weight:bold;
	line-height:150%;
}
.text44 {
	font-size: 120%;
	font-weight:bold;
	color:#FFF;
}
.text45 {
	font-size: 130%;
	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;
}

.text14 {
	line-height:1.5em;
	font-size:190%;
	color: #FF9933;
	font-weight:bold;
}

.text15 {
	font-size: 110%;
	color:#CCC;
	font-weight:bold;
	line-height:150%;
}
.text15ul {
	font-size: 110%;
	color:#CCC;
	font-weight:bold;
	line-height:150%;
	text-decoration:underline;
}
.text16 {
	line-height:1.5em;
	font-size:190%;
	color: #FFF;
	font-weight:bold;
}


/* 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;
}

.box51 { text-align:left;
	padding: 5px;
	width:450px;
	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;
}

.box7 { 
    border: 1px #999999 dotted;
	padding: 10px;
	margin-top: 30px;
}


/* 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: #252525;}
.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;
}

table.table3 {
	width: 430px;
	border-top: solid 1px #CCCCCC;
	margin-top: 5px;
}

table.table3 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.table3 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;
	color:#FFF;
	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;}
.clear12 {clear: both; height:12px;}
.clear20 {clear: both; height:20px;}

