@charset "Shift_JIS";

/*

■共用CSS定義ファイル

	1.タグ設定
	2.共用ボックス設定
	3.共用要素クラス、ID設定

---------------------------------------------------------------------------------------
1.タグ設定
--------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#000000;
}

	
body {
	background-color:#ffffff;
	background-image: url(../images/background.gif);
}

	
h1, h2, h3, h4, h5, h6, h7	{
	font-size:normal;
}

h1#logo {
	margin:1px 0 0 16px;
}

img	{ 
	border:none; 
}

	
a, a:link, a:visited	{ 
	color:#cc0000; 
}

	
a:hover, a:active {
	color:#0091F0;
}

	
p { 
	margin:0 0 8px 0; 
	padding:0; 
}

p.listtitle {
	margin-bottom:4px;
}
	
ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

em {
	font-style:normal;
	color:#cc0000;
}

address	{
		color:#000;
		font-size:12px;
		font-weight:normal;
		font-style:normal;
		text-decoration:none;
		text-align:center;
		padding:20px;
}
	
address a,
address a:link,
address a:hover , address a:visited {
		text-decoration:none;
		color:#000;
}


/*
---------------------------------------------------------------------------------------
2.共用ボックス設定
--------------------------------------------------------------------------------------- */

div#contents-outer {
	margin:0 auto;
	width: 795px;
	background-image: url(../images/bg_main.jpg);
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-top: 10px;
}

div#contents {
	width: 795px;
	background-image: url(../images/bg_loghts.gif);
	background-repeat: no-repeat;
	background-position: 74px 5px;
}

div#contents-inner {
	position:relative;
	width: 795px;
	background-repeat: no-repeat;
	background-image: url(../images/kirari.jpg);
	background-position: right top;
	padding-top: 15px;
}

div#navigation {
	
}

p#motto {
	position:absolute;
	left:375px;
	top:42px;
}

p#release {
	margin:2px 0 0 14px;
}

div#dvd_info {
	margin:10px 0 0 15px;
}

div#dvd_info p {
	font-size:12px;
	line-height: 1.2;
	margin-bottom: 6px;
}

p#tv_info {
	margin: 9px 0 6px 15px !important;
	font-size: 10px;

}

p#copy {
	margin: 0 0 0 15px;
	font-size: 10px;
}

img#casttxt {
	margin-bottom:2px;
}

div#campaign_frame {
	width:765px;
	margin:14px auto 0 auto;
	background-image: url(../images/cont2/frame.gif);
}

div#campaign {
	background-color: #FFFFFF;
	padding: 0 18px;
	background-repeat: no-repeat;
	background-position: 0px 70px;
	background-image: url(../images/cont2/pop.jpg);
	width: 720px;
	margin: 0 auto;
}

div#campaign h2 {
	margin-bottom:14px;
}

img#pop {
	float:left;
}

p#about {
	font-size: 11pt;
	font-weight: bold;
	line-height: 145%;
	color: #404040;

}

p#caution {
	font-size:10pt;
	line-height: 1.3;
}

p#btn {
	clear:left;
	margin:0;
}

div#about_card {}

div#about_card h3 {
	color:#ff3333;
	font-weight:bold;
	margin-bottom:0.4em;
	font-size: 11pt;
}

div#about_card p {
	line-height:1.3;
	font-size: 10pt;
}

div#about_card a,
div#about_card a:link,
div#about_card a:visited {
	color: #0091F0;
}

div#about_card a:hover {


}


ul#link {
	
}

ul#link li {
	padding:0 0 5px 12px;
	font-size: 10pt;
	background-image: url(../images/cont2/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#series1 {
	width:765px;
	margin: 14px auto 10px auto;
	
}

p#jackets {
	text-align:center;
}

p#jackets img {
	margin: 8px 6px 0 0;
}

img.last {
	margin-right:0;
}

/*
---------------------------------------------------------------------------------------
3.その他共用要素クラス、ID設定
--------------------------------------------------------------------------------------- */

p#original {
	margin:0 0 0 20px;
}

img#jkt_2_1 {
	float:left;
}

/*  ul, ol のキャプション */
p.list-caption {
	margin:1em 0 0 0;
	padding:0;
}

img.jkt {
	
}

img.jkt-bd {
	border:1px solid #cccccc;
}

div#cast {
	float:left;
	margin-left:16px;
}


.cast {
	font-size: 10pt;
	text-align: left;
}

div#dvd_info p#code_copy {
	font-size:10px;
	line-height: 1.2;
}

div#banner_area {
	top:406px;
	left:521px;
	position: absolute;
	width:257px;
	height:100px;
	background-image: url(../images/cont1/banner_area.gif);
}

img#bnr {
	margin:33px 0 0 12px;
}

img#card {
	float:right;
	margin-bottom: 8px;
}

div#camp_text {
	width:330px;
	padding-left: 190px;
	height: 190px;
}


div#about_card p#cpcaution2 {
	margin-top:1.1em;
	margin-bottom:0;
	padding-top:8px;
	clear: both;
	line-height: 1.4;
	font-size: x-small;
}


/*
--------------------------------------------------------------------------------------- */
.small {
	font-size:x-small;
}

.larger {
	font-size:larger;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
