@charset "utf-8";

@import url(reset.css); /* Reset CSS */
@import url(base.css); /* Base, Fonts CSS */

body{
	text-align: center;
	color: #eee;
}

/*h1, h2, h3{
	margin: 0;
	color: #fc3;
	font-size: 123.1%;
	letter-spacing: 3;
}

h3{
	color: #fc6;
	font-size: 108%;
	letter-spacing: 2;
}*/

h1, h2, h3{
	margin:0px;
	padding:0px;
	color:#fc3;
	font-size:14px;
	letter-spacing:3;
}

h3{
	color:#fc6;
	font-size:12px;
	letter-spacing:2;
}

p{
	text-align: justify;
	text-justify: distribute;
}

img{
	border: none;
	vertical-align: baseline;
}

a{color: #f90;}
a:hover{color: #f00;}


#container{
	text-align: left;
}

#head{
	padding: 10px 0;
	background:#000 url(../img/head_small.gif) repeat-x bottom left;
	text-align: center;
}
	#head p{
		margin: 0;
		text-align: center;
	}

#content{
	padding: 0 10px;
	background:#432f1f url(../img/bg_small.gif);
}

#foot{
	clear:both;
	height:40px;
	background:#000 url(../img/foot_small.gif);
	text-align:center;
}

#fromOA h3 , #fromNOT h3{
	margin-left:14px;
}

#fromOA div p , #fromNOT div p{
	margin-left:14px;
}


/*--Tab User Interface Sample--*/

div#cs_dvd_tab ul#tab , div#cs_dvd_tab3 ul#tab {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #fff;
	float: left;
	width: 100%;
}

div#cs_dvd_tab ul#tab li {
	list-style-type: none;
	width: 45%;
	margin:0 0 0 0.5em;
	padding: 0.05em 0.5em;
	border: 1px solid #fff;
	border-bottom: none;
	text-align: center;
	float: left;
}

div#cs_dvd_tab3 ul#tab li { /* dvd_cs3.html */
	list-style-type: none;
	width: 30%;
	margin:0 0 0 0.5em;
	padding: 0.05em 0.5em;
	border: 1px solid #fff;
	border-bottom: none;
	text-align: center;
	float: left;
}
div#cs_dvd_tab ul#tab li a , div#cs_dvd_tab3 ul#tab li a {
	color: #fff;
	text-decoration: none;
}

div#cs_dvd_tab ul#tab li.selected , div#cs_dvd_tab3 ul#tab li.selected {
	border: 1px solid #fff;
	border-bottom: none;
	background-color: #fc3;
}

div#cs_dvd_tab ul#tab li.selected a , div#cs_dvd_tab3 ul#tab li.selected a {
	color: #000;
}

div#cs_dvd_tab div#chihara,
div#cs_dvd_tab div#miyagawa,
div#cs_dvd_tab div#komoto,
div#cs_dvd_tab div#kobayashi,
div#cs_dvd_tab3 div#miyagawa,
div#cs_dvd_tab3 div#komoto,
div#cs_dvd_tab3 div#kobayashi{
	clear: both;
	padding: 1em;
	border: 1px dashed #fff;
	border-top: none;
}
div#cs_dvd_tab div#chihara h2,
div#cs_dvd_tab div#miyagawa h2,
div#cs_dvd_tab div#komoto h2,
div#cs_dvd_tab div#kobayashi h2,
div#cs_dvd_tab3 div#miyagawa h2,
div#cs_dvd_tab3 div#komoto h2,
div#cs_dvd_tab3 div#kobayashi h2{
	margin: 0;
}

/*--ゆるせない話 dvd7--*/

#content .dvd7_img {
	background:url(../photo/dvd7img.jpg) right top no-repeat;
	overflow:hidden;
	min-height:415px;
	height:auto !important;
	height:415px;
	margin:0;
	padding:0 165px 15px 0;
}
	
