html{
	-webkit-text-size-adjust:none;
}

body{
	font-size:14px;
	margin:0px;
	padding:0px;
	background:#ffffff;
}

#main{
	padding:10px 10px;
	overflow:hidden;
}

.rank{
	padding:5px 10px;
}

.rank2{
	background:#FFFFFF;
}

h1{
	text-align:center;
	font-size:16px;
	color:#FFF;
}

h2,h3{
	font-size:14px;
	color:#FFF;
	line-height:30px;
}

.bar{
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FB1919),
		color-stop(0.05, #FB1919),
		color-stop(0.50, #FB1919),
		color-stop(0.95, #FB1919),
		to(#FB1919));
	height:30px;
}

.bar2{
	-webkit-border-radius: 8px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FB1919),
		color-stop(0.05, #FB1919),
		color-stop(0.50, #FB1919),
		color-stop(0.95, #FB1919),
		to(#FB1919));
	height:30px;
}

a {
	text-decoration:none;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	margin:0px;
	padding:0px;
	list-style:none;
}

/*ヘッダー部分*/
#header{
	background: -webkit-gradient(linear, left top, left bottom,
		from(#e5f6ff),
		color-stop(0.05, #27a4ff),
		color-stop(0.48, #0359e6),
		color-stop(0.95, #0353e4),
		to(#031ec4));
	padding:5px 0px;
	color:#FFF;
}

#header li{
	text-align:center;
	margin-top:3px;
}

.sotogawa{
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background:#e6e6e6;
}

.gawa{
	background-color:#FFF;
}

dl{
	margin:0;
	padding:0;
}

.new-title{
	padding:5px 0;
	min-height:35px;
	border-top:1px solid #CAE0F8;
	border-bottom:1px solid #5B628B;
	overflow:hidden;
}

.new-entry{
	margin:3px 0px 0px 5px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

.new-date{
	margin:0px 0px 0px 5px;
	font-size:12px;
	color:#333333;
	margin-bottom:3px;
}

.new-text{
	margin:3px 0px 0px 10px;
	color:#333333;
	font-size:14px;
}

/*テキスト部分*/

.text{
	padding:10px;
	background:#FFF;
	font-size:12px;
}

.iriguchi{
	padding:0;
	margin:0;
	overflow:hidden;
}

.iriguchi ul{
	clear:both;
}

.iriguchi li{
	text-align:center;
	width:100%;
	float:left;
	margin:0 auto;
}

/*フッター部分*/

#footer-back{
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:80px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#031ec4),
		color-stop(0.05, #0353e4),
		color-stop(0.48, #0359e6),
		color-stop(0.95, #27a4ff),
		to(#e5f6ff));
	overflow:hidden;
}

#footer-back li{
	height:40px;
	width:50%;
	border-bottom:1px solid #FFFFFF;
	font-size: 14pt;
	font-weight:bold;
	line-height:40px;
	float:left;
	margin-right:auto;
	margin-left:auto;
}

.copyright{
	text-align:right;
	width:100%;
	height:80px;
	font-size: 10pt;
	line-height:80px;
	color:#FFF;
}

