/* 初期リセット */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
* {
	letter-spacing: 0;
}



/* IE7用のおまじない */
ul {
	list-style: none;
}



/* アンカー設定 */
a, a:visited {
	color: #a23500;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}
a:hover, a:active {
	color: #a23500;
	text-decoration: none;
}
a:active, a:focus {
	outline: 0 none;
}



/* HTML・BODY設定 */
html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	line-height: 100%;
	color: #333;
}



/* CLEAR FIX設定 */
.cf:after {
	content: "";
	display: block;
	clear: both;
}



/* FLOAT設定 */
.floatL { float: left; }
.floatR { float: right; }



/* MARGIN設定 */
.mgT05 { margin-top: 5px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgB05 { margin-bottom: 5px; }
.mgB10 { margin-bottom: 10px; }
.mgB15 { margin-bottom: 15px; }
.mgB20 { margin-bottom: 20px; }
.mgL05 { margin-left: 5px; }
.mgL10 { margin-left: 10px; }
.mgL15 { margin-left: 15px; }
.mgL20 { margin-left: 20px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgL50 { margin-left: 50px; }
.mgR05 { margin-right: 5px; }
.mgR10 { margin-right: 10px; }
.mgR15 { margin-right: 15px; }
.mgR20 { margin-right: 20px; }
.mgR30 { margin-right: 30px; }
.mgR40 { margin-right: 40px; }
.mgR50 { margin-right: 50px; }



/* PADDING設定 */
.pdL20 { padding-left: 20px; }
.pdR20 { padding-right: 20px; }



/* ボーダーライン設定 */
.lineRGray { border-right: 1px #eee solid; }


p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
p.indent-2 {
	padding-left: 2em;
	text-indent: -2em;
}
p.indent-3 {
	padding-left: 3em;
	text-indent: -3em;
}
p.indent-4 {
	padding-left: 4em;
	text-indent: -4em;
}
p.indent-5 {
	padding-left: 5em;
	text-indent: -5em;
}



/* 注釈 */
.attention {
	color: #a00;
}
.attention_bold {
	color: #a00;
	font-weight: bold;
}
.attention_bold_yellow {
	color: #ff0;
	font-weight: bold;
}
