
body {
	color:#fff;
	background:#000;
}

section, nav, footer {
	margin-bottom:1em;
	clear:both;
}


header {
	font-size:11pt;
}
header div {
	padding-bottom:5px;
}
#h_desc {
	clear:both;
}

.center {
	text-align:center;
	clear:both;
	margin:5px auto;
}
.right {
	text-align:right;
	margin-right:5px;
}
.red {
	color:#f00;
}
h2 {
	background: #fff;
	background: linear-gradient(#fff, #ccc);
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 
	padding-left:10px;
	line-height:30px;
	border-top:1px inset #fff;
	border-bottom:1px outset #fff;
	font-size:12pt;
	color:#000;
	margin-bottom:0.5em;
	text-shadow:1px 1px #ccc;
	clear:both;
}

h3 {
	background: #ffc;
	background: linear-gradient(#ffc, #fff);
	background: -moz-linear-gradient(#ffc, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff));
	line-height:25px;
	font-size:1em;
	color:#c00;
	margin-bottom:0.5em;
	text-shadow: 1px 1px #ccc;
	clear:both;
	padding: 10px;
	margin-top: 20px;
}

h4 {
	background: #fff;
	background: linear-gradient(#eee, #fff);
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	margin-top:10px;
	padding:10px;
	line-height:25px;
	font-size:14pt;
	color:#333;
	margin-bottom:0.5em;
	text-shadow: 1px 1px #ddd;
	clear:both;
}

h5 {
	margin-top:15px;
	border-bottom:1px dotted #ccc;
	background:#ddd;
}

p {
	margin:5px 2px;
	line-height:120%;
}

.payment li {
	margin-top:5px;
	margin-bottom:5px;
}
.listlink {
	border-radius: 5px;
	background: #cbcccf;
	background: linear-gradient(#cbcccf, #acaeb0);
	background: -moz-linear-gradient(#cbcccf, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	font-size: 85%;
	text-align:center;
	float: right;
	margin-top:15px;
	margin-right:10px;
	margin-bottom:10px;
}

.listlink  a {
	text-shadow:1px 1px 0 #ddd;
	display:block;
	padding:5px 0;
	color:#444444;
	text-decoration: none;
	width:120px;
}

.clearfix:after { 
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

#copyright {
	clear:both;
	text-align:center;
	border-top: 1px solid #ccc;
	font-size: 10pt;
}

input {
	height:40px;
	font-size: 110%;
	border-radius:8px;
}

input.submit {
	-webkit-appearance: none;
	padding:10px 0;
	width:80px;
	background:#ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	text-shadow:1px 1px #ccc;
}

input.submit2 {
	-webkit-appearance: none;
	padding:10px 0;
	width:70%;
	background:#ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	text-shadow:1px 1px #ccc;
}

footer li, .mypage li {
	margin:0;
	border-top:1px solid #333;
	background: #444;
	background: linear-gradient(#666, #444);
	background: -moz-linear-gradient(#666, #444);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)) #555;
	text-shadow:1px 1px #333;
}
footer li:last-child, .mypage li:last-child {
	border-bottom:1px solid #333;
}
footer a, .mypage a {
	padding: 8px 0 8px 10px;
	display:block;
	width:95%;
	text-decoration:none;
	color:#fff;
}

.breadsrumb {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:14px 5px;
	font-size:9pt;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:center;
}

.breadsrumb a {
	border-radius: 5px;
	background: #acaeb0;
	background: linear-gradient(#cbcccf, #acaeb0);
	background: -moz-linear-gradient(#cbcccf, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	text-shadow:1px 1px #999;
	color:#000;
	padding: 6px 8px;
}