﻿/* CSS Document */

*{ font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" Hiragino Kaku Gothic Pro, qMmpS Pro W3,lr oSVbN, Osaka, sanserif; }

body {
	
	margin-left:5px;
	padding:0px;
	text-align: left;
	background-color: #2798F4;
	
	}

body,td,th {color: #000; line-height:150%;}

a {
	color:#fff;
}
a:link, a:visited {text-decoration: underline;}
a:hover, a:active {

}
#Header .rightBox .Form .multi_search .linepadding {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 8px;
}

.midashi { 

	color:yellow;



}
img { border: 0px; }
sup { font-size:60%;}

/*---------------------------------------*/
/*--------------- FontSize --------------*/
/*---------------------------------------*/

.xxx-large {font-size:200%;line-height: 160%; }     /*32px*/
.xx-large {font-size:150%;line-height: 160%; }      /*24px*/
.x-large{font-size:131.25%;line-height: 160%; }     /*21px*/
.large {font-size:112.5%;line-height: 160%; }       /*18px*/
.mid {font-size:100%;line-height: 160%; }           /*16px = 12pt*/
.small {font-size:80%;line-height: 160%; }       /*13px*/
.x-small {font-size:75%;line-height: 160%; }       /*12px*/
.xx-small {font-size:60%;line-height: 160%; letter-spacing:1px;}      /*10px*/
.xxx-small {font-size:55%;line-height: 160%; letter-spacing:1px;}    /*9px*/

h1 {padding: 0px; margin: 0px; line-height: 150%; font-size:100%; font-weight:bold;}
h2 {padding: 0px; margin: 0px; line-height: 150%; font-size:90%;  font-weight:bold;}
h3 {padding: 0px; margin: 0px; line-height: 150%; font-size:13px;  font-weight:bold;}
p {padding:0; margin:0; color:#666666; font-size:75%; line-height:180%;}
li {
	padding:0;
	margin:0;
	color:#666666;
	font-size:75%;
	letter-spacing:1px;
}
input {
	padding:5;
	margin:0;
	color:#333333;
	font-size:75%;
}

/*---------------------------------------*/
/*--------------- Font Color ------------*/
/*---------------------------------------*/

.txtFFF { color:#FFF; }
.txtCCC { color:#CCC; }
.txt999 { color:#999; }
.txt666 { color:#666; }
.txt333 { color:#333; }
.txt000 { color:#000; }
.textG { color:#99CC00;}
.textB { color:#00408D;}
.textR { color:#FF6600;}

/*---------------------------------------*/
/*--------------- BG Color --------------*/
/*---------------------------------------*/

.bgEEE {background-color:#EEE; }
.bgCCC {background-color:#CCC; }
.ContentsClear {clear:both;}
.Right {text-align:right;}
.bold {font-weight:bold;}
.Center {text-align:center;}
.W200 {width:200px;}
.W250 {width:250px;}
.W300 {width:300px;}
