@charset "shift_jis";

/* ============================================================

	style info :ブラウザごとの初期スタイルをリセット

============================================================ */

/* reset */
*{
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
}
caption, th{
	text-align:left;
}
q:before, q:after{
	content:'';
}
img, abbr, acronym, fieldset{
	border:0;
	vertical-align:bottom;
}
li{
	list-style-type:none;
}
em{
	font-style:normal;
	font-weight:normal;
}
strong{
	font-weight:normal;
}

a{
	overflow:hidden;
	color:#4473ae;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}

/* ============================================================

	style info :個別ページのスタイルを記述

============================================================ */

/* ------------------------------
	common
------------------------------ */

/* layout */
body{
	margin:0;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.6;
	text-align:center;
}
#wrapper{
	width:950px;
	margin:30px auto 25px auto;
	text-align:left;
	position:relative;
}

/* header */

/* pagetop */
