@charset "utf-8";
/* CSS Document */

/* =============================================================================
   clearfix
   ========================================================================== */

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}

/* =============================================================================
   テキスト関連(色設定)
   ========================================================================== */

.txt_red{
	color:#C6002F;
}

.txt_green{
	color:#396;
}

.txt_pink{
	color:#CC5F7D;
}

.txt_gray{
	color:#999;
}

.txt_blue{
	color:#03F;
}

.txt_blue2{
	color:#799DE5;
}

.txt_murasaki{
	color:#90C;
}

.txt_brown{
	color:#C93;
}

/* =============================================================================
   テキスト関連(サイズ設定)
   ========================================================================== */

.txt_10p{
	font-size:10px;
}

.txt_11p{
	font-size:11px;
}

.text_14p{
	font-size:14px;
}

/* =============================================================================
   全体制御
   ========================================================================== */

html,body {
	height: 100%;
}

body {
	font-family: 'メイリオ', 'Osaka';
	font-size:12px;
	line-height:18px;
}


ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

img {
   vertical-align:bottom
}

/* =============================================================================
   テンプレート
   ========================================================================== */

#wrapper{
	width:1100px;
	overflow:hidden;
	margin:auto;
}

#head{
	width:1100px;
	height:110px;
	background-image:url(../images/tmp/head_logo.png);
}

#menu{
	width:1100px;
	height:50px;
	padding-top:30px;
	text-align:right;
}

#page_title{
	width:500px;
	height:60px;
	margin:auto;
}

#copy{
	width:1100px;
	height:15px;
	text-align:right;
	margin:auto;
}


/* =============================================================================
   ビデオページ
   ========================================================================== */
#box_info{
	position:relative;
	width: 1100px;
	margin: auto;
}

#box_info2{
	position:relative;
	width: 1100px;
	height:550px;
	margin: auto;
	background-image:url(../images/video/info_box.png);
}

#onsale{
	width:525px;
	height:77px;
	margin:auto;
}


#sound_v05{
	position: absolute;
	width: 470px;
	height: 112px;
	top: 369px;
	left: 30px;
	z-index: 10;
}


/* =============================================================================
   イントロページ
   ========================================================================== */
#intro_title{
	width:1100px;
	height:240px;
	margin:auto;
}

#box_staff{
	width:1100px;
	height:426px;
	margin:auto
}


/* =============================================================================
   ニュース
   ========================================================================== */

.cell_yellow{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:20px;
	border-radius: 15px;
	font-size:14px;
	background-image:url(../images/news/bg00.png);
	font-family: 'メイリオ', 'Osaka';
	overflow:hidden;
	border:solid 2px #A27B5B;
}

h3{
	background-color:#D4B986;
	padding:5px;
}
