@charset "utf-8";
/*-------------------DEAFAULT----------------------*/
* {
	margin:0;
	padding:0;
	line-height:1;
}
img {
	border:none;
}
a img, :link img, :visited img, :active img, :hover img {
	border: 0;
}
ol, ul {
	list-style: none;
}
h1,h2,h3,h4,dt,th {
	font-weight:normal;
}
th {
	text-align:left;
}
address {
	font-style:normal;
}
h3 {
	font-size:95%;
	line-height:120%;
	margin:0 0 10px 0;
}



/*-------------------GLOBAL CONTROL----------------------*/
body {
	background-color:#f4e8dc;
	font-size:100%;
	color:#575756;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align:center;
}
a:link { text-decoration:none; color:#6c5137; }
a:visited { text-decoration:none; color:#6c5137; }
a:active { text-decoration:none; color:#6c5137; }
a:hover { text-decoration:none; color:#6c5137; }
.left {
	display:inline;
	float:left;
}
.right {
	display:inline;
	float:right;
}
.clear {
	clear:both;
}
.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 */
.main-row p,.main-row dt,.main-row dd,.main-row li,.main-row td,.main-row th {
	line-height:150%;
	font-size:78%;
	color:#575756;
}
.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}
.note {
	font-size:70%;
}
.em {
	font-weight:bold;
}
div.main-row {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.main-row p {
	margin:0 0 15px 0;
}






/*-------------------LAYOUT----------------------*/
#container {
	background:#fff;
	text-align:center;
	width:755px;
	margin:0 auto;
}
#container-in {
	margin:0 auto;
	width:702px;
	text-align:left;
}

/*-------------------HEAD--*/
#head {
	margin-bottom:20px;
}
#logo {
	margin:15px 25px 0 0;
}
#head-right {
	width:522px;
	position:relative;
}
#txt_since {
	margin:10px 5px 0 0;
}
#menu {
	margin:15px 0 0 0;
}
#menu_btn {
	margin:10px 0 0 0;
	padding:5px 0;
	width:420px;
	border-top:1px solid #aca3a3;
	border-bottom:1px solid #aca3a3;
}
#menu_btn li {
	display:inline;
	margin:0 0 0 6px;
}
#menu_btn_right {
	position:absolute;
	bottom:-3px;
	right:0;
}




/*-------------------MAIN--*/
/*-----------HOME--*/

#main {
	border-bottom:1px solid #aca3a3;
	padding-bottom:30px;
	_padding-bottom:0;/*hac for IE6.x*/
}
*:first-child+html #main {
	padding-bottom:0;/*hac for IE7.x*/
}

#flash {
	margin-bottom:30px;
	border:1px solid #8c6d55;
}
#content-left {
	width:473px;
	display:inline;
	float:left;
}
#txt_catch {
	margin:0 0 20px 0;
}
#txt_outline {
	margin:0 0 30px 0;
}
#img_pix_top {
	display:inline;
	float:left;
	margin:20px 10px 0 0;
}
#img_pix_top img {
	border:1px solid #867f7e;
}
#whats_new_list {
	margin:4px 0 0 5px;
	padding:7px 0 7px 0;
	width:232px;
	display:inline;
	float:left;
	border-top:1px dotted #231f20;
	border-bottom:1px dotted #231f20;
}

#whats_new_list dt,#whats_new_list dd {
	font-size:73%;
	line-height:160%;
}
#whats_new_list dt {
	margin:0 0 0 5px;
}
#whats_new_list dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 18px;
}
#whats_new_list dd a {
	line-height:140%;
}
#content-right {
	width:227px;	
	display:inline;
	float:left;
}
#address-box {
	margin:12px 0 0 0;
	_margin:12px 0 -12px 0;/*hac for IE 6*/
}
*:first-child+html #address-box {/*hac for IE7*/
	margin:12px 0 -12px 0;
}
#address-box p {
	font-size:73%;
	color:#663300;
	line-height:150%;
	margin:0 0 12px 3px;
	padding:0 0 0 10px;
	border-left:3px solid #aca3a3;
	font-family:"MS Gothic",monospace;
}
body:first-of-type #address-box p {/*hac for safari,chrome*/
	font-family:"Osaka−等幅","ＭＳ ゴシック",sans-serif;
}





/*-------------------FOOT--*/
#foot {
}
#foot address {
	color:#aca3a3;
	text-align:center;
	font-size:73%;
	margin:10px 0 0 0;
	padding:0 0 20px 0;
}

