/* 初期設定 */
*{
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	border-style: none;
}

body{
    background-color: #333;
    line-height: 150%;
}

p{
	margin: 0px 0px 5px 10px;
	padding-bottom: 5px;
}

ul, ol{
	margin-left: 20px;
}


/* クリア */
.clear:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clear{
	min-height: 1px;
}

/* 見出し */
h1, h2, h3, h4{
	font-weight: bold;
	font-family: "Helvetica", Arial, sans-serif;
}

h1{
	font-size: 18px;
	color: #ff2819;
	padding:5px 0px 5px 5px;
	margin-bottom: 4px;
	border-bottom: solid 3px #ff2819;
}

h2{
	font-size: 18px;
	color: #333;
	padding: 5px 0px 5px 10px;
	margin-bottom: 6px;
	border-left: solid 10px #62CCFF;
	border-bottom: dashed 1px #62CCFF;
}

h3:before{
	content: "◆";
	padding-right: 5px;
}

h3:before, h3{
	color: #0080FF;
}

h3{
	margin-top: 5px;
	padding-left: 20px;
	text-indent: -20px;
}

h4:before{
	content: "【";
	margin-right: 5px;
}

h4:after{
	content: "】";
	margin-left: 5px;
}

h4:before, h4:after, h4{
	color: #333;
	margin-top: 5px;
}



/* ヘッダー */
#header{
	width: 800px;
	margin-top: 5px;
	position: relative;
	border-bottom: solid 10px #000000;
}

#header a{
	position: absolute;
	bottom: 0px;
	right: 5px;
}



/* 上メニュー */
#menu-top{
	width: 800px;
	background: #525252;
	background: -moz-linear-gradient(top,#b8b8b8 0%,#525252);
	background: -webkit-gradient(linear, left top, left bottom,from(#b8b8b8),to(#525252));
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
	border-bottom: solid 5px #ff8001;
}

#menu-top ul{
	margin: 0;
	list-style: none;
}

#menu-top ul li{
	float: left;
}

#menu-top ul li a, #menu-top ul li p{
	width: 100px;
	color: #FFF;
	font-size: 16px;
	line-height: 95%;
	margin: 0;
	padding: 4px 0px 4px 0px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#menu-top-tab, #menu-top ul li a:hover, #menu-top ul li p:hover{
	background: #ff8001;
	background: -moz-linear-gradient(top,#ffd427 0%,#ff8001);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffd427),to(#ff8001));
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}

#menu-top ul li span{
	color: #FFF;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* メイン */
#main{
	padding: 10px 10px 0px 10px;
	width: 780px;
	background: #CCC;
}

#main img{
	margin: 10px 0px 20px 10px;
	box-shadow: 0px 4px 20px 6px #999999;
    -moz-box-shadow: 0px 4px 10px 6px #999999;
    -webkit-box-shadow: 0px 4px 10px 6px #999999;
}

#main a{
	border-bottom: dotted 2px;
}

#main a:hover{
	color: #ff2819;
}



/* ツール */
#main .box{
	padding: 10px;
	background-color: #EBEBEB;
	margin-bottom: 10px;
}

#main .right{
	padding: 0;
	margin: 0;
	text-align: right;
}

#main .center{
	padding: 0;
	margin: 0;
	text-align: center;
}

#main .back-top{
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin-left: 740px;
	padding: 5px;
	border-bottom: none;
	background: #ff8001;
	background: -moz-linear-gradient(top,#ffd427 0%,#ff8001);
	background: -webkit-gradient(linear, left top, left bottom,from(#ffd427),to(#ff8001));
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}

/* メニュー下 */
#menu-bottom{
	margin-top: -10px;
	background: #CCC;
	width: 800px;
}

#menu-bottom ul{
	margin: 0;
	list-style: none;
	padding-left: 80px;
}

#menu-bottom ul li{
	float: left;
}

#menu-bottom ul li a, #menu-bottom ul li p{
	font-family: "Helvetica", Arial, sans-serif;
	color: #666;
	width: 80px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: 4px 0px 4px 0px;
}

/* フッター */
#footer{
	background: #000;
	width: 800px;
	margin-bottom: 10px;
}

#footer-text{
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

/* 中央寄せ */
#header, #menu-top, #main, #menu-bottom, #footer{
	margin-left: auto;
	margin-right: auto;
}
