@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
body{
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
	font-family : IPA明朝, Hiragino Mincho Pro, "ＭＳ Ｐ明朝","ＭＳ 明朝",serif,'HiraMinProN-W3',monospace ;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

img {
   vertical-align:bottom
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin: 0px;
	padding: 0px;

}
div.txt {
	text-align: left;
	width: 279px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	color: #FFFEFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 26px;
	padding-right: 15px;
}
span.fs {
	font-size: x-small;
}
span.fl {
	font-size: large;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
	iPhone用
------------------------------------------------------------*/
/*自動フォントサイズ調整を設定する*/
-webkit-text-size-adjust: (100% | none | auto);


/**/
