@charset "Shift_JIS";
/*----------------------------------------

	Default CSS (Last Update 2008.06.28)

	- default setting
	- body setting
	- link setting
	- clearfix

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

hr {
	display: none;
}

html {
	overflow-y: scroll;
}

input, textarea, select {
	color: #333333;
	font-size: 100%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}


/*----------------------------------------
	body setting
-----------------------------------------*/

body {
	background:#000000 url(../img/cmn_bg.jpg) top center no-repeat;
	color: #333333;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
		"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",
		sans-serif;
}


/*----------------------------------------
	link setting
-----------------------------------------*/

a:link,
a:visited {
	color: #0066ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066ff;
	text-decoration: underline;
}


/*----------------------------------------
	font setting
-----------------------------------------*/

.night{
	color:#006cff;
}

.rest{
	color:#178080;
}

.blue{
	color:#178080;
}

.b{
	font-weight:bold;
}

.i{
	font-style:italic;
}


/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------
	IE PNG fix setting
-----------------------------------------*/

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this)); 
}


/*----------------------------------------
	styleswitcher
-----------------------------------------*/

#header #styleSwicher {
	float: right;
	width: 147px;
}

#header #styleSwicher p {
	float: left;
	width: 72px;
}

#header #styleSwicher ul {
	float: left;
	width: 75px;
}

#header #styleSwicher li {
	float: left;
	width: 25px;
}

#header #styleSwicher a {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 0;
	padding-top: 22px;
	background: url(../img/cmn_fs_size.gif) no-repeat;
}

/* small */
#header #styleSwicher a#SS_small {
	background-position: 0 0;
}

#header #styleSwicher a#SS_small.selected {
	background-position: 0 -22px;
}

/* middle */
#header #styleSwicher a#SS_middle {
	background-position: -25px 0;
}

#header #styleSwicher a#SS_middle.selected {
	background-position: -25px -22px;
}

/* large */
#header #styleSwicher a#SS_large {
	background-position: -50px 0;
}

#header #styleSwicher a#SS_large.selected {
	background-position: -50px -22px;
}
