/*global reset*/
*{
padding:0px;
margin:0px;
}

img{
border:0px;
}

html{
	height:100%;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Tahoma;
	font-size:12px;
	background-color:#F0F0F0;
}

ul{
	padding:0px 0px 0px 7px;
	margin:0px 0px 0px 7px;
}

ul li{
	list-style-image:url(../imgs/bullet.gif);
	padding:0px 0px 14px 0px;
}

.clearBoth{
	clear:both;
}

/* Layouts */
div#mainWrapper{
	background:url(../imgs/main_bg.gif) repeat-y;
	width:860px;
	margin:0 auto;
}

div#contentWrapper{
	width:760px;
	margin:auto;
}


div#headerWrapper{
	height:280px;
}

div#footerWrapper{
	background-color:#f0f0f0;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-size:10px;
	font-family:tahoma;
}

.raWrapper{
	width:220px;
	float:left;
	margin-right:24px;
	line-height:1.2em;
}

div.pkgWrapper{

	width:720px;
	font-family:arial, tahoma;
	
	
}

div.pkgWrapper_head{
	background:url(../imgs/title_bg.gif);
	width:720px;
	height:27px;
	padding: 8px 20px 11px 20px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
div.pkgWrapper_body{
	
	padding-left:20px;
	padding-top:5px;

}

div.bigContentWrapper{
padding: 8px 20px 11px 20px;
}

.pkg_title{

	font-weight:bold;
	font-size:17px;
	color:#000000;

}
.pkg_title_code{

	font-size:12px;
	color:#000000;

}
.pkg_place{

	font-size:12px;
	color:#db0000;
	font-weight:bold;
}

.pkg_highlight{
	font-size:12px;
	font-weight:normal;
}

.morebtn{
	margin-top:20px;
	float:right;
}

.pkg_sb{
	font-size:14px;
	color:#dc0000;
	font-weight:bold;
}

/* Modifiers */
.contact{
	height:30px;
	margin:10px 0px 0px 0px;
}

.contact a:link, a:visited{
	color:#181818;
	text-decoration:none;
	font-weight:bold;
}

.contact a:hover{
	text-decoration:underline;
}

.readmore a:link, a:visited{
	color:#db0000;
	text-decoration:none;
	font-size:10px;
}

.readmore a:hover{
font-size:10px;
	text-decoration:underline;
}

.morepkg_style{
	font-size:12px;
	font-weight:normal;
}

.morepkg_style a:link, a:visited{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.morepkg_style a:hover{
	text-decoration:none;
}

.yohjapanlogo{
margin-left:10px;
position:absolute;
float:left;
z-index:999;
}
.fmrlogo{
position:absolute;
margin-top:160px;
z-index:999;
}

.divreadmore{
	color:#db0000;
	float:left;
}

.tbl_style{
	border:1px solid #cccccc;
	text-align:center;
	width:100%;
}
.tbl_style td{
border:1px solid #cccccc;
padding:3px 3px 3px 3px;
}

.head_1{
background-color:#CDCF19;
font-weight:bold;
}
.head_2{
background-color:#3F3737;
color:#ffffff;
font-weight:bold;
}
.head_3{
background-color:#BFBFBF;
}
.bottomLink{
float:left;
margin-left:18px;
}
.bottomText{
float:right;
margin-right:18px;
}

.btn{
padding:3px 8px 3px 8px;
border:1px solid #3f3737;
background-color:#dcdcdc;
cursor:pointer;
}