@charset "utf-8";

/*
=====  base setting ===========================
*/

*{
	margin:0;
	padding:0;
}

body {
	text-align:center;/* box centering */
	font-family:sans-serif,Helvetica,Arial,Verdana,;	
	font-size:13px; *font-size:small; *font:x-small;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
}


/*
===== link setting ===========================
*/
a:link, a:visited {
	color: #007DC6;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color: #007DC6;
	text-decoration:none;
}
a:active{
	color: #007DC6;
	text-decoration:none;
}



/*
===== module ===========================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
.cl { clear:both;}

.left { float:left;}
.right { float:right;}

/*
--- each module ---
*/

div#wrapper {
	width:100%;
	background: url(../img/bg.jpg) 0 0 repeat-x;
	margin:0;
	text-align:center;/* box centering */
}
div#container {
	width:960px;
	margin:0 auto 10px;
	text-align:left;
}
.btn_close {
	width:960px;
	clear:both;  
	border-top: 1px solid #E1E1E1; 
	margin:0 auto;
	padding: 20px 0 30px; 
	text-align:center; 
}  

/*
--- font ---
*/
.min { font-size:85%;}

/*
--- bottom_bnr ---
*/
.bottom_bnr {
	 width:960px;
	 margin:50px 0;
}
.bottom_bnr li {
	width:310px;
	float:left;
	margin:0 15px 0 0;
	line-height:0;
	font-size:0;
}
.bottom_bnr li.reset {
	margin:0 0 0 0;
}

/*
---  stamp & evet  ---
*/
#content-block .menu_area {
	background:url(../../common/img/main02.jpg) 0 0 no-repeat;
	height:58px;
	padding:0 10px;
	border-bottom:1px solid #CCC;
}
#content-block .menu01 {
	width:350px;
	float:left;
	margin:0 2px 0 0;
}
#content-block .menu02 {
	width:320px;
	float:left;
	margin:0 0 0 0;
}
#content-block .btn_top{
/*	width:59px; */
	float:right;
}
#content-block .btn_top img {
	margin-top:26px;
}
#content-block .menu_area {
	line-height:0;
	font-size:0;
}

/* p{ line-height:140%;} */
img { vertical-align:middle;}