/*********************************
Koganecho Bazaar
http://www.koganecho.net/
Common css
9th , July, 2008
*********************************/

img {
	border:none;
}
table {
	margin :  0 ;
	padding : 0 ;
	font-size : 1em;
	font-family:'Meiryo','Lucinda Grande','Verdana','helvetica',sans-serif;
	/*font-family: 'メイリオ','Verdana','ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3','Lucida Sans Unicode', 'ＭＳ Ｐゴシック',Osaka, sans-serif !important;*/
}
form {
	margin :  0 ;
	padding : 0 ;
}

.hr {
	clear:both;
	margin : 0px 0px;
}



body {
	margin : 0px auto;
	padding : 0;
	font-size : 83%;
	line-height : 1.5;
	font-family:'Meiryo','Lucinda Grande','Verdana','helvetica',sans-serif;
	/*font-family: 'メイリオ','Verdana','ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3','Lucida Sans Unicode', 'ＭＳ Ｐゴシック',Osaka, sans-serif !important;*/
	color : #4b4948;	
	text-align : center;
	background : url("../img/base.gif") repeat-x #fff5cc;
}

#wrapper {
	margin : 0px auto;
	padding : 0px;
	text-align : center;
	/*background : url("../img/mascot.gif") no-repeat center bottom #fff ;*/
}
/*header*/
#header {
	margin : 0px auto;
	padding : 0;
	width : 800px;

}
	/*logo*/
	#header  h1 {
		float : left;
		margin : 15px 0 0 0px ;
		padding : 0;
		width:170px;
	}
#top {
height:90px;
}
/*header element************************/
#elm{
	float:right;
		margin : 15px 0 0 0px ;
	padding:0;
}

/*Select Language******************/
#language {
	margin : 0px;
	padding : 10px 20px 0px 0px;
	text-align : right;
}

/*navtigation******************/
#navi {
	margin : 0px 5px 0px 80px;
	padding : 35px 0px 0px 0px;
	_padding : 28px 0px 0px 0px;
}




/*topic path******************/
#topicpath {
	width : 800px;
	margin : 0px auto 0.8em auto;
	padding : 5px 0em 0px 0px;
	font-size : 11px/*0.8em;*/
}
#topicpath ul {
	margin : 0;
	padding : 0px 2em 0px 0px;
	list-style:none;
	text-align : right;
	float : right;
}
#topicpath li {
	margin : 0 3px 0px 0px;
	padding : 0;
	list-style:none;
	float : left;
}
#topicpath li.current {
	color : #e15070;
}
#topicpath li a {
	background : url("../img/icon_bc.gif") no-repeat right center;
	padding : 0 10px 0 0;
}
#topicpath li a:link {
	text-decoration : none;
	color : #4b4948 ;
}
#topicpath li a:visited{
	text-decoration : none;
	color : #8a8a8a;
}
#topicpath li a:hover ,
#topicpath li a:active {
	text-decoration : none;
	color : #e15070;
}


/*main******************/
#wrapper #container{
	text-align : left;
	clear : both;
	margin : 0px auto;
	padding : 0;
	width : 800px ;
}



/*scroll page top*/
 .pgtop {
	clear:both;
	margin : 0px 10px 10px 0;
	padding : 0px 10px 0px 0;
	text-align : right;
	font-size : 0.78em;
}
 .pgtop a:link ,
 .pgtop a:visited ,
 .pgtop a:hover ,
 .pgtop a:active{
	color : #5f5012;
	text-decoration : none;
}

/*Footer Legal************************/
#footer {
	margin : 0 auto;
	padding : 8px 0px 0px 0px;
	clear : both;
	background : url("../img/footer.gif") top center repeat-x #fff5cc; 
}

#footer .footer_elm {
	width : 800px;
	margin : 0 auto;
}

#footer .footnavi {
	float:left ;
	width : 40%;
	margin : 0 ;
	padding : 0;
	text-align : left;
}

#footer .footnavi ul {
	margin : 5px 0px 1em 0px;
	padding : 0;
	list-style : none;
}
#footer .footnavi li {
	margin : 0px 0.4em 1em 0px;
	padding : 0;
	list-style:none;
	display : inline;
	font-family:'Meiryo','Lucinda Grande','Verdana','helvetica',sans-serif;
	/*font-family: 'メイリオ','Verdana','ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3','Lucida Sans Unicode', 'ＭＳ Ｐゴシック',Osaka, sans-serif !important;*/
	font-size : 0.8em;
	font-weight:bold;
}
#footer .footnavi li a:link ,
#footer .footnavi li a:visited ,
#footer .footnavi li a:hover ,
#footer .footnavi li a:active {
	color : #5f5012;
	text-decoration : none;
}
#footer .credit {
	float:left ;
	width:60%;
	/*float:right ;*/
	text-align : right;
	margin : 5px 0px 1em 0px;
	padding : 0;
	font-family:'Meiryo','Lucinda Grande','Verdana','helvetica',sans-serif;
	/*font-family: 'メイリオ','Verdana','ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3','Lucida Sans Unicode', 'ＭＳ Ｐゴシック',Osaka, sans-serif !important;*/
	font-size : 0.74em;
}

