@charset "Shift_JIS";

html{
height:100%;
}

body {
	margin:0px;
	padding:0px;
    text-align:center;
	background-color:#CB0000;
}

/*Style Reset
---------------------------------------------------------*/	
div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,table,th,tr,td,a,span {
	margin:0px;
	padding:0px;
    border:none;
    list-style-type:none;
    text-align:left;
	font-style:normal;
    font-weight:normal;
	font-size:100%;
	font-family:Verdana,'ƒƒCƒŠƒI',Meiryo,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	color:#333;
	font-size:14px;
	line-height:1.5;
}

div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,table,th,tr,td,a,span {
line-break: strict;
}

a img{
	border:0px;
	margin:0px;
	padding:0px;
	outline: none;
}

hr{
display:none;
}

a {
outline: none;
}

/*clearfix
---------------------------------------------------------*/	
.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 */


/*Link Set
---------------------------------------------------------*/	
a:link {text-decoration:none;color:#C00;}
a:visited {text-decoration:none;color:#C00;}
a:hover {text-decoration:underline;color:#C00;}
a:active {text-decoration:underline;color:#C00;}

/*Font Size@•s‰Â•Ï
---------------------------------------------------------*/	
.g9{font-size:9px; line-height:1.5;}
.g10{font-size:10px; line-height:1.5;}
.g12{font-size:12px; line-height:1.5;}
.g14{font-size:14px; line-height:1.5;}
.g16{font-size:16px; line-height:1.5;}
.g18{font-size:18px; line-height:1.5;}


/*ƒRƒ“ƒeƒ“ƒc
---------------------------------------------------------*/	
#container{
	width:100%;
	background-color:#FFF;
	text-align:center;
}

#container_inner{
	width:950px;
	margin:0 auto;
	padding-bottom:10px;
}