@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	font-weight:normal;
}
body {
	background-color:#000000;
	text-align:center;
	line-height:1;
	color:#fff;
	font-size:12px;
}
img {
	border: none;
	vertical-align: top;
}
/* link
--------------------------------------------*/ 
a{color: #ffffff; text-decoration: none;}
a:visited{color: #ffffff; text-decoration: none;}
a:hover{color: #ffffff;	text-decoration: underline;}
a:active{color: #ffffff; text-decoration: none;}
a:focus {outline:none;
/**/
	overflow: hidden;
/**/}

/*layout
--------------------------------------------*/ 
#top_wrapper,#wrapper,#blog_wrapper {
	width:897px;
	height:495px;
	margin:0 auto;
	position:relative;
}
#top_wrapper {
	background:url(../images/top_bg.jpg) 26px 43px no-repeat;
}
#wrapper {
	background:url(../images/bg.jpg) 26px 43px no-repeat;
}
#blog_wrapper {
	background:url(../images/blog_bg.jpg) 26px 43px no-repeat;
}
#logo {
	position:absolute;
	left:0px;
	top:17px;
}
#side {
	width:160px;
	position:absolute;
	left:60px;
	top:88px;
}
#main {
	width:600px;
	position:absolute;
	right:56px;
	top:76px;
	text-align:left;
}
#flash_box {
	width:577px;
	position:absolute;
	right:56px;
	top:76px;
}	
#footer {
	position:absolute;
	left:0;
	bottom:0;
}
.pg {margin-bottom:1.5em; line-height:1.5}
.margin_b10 {margin-bottom:10px;}
.margin_b15 {margin-bottom:15px;}		
.margin_b20 {margin-bottom:20px;}
.margin_b25 {margin-bottom:25px;}
.margin_b30 {margin-bottom:30px;}
.pad_b10 { padding-bottom:10px}
.pad_b20 { padding-bottom:20px}
.txt_c {text-align:center}
.txt_r {text-align:right}
.txt_l {text-align:left}
.float_l {float:left}
.float_r {float:right}

/* navi
--------------------------------------------*/ 
ul#navi li {
	width:160px;
	height:37px;
	display:block;
	margin-bottom:33px;
}

/* head menu
-------------------------------*/
#h_menu {
	position:absolute;
	right:0;
	top:20px;
}	
#h_menu li {
	display:inline;
	margin-left:10px;
}

	
/*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 */		

.clear {
	clear:both;
}