@charset "utf-8";
/* CSS Document ： Content */
@import url(style_common_en.css);

#primary{
	margin-left:240px;
	width:620px;
	height:110%;
}

#title{
	height:30px;
	padding:3px 3px 3px 40px;
	margin:0 0 10px 1px;
	font-size:150%;
	letter-spacing:2px;
	color:#FFFFFF;
	background:url(../images/public/title_bg.jpg) top left no-repeat;
}
#primary .primaryBlock{
	width:620px;
	background:url(../images/public/block_bg2_center.jpg) top left repeat-y;
}
#primary .blockTop{
	width:620px;
	background:url(../images/public/block_bg2_top.jpg) top left no-repeat;
}
#primary .blockBody{
	width:620px;
	background:url(../images/public/block_bg2_bottom.jpg) bottom left no-repeat;
}
#primary .section{
	height:100%;
	width:550px;
	margin:0 30px 10px 15px;
	padding-left:20px;
	padding-bottom:0px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 110%;
	text-align:justify;
}
#primary .section a{
	height: 25px;
	margin-top: 5px;
    text-decoration: none;
	color:#000000;
	border-bottom: 1px;
	border-bottom-style: dotted;
	font-size:80%;
}
#primary .section a:hover{
	color:#996600;
	background-color:#FFFFCC;
}

#secondary{
	position:absolute;
	top:400px;
	margin-left:10px;
	margin-top:-400px;
	z-index:200;
	width:210px;
	height:400px;
	text-align:left;	
}
#Menu{
    padding: 0px;
	margin: 0px;
	padding:15px;
	font-size:10px;
}
#Menu ul{
	list-style: none;
    padding: 0px;
	margin: 0px;
}
#Menu li{
	height:35px;
}
#Menu li a{
	display: block;
	padding: 10px 0 10px 10px;
	font-size: 150%;
    text-decoration: none;
	color: #32473F;
	background:url(../images/public/menu2_off.jpg) no-repeat;
}
#Menu li a:hover{
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
	background:url(../images/public/menu2_on.jpg) no-repeat;
}
.image02 {
	background-image: url(../images/share/bk02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

