@charset "shift_jis";
/* CSS Document */
/* font-family: Arial, Helvetica, sans-serif;(英文フォント) */

*{margin:0;
	padding:0}


/*
------------------------------------------------
Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
li,dl{list-style:none;}
hr {display: none;}
img {vertical-align: bottom;border: none;}
a{
	text-decoration:underline;
	color:#0066CC;
}
a:hover{
	text-decoration:none;
	color:#FF3366;
}


/*
------------------------------------------------
Other SET
------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { 
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix { 
	display: block;
}
/* End hide from IE-mac */


/*
------------------------------------------------
Layout
------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
}
#wrap{
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
	width: 820px;
}



table {
	font-size: 100%;
	line-height: 1.5em;
}
h1{
	font-size: 90%;
	line-height: 1.6em;
	background-image: url(../image/h1_back.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
h2 {
	font-size: 90%;
	color: #999999;
}
h3 {
	font-size: 230%;
	line-height: 1.0em;
}
h4 {
}
p {
	font-size: 100%;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
tr {

}
td {
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 5px;
}
.teble-left {text-align: left;vertical-align: top;}
.teble-right {text-align: right;vertical-align: top;}
.fleft {float: left;}
.fright {
	float: right;
	margin-left: 20px;
}

.blue {
	color: #0000FF
}
.deeppink { color: #FF1493 }
.orange {  color: #FF9900}
.yellow { color: #FFFF00 }
.red { color: #FF3300 }
.black {  color: #333333}
.green {  color: #008000}
.light_green {  color: #33CC33}
.dark_green {  color: #006600}
.white {  color: #FFFFFF}
.font_90 {  font-size: 90%; line-height: 1.4em}
.font_100 {  font-size: 100%; line-height: 1.4em}
.font_120 { font-size: 120%; line-height: 1.4em}
.font_140 { font-size: 140%; line-height: 1.4em}
.font_200 { font-size: 200%; line-height: 1.4em}
.font_190 {
	font-size: 180%;
	line-height: 1.4em;
	color: #CF002C;
}

.font_220 { font-size: 220%; line-height: 1.4em}
