/* [1] element
------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 100%;
	color:#666;
}

h1,h2,h3,h4,h5{
	font-weight:500;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:80%;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#572e1e;
	text-decoration:underline;
}

a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}

ul, ol, dl {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border:0 none;
}

a img {
	border:0 none;
	text-decoration:none;
}

#reportflashcontent object,
#reportflashcontent embed{
	margin-bottom:-1px;
}

/* [2] layout
------------------------------------------------------------ */

table {
	font-size: 82%;
	background-color: transparent;
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


td.main {
	width: 100%;
	height: 100%;
	text-align:center;
	display: table-cell;
}

* html td.main{
	display: inline;
	zoom:1;
}

*:first-child+html td.main{
	display: inline;
	zoom:1;
}

table td.main{
	background:#fbebe1 url(../img/bg_loop.jpg) top repeat-x;
	padding-top:15px;
}

table tr#index td.main {
	width: 100%;
	height: 100%;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

table td.ribbon{
	text-align:center;
	background:#fbebe1 url(../img/bg_ribbon.gif) top center repeat-x;
}

div#wrapper{
	width:876px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	position:relative;
}

div#wrapper-box{
	margin-bottom:10px;
	position:relative;
}


div#wrapper div#header div#header-inner{
	height:45px;
}

div#wrapper div#header div h1{
	float:left;
}

div#wrapper div#header div p{ /*110216 change*/
	margin:12px 0 0 10px;
	float:left;
	font-size:11px; 
}

div#wrapper div#header div p.catalogue{
	float:right;
}

div#wrapper div#header div p img{
	margin-top:20px;
}

div#wrapper div#header div#menu{
	clear:both;
}

div#wrapper div#header div#menu ul{
	width:876px;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

div#wrapper div#header div#menu ul li{
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}

div#wrapper div#header div#menu ul li a{
	height:30px;
	display:block;
}


#menubtn01 a{
	width:71px;
	background:url(../../img/menu.gif) no-repeat 0 0;
}
#menubtn01 a:hover{
	width:71px;
	background:url(../../img/menu.gif) no-repeat 0 -30px;
}
#menubtn01_on{
	width:71px;
	background:url(../../img/menu.gif) no-repeat 0px -30px;
}


#menubtn02 a{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -71px 0;
}
#menubtn02 a:hover{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -71px -30px;
}
#menubtn02_on{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -71px -30px;
}


#menubtn03 a{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -168px 0;
}
#menubtn03 a:hover{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -168px -30px;
}
#menubtn03_on{
	width:97px;
	background:url(../../img/menu.gif) no-repeat -168px -30px;
}


#menubtn04 a{
	width:190px;
	background:url(../../img/menu.gif) no-repeat -265px 0;
}
#menubtn04 a:hover{
	width:190px;
	background:url(../../img/menu.gif) no-repeat -265px -30px;
}
#menubtn04_on{
	width:190px;
	background:url(../../img/menu.gif) no-repeat -265px -30px;
}


#menubtn05 a{
	width:146px;
	background:url(../../img/menu.gif) no-repeat -455px 0;
}
#menubtn05 a:hover{
	width:146px;
	background:url(../../img/menu.gif) no-repeat -455px -30px;
}
#menubtn05_on{
	width:146px;
	background:url(../../img/menu.gif) no-repeat -455px -30px;
}


#menubtn06 a{
	width:157px;
	background:url(../../img/menu.gif) no-repeat -601px 0;
}
#menubtn06 a:hover{
	width:157px;
	background:url(../../img/menu.gif) no-repeat -601px -30px;
}
#menubtn06_on{
	width:157px;
	background:url(../../img/menu.gif) no-repeat -601px -30px;
}

#menubtn07 a{
	width:118px;
	background:url(../../img/menu.gif) no-repeat -758px 0;
}
#menubtn07 a:hover{
	width:118px;
	background:url(../../img/menu.gif) no-repeat -758px -30px;
}
#menubtn07_on{
	width:118px;
	background:url(../../img/menu.gif) no-repeat -758px -30px;
}


div#wrapper div#content{
	border-right:1px solid #c39887;
	border-bottom:1px solid #c39887;
	border-left:1px solid #c39887;
	background-color:#fff;
	position:relative;
	clear:both;
}

div#wrapper div#content:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}

div#wrapper div#content:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;d
}

div#wrapper div#content { display:inline-block; }

* html div#wrapper div#content { height:1px; }
div#wrapper div#content { display:block; }

div#wrapper div#content p{
	color:#572e1e;
}

div#wrapper ul#navi{
	margin-top:10px;
}

div#wrapper ul#navi li{
	float:left;
	margin-right:20px;
	
}

div#wrapper ul#navi li#NaviText{
	padding-top:5px;
	font-size:115%;
	color:#666666;
}

div#wrapper ul#navi li#NaviText span{
	color:#c39887;
}

.this{
	background:none;
}
/*100824 add*/
div#attention{
	width:876px;
	float:right;
	text-align:right;
	padding:3px 0;
	clear:both;
	font-size: 70%;
	color:#572e1e;
}

.clear{
	clear:both;
}

.right_text{
	float:left;
	margin:0;
	padding:0;
}
