@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,em,strong,th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align: bottom;
}
body {
	background: #FFF;
	color: #333;
	font-size: 75%;/* 13px相当 */
	line-height:1.5;
	text-align:center;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,Arial,sans-serif;
}

* html body {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

*:first-child+html body { /* for IF6 */
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
}



/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color: #039;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
#top #main:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 858px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#contents .pageMove {
	clear: both;
	text-align: right;
	padding: 18px;
}


/*----------------------------------------------------
	#main メイン
----------------------------------------------------*/
#main {
	padding-bottom: 30px;
}

#main table,#main ol,#main ul,#main dl,#main p {
	margin-bottom: 1em;
}

