@charset "utf-8";

/*
Theme Name: 969.under.jp/
Theme URI: http://969.under.jp/
Description: 969.under.jp/
Version: 1.0
Author: TAIHAI ROMAN
Author URI: http://969.under.jp/
Tags: Original
*/


/* defaults
----------------------------------------*/

body {
		margin: 0;
		padding: 0;
		
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		
		font-size: 12px;		
		color: #000;
		
		background: url(../img/parts/bg_body.jpg) repeat;
}

img {
		display: block;
		
		margin: 0;
		padding: 0;
		
		border: 0;
}
.css_img_hover {
		transition: opacity 0.1s ease-in 0;
}

img.css_img_hover:hover {
    opacity:0.60;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    -ms-filter:"alpha(opacity=60)";
}

/* link_setup */
a { color: #900;}
a:hover { font-weight: bold;}


/* text_color */
.text_color_red { color: #900;}


/* wrapper
----------------------------------------*/

#wrapper {
		margin: 0 auto;
		padding: 0;
		
		width: 1100px;
		
		background: url(../img/parts/bg_wrap.jpg) repeat-y;
}

#bg_box {
		margin: 0;
		padding: 0 195px;
		
		width: 710px;
		
		background: url(../img/parts/bg_content.jpg) no-repeat;
}


/* container
----------------------------------------*/

#container {
		position: relative;
		
		margin: 0;
		padding: 0 5px 120px;
		
		width: 700px;
		/*min-height: 870px;*/
		
		background: url(../img/parts/bg_footer.jpg) no-repeat bottom;
}


/* header
----------------------------------------*/

#header {
		position: relative;
		
		margin: 0;
		padding: 0;
		
		width: 700px;
		height: 250px;
}

#header > h1 {
		position: absolute;
		top: 17px;
		left: 3px;
		
		margin: 0;
		padding: 0;
		
		width: 153px;
}

#nav {
		position: absolute;
		top: 144px;
		left: 29px;
		
		margin: 0;
		padding: 0;
		
		width: 495px;
		height:80px;
		
		list-style: none;
}
#nav:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}

#nav > li {
		margin: 0;
		padding: 0;
		
		height: 50px;
		
		float: left;
}

#nav > li:first-child {
		margin: 0;
		padding: 0;
		
		height: 30px;
		
		float: none;
}

#nav > li:last-child {
		margin: 0 0 0 12px;
}


/* footer
----------------------------------------*/

#footer {
		position: absolute;
		bottom: 0;
		left: 0;
		
		margin: 0;
		padding: 0;
		
		width: 700px;
		height: 120px;
}

.pagetop {
		position: absolute;
		bottom: 14px;
		right: 16px;
		
		margin: 0;
		padding: 0;
		
		width: 66px;
}

/* contents
----------------------------------------*/

#contents {
		margin: 0;
		padding: 10px 0;
		
		width: 700px;
		min-height: 300px;
}

/* index
----------------------------------------*/

.bx-wrapper {
		margin: 0 auto 20px;
}

#slider {
		margin: 0;
		padding: 0;
		
		width: 590px;
		height: 220px;
		
		background: #CCC;
}

.bx-prev {
		position: absolute;
		top: 0;
		left: -16px;
}

.bx-next {
		position: absolute;
		top: 0;
		right: -16px;
}

.bx-pager {
		position: absolute;
		bottom: 8px;
		right: 10px;
		
		width: 
}
.bx-pager:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}

.pager-link {
		display: block;
		margin: 0 0 0 3px;
		padding: 0;
		
		width: 10px;
		height: 10px;
		
		float: left;
		
		border: 1px solid #999;
		background: #ccc;
}

.pager-link:hover,.pager-active {
		background: #666;
}

.main_jq {
		margin: 0 auto 20px;
}

.profile_box {
		margin: 0 auto 30px;
		padding: 0;
		
		width: 542px;
}
.profile_box:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}

.profile_box > img {
		float: left;
}

.profile_box > dl {
		margin: 0;
		padding: 0;
		
		width: 420px;
		
		float: right;
}

.profile_box > dl > dt {
		margin: 0 0 8px;
		padding: 8px 0;
		
		width: 420px;
		
		font-size: 14px;		
		font-weight: bold;
		
		border-bottom: 1px dotted #ccc;
}

.profile_box > dl > dd {
		margin: 0;
		padding: 0;
		
		width: 420px;
}

.profile_box > dl > dd > p {
		margin: 0;
		padding: 0 0 16px;
		
		font-size: 12px;
		
		line-height: 120%;
}

.dl_contents {
		margin: 0 auto 30px;
		padding: 0;
		
		width: 620px;
}

.dl_contents > dt {
		margin: 0 0 15px;
		padding: 0 3px 5px;
		
		width: 614px;
		
		border-bottom: 1px solid #999;
}

.dl_contents > dd {
		margin: 0 auto 10px;
		padding: 0 0 5px;
		
		width: 540px;		
		
		border-bottom: 1px dotted #ccc;
}

