@charset "UTF-8";
/* CSS Document */
		
*{
	margin:0;
	padding:0;
	}

html {
	overflow-y:auto;
}

iframe {
	overflow:hidden;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object	{
	vertical-align: top;
	width:950px;
	margin:0 auto;
	padding:0 13px 0 0;
	
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}

img{
	border:none;
	vertical-align:bottom;
	}	
	
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	line-height: 130%;
	font-size:12px;
	overflow-y:hidden;
	background: url(../images/bg.gif);
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */

a{
	outline:0;
	color:#fff;
	text-decoration:none;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* ------------- */

.reset {
	margin:0 !important;
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/

#wrapper {
	width: 940px;
	padding: 40px 20px 20px 20px;
	margin: 0 auto;
	background: #fff;
}

#header {
	margin-bottom: 30px;
}

#header p {
	float: left;
}

#header h1 {
	float: left;
	margin: 0 91px 0 156px;
}

#slider {
	margin-bottom: 50px;
	}

#headContents ul li {
	margin-bottom: 50px;
}

#gNavi ul {
	margin-bottom: 50px;
}

#gNavi ul li {
	float: left;
}

.smallThumList ul li {
	float: left;
	margin: 0px 0px 50px 8px;
}

.thumList ul {
	margin-bottom: 20px;
}

.thumList ul li {
	float: left;
	margin-left: 20px;
}

#contentsQuality {
	padding-top: 10px;
	margin: 0px 0 80px 0;
}

#contentsQuality h2 {
	margin-bottom: 30px;
}

#contentsQuality p {
	margin-bottom: 66px;
}

#contentsQuality .lastChild {
	margin-bottom: -36px;
}

.contentsGenre {
	margin-bottom: 80px;
}

.contentsGenre h3,
.contentsCase h3 {
	margin-bottom: 20px;
}

.contentsCase {
	padding-bottom: 80px;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
}

.contentsCase .thumList {
	margin-bottom: 80px;
}

.contentsCase ul li {
	float: left;
	margin-left: 20px;
}

.contentsCase #contact {
	text-align: center;
}

#copy p {
	font-size: 11px;
	text-align: center;
}

#footLink {
	margin-top: 158px;
	}

#footLink p .footRight {
	margin-left: 468px;
	}

.pageTop {
	float: right;
	margin-bottom: 100px;
	}
	
.pageTop2 {
	float: right;
	margin: 30px 0px 80px 0px;
	}