@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
/* hide from ie on mac \*/
html, body, #website {
	/*overflow: hidden;*/
}
/* end hide */
body {
	background: #EBEBEB;
	font: 12px Arial, sans-serif;
	/*position: fixed;*/
	line-height:1.4;
	width: 100%;
	
	margin: 0;
	padding: 0;
 }

/* for WinIE6*/
* html body {
	font-size: 75%;
	/*font-family: Verdana, "MS P SVbN", sans-serif;
	letter-spacing: 1px;*/
	vertical-align:baseline;
	margin: 0 auto;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	 overflow: hidden; 
	/*font-family: 'CI', Meiryo, sans-serif;*/
}

img {
	border: 0;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

p,div,ul,ol,li,h1,h2,h3 {
	margin: 0;
	padding:0;
}

h1 {
	color: #682a2a; /* 茶色 */
margin: 0 0 5px 0;
line-height:1.2;
}

h2 {
font-size: 12px;
margin: 0 0 4px 0;
line-height:1.2;
}
h3 {
font-size: 12px;
margin: 0 0 4px 0;
line-height:1.2;
font-weight:normal;
}

ul,ol {
	list-style: none;
}


#website{
	background-color: #6e2e2e;
	text-align: center;
	color: #514557;
}
#website a{
	color: #514557;
}
#website a:hover{
	color: #b3aeb6;
}
#website .n_header{
	height: 46px;
}
#website .n_contents{
	background-color: #ffffff;
}
#website .n_inner{
	width: 710px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#website .n_inner .n_info{
	float: left;
	width: 470px;
	margin-top: 10px;
	text-align: left;
}
#website .n_inner .n_info h2{
	/*color: #682a2a;*/
	/*font-size: 14px;*/
	margin-top: 3px;
}
#website .n_inner .n_info .read{
	margin: 5px 0 5px 0;
}
#website .n_inner .n_menu{
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}
#website .n_inner .n_menu h3{
	/*font-size: 16px;*/
	margin-bottom: 2px;
}
#website .n_inner .n_menu ul li{
	margin-bottom: 5px;
}
#website .n_footer{
	height: 22px;
}



/*
clearfix
------------------------------------------------------------ */
.clfx:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clfx {display: inline-block;}
/* Hides from IE-mac \*/
* html .clfx {height: 1%;}
.clfx {display: block;}
/* End hide from IE-mac */


