@charset "Windows-31J";

/* === Filename is "default.css" ===

### basic settings

*/


/* === Universal selector === */

* {
	margin: 0;
	padding: 0;
	color: #333;
}

/* === Body Module === */

body {
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

/* ### HACK for [IE7] ### */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
/* ### HACK for [IE7] ### */

/* ### HACK for [Opera8~] ### */
*+html>/**/body {
	font-family: "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
/* ### HACK for [Opera8~] ### */


/* === Text Module === */

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

p {
	font-size: 11px;
}

em {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

pre,
address,
cite {
	font-style: normal;
	font-weight: normal;
	border-top: 1px solid #ccc;
}

p,
ul li,
ol li,
dl dt,
dl dd {
	line-height: 1.5;
}

/* === Link Module === */

a:link {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #82adce;
	text-decoration: underline;
}

a:active {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #00baff;
	text-decoration: underline;
}


/* === List Module === */

ul,
ol,
dl {
	list-style-type: none;
}

ul {
}

li li,
li p,
li pre,
li dt,
li dd,
dt li,
dt p,
dt pre,
dt dt,
dt dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 12px;
}


/* === Table Module === */

table,
table th,
table td {
	border-collapse: collapse;
	vertical-align: top;
}

table th {
	font-weight: bold;
}


/* ===Image Module=== */

img,
img a {
	border: 0;
}

li img {
	vertical-align: bottom;
}


/* === Clear Fix List === */

h2.list:after,
h2.assetlist:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
h2.list,
h2.assetlist {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html h2.list,
* html h2.assetlist {
	height: 1%;
}
h2.list,
h2.assetlist {
	display: block;
}
/* end of for macIE */
