@charset "UTF-8";

html, body { 
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 90%;
	height:100%;
	margin: 0;
	padding: 0;
	background-image: url('../images/shadow.gif');
	background-repeat: repeat-y;
    background-position: center;
	-webkit-text-size-adjust: 100%;
}


.cursor {  cursor: pointer}

a:link {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000; 
	text-decoration: none;
}

a:visited {	
	color: #000; 
	text-decoration: none;
}

a:hover {
	color: #00d3b5; 
	text-decoration: none; 
}

#wrapper {
	background-image: url('');
	background-repeat: repeat-y;
	text-align: left;
	width: 1050px;
	height: auto;
	margin-top: none;
	margin-left: auto;
	margin-right: auto;
	position: center;
	float:center;
}

#header {
	width: 1050px;
	height: 300px;
	margin-top: none;

}

#navbar {
	width: 200px;
	height: auto;
	margin-top: none;
	float: left;
	
}

#copyright {
	width: 70px;
	height: 400px;
	float: left;
}

#menubar {
	width: 130px;
	height: auto;
	padding-top: 45px;
	float: left;
}

#submenubar {
	width: 600px;
	height: 45px;
	margin-top: 20px;
	float: left;
}

#navi {
	width: 400px;
	height: 15px;
	margin-top: 10px;
	padding-left: 55px;
	float: left;
}

#container{
	background-color: #f5f5f5;
	width: 1050px;
	height: auto;
	margin-top: none;
	float: left;
	letter-spacing:0.25em;
}

#container1{
	background-color: #fff;
	width: 1050px;
	height: auto;
	margin-top: none;
	float: left;
	letter-spacing:0.05em;
}


#container2{
	width: 940px;
	height: 750px;
	margin-top: none;
	float: left;
}

.workcontainer{
	width: 530px;
	height: auto;
	text-align: left;
	margin-top: 5px;
	margin-left: 55px;
	float: left;
}

.worktext{
	width: 500px;
	height: auto;
	margin-top: 15px;
	margin-left: 55px;
	float: left;
	font-size: 90%;
	color: #000000;
	text-align: left;
}

.textbox {
	font-size: 90%;
	color: white;
	text-align: left;
	
}

.textbox2 {
	font-size: 12.5px;
	color: white;
	text-align: left;
	line-height: 0.7;
	height:auto;
	
}


hr.thin {
            color: #FFFFFF;
            background-color: #FFFFFF;
            height: 1px;
            border: 0;
            width: 500px;
        }
		
hr.thin2 {
            color: #000000;
            background-color: #000000;
            height: 1px;
            border: 0;
            width: 500px;
        }	

p {
	font-size: 12.5px;
	line-height: 0.7;
}

p.eng {
	line-height: 0.5;
	font-size: 13.5px;
}

.smalltext {
	line-height: 1.4;
	font-size: 12.5px;
}

#footer {
	width: 1050px;
	height: 100px;
	clear: both;
	letter-spacing:0.05em;
}

/* ---------- link color ------------*/

a.linkcolor1 {color: #000000;}
a.linkcolor1:link  {text-decoration: none; color: #000000;}
a.linkcolor1:visited {text-decoration: none; color: #000000;}
a.linkcolor1:hover {text-decoration: none; color: #78582e;}
a.linkcolor1:active {text-decoration: none; color: #ffffff;}



/* ---------------- nav bar ------------------*/

.menu > li {
	position: relative;
	list-style-type: none;
	padding-bottom: 20px;
}   

.menu > li.menu1 > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_about.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.menu > li.menu2 > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_works.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.menu > li.menu3 > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_contact.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.menu > li.menu4 > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_home.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}

.menu > li.menu5 > a { 
	display: block;
	width: 70px;
	height: 16px;
	list-style-type: none;
	background-image: url('../images/btn_blog.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}


.menu > li.menu1 > a:hover { 
	background-position: 0 -13px; 
}
.menu > li.menu2 > a:hover { 
	background-position: 0 -13px; 
}
.menu > li.menu3 > a:hover { 
	background-position: 0 -13px; 
}
.menu > li.menu4 > a:hover { 
	background-position: 0 -13px; 
}
.menu > li.menu5 > a:hover { 
	background-position: 0 -16px; 
}

/* ---------------- submenu ------------------*/


.submenu > li {
	position: relative;
	list-style-type: none;
	padding-left: 10px;
	float: left;
}   

.submenu > li.submenu1 > a { 
	display: block;
	width: 57px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_all.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}

.submenu > li.submenu2 > a { 
	display: block;
	width: 80px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_web.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.submenu > li.submenu3 > a { 
	display: block;
	width: 102px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_music.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.submenu > li.submenu4 > a { 
	display: block;
	width: 105px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_merch.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}
.submenu > li.submenu5 > a { 
	display: block;
	width: 85px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_print.png'); 
	background-repeat: no-repeat;
	background-size: cover;
}


.submenu > li.submenu1 > a:hover { 
	background-position: 0 -25px; 
}
.submenu > li.submenu2 > a:hover { 
	background-position: 0 -25px; 
}
.submenu > li.submenu3 > a:hover { 
	background-position: 0 -25px; 
}
.submenu > li.submenu4 > a:hover { 
	background-position: 0 -25px; 
}
.submenu > li.submenu5 > a:hover { 
	background-position: 0 -25px; 
}





/* ---------------- buttons ON state ------------------*/


.menu > li.menu1_on > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_about.png'); 
	background-repeat: no-repeat;
	background-position: 0 -13px; 
	background-size: cover;
}
.menu > li.menu2_on > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_works.png'); 
	background-repeat: no-repeat;
	background-position: 0 -13px; 
	background-size: cover;
}
.menu > li.menu3_on > a { 
	display: block;
	width: 70px;
	height: 13px;
	list-style-type: none;
	background-image: url('../images/btn_contact.png'); 
	background-repeat: no-repeat;
	background-position: 0 -13px; 
	background-size: cover;
}




.submenu > li.submenu1_on > a { 
	display: block;
	width: 57px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_all.png'); 
	background-repeat: no-repeat;
	background-position: 0 -25px; 
	background-size: cover;
}

.submenu > li.submenu2_on > a { 
	display: block;
	width: 80px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_web.png'); 
	background-repeat: no-repeat;
	background-position: 0 -25px; 
	background-size: cover;
}
.submenu > li.submenu3_on > a { 
	display: block;
	width: 102px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_music.png'); 
	background-repeat: no-repeat;
	background-position: 0 -25px; 
	background-size: cover;
}
.submenu > li.submenu4_on > a { 
	display: block;
	width: 105px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_merch.png'); 
	background-repeat: no-repeat;
	background-position: 0 -25px; 
	background-size: cover;
}
.submenu > li.submenu5_on > a { 
	display: block;
	width: 85px;
	height: 25px;
	list-style-type: none;
	background-image: url('../images/btn_print.png'); 
	background-repeat: no-repeat;
	background-position: 0 -25px; 
	background-size: cover;
}









/* ---------------- buttons ------------------*/

.btn_next {
	display:block;
	position: absolute;
	width:70px; height:62px;
	background: url(../images/arrow_big.png);
	background-repeat: no-repeat;
	float:left;
}

.btn_next_on {
	display:block;
	width:70px; height:62px;
	background-image: url(../images/arrow_big.png);
	background-repeat: no-repeat;
	float:left;
}

.btn_next:hover {
	background-image: url(../images/arrow_big.png);
	background-position: 0 -62px;
}








.pic {
	opacity: 1;
	filter: alpha(opacity=100);
}
	
.pic:hover {
	opacity: 0.7; filter: alpha(opacity=70);
}