@charset "utf-8";

/* 共通 */

body {
	background-color: #000000;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

p, ol, ul, dl, table {
	font-size: 1.4em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#toTop {
	background-color: #282835;/* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#545461), to(#282835));
	background-image: -moz-linear-gradient(top, #545461, #282835);
	border-bottom: 1px solid #666666;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
}

#toTop span {
	font-size: 1.4em;
	padding: 0 8px;
}

#contents {
	background-image: url(../img/bg_body.png);
	background-repeat: no-repeat;
	max-width: 480px;
	min-height: 480px;
}

.logo {
	background-image: url(../img/bg_h1.png);
	background-position: center 11px;
	background-repeat: no-repeat;
	height: 75px;
	margin-bottom: 25px;
	max-width: 480px;
	padding-top: 59px;
	text-align: center;
}

#main {
	margin: 0 auto;
	overflow: hidden;
	width: 302px;
}

#holder {
	display: -webkit-box;
	display: -moz-box;
}

.copyright {
	font-size: 0.9em;
	margin: 10px 0 0;
	text-align: center;
}

/* TOP */

#mainMenu {
	width: 302px;
}

#mainMenu a {
	background-color: #18132f;/* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#233259), to(#18132f));
	background-image: -moz-linear-gradient(top, #233259, #18132f);
	border-right: 1px solid #5a91c7;
	border-left: 1px solid #5a91c7;
	display: block;
	height: 45px;
	padding: 12px 0 0 16px;
}

#mainMenu li:first-child a {
	border-top: 1px solid #5a91c7;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#mainMenu li:last-child a {
	border-bottom: 1px solid #5a91c7;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* info, contact */

.section {
	background-color: #171717;
	border: 1px solid #5a91c7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 22px 15px 12px;
	width: 270px;
}

.section h2 {
	font-size: 1.4em;
	font-weight: normal;
}

.section p {
	line-height: 1.4;
	margin-top: 22px;
}

.section dl {
	line-height: 1.4;
	margin-top: 22px;
}

#contact dl {
	border-bottom: 1px solid #5a91c7;
}

.section dt:before {
	content: '■';
}

#contact dt {
	color: #ff9900;
}

.section li {
	padding-left: 0.8em;
	text-indent: -0.8em;
}

.section li:before {
	content: '* ';
}

.phone a,
.mailto a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	line-height: 1;
	padding: 18px 0;
	text-align: center;
	width: 230px;
}

.phone a {
	background-color: #ff6600;/* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb9951), to(#ff6600));
	background-image: -moz-linear-gradient(top, #fb9951, #ff6600);
	border: 1px solid #d85701;
	font-size: 1.14em;
	margin: 10px auto 12px;
}

.phone strong {
	font-size: 1.13em;
}

.mailto a {
	background-color: #8fbf05;/* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#abf06f), to(#8fbf05));
	background-image: -moz-linear-gradient(top, #abf06f, #8fbf05);
	border: 1px solid #4b7611;
	font-size: 1.6em;
	margin: 12px auto 0;
}

.subMenu {
	font-size: 1.4em;
	margin: 10px auto 0;
	width: 302px;
}

.subMenu a {
	background-color: #666666;
	background-image: url(../img/mk_subMenu.png);
	background-position: 278px 18px;
	background-repeat: no-repeat;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	display: block;
	padding: 16px 0 16px 16px;
}

.subMenu li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.subMenu li:last-child a {
	border-bottom: 1px solid #333333;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


