/*
	Shakeibo Site for iPhone BaseCSS
	File Name     :base.css
	First Version :
	Last Modified :
	Author        : T. ATARASHI(Vozseek)
*/

*{ 
	margin:0px; 
	padding:0px; 
	border:0px;
	font-family:HiraKakuProN-W6;
	font-size:17px;
}
.clear{
	clear:both;
}
body{
	-webkit-text-size-adjust:none;
	background-image:url(../img/bg.png);
}
h1.board{
	margin:auto;
//	background-color:#000;
	background-image:url(../img/shakeibo_bg.png);
	text-align:center;
}
h1.caption{
	height:44px;
	background-image:url(../img/caption.png);
	background-repeat:repeat-x;
	font-family:HiraKakuProN-W6;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:44px;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
h2{
	color:#fff;
	margin-top:20px;
	padding:0px 20px;
	text-shadow:rgba(0,0,0,1)1px 1px 1px;
}
.button{
}
.button span{
	margin:9px 9px 16px;
	-webkit-border-radius:8px;
	background-color:#cff;
	border:solid 1px #1B2B5C;
	padding:12px;
	line-height:1.4em;
}
.button{
	margin:9px 0px 16px;

}
.button li{
	border:solid 1px #1B2B5C;
	-webkit-border-radius:8px;
	background-color:#cff;
	list-style-type:none;
	height:43px;
	border-bottom:solid 1px #1B2B5C;
	line-height:43px;
	width:145px;
	float:left;
	margin-left:9px;
	text-align:center;
}
.button a{
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:#000;
	background-repeat:no-repeat;
	background-position:right;
}


.guide,
.info,
.text,
.back{
	margin:9px 9px 16px;
	border:solid 1px #1B2B5C;
	-webkit-border-radius:8px;
	background-color:#cff;
}
.disc{
	margin:9px 9px 16px;
	border:solid 1px #1B2B5C;
	-webkit-border-radius:20px;
	background-color:#aaaaaa;
	margin-top:20px;
	padding:19px 20px;
}
.disc b{
	font-size:15px;
}
.disc p,
.disc u{
	font-size:12px;
}

.guide li,
.info li,
.back{
	list-style-type:none;
	height:43px;
	border-bottom:solid 1px #1B2B5C;
	line-height:43px;
}
.guide li:last-child,
.info li:last-child,
.back li:last-child{
	border-bottom-width:0px;
}
.guide a{
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:#000;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}
.gray{
	padding-left:10px;
	color:gray;
}
.text{
	list-style-type:none;
	border-bottom:solid 1px #1B2B5C;
	padding:12px;
	line-height:1.4em;
}
.icon{
	margin:8px auto 0px 4px;
}
.icon li{
	list-style-type:none;
	float:left;
}
.icon a{
	display:block;
	width:66px;
	margin:6px;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	color:#fff;
	text-shadow:rgba(0,0,0,1)1px 1px 1px;
}
.back a{
	display:block;
	padding-right:10px;
	text-decoration:none;
	color:#000;
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}
#footer{
	color:#fff;
	margin-top:20px;
	padding:0px 20px;
	text-shadow:rgba(0,0,0,1)1px 1px 1px;
	text-align:center;
	font-size:12px;
}
