/* 全体 */
html{
	width: 100%;
}
body{
	height: 100%;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333333;
	background: #fff;
}

.radius{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position:relative;
	behavior: url("/PIE/PIE.htc");
}

.breadcrumb{
	color: #333;
	text-align: right;
}

.breadcrumb a{
	color: #333;
}

.contents{
	border-width: 1px 0;
	border-style: solid;
	border-color: #333;
	padding: 10px;
	text-align: left;
}

.contents p{
	padding-bottom: 10px;
}

#all{
	width: 320px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

a{
	outline: none;
	color: #333;
	text-decoration: none;
}

img{
	vertical-align: top;
}

#menu{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#menu li{
	padding: 0;
	margin: 0;
}

#footer_text{
	font-size: 14px;
	padding-top: 10px;
}

#copyright{
	background: #626262;
	color: #ffffff;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0;
}

h2.subtitle{
	background: #1c88ff;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px 0;
}

#view a{
	color: #ffffff;
}