@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	background-color: #ADD8E6;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	color: ##000;
	border: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #000000;
	*/
}

#header {
	/* float: left; 
	background-color: #000;*/
	background-image: url(images/header_base.png);
	width: 950px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header h1  {
	height: 0px;
	width: 400px;
	float: left;
	margin-left: 25px;
	display: block;
	/* background-image: url(../images/header_logo_blondoll.png); */
	margin-top: 0px;
}

#nav {
	width: 950px;
	float: left;
	line-height:30px;
	font-size: 17px;
	color: #fff;
	/* position: absolute; */
	
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
	/* left: 300px; */
	text-align: left;
	overflow: hidden; /* はみ出したものは隠す */
}

#nav ul li {
	display:inline;
	list-style:none;
 	border-left: 1px dashed #fff; /* 区切り線 */
	margin-left: -1px; /* 一番左のボーダー幅と同じ値の負のマージン */
	padding-left: 19px;
	padding-right: 19px;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	/* [disabled]border-bottom:solid 2px #CCC; */
 }  

#nav li a:hover {
	background-color: #CCC;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff0;
}

.navi_active {
	color: #000;
	background-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff0;
}

.contents {
	width: 950px;
	/*
	height: 700px;
	background-color: #333;
	*/
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gal_textbace_01 {
	font-size: 17px;
	line-height: 1.5;
	text-align:left;
	}
	
.gal_textbace_02 {
	font-size: 12px;
	line-height: 1.5;
	text-align:left;
	position: relative;
	padding-left: 20px;
}

.textbace_01 {
	font-size: 17px;
	line-height: 1.5;
	text-align:left;
	}
	
.download_bace_01 {
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align:left;
}
	
.back_campaign_01 {
	background-color:#FFF;
	background-image: url(images/back_campaign2.png);
	width: 950px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}

.campaign_bace_01 {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align:left;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
			top: 250px;
	margin-left: 120px;
	}
	
.campaign_bace_02 {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	text-align:center;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	}

.campaign_bace_03 {
	text-align:center;
	position:absolute;
			top: 513px;
	margin-left: 250px;
	z-index:	2;
	}

.voice_base_01	{
	position:absolute;
			top: 720px;
	margin-left: 650px;
	z-index: 3;
}

.voice_01	{
	position:absolute;
			top: 746px;
	margin-left: 660px;
	z-index: 4;
}

.voice_base_02	{
	position:absolute;
			top: 1420px;
	margin-left: 50px;
	z-index: 3;
}

.voice_02	{
	position:absolute;
			top: 1446px;
	margin-left: 60px;
	z-index: 4;
}

.voice_base_03	{
	position:absolute;
			top: 2120px;
	margin-left: 650px;
	z-index: 3;
}

.voice_03	{
	position:absolute;
			top: 2146px;
	margin-left: 660px;
	z-index: 4;
}


#footer {
	background-color: #000;
	clear: both;
	width: 950px;
	height: 55px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#footer_nav {
	padding: 0px;
	font-size: 11px;
	text-align: center ;
	color: #FFF;
	line-height: normal;
	position: absolute;
	left: 5px;
	top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
}

#box_Product{
}

H2		{
		color			:#FF0000	;
		font-weight		:bold		;
		font-size		:12px		;
		line-height		:17px		;
		text-align		:left		;
		padding			:3px 3px 3px 12px	;
		margin			:0x 0px 0px 0px		;
		border-width	:0px 0px 1px 0px	;
		border-color	:#FF0000			;
		border-style	:dotted				;
		margin-top: 10px;
		}

.right	{float		:right			;}
.left	{float		:left			;}
.clear	{clear		:both			;}

.indent	{
		text-align	:left				;
		padding		:0px 0px 0px 0em	;
		margin		:0px 0px 1em 3px	;	
		line-height	:17px				;
		}
.tr1	{
		width			:100px		;
		height			:20px		;
		font-size		:14px		;
		font-weight		:bold		;
		border-width	:1px		;
		border-style	:solid		;
		background-color:#ebebeb	;
		border-color	:#dddddd	;
		margin			:0px		;
		padding			:5px 5px 5px 1em	;
		}
		
.tr2	{
		font-size		:12px		;
		background-color:#FFF		;
		border-color	:#dddddd	;
		border-width	:1px		;
		border-style	:solid		;
		text-align		:left		;
		margin			:0px		;
		padding			:5px 5px 5px 1em	;
		}
		
.tr3	{
		font-size		:12px		;
		background-color:#FFF		;
		border-color	:#dddddd	;
		border-width	:1px		;
		border-style	:dotted		;
		text-align		:left		;
		margin			:0px		;
		}

#shop {
		margin-top: 3px;
		width: 950px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
}
.shop_dl	{
			/*				*/
		background-color:#000		;
		text-align		:center		;
		margin-left		:auto		;
		margin-right	:auto		;
		font-weight		:bold		;
		border-style	:none		;
		border-color	:none		;
		}
.shop_pac	{
			/*				*/
		background-color:#000		;
		text-align		:center		;
		margin-left		:auto		;
		margin-right	:auto		;
		font-weight		:bold		;
		border-style	:none		;
		border-color	:none		;
		}
		
		
.trial	{
		position:absolute;
		margin-right: auto;
		margin-left: auto;
		top: 620px;
		margin-left: 30px;
		z-index: 2;
}