@charset "shift_jis";

/* Initialization
----------------------------------------- */
body,div,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p { 
	margin: 0px;
	padding: 0px;
	}


/* CommonSetting
----------------------------------------- */
html {min-width: 800px; }

body{
	color: #333333;
	background: url("../img/common/background.gif") 0 0 repeat;
	}

img, table {
/* Mac IE\*/
	text-align: left;
/**/
	border-width: 0px;
	border-style: none;
	}

ul,ol,menu,dir,dl { list-style: none; }

strong { font-weight: bold; }
em { font-style: italic; }


/* Link
----------------------------------------- */
a:link, 
a:visited {
	color:#FF9900;
	text-decoration: none;
	}
a:hover {
	color:#FF3366;
	text-decoration: none;
	}
a:active { color:#FF9900; }

	
/* FontSetteing
----------------------------------------- */
body,td{
	font: normal normal normal 12px/18px "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", HiraKakuPro-W3, Osaka, verdana ,arial ,sans-serif;
	}
	
.txt9 { font-size: 9px;	line-height: 12px; }
.txt10 { font-size: 10px; line-height: 16px; }
.txt12 { font-size: 12px; line-height: 18px; }
.txt15 { font-size: 14px; line-height: 20px; }
.txt18 { font-size: 16px; line-height: 20px; }

.red10 { font-size: 10px; line-height: 16px; color: #FF6331; }
.red12 { font-size: 12px; line-height: 18px; color: #FF6331; }
.red15 { font-size: 14px; line-height: 20px; color: #FF6331; }

.blue10 { font-size: 10px; line-height: 16px; color: #0084CB; }
.blue12 { font-size: 12px; line-height: 18px; color: #0084CB; }
.blue15 { font-size: 14px; line-height: 20px; color: #0084CB; }

.white10 { font-size: 10px; line-height: 16px; color: #FFFFFF; }
.white12 { font-size: 12px; line-height: 18px; color: #FFFFFF; }
.white15 { font-size: 14px; line-height: 20px; color: #FFFFFF; }

/* Color
----------------------------------------- */
.black { color: #111111; }
.white { color: #FFFFFF; }
.blue { color: #0084CB; }
.red { color: #FF6331; }