@charset "utf-8";




/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/






/* tags
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 62.5% Georgia, Arial, Helvetica, sans-serif;
}
a:link {
	color: #036;
	text-decoration: underline;
}
a:visited {
	color: #936;
	text-decoration: underline;
}
a:hover,a:active {
	color: #c33;
	text-decoration: none;
}
img {
	border-style: none;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


/* container
---------------------------------------------------- */
#container {
	width: 950px;
	text-align: left;
	margin: 0px auto;
}


/* header
---------------------------------------------------- */
#header {
	margin: 30px 0px 50px;
}


/* st
---------------------------------------------------- */
.sttype1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 30px 0px 5px;
	clear: both;
	padding: 20px 0px 0px;
	border-top: 1px dotted #ccc;
	color: #484848;
}
.sttype2 {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: normal;
	margin: 5px 0px;
	clear: both;
}
.sttype3 {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
	margin: 15px 0px 5px;
	clear: both;
}
.sttype4 {
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
}


/* thumblist
---------------------------------------------------- */
.thumblist {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.thumblist li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50px;
}


/* common class
---------------------------------------------------- */
.copy {
	font-size: 1.1em;
	margin: 50px 0px 20px;
}
.lj {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

