﻿@charset "utf-8";

body {
	background-image: url(../images/bg.gif);
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}
body,td {
	color:#444444;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #31348F;
}
a:active {
	color: #FF0066;
}


.alpha90{
	filter: Alpha(Opacity=90);
}
.alpha80{
	filter: Alpha(Opacity=80);
}
.alpha70{
	filter: Alpha(Opacity=70);
}
.alpha60{
	filter: Alpha(Opacity=60);
}
.alpha50{
	filter: Alpha(Opacity=50);
}
.alpha40{
	filter: Alpha(Opacity=40);
}
h3 {
	color: #ffffff;
}
.padding_1 {
	padding: 1px;
}
.padding_2 {
	padding: 2px;
}
.padding_3 {
	padding: 3px;
}
.padding_4 {
	padding: 4px;
}
.padding_5 {
	padding: 5px;
}
.padding_8 {
	padding: 8px;
}
.padding_10 {
	padding: 10px;
}
.margin_1{
	margin:1px;
}
.margin_2{
	margin:2px;
}
.margin_3{
	margin:3px;
}
.margin_5{
	margin:5px;
}
.margin_top_1{
	margin-top:1px;
}
.margin_top_2{
	margin-top:2px;
}
.margin_top_3{
	margin-top:3px;
}
.margin_top_4{
	margin-top:4px;
}
.margin_top_5{
	margin-top:5px;
}
.margin_bottom_1{
	margin-bottom:1px;
}
.margin_bottom_2{
	margin-bottom:2px;
}
.margin_bottom_3{
	margin-bottom:3px;
}
.margin_bottom_4{
	margin-bottom:4px;
}
.margin_bottom_5{
	margin-bottom:5px;
}

.img_border {
	border: 1px solid #CCCCCC;
}
.dsp_no{
	display:none;
}
.line_height50 {
	line-height: 50%;
}
.line_height100 {
	line-height: 100%;
}
.line_height120 {
	line-height: 120%;
}
.line_height130 {
	line-height: 130%;
}
.line_height140 {
	line-height: 140%;
}
.line_height150 {
	line-height: 150%;
}
.line_height170 {
	line-height: 170%;
}
.line_height200 {
	line-height: 200%;
}
.corsor_hand{
	cursor:hand;
}

ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ol li{
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li{
	list-style:none;
	line-height: 130%;
}

.float_left {
	float: left;
}
.float_right {
	float:right;
}
.shadow{
	filter: DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1);
}
address {
	font-style: normal;
}

hr {
	margin-top: 3px;
	margin-bottom: 3px;
	border-width: 1px 0px 0px 0px;
	border-top-style: dashed;
	border-color: #C0C0C0;
	height:1px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}
.footer{
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
}

.under_solid_999 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.under_solid_ccc {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.hand {
	cursor: hand;
}
/*文字サイズ変更の下のメニュー*/
.sub_menu a{
	font-weight: bold;
}
