﻿/***************************
全ページ共通のスタイルシート
***************************/

a:link{
	color:#0066FF
	text-decoration:none
}

a:visited{
	color:#0066FF;
	text-decoration:none
}

a:hover{
	color:#FF3399;
	text-decoration:underline
}

a:active{
	text-decoration:none
}

body {
	margin-top: 0;
}

div,p,td {
	margin: 0;
	font-size: 14px
}

img {
	border: 0
}

.kanji {
	border: 1px;
	border-style: solid;
	border-color: #999999;
	ime-mode: active
}

.eiji {
	border: 1px;
	border-style: solid;
	border-color: #999999;
	ime-mode: disabled
}

.kanji:focus {
	border: 1px;
	border-style: solid;
	border-color: red
}

.eiji:focus {
	border: 1px;
	border-style: solid;
	border-color: red
}

.h1_midashi {
	display:inline;
	font-size: 15px;
	width: 781px;
	color: #ffffff
}

.h2_midashi {
	display:inline;
	font-size: 12px;
	width: 781px;
	color: #333333
}

.copy_right {
	width: 781px;
	height: 36px;
	background-image: url(image/image-1.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	color: #ffffff;
	padding-top: 5px;
	font-size: 12px
}

div.main_box{
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	width: 781px
}

div.logo_area {
	float: left;
	width: 781px;
	height: 166px
}

div.logo_area1 {
	background-image: url(image/top-image-1.gif);
	background-repeat: no-repeat;
	width: 781px;
	height: 29px;
	text-align: right
}

div.logo_area2 {
	width: 781px;
	height: 98px
}

div.logo_area3 {
	width: 781px;
	height: 39px
}

div.navi_area {
	clear: both;
	width: 781px;
	height: 30px;
	background-color: #dddddd;
}

div.left_area {
	float: left;
	margin-top: 10px;
	width: 590px
}

div.right_area {
	float: right;
	margin-top: 10px;
	width: 181px
}

div.footer_area {
	clear: both;
	height:30px
}

#menu {
	margin-left: 5px
}

#menu li {
	display: inline;
	float:left
}

#menu a {
	display: block;
	position: relative
}

#menu li a {

	background-image: url(image/menulist.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 21px;
	margin-top: 5px;
	margin-right: 2px;
	text-decoration: none;
	text-indent: -10000px;
	overflow: hidden
}

.menu00 a{ background-position: 0 0 }
.menu00 a:hover { background-position: -95px 0 }
.menu01 a{ background-position: 0 -21px }
.menu01 a:hover { background-position: -95px -21px }
.menu02 a{ background-position: 0 -42px }
.menu02 a:hover { background-position: -95px -42px }
.menu03 a{ background-position: 0 -63px }
.menu03 a:hover { background-position: -95px -63px }
.menu04 a{ background-position: 0 -84px }
.menu04 a:hover { background-position: -95px -84px }
.menu05 a{ background-position: 0 -105px }
.menu05 a:hover { background-position: -95px -105px }
.menu06 a{ background-position: 0 -126px }
.menu06 a:hover { background-position: -95px -126px }
.menu07 a{ background-position: 0 -147px }
.menu07 a:hover { background-position: -95px -147px }

.copy_right a:link{
	color: #88ffff;
	text-decoration:none
}

.copy_right a:visited{
	color: #88ffff;
	text-decoration:none
}

.copy_right a:hover{
	color: #ff66cc;
	text-decoration:underline
}

.copy_right a:active{
	text-decoration:none
}

