@charset "utf-8";
/* CSS Document */
body {
	background: #000000;
}

#container {
	background: url(../images/cmn_bodybg.gif) top;
	font-size: 81.25%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', verdana, Helvetica,Arial, sans-serif;
	color: #331818;
	text-align: center;
}

#containertop {
	background: url(../images/cmn_contentsbg.jpg) no-repeat center top;
}

#container a:link, #container a:visited {
	color: #331818;
	text-decoration: underline;
}

#container a:hover, #container a:active {
	color: #9a0000;
	text-decoration: underline;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img, dt img, dd img {
	vertical-align: top;
}

.rollover {
	border: 0;
}

.font_large {
	font-size: 108%;
}

.font_small {
	font-size: 86%;
}

/*-----------------------------------------
 	clearfix
 -----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
}

/*-----------------------------------------
 	中面共通要素
-----------------------------------------*/
#wrapper {
/*	display: none;
*/	margin: 0 auto;
	padding-bottom: 40px;
	width: 900px;
	text-align: left;
}

* html #wrapper {
	display: block !important;
}

/* Header */
p#logo_3ds {
	margin: 26px 0 0 0;
	float: left;
}

p#buy {
	padding: 24px 0 0 262px;
	float: left;
}

p#logo {
	float: right;
}

/* Navi */
#navibg {
	background: url(../images/cmn_navibg.gif) no-repeat top;
	height: 45px;
	clear: both;
}

#navibg ul#navi, #navibg ul#navi li, #navibg ul#menu li {
	float: left;
	display: inline;
}

#navibg ul#menu {
	margin: 9px 10px 0 0;
	float: right;
	display: inline;
}

/* Snavi */
#snavibg {
	padding-top: 5px;
	background: url(../images/cmn_snavibg.gif);
	clear: both;
}

#snavibg ul li {
	padding: 0 5px 5px 0;
	float: left;
}

/* Bunnton */
li#prev {
	position: absolute;
	top: 218px;
	left: -21px;
}

li#next {
	position: absolute;
	top: 218px;
	left: 877px;
}

/* Tyusyaku */
.tyusyaku {
	margin-top: 10px;
	font-size: 86%;
	color: #ffffff;
	clear: both;
}

/* Banner */
ul li#portal {
	margin-top: 20px;
	float: left;
}

ul li#monhanbu {
	margin-top: 20px;
	float: right;
}

/* Footer */
#title_footer {
	display: none;
}

/*-----------------------------------------
 	CERO
 -----------------------------------------*/
#cero {
	width: 858px;
	margin-top: 20px;
	border: 1px solid #ffffff;
	padding: 15px 20px;
	clear: both;
	color: #ffffff;
	font-size: 86%;
	background: url(../images/cmn_specbg.gif);
	position: relative;
}

#cero .title {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}
#cero p#package {
	padding-right: 15px;
	float: left;
}
#cero ul {
	margin-left: 80px;
}
#cero ul li {
	width: 330px;
	float: left;
}
#cero ul li.wide {
	width: 660px;
}
#cero p.cero_logo {
	position: absolute;
	top: 44px;
	right: 20px;
}

/*-----------------------------------------
 	Pagetop
-----------------------------------------*/
.pagetop {
	padding-top: 10px;
	text-align: right;
	clear: both;
}
.dotline {
	background: }

/*-----------------------------------------
 	Margin
-----------------------------------------*/
.mg_b0 {
	margin-bottom: 0 !important;
}

.mg_b5 {
	margin-bottom: 5px;
}

.mg_b10 {
	margin-bottom: 10px;
}

.mg_b15 {
	margin-bottom: 15px;
}

.mg_b20 {
	margin-bottom: 20px;
}

.mg_b40 {
	margin-bottom: 40px;
}

.mg_t20 {
	margin-top: 20px;
}

.mg_r5 {
	margin-right: 5px;
}

/*-----------------------------------------
 	Ajust
-----------------------------------------*/
.center {
	text-align: center;
}

/*-----------------------------------------
 	Float
-----------------------------------------*/
.f_left {
	float: left;
}

.f_right {
	float: right;
}