@charset "Shift_JIS";
img{
	border : none;
}
address{
	font-style : normal;
	font-family : "Arial",monospace;
	padding : 5px 10px;
	font-size : 11px;
	width : 170px;
}
/* ページ下部の戻るナビゲーションの右寄せ */
ul.mininavi{
	list-style-type : none;
	list-style-image : none;
	text-align : right;
	clear : both;
	display : none;
}
ul.mininavi li{
	display : inline;
}
.center{
	text-align : center;
}
h1,h2,h3,h4,h5,h6{
	vertical-align : middle;
}
strong{
	color : #e00;
	background : transparent;
	font-weight : bold;
}
p,li,dd,dt,div{
	font-size : 12px;
	line-height : 15px;
}
td,th{
	font-size : 12px;
	line-height : 14px;
}
caption{
	font-size : 12px;
}
h1{
	font-size : 19px;
}
h2{
	font-size : 17px;
}
h3{
	font-size : 16px;
}
h4{
	font-size : 15px;
}
h5{
	font-size : 14px;
}
h6{
	font-size : 13px;
}
p,td,th,li,dt,dd,form,imput{
	font-family : "ＭＳ ゴシック","Osaka-等幅",monospace;
}
.px11{
	font-size : 11px;
}
.px10{
	font-size : 10px;
}
.px9{
	font-size : 9px;
}

/*　イメージ配置　*/
div.img-center{
	margin: 10px 0;
	text-align: center;
}

div.img-right{
	margin: 10px 0 10px 10px;
	text-align: right;
}

div.img-left{
	margin: 10px 10px 10px 0;
	text-align: left;
}


