@charset "UTF-8";
/* CSS Document */


/*@import "init.css";*/

html,body {
	background:#d8d8d8 url(../img/bg.gif) repeat;
	padding: 0;
	margin: 0;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:160%;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	height: 100%;
}

#container{
	height: 100%;
	margin: 0px;
}

/*]]>*/
#header{
	padding:10px 20px 0px 20px;
	height:60px;
}
#header .navi {
	padding:28px 0 0px 10px;
	float:left;
}
#header .navi ul {
	list-style-type:none;
    margin:0px;
    padding:0px;
}
#header .navi li {
	float: left;
    margin:0 10px 0 0px;
    padding:0px;
}
#header .logo {
	margin:0px;
	padding:0px;
	width:140px;
	float:left;
}

#header h1 span {
	font-size: 10px;
}

#footer{
	text-align:left;
	height:30px;
	padding:10px 0 0px 25px;
	font-size: 9px;
	color: #666;
}
.caption {
	font-size: 9px;
	line-height:160%;
	letter-spacing:1px;
	color: #000;
}
.glay10 {
	font-size: 10px;
	line-height:160%;
	letter-spacing:1px;
	color: #666;
}
.glay9 {
	font-size: 9px;
	line-height:160%;
	letter-spacing:1px;
	color: #999;
}
.blackten {
	font-size: 10px;
	line-height:120%;
	color: #666;
}
.black24 {
	font-size: 24px;
	line-height:120%;
	letter-spacing:2px;
	color: #333;
}
.black20 {
	font-size: 20px;
	line-height:120%;
	letter-spacing:2px;
	color: #333;
}

.black18 {
	font-size: 18px;
	line-height:120%;
	letter-spacing:2px;
	color: #000;
}

.black14 {
	font-size: 14px;
	line-height:160%;
	letter-spacing:1px;
	color: #000;
}

.black12 {
	font-size: 12px;
	line-height:160%;
	letter-spacing:1px;
	color: #000;
}

.black10 {
	font-size: 10px;
	line-height:160%;
	letter-spacing:2px;
	color: #000;
}

.pink16title {
	font-size: 16px;
	line-height:120%;
	letter-spacing:4px;
	/*text-decoration:underline;*/
	color: #f05096;
}

.blue10 {
	font-size: 10px;
	line-height:160%;
	letter-spacing:2px;
	text-decoration:underline;
	color: #0087c3;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:underline;
	color: #0087c3;
}
a:active {
	text-decoration: none;
}