@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2009 COOKWAN. All Rights Reserved.
----------------------------------------------------------------*/


/*-- common file   ---------------------------------------------*/

#side_sub_text li{
	margin-top:8px
	}
#side_sub_text{
	margin-left:8px;
	}
		
#sub_text p{
	margin-right:10px;
	float:left
	}
	
#taiken_header{
	position:absolute;
	z-index:1;
	left: 355px;
	top: 7px;
	}
	
	
#header_buttun{
	position:absolute;
	z-index:1;
	left: 689px;
	top: 3px;
	height: 11px;
	width:160px
	}
	
ul{
	list-style:none;
	margin:0;
	padding:0
	}

li{
	float:left;
	}
	
	
img{
	border:none;
	}
	
div , p , h1 , h2 , h3 , h4 , h5 , h6 , tr , td , span , input , li ,ul , ol {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p{
	margin:0;
	padding:0;
	}
	
a {
	color: #000000;
	text-decoration:none
}

.clear{
	clear:both;
	}
	
a:hover {
	color: #999999;
	text-decoration:underline
}



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