/* CSS Document */

/* 基本設定 */

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

img{
	border:0px;
}

/* body設定 */
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#393939;
	text-align:center;
	line-height:150%;
}

a{
	color:#393939;
}


a:hover{
	background:#5E5566;
	color:#FFFFFF;
}

/* inner設定 */
#inner{
	width:900px;
	margin:0px auto;
	text-align:left;
}


h1{
	width:auto;
	text-align:left;
	font-size:9px;
	color:#666666;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	float:right;
}

_h1{
	width:auto;
	text-align:left;
	_font-size:9px;
	color:#666666;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	float:right;
}

.ul1{
	float:right;
	height:15px;
}

.li1{
	list-style:none;
	float:left;
	margin:0px 30px 5px 0px;
}