.dl_contents > dd > strong {
		display: block;
		
		margin: 0;
		padding: 0;
		
		width: 82px;
		
		font-weight: bold;
		
		float: left;
}

.dl_contents > dd > ul {
		margin: 0;
		padding: 4px 0 0 82px;
		
		list-style: none;
}
.dl_contents > dd > ul > li {
		margin: 0;
		padding: 2px 0 4px;
}

.dl_contents > dd.onlineshop {
		margin: 0 auto 10px;
		padding: 0 0 5px;
		
		width: 540px;
		
		border-bottom: none;
}


/* info
----------------------------------------*/

.dl_contents > dd.info {
		margin: 0 auto 10px;
		padding: 0 0 5px;
		
		width: 540px;
		
		border-bottom: none;
}

.dl_contents > dd.info > dl {
		margin: 0;
		padding: 0;
		
		width: 540px;
}

.dl_contents > dd.info > dl > dt {
		margin: 0 0 12px;
		padding: 0 6px 5px;
		
		font-weight: bold;
		
		border-bottom: 1px dotted #ccc;
}

.dl_contents > dd.info > dl > dd {
		margin: 0;
		padding: 0 30px 5px;
		
		width: 480px;
}

.dl_contents > dd.info > dl > dd > table {
		margin: 0 0 20px;
		padding: 0;
		
		width: 480px;
		
		border-top: none;
		border-left: none;
		border-spacing: 0;
}

.dl_contents > dd.info > dl > dd > table th {
		margin: 0;
		padding: 2px 4px 4px;
		
		width: 50px;
		
		font-size: 12px;
		font-weight: normal;
		
		line-height: 120%;
		
		text-align: left;
		
		vertical-align: top;
		
		border-bottom: none;
		border-right: none;
}

.dl_contents > dd.info > dl > dd > table td {
		margin: 0;
		padding: 2px 4px 4px;
		
		width: 430px;
		
		font-size: 12px;
		
		line-height: 120%;
		
		text-align: left;
		
		vertical-align: top;
		
		border-bottom: none;
		border-right: none;
}

.dl_contents > dd.info a {
		color: #999;
		text-decoration: none;
}
.dl_contents > dd.info a:hover {
		font-weight: bold;
}

.dl_contents > dd.info > dl > dd > p {
		margin: 0;
		padding: 2px 0 14px;
		
		width: 480px;
		
		line-height: 120%;
		
		border-top: none;
		border-left: none;
		border-spacing: 0;
}

.dl_contents > dd.info > dl > dd > table {
		margin: 0 0 20px;
		padding: 0;
		
		width: 540px;
		
		border-top: none;
		border-left: none;
		border-spacing: 0;
}

.dl_contents > dd.info > table caption {
		margin: 0;
		padding: 20px 4px 4px;
		
		width: 540px;
		
		font-size: 12px;
		font-weight: bold;
		color: #999;
		
		line-height: 120%;
		
		text-align: left;
}

.dl_contents > dd.info > table th {
		margin: 0;
		padding: 2px 4px 4px;
		
		width: 155px;
		
		font-size: 12px;
		font-weight: bold;
		
		line-height: 120%;
		
		text-align: left;
		
		vertical-align: top;
		
		border-bottom: 1px dotted #ccc;
		border-right: none;
}

.dl_contents > dd.info > table td {
		margin: 0;
		padding: 2px 4px 4px;
		
		width: 385px;
		
		font-size: 12px;
		
		line-height: 120%;
		
		text-align: left;
		
		vertical-align: top;
		
		border-bottom: 1px dotted #ccc;
		border-right: none;
}


/* works
----------------------------------------*/

.dl_contents > dd.works {
		margin: 0 auto 10px;
		padding: 0 0 5px;
		
		width: 590px;
		
		border-bottom: none;
}

.dl_contents > dd.works > ul {
		margin: 0;
		padding: 0;
		
		width: 590px;
		
		list-style: none;
}
.dl_contents > dd.works > ul:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}

.dl_contents > dd.works > ul > li {
		margin: 0 10px 10px 0;
		padding: 0;
		
		width: 50px;
		height: 50px;
		
		float: left;
}
.dl_contents > dd.works > ul > li:nth-child(10n) {
		margin: 0 0 10px 0;
}

.dl_contents > dd.works > div {
		margin: 0;
		padding: 15px 0 15px;
		
		width: 590px;
		
		border-bottom: 1px dotted #ccc;
}
.dl_contents > dd.works > div:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}
.dl_contents > dd.works > div:first-child {
		padding: 10px 0 15px;
}

.dl_contents > dd.works > div > a > img {
		float: left;
}

.dl_contents > dd.works > div > dl {
		margin: 0;
		padding: 0;
		
		width: 420px;
		
		float: right;
}

.dl_contents > dd.works > div > dl > dt {
		margin: 0;
		padding: 0 0 20px;
		
		font-size: 12px;
		
		line-height: 120%;
}

.dl_contents > dd.works > div > dl > dd {
		margin: 0;
		padding: 0;
		
		font-size: 12px;
		
		line-height: 120%;
}