
html,body{
	margin:0;
	padding:0;
}

img{
	margin:0;
	padding:0;
}

body{
	font-family: Meiryo, Tahoma, "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	background: url(../images/back_all_regular.png) repeat-x top;
	font-size:small;
}

div img{
	margin:0;
	padding:0;
	border:0;
}

#flash_menu{
	width:855px;
	text-align:right;
	margin:0 auto;
	padding:5px 0 0 3px;
}

#container{
	background: url(../images/back_main_regular.png) no-repeat center top;
	text-align:left;
	width:1080px;
	margin:0 auto;
	padding:0;

}

#wrapper{
	width:1080px;
	margin:0 auto;
	padding:0;
    overflow: hidden;
	clear:both;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


#flash{
	width:850px;
	text-align:center;
	margin:0 auto;
}

#content{
	width:850px;
	margin:10px auto 0 auto;
}

#navi{
	width:850px;
	margin:2px auto 0 auto;
}

#navi ul {
	margin:0 0 0 30px;
	padding:0;
	list-style: none;
}

#navi li {
	float:left;
	width:auto;
	margin:0;
	font-size:12px;
	color:#cc0033;
	padding:4px 4px 4px 30px;
	background:url(../product/common/images/topicpath_ic001.gif) no-repeat 10px center;
}

#navi li.home {
	padding-left:0;
	background:none;
}

#navi li a {
	text-decoration:none;
	color:#3333ff;
}

#navi li a:hover {
	text-decoration: underline;
	color:#ff3366;
}

#bottom_navi{
	clear:both;
	width:850px;
	margin:0 auto;
	text-align: center;
}

#bottom_navi ul{
	text-align: center;
	padding: 7px 0 10px 0;
	/*margin: 30px auto 0 auto;*/
	font-size:11px;
	background:url(../images/navi_back.gif) no-repeat top center;
}

#bottom_navi ul li{
	display: inline;
	padding:5px 0;
}

#bottom_navi ul li a{
	padding: 5px 10px;
	color: white;
	text-decoration:none;
}

#bottom_navi ul li a.navi_left{
	background:url(../images/navi_left_off.gif) no-repeat left center;
	border-right:1px solid #f0f0f0;
}

#bottom_navi ul li a.navi_right{
	background:url(../images/navi_right_off.gif) no-repeat right center;
	border-left:1px solid #f0f0f0;
}

#bottom_navi ul li a.navi_top{
	background:url(../images/navi_top_off.gif) no-repeat left center;
	border-left:1px solid #f0f0f0;
	padding-left:15px;
}

#bottom_navi ul li a.navi_home{
	background:url(../images/navi_home_off.gif) no-repeat left center;
	padding-left:12px;
}

#bottom_navi ul li a:hover{
	color:#ffcc00;
	text-decoration:underline;
}

#footer{
	background: url(../images/back_footer_regular.png) no-repeat center top;
	width:1080px;
	margin:0 auto;
	padding:0;
	clear:both;
}

.footerMenu{
	position:relative;
	padding-top:22px;
	padding-right:115px;
	text-align:right;
	font-size:10px;
}

.footerMenu img{
	vertical-align: text-top;
}

.footerMenu a{
	padding:0 5px 0 13px;
	text-align:center;
	text-decoration:none;
	background: url(../images/menu_right_arrow.gif) no-repeat left -2px;
}

