@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}

body {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	font-size: 12px;
	line-height:160%;
	font-family:"MS Pゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
	/* mac 0 \*/
	letter-spacing:1px;
	/* ここまで */
}
a {
	color:#666666;
}
a:hover {
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	display:block;
}
/* ここまで */




/* PAGE LAYOUT START ---------------------------------------------- */
#container {
	width:100%;
	height:100%;
	text-align: center;
}
#contents {
	margin:10px;
	padding-bottom:10px;
	text-align: left;
}
ol, ul {
	padding-left:30px;
}
li {
	font-weight:bold;
	list-style:none;
}
dl {
	margin-bottom:15px;
	font-weight:normal;
}
dt {
	margin-bottom:5px;
	font-weight:bold;
	text-indent:-1.1em;
}
dd dt {
	text-indent:0;
}
dd li {
	font-weight:normal;
}
ul.lsn {
	padding:0;
}
.lsn li{
	list-style:none;
}
table {
	border-collapse:collapse;
}
th,td {
	padding:5px 10px;
	border-collapse:collapse;
	border:#CCC solid 1px;
}
th {
	background:#F8F8F8;
	font-weight:bold;
	text-align:center;
}
	
