@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	height:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	color:#666666;
	background:url(../img/bg_all.jpg) repeat;
}
a{
	color:#669999;
	text-decoration:none;
	overflow:hidden;
}
a:hover,a:active,a:visited{
	color:#669999;
	text-decoration:underline;
}
a img{
	border:none;
}

#wrapper{
	width:955px;
}
#navi_area{
	width:410px;
	float:left;
	margin-bottom:40px;
}
#navi_area h1{
	width:410px;
	height:437px;
	background:url(../img/logo.jpg) no-repeat;
	text-indent:-9999px;
}
#txt_area{
	width:495px;
	float:right;
	margin-bottom:40px;
}
#txt_area h2{
	width:495px;
	height:91px;
	background:url(../img/copy.jpg) no-repeat;
	text-indent:-9999px;
}
#navi{
	width:269px;
	height:132px;
	margin:0px auto;
}
#navi li{
	width:269px;
	height:44px;
	text-indent:-9999px;
	list-style-type:none;
}
#navi #about{
	background:url(../img/navi_about.jpg) no-repeat;
}
#navi #europikha{
	background:url(../img/navi_europikha.jpg) no-repeat;
}
#navi #market{
	background:url(../img/navi_market.jpg) no-repeat;
}
#navi #about a,
#navi #about_ovr a,
#navi #europikha a,
#navi #europikha_ovr a,
#navi #market a,
#navi #market_ovr a{
	display:block;
	text-indent:-9999px;
	width:269px;
	height:44px;
}
#navi #about_ovr,
#navi #about a:hover{
	background:url(../img/navi_about_ovr.jpg) no-repeat;
}
#navi #europikha_ovr,
#navi #europikha a:hover{
	background:url(../img/navi_europikha_ovr.jpg) no-repeat;
}
#navi #market_ovr,
#navi #market a:hover{
	background:url(../img/navi_market_ovr.jpg) no-repeat;
}
#message{
	width:495px;
	height:277px;
	background:url(../img/bg_message.jpg);
}
#message h3{
	margin-bottom:10px;
}
#message_txt{
	width:444px;
	margin:0px auto;
	padding-top:30px;
}
#profile{
	margin:10px 0px;
}
#profile img{
	padding:5px 0px;
}
#footer{
	clear:both;
	height:211px;
	background:url(../img/bg_footer.gif) repeat-x;
}
#ribbon{
	height:211px;
	background:url(../img/bg_ribbon.gif) no-repeat right bottom;
}
#copyright{
	background:url(../img/bg_copyright.gif) repeat;
	padding:10px 0px 10px 70px;
	line-height:2em;
}
#copyright img{
	float:left;
	padding-right:20px;
}
#copyright address{
	font-style:normal;
	color:#FFFFFF;
	font-size:10px;
}
#book{
	width:100px;
	float:left;
	padding:50px 0px 0px 70px;
}
#book_txt{
	padding-top:50px;
	font-size:10px;
	line-height:1.5em;
	color:#3B322A;
}
#book_txt img{
	margin-bottom:10px;
}

.txt{
	line-height:1.5em;
}
.color_txt{
	font-size:10px;
	color:#CC6666;
	line-height:1.5em;
}
