@charset "utf-8";
/*----------------------------------------------------------------------------
    author "赤辺まあ"
----------------------------------------------------------------------------*/

/* html,body config */
body {
	margin: 0;
	padding: 0 0 20px;
	color: #505050;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Verdana",sans-serif;
	/*▼ レイアウト崩れ防止 ▼*/
	font-size: 12px;
	line-height: 4.8mm;
	background: #fff url(../images/body.gif) repeat-y top center;
}
.ie body {
	/*▼ InternetExplorerセンター対策 ▼*/
	padding-left: 1px;
}

/* link config */
a:link {
	color: #4881c8;
	text-decoration: none;
}
a:visited {
	color: #4881c8;
	text-decoration: none;
}
a:hover {
	color: #e35b6e;
	text-decoration: underline;
}
a:active {
	color: #4881c8;
	text-decoration: none;
}

/* 基本要素の初期化 */
div {
	overflow: hidden;
}
br {
	letter-spacing: 0;
}
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
em,address {
	font-style: normal;
}
ul,ol,li,dd,dt,dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

/* ブロック要素 config */
.clear { clear: both; }

/* p要素の改行 */
.mb_1 { margin-bottom: 1em; }
.mb_2 { margin-bottom: 2em; }
.mb_3 { margin-bottom: 3em; }
.mb_4 { margin-bottom: 4em; }

/* テキスト config */
.fs_7 { font-size: 7px; }
.fs_8 { font-size: 8px; }
.fs_9 { font-size: 9px; }
.fs_10 { font-size: 10px; }
.fs_11 { font-size: 11px; }
.fs_12 { font-size: 12px; }
.fs_13 { font-size: 13px; }
.fs_14 { font-size: 14px; }
.fs_15 { font-size: 15px; }
.fs_16 { font-size: 16px; }
.fs_17 { font-size: 17px; }
.fs_18 { font-size: 18px; }
.fs_19 { font-size: 19px; }
.fs_20 { font-size: 20px; }
.fs_21 { font-size: 21px; }
.fs_xx-large { font-size: xx-large; }
.fs_x-large { font-size: x-large; }
.fs_large { font-size: large; }
.fs_medium { font-size: medium; }
.fs_small { font-size: small; }
.fs_x-small { font-size: x-small; }
.fs_xx-small { font-size: xx-small; }

/* テキストの配置 */
.ta_left { text-align: left; }
.ta_right { text-align: right; }
.ta_center { text-align: center; }

.clo_fff { color: #fff; }
.clo_000 { color: #000; }
.clo_red { color: #d14242; }
.bold { font-weight: bold; }
.n_bold { font-weight: normal; }
.underline { text-decoration: underline; }
.line { text-decoration: line-through; }

/*▼ αch付きpngの表示 ▼*/
.ie5 .pngfix { behavior: expression(IEPNGFIX.fix(this)); }
.ie6 .pngfix { behavior: expression(IEPNGFIX.fix(this)); }


