@charset "UTF-8";

@import "layout.css";
@import "common.css";

/* --------------------------------- reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

fieldset, img { border: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img { border: 0; }

/* --------------------------------- font */

body { font-family: 'ＭＳ Ｐゴシック', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif; }
/* Opera 9 */
;;

body { font-family:'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, san-serif; }
/* IE 7 */
*;

first-child+html body { font-family:'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, san-serif; }

/* IE 6 or sooner*/
* html body { font-family:'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, san-serif; }

/* ---------------------------------hypertext */

a:link {
	color: #ab2a3d;
	font-weight: bold;
}

a:visited {
	color: #ab2a3d;
	font-weight: bold;
}

a:hover {
	color: #ff9999;
	text-decoration: none;
}

/* ---------------------------------text style */

p, pre, address, cite {
	margin: 0.5em 10px;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 { margin: 0.5em 10px; }

h1 { font-size: 189%; }

h2 { font-size: 159%; }

h3 { font-size: 144%; }

h4 { font-size: 122%; }

h5 { font-size: 107%; }

h6 { font-size: 107%; }


/* ---------------------------------list style */

ul, ol, dl {
	margin: 1em 15px;
	padding: 1px 0;
	list-style-position: outside;
}

li, dt, dd { margin: 0.1em 10px; }

dt { margin-top: 0.6em; }

dd { margin-bottom: 0.6em; }

li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd { font-size: 100%; }

li ul, li ol, li dl, li p, dd ul, dd ol, dd dl, dd p { margin: 0.1em 10px; }


/* --------------------------------- clear */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
	overflow:hidden;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
	height: 0;
}

.clear hr {
	visibility: hidden;
	border: 0;
}

* html .clear {
	height: .1em;
	overflow: hidden;
	margin-top: -.1em;
}


/* -------------------------------------------------------- IE PNG FIX */
img, div, input { behavior:url(/shared/js/iepngfix.htc) }