@charset "utf-8";

body{
	-webkit-text-size-adjust: none;
	color:#333333;
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
a{
	color:#09F;
}
#header{
	position:relative;
	text-align:center;
	width:100%;
	height:44px;
	line-height:44px;
	background-image:linear-gradient(#95deff, #51d8ff);
}
h1{
	font-size:18px;
	color:#fff;
	text-shadow: 0px -1px 0px #51d8ff;
	-webkit-text-shadow: 0px -1px 0px #51d8ff;
	-moz-text-shadow: 0px -1px 0px #51d8ff;
}

#contents{
	padding:12px;
}
h2, h3{
	font-size:14px;
	margin:10px 0;
}
p{
	margin-bottom:15px;
	font-size:14px;
	text-indent:-0.7em;
	padding:0 0 5px 0.7em;
	line-height:1.2em;
}

ul{
	list-style:none;
	margin-bottom:15px;
}
ul li{
	font-size:14px;
}

ol{
	list-style:none;
	margin-bottom:15px;
}
ol li{
	font-size:14px;
	text-indent:-1em;
	padding:0 0 5px 1em;
}

.indent_none{
	text-indent:0 !important;
	padding:0 0 0 0 !important;
}
#footer{
	height:30px;
	background:#51d8ff;
	text-align:center;
}
#footer p{
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
}
