﻿@charset "UTF-8";

/*-------------

default

--------------*/

html {
	font-size:small;
	background:#000000;
}

body,div,dl,dt,dd,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,p {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#f4f4f4;
	line-height:1.5em;
	font-size:100%;
	text-align:left;
}

input,textarea {

	font-size:100%;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

p {
	margin:0;
}
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
	
}

fieldset,img {
	border:0;
	vertical-align:bottom;
}
table {
	border-collapse:collapse;
}

a {
	text-decoration:none;
}

a:link {
	color:#00e8f0;
}

a:visited {
   color:#00e8f0;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#1ddce3;
}


/*-------------

menu

--------------*/

#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
height: 41px;
list-style-type:none;
}
#navi li a {
display: block;
height: 41px;
background-position: 0 0;
background-repeat: no-repeat;
text-decoration: none;
text-indent: -9999em;
}    

#navi #navi_01 a {
background-image: url(../images/navi_01.gif);
width:250px;
}

#navi #navi_02 a {
background-image: url(../images/navi_02.gif);
width:250px;
}

#navi #navi_03 a {
background-image: url(../images/navi_03.gif);
width:250px;
}

#navi #navi_04 a {
background-image: url(../images/navi_04.gif);
width:250px;
}

#navi #navi_05 a {
background-image: url(../images/navi_05.gif);
width:250px;
}

#navi #navi_06 a {
background-image: url(../images/navi_06.gif);
width:250px;
}

#navi #navi_07 a {
background-image: url(../images/navi_07.gif);
width:250px;
}

#navi li a:hover {
background-position: -250px 0;
}

.veraRight {
	float: right;
	margin-top: -60px;
	margin-right: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.veraRight2 {
	float: right;
	margin-top: -300px;
	margin-right: 50px;
}

/*-------------

topmenu

--------------*/

#header img {
	float: left;
}

#header ul {
	margin: 0;
	padding: 0;
}
#header li {
	height: 18px;
	list-style-type:none;
	float: left;
}
#header li a {
	display: block;
	height: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
}    
#header #hn_01 a {
	background-image: url(../images/menu/head_navi_01.gif); 
	width: 64px;
	margin-top: 20px;
	margin-left: 400px;
}
#header #hn_02 a {
	background-image: url(../images/menu/head_navi_02.gif); 
	width: 64px;
	margin-top: 20px;
}
#header #hn_03 a {
	background-image: url(../images/menu/head_navi_03.gif); 
	width: 90px;
	margin-top: 20px;
}
#header li a:hover {
	background-position: 0 -18px;
}