@charset "UTF-8";
/******************************************************リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
* {
	/zoom : 1;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	font-weight: normal;
}
html {
	width: 100%;
	height: 100%;
}
body {
	/*font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	height: 100%;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
img {
	vertical-align: bottom;
	border: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/******************************************************clearfix*/
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
/******************************************************pngfix*/
.png { behavior: expression(IEPNGFIX.fix(this));}
/******************************************************クラス設定*/
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.txtCol01 {
	color:#000;
}
.txtCol02 {
	color:#000;
}
.txtCol03 {
	color:#000;
}
.minHeight {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
/******************************************************本体設定*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
