﻿@charset "utf-8";
/*
 global初期設定 [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body{
	background-image:url(../img/bg01.gif);
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color:#555;
	font-size:80%;
	letter-spacing: 0.04em;
	line-height:140%;
	background-color: #FFFFFF;
}
html {
overflow-y:scroll;
height:100%;
}
h1,h2,h3,h4,h5,h6 {
font-weight:normal;
margin:0;
padding:0;
}
p,li,dt,dl {
line-height:1.3em;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
}
li {
list-style-type:none;
}
img {
border:0;
vertical-align:bottom;
}
hr {
	display:block;
	height: 10px;
	text-decoration: none;
}
address {
font-style:normal;
}
.clear {
clear:both;
}
table{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
td,th {

}
td{
	word-break:break-all;

}
td div{
overflow:hidden;
}
/*
link Color [
----------------------------------------------------------- */
a:link {
	color:#777;
	text-decoration:underline;
}
a:visited {
	color:#777;
	text-decoration:none;
}
a:hover {
	color:#006633;
	text-decoration: underline;
}
a:active {
	color:#777;
	text-decoration:none;
}
/*
 h? [	font-weight: bold;
----------------------------------------------------------- */
h1 {
	text-indent : -10000px;
	font-size:120%;
	letter-spacing: 0.04em;
	line-height:140%;
}
h2 {
	font-size:12px;
	letter-spacing: 0.04em;
	line-height:140%;
	color: #999999;
	padding: 4px 20px 4px 20px;
	text-align: right;
}
h3{
	font-size:100%;
	letter-spacing: 0.04em;
	line-height:140%;
}
.h4sub {
	font-size: 16px;
	color: #009966;
	font-weight: bold;
}

h4{
	font-size:90%;
	letter-spacing: 0.04em;
	line-height:130%;
}
.space {
	display: block;
	height: 10px;
}

