@charset "UTF-8";
html{
    height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
    height:100%;
}

img {
border: 0;
}

#main_contents {
	width:1000px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-500px;
}

#full_contents {
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}

/*headr*/

#header {
	height: 65px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#header #navi ul li {
	list-style-type: none;
	float: left;
	background-color: #FFF;
	padding-left: 10px;
}
#header #navi {
	width: 600px;
	float: right;
}
#header #logo {
	float: left;
	width: 193px;
	padding: 5px;
}
#header #navi ul {
	padding: 0px;
	margin: 0px;
}
.bt01 a {
	display: block;
	width: 99px;
	height: 30px;
	background: url(../images/bt_01_f2.gif) no-repeat;
}
.bt02 a {
	display: block;
	width: 87px;
	height: 30px;
	background: url(../images/bt_02_f2.gif) no-repeat;
}
.bt03 a {
	display: block;
	width: 73px;
	height: 30px;
	background: url(../images/bt_03_f2.gif) no-repeat;
}
.bt04 a {
	display: block;
	width: 71px;
	height: 30px;
	background: url(../images/bt_04_f2.gif) no-repeat;
}
.bt05 a {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../images/bt_05_f2.gif) no-repeat;
}

.bt06 a {
	display: block;
	width: 103px;
	height: 30px;
	background: url(../images/bt_06.gif) no-repeat;
}

#navi ul a:hover {
	/* IE6用設定 */
	background-color: #000;
}
#navi ul a:hover img {
	/* ロールーオーバー時にimg要素を非表示 */
	visibility: hidden;
}



#contents {
	width: 1000px;
	font-size: 12px;
	line-height: 2em;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 100px;
	padding-top: 50px;
}



a:hover img.hoverimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.works_contents {
	width: 900px;
	margin-left: 50px;
}
.works_contents ul li {
	list-style-type: none;
	float: left;
	width: 232px;
	margin-right: 50px;
}
.vol {
	background-color: #F00;
	width: 50px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 0.5em;
	background-image: url(../images/texture2.gif);
}
#contents .works_contents ul li span {
	font-size: 12px;
	color: #666;
}
.whats_contents table tr td {
	padding: 10px;
}
#contents .whats_contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.whats_contents table tr td span {
	font-weight: bolder;
	margin-right: 5px;
}


/*footer*/

#footer {
	color: #666;
	padding: 0px;
	background-color: #EFEFEF;
	margin: 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../images/texture.gif);
}
#copyright {
	font-size: 8px;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	vertical-align: middle;
	margin-top: 10px;
}
#footer #copyright a img {
	vertical-align: middle;
	margin-left: 8px;
}



.crear {
	clear: both;
}
#pagetitle {
	padding-bottom: 50px;
}
.whats_contents p {
}
.whats_contents .subtitle {
	padding-top: 20px;
	padding-bottom: 5px;
}
.volset {
	width: 330px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 0px;
}
.volset ul li {
	float: left;
	list-style-type: none;
	background-color: #EFEFEF;
	margin-right: 10px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 2px solid #E7E7E7;
	background-image: url(../images/texture.gif);
}
.volset ul .bt_active {
	background-color: #F00;
	background-image: url(../images/texture2.gif);
}
#daitai {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.partner_title {
	width: 552px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.partner_contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.partner_message {
	height: 450px;
	width: 900px;
	background-image: url(../images/partner_03.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

.partner_set {
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
}


/* partnerページのリンク指定 */
.partner_set a:link {
	color: #C30;
}
.partner_set a:visited {
	color: #C30;
}
.partner_set a:hover {
	color: #C90;
}
.partner_set a:active {
	color: #C90;
}
