@charset "shift_jis";

/* 
===  all.css  ===
*/


/*  -----  reset  ------   */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro",  Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
	display: block;
	border-style: none;
}

p {	font-size: 86%; color: #181818;}

a { color: #0099FF;
	text-decoration: none;
}

a:hover { color: #C9AD2E;}


dl,dd { margin: 0px; padding: 0px;}
li,ul { margin: 0px; padding: 0px; list-style-type: none; line-height: 1;}

h3 {
	clear: both;
	overflow: hidden;
}
#wrapper {
	width: 1000px;
	height: auto;
	margin: 10px auto 40px;	
}
#content {
	width: 710px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#pan {
	clear: both;
	overflow: hidden;
	margin: 0px 20px 5px;
	height: 21px;
}

#pan li {
	font-size: 12px;
	float: left;
	padding: 0 3px;
	vertical-align: text-bottom;
	display: inline;
	line-height: 1.6;
}

#navi ul {
	list-style-type: none;
	margin-left: -1px;
	float: left;
}
