@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/back/bg.jpg) center top;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 62.5%;
}

a{
	color: #fbff84;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #fdffc1;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

img {
	margin: 0;
	border: none;
}

p {
	margin: 0;
}

ul, dt, dd {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 12px 10px 0 17px;
	float: left;
}

h3 {
	margin: 0;
	top: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

h4 {
	margin: 0 0 5px;
	color: #1212b3;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff;
	font-size: 1.2em;
	behavior: url("/ja/3ds_chibi/js/PIE.htc");
}

h2, #container, #header, #menu, #menuh, #overview, #detail, .frame, #footer {
	position: relative;
}

h3, #language, .line:before, .btn, .btnOn, #survey, .frame:before, .frame:after, #footer img {
	position: absolute;
}

h2, #header, #overview, #footer, .line:before {
	width: 800px;
}

h2, #header, #overview, #footer {
	margin: 0 auto;
}

.clear:after, .line:before, .frame:before, .frame:after {
	content: "";
	display: block;
}

#footer, .line:before {
	background: #000;
}

#container {
	background: url(../images/back/bg_c.png) repeat-y;
	width: 970px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-size: 1.2em;
}

body > #container {
	height: auto;
}

#header {
	background: url(../images/back/header.png) no-repeat;
	height: 120px;
	padding: 0;
}

#language {
	top: 8px;
	right: 12px;
	color: #fff;
	font-size: 0.9em;
}

#overview {
	font-size: 1.7em;
}

#overview img, #overview p, #detail div img, #detail div span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

#overview img {
	margin: 10px 5px 10px 10px;
}

#overview p {
	width: 450px;
	margin: 20px 5px 10px 0;
	padding-bottom: 112px;
}

#detail {
	width: 790px;
	padding: 10px 0 10px 10px;
}

#detail ul {
	list-style-type: none;
}

#detail li {
	float: left;
}

#detail div img {
	margin: 5px 5px 0 0;
}

#info p a, #detail a {
	color: #ca3a3a;
}

#info p a:hover, #detail a:hover {
	color: #d66b6a;
}

#footer {
	margin-top: 10px;
	padding: 10px 0 6px;
	color: #fff;
	text-align: center;
}

#footer img {
	bottom: 3px;
	right: 2px;
}

#footer ul {
	margin-bottom: 5px;
	list-style-type: none;
	font-size: 1.1em;
	text-align: center;
}

#footer li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#footer li:after {
	content: "|";
	margin: 0 5px;
	font-size: 1.1em;
	font-weight: normal;
}

#footer li:last-child:after {
	content: "";
	margin: 0;
}

.txt_here{
	font-weight: bold;
}

.line {
	margin: 15px auto 0;
}

.line:before {
	height: 15px;
	top: -15px;
	left: 0;
}

.clear:after {
	clear: both;
}

/* 各種フレーム */
.frame {
	background-repeat: repeat-y;
	margin: 7px 0 17px;
	padding: 13px 10px 0;
}

.frame:before, .frame:after {
	background-repeat: no-repeat;
	height: 7px;
	left: 0;
}

.frame:before {
	top: -7px;
}

.frame:after {
	bottom: -7px;
}

.frame_blue_l span, .frame_blue_m span {
	width: 195px;
	color: #64ddf5;
}

.frame_blue_l:before, .frame_blue_l:after {
	width: 780px;
}

.frame_blue_l {
	background: url(../images/back/frame_blue_lc.png);
	width: 770px;
	padding-right: 0;
	color: #fff;
}

.frame_blue_l:before {
	background: url(../images/back/frame_blue_lt.png);
}

.frame_blue_l:after {
	background: url(../images/back/frame_blue_lb.png);
}

.frame_blue_m, .frame_white {
	width: 365px;
	margin-right: 10px;
}

.frame_blue_m:before, .frame_blue_m:after, .frame_white:before, .frame_white:after {
	width: 385px;
}

.frame_blue_m, .frame_white, .frame_black {
	padding-bottom: 3px;
	color: #fff;
}

.frame_blue_m {
	background: url(../images/back/frame_blue_mc.png);
}

.frame_blue_m:before {
	background: url(../images/back/frame_blue_mt.png);
}

.frame_blue_m:after {
	background: url(../images/back/frame_blue_mb.png);
}

.frame_white {
	background: url(../images/back/frame_white_c.png);
	color: #000;
}

.frame_white:before {
	background: url(../images/back/frame_white_t.png);
}

.frame_white:after {
	background: url(../images/back/frame_white_b.png);
}

.frame_black {
	background: url(../images/back/frame_black_c.png);
	width: 480px;
	margin: 7px auto 0;
}

.frame_black:before, .frame_black:after {
	width: 500px;
}

.frame_black:before {
	background: url(../images/back/frame_black_t.png);
}

.frame_black:after {
	background: url(../images/back/frame_black_b.png);
}

.frame_lightblue_m, .frame_lightblue_s {
	margin: 7px 8px 15px 0;
	padding: 3px 10px;
	color: #000;
}

.frame_lightblue_m span, .frame_lightblue_s span {
	width: 186px;
	color: #1212b3;
}

.frame_lightblue_m:before, .frame_lightblue_m:after {
	width: 376px;
}

.frame_lightblue_m {
	background: url(../images/back/frame_lightblue_mc.png);
	width: 356px;
}

.frame_lightblue_m:before {
	background: url(../images/back/frame_lightblue_mt.png);
}

.frame_lightblue_m:after {
	background: url(../images/back/frame_lightblue_mb.png);
}

.frame_lightblue_s:before, .frame_lightblue_s:after {
	width: 184px;
}

.frame_lightblue_s {
	background: url(../images/back/frame_lightblue_sc.png);
	width: 164px;
	margin-bottom: 10px;
}

.frame_lightblue_s:before {
	background: url(../images/back/frame_lightblue_st.png);
}

.frame_lightblue_s:after {
	background: url(../images/back/frame_lightblue_sb.png);
}