@charset "shift_jis";

@import "style.css";

/* BASE */

body {
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
font-size:12px;
font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ƒSƒVƒbƒN", Arial, "Century Gothic", "Trebuchet MS";
color:#000000;
line-height:150%;
text-align:center;
background-color:#FFFFFF;
background-image:url(../img/bg.jpg);
background-repeat:repeat-x;
}

strong {
color:#001F6F;
}

img {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:0px;
}

p {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

em {
font-weight:bold;
font-style:normal;
}

caption {
font-size:12px;
font-weight:bold;
text-align:left;
}

h1 {
font-size:xx-small;
font-weight:normal;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

h2 {
color:#001F6F;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

h3 {
color:#001F6F;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

h4 {
color:#001F6F;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 6px 0px;
}

ul {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
list-style-type:none;
}

li {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/* COLOR */

.black {
color:#333333;
}

.gray {
color:#999999;
}

.deep_blue {
color:#001F6F;
}

.wine_red {
color:#CC0000;
}

.green {
color:#006600;
}

.gold {
color:#AC7C37;
}

.small {
font-size:8px;
vertical-align:middle;
letter-spacing:-1px;
}

/* LINK */

a:link {
color:#001F6F;
text-decoration:underline;
}

a:visited {
color:#999999;
}

a:hover {
color:#990000;
text-decoration:none;
}

a:active {
color:#990000;
text-decoration:underline;
}

/* TABLE */

table {
font-size:12px;
width:468px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

tr {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

td {
padding:4px 4px 4px 4px;
margin:0px 0px 0px 0px;
vertical-align:top;
}

th {
text-align:center;
}

/* FORM */

form {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

fieldset {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-width:0px;
}

legend {
color:#001F6F;
font-weight:bold;
padding:5px 0px 15px 0px;
margin:0px 0px 0px 0px;
}

label {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

select {
padding:1px 1px 1px 1px;
margin:5px 0px 0px 0px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-top-color:#CCCCCC;
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#CCCCCC;
background-color:#FFFFFF;
}

option {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-top-color:#CCCCCC;
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#CCCCCC;
background-color:#FFFFFF;
}

input:focus, textarea:focus, select:focus {
background-color:#FAFAFA;
}

/*---------------------------------------------------------

091003 ClearFix

---------------------------------------------------------*/

.clearfix:after {
	content: "."; 
	line-height: 0;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div {
	zoom: 1;/*for IE 5.5-7*/
}

div:after{/*for modern browser*/
	content:".";
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}