/* Jun's WorkShop - CSS */

/*---- without Opera & IE4 & NN4 ----*/
@import "jk_noopera.css";

/*---- basic ----*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffcc66;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	scrollbar-track-color: #330000;
	scrollbar-face-color: #330000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #330000;
	scrollbar-3dlight-color: #330000;
	scrollbar-arrow-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.6em;
}

p {
	margin: 0px;
	padding: 15px;
}

a {
	color: #ffffff;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	line-height: normal;
}

textarea {
	font-size: inherit;
	line-height: inherit;
}

td {
	font-size: 12px;
	line-height: 1.6em;
}

ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*---- container ----*/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
	height: 600px;
}


/*---- header ----*/
h1 {
	width: 100%;
	height: 50px;
	background-color: #ff9900;
	background-image: url(../image/title.gif);
	background-repeat: no-repeat;
}

h1 a {
	display: block;
	width: 250px;
	height: 50px;
}

h1 a span {
	display: none;
	visibility: hidden;
}


#pageheader {
	position: absolute;
	top: 0px;
	width: 780px;
	height: 50px;
	background-color: #ff9900;
	background-color: transparent;
	background-image: url(../image/title.gif);
	background-repeat: no-repeat;
}

#pageheader a {
	display: block;
	width: 250px;
	height: 50px;
}

#pageheader a span {
	display: none;
	visibility: hidden;
}


/*---- mainmenu ----*/
#mainmenu {
	display: block;
	position: absolute;
	top: 500px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 100px;
	background-color: #ff9900;
	background-image: url(../image/menu_bg.gif);
	background-repeat: no-repeat;
}

#mainmenu li {
	list-style: none;
	position: absolute;
	top: 0px;
	margin: 0px;
	height: 25px;
	background-repeat: no-repeat;
}

#mainmenu li a {
	display: block;
	width: 100%;
	height: 25px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
}

#mainmenu li a span {
	display: none;
	visibility: hidden;
}

/* top */
#mainmenu li#mtop {
	left: 15px;
	width: 35px;
}

/* profile */
#mainmenu li#mprofile {
	left: 50px;
	width: 60px;
}

/* discography */
#mainmenu li#mdiscography {
	left: 110px;
	width: 105px;
}

/* schedule */
#mainmenu li#mschedule {
	left: 215px;
	width: 80px;
}

/* report */
#mainmenu li#mreport {
	left: 295px;
	width: 60px;
}

/* bbs */
#mainmenu li#mbbs {
	left: 355px;
	width: 45px;
}

/* link */
#mainmenu li#mlink {
	left: 400px;
	width: 35px;
}

/* sapatos */
#mainmenu li#msapatos {
	left: 475px;
	width: 105px;
}

/* ddcool */
#mainmenu li#mddcool {
	top: 80px;
	left: 15px;
	width: 135px;
	height: 20px;
}
#mainmenu li#mddcool a {
	height: 20px;
}


/*---- main ----*/
#main {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 450px;
	background-color: #660000;
}

.content {
	height: 450px;
	overflow: auto;
}

.cd-icon {
	margin: 0 0.25em;
	vertical-align: -0.25em;
}

/* top */
body#top #main {
	position: absolute;
	top: 50px;
}

body#top .content {
	position: absolute;
	right: 0px;
	width: 420px;
}

body#top .content h2 {
	margin-top: 15px;
	margin-right: 30px;
	text-align: center;
}

body#top .content .contentheader {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

body#top .content h3 {
	margin: 0px;
	margin-right: 30px;
}

body#top #news {
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	padding-left: 30px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

body#top #news li {
	margin: 10px 0px;
}

body#top #update {
	margin: 0px;
	margin-top: 5px;
	margin-right: 30px;
	padding: 0px;
}

body#top #update dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 60%;
}

body#top #update dd {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 30%;
	text-align: right;
}

body#top .content .counter {
	clear: both;
	margin: 0px;
	margin-right: 30px;
	padding: 15px 0px 15px 0px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: right;
}

body#top address {
	clear: both;
	margin-right: 30px;
	padding: 0px 0px 15px 0px;
	font-style: normal;
	text-align: right;
}

body#top #image {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 300px;
	height: 420px;
}

body#top #image img {
	width: 300px;
	height: 420px;
	border: none;
}


/* profile */
body#profile #mainmenu li#mprofile a {
	background-image: url(../image/menu_profile_hover.gif);
}

body#profile #main {
	background-image: url(../image/profile_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

body#profile .content {
	width: 100%;
}

body#profile .content p {
	margin: 0px;
	margin-left: 15px;
	padding: 15px 0px;
	width: 190px;
}


/* discography */
body#discography #mainmenu li#mdiscography a {
	background-image: url(../image/menu_discography_hover.gif);
}

body#discography .content {
	padding: 15px;
	padding-bottom: 0px;
	height: 435px;
}

body#discography p {
	margin: 0px;
	padding: 0px;
}

body#discography .icon {
	margin: 0px 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

body#discography .subtitle {
	margin-left: 5px;
	font-size: 12px;
}

body#discography .cd {
	clear: both;
	margin-top: 15px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}

body#discography .cd#cmsong {
	padding-bottom: 15px;
}

body#discography .upperbox {
	margin: 30px 0px 5px;
	padding: 0px;
}

body#discography .list {
	float: right;
	width: 370px;
	_height: 280px;
	min-height: 280px;
}

body#discography li {
	font-size: 16px;
}

body#discography .musicdl {
	background-image: url(../image/discography_icon_music.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
	margin-right: 5px;
	font-weight: bold;
}

body#discography .jacket img {
	float: left;
	height: 280px;
}

body#discography .downerbox {
	clear: both;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

body#discography .info {
	margin: 0px;
	padding: 0px;
	float: left;
}

body#discography .comment {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	width: 370px;
}


/* schedule */
body#schedule #mainmenu li#mschedule a {
	background-image: url(../image/menu_schedule_hover.gif);
}

body#schedule .content {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
}

body#schedule .navi {
	padding: 5px 15px;
	background-color: #330000;
	border: 2px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

body#schedule .page {
	margin-left: 15px;
}

body#schedule .new {
	vertical-align: text-bottom;
}

body#schedule table {
	width: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

body#schedule td {
	border: 1px solid #000000;
}

body#schedule .link {
	color: #330000;
}

body#schedule .date {
	padding: 0px 5px;
	width: 60px;
	text-align: right;
}

body#schedule .title {
	padding: 0px 15px;
	font-weight: bold;
	border-bottom: 0px none transparent;
}

body#schedule .tel {
	margin-left: 15px;
}

body#schedule .time {
	width: 120px;
	background-color: #ffcc66;
	color: #330000;
	text-align: center;
	border-right: 0px none transparent;
	border-bottom: 0px none transparent;
}

body#schedule .pay {
	width: 120px;
	background-color: #ffcc66;
	color: #330000;
	text-align: center;
	border-right: 0px none transparent;
	border-bottom: 0px none transparent;
}

body#schedule .comment {
	padding: 5px;
	background-color: #ffcc66;
	color: #330000;
	border-bottom: 0px none transparent;
}

body#schedule .artist {
	padding: 0px 15px;
	background-color: #ffcc66;
	color: #330000;
}

body#schedule .artist a {
	color: #330000;
}

body#schedule .x .date {
	background-color: #333300;
	background-image: url(../image/schedule_special.gif);
	background-repeat: no-repeat;
}

body#schedule .x .title {
	background-color: #333300;
}

body#schedule .x .time {
	background-color: #cccc99;
}

body#schedule .x .pay {
	background-color: #cccc99;
}

body#schedule .x .comment {
	background-color: #cccc99;
}

body#schedule .x .artist {
	background-color: #cccc99;
}

body#schedule .message {
	padding: 5px 15px;
	border: 2px solid #000000;
	border-top: 1px solid #000000;
}


/* report */
body#report #mainmenu li#mreport a {
	background-image: url(../image/menu_report_hover.gif);
}

body#report .content#contentbox {
	position: absolute;
	top: 0px;
	left: 180px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 450px;
}

body#report .content#submenubox {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 450px;
	background-color: #330000;
}

body#report .submenutitle {
	margin: 15px 15px 0px 15px;
	padding-left: 12px;
	background-image: url(../image/icon_headmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

body#report .submenu {
	margin: 0px;
	padding: 15px;
	padding-top: 0px;
	padding-right: 0px;
	list-style-type: none;
	list-style: none none inside;
}

body#report .submenu a {
	font-weight: normal;
}

body#report .switch {
	margin: 0px;
	padding: 15px 0px;
	list-style-type: none;
	list-style: none none inside;
}

body#report .switch a {
	padding-left: 12px;
	background-image: url(../image/icon_headmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

body#report .titlebox {
	margin: 15px;
	border-bottom: 1px solid #ffffff;
}

body#report .pagetitle {
	display: inline;
	font-size: 24px;
}

body#report .thanks {
	margin-left: 15px;
}

body#report .commentbox {
	margin: 15px;
}

body#report .target {
	margin: 0px;
	padding: 0px;
	float: left;
}

body#report .comment {
	margin: 0px;
	padding: 0px;
	float: left;
}

body#report .imagebox {
	margin-left: 17px;
	margin-top: 15px;
	clear: both;
}

body#report .image {
	margin-bottom: 15px;
	margin-right: 15px;
	width: 550px;
}

body#report .longwise {
	margin-bottom: 15px;
	margin-right: 15px;
	height: 420px;
}

body#report .small {
	margin-bottom: 15px;
	margin-right: 15px;
	width: 265px;
}

body#report .clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}

body.special#report .titlebox {
	position: absolute;
	float: left;
	margin: 15px 0px;
	padding: 0px 15px;
	width: 400px;
	height: 420px;
	border-right: 1px solid #ffffff;
	border-bottom: 0px none transparent;
}

body.special#report .titlebox .pagetitle {
	display: block;
	font-size: 24px;
	line-height: 36px;
}

body.special#report .titlebox#small .pagetitle {
	font-size: 18px;
	line-height: 28px;
}

body.special#report .titlebox .thanks {
	margin: 0px;
	line-height: 1.6em;
}

body.special#report .titlebox#small .thanks {
/*	margin-left: 15px;*/
}

body.special#report .titlebox .image {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 360px;
}

body.special#report .commentbox {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 169px;
	height: 450px;
}

body.special#report .navi {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
	bottom: 0px;
	width: 245px;
	text-align: center;
}

body.special#report .navi#toppage {
	width: 140px;
	top: 415px;
	left: 430px;
	margin-bottom: 15px;
	text-align: left;
}

body.special#report .prev {
	float: left;
}

body.special#report span.prev {
	color: #330000;
	font-weight: bold;
}

body.special#report .next {
	float: right;
}

body.special#report .navi#toppage .next {
	float: none;
	position: absolute;
	right: 0px;
	margin-right: 15px;
}

body.special#report span.next {
	color: #330000;
	font-weight: bold;
}

body.special#report .pagebox {
	margin-left: auto;
	margin-right: auto;
}

body.special#report .pagenum {
	padding: 0px 5px;
}

body.special#report .comment {
	float: none;
	margin: 0px;
	padding: 0px;
	height: 415px;
	overflow: auto;
}

body.special#report .comment p {
	margin: 15px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 15px;
}

body.special#report .box {
	position: absolute;
	width: 275px;
	height: 205px;
}

body.special#report .box .image {
	margin: 0px;
	padding: 0px;
	width: 275px;
	vertical-align: middle;
}

body.special#report .widebox {
	position: absolute;
	width: 570px;
	height: 205px;
}

body.special#report .widebox .image {
	margin: 0px;
	padding: 0px;
	width: 570px;
	height: 205px;
	vertical-align: middle;
}

body.special#report .longbox {
	position: absolute;
	width: 275px;
	height: 420px;
	overflow: auto;
}

body.special#report .longbox .image {
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 420px;
}

body.special#report #caption {
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 180px;
	overflow: auto;
}

body.special#report .longbox #caption {
	padding-top: 15px;
	height: auto;
}

body.special#report #caption dt {
	float: left;
	clear: both;
}

body.special#report #upleft {
	top: 15px;
	left: 15px;
}

body.special#report #upright {
	top: 15px;
	right: 15px;
}

body.special#report #downleft {
	bottom: 15px;
	left: 15px;
}

body.special#report #downright {
	bottom: 15px;
	right: 15px;
}


/* bbs */
body#bbs #mainmenu li#mbbs a {
	background-image: url(../image/menu_bbs_hover.gif);
}

body#bbs #main {
	background-image: url(../image/bbs_bg.jpg);
	background-repeat: no-repeat;
}

body#bbs .content {
	width: 100%;
	height: 450px;
}

body#bbs form {
	clear: both;
/*
	float: right;
*/
	width: 330px;
	text-align: center;
}

body#bbs .formbox {
	margin: 15px;
	background-color: #ffcc66;
	color: #330000;
	border: 2px solid #330000;
}

body#bbs .formtitle {
	text-align: center;
	color: #ffffff;
	background-color: #660000;
}

body#bbs .label {
	clear: both;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

body#bbs .form {
	text-align: left;
}

body#bbs .en {
	ime-mode: disabled;
}

body#bbs .label#message {
	display: block;
	width: auto;
	text-align: center;
	float: none;
}

body#bbs textarea {
	margin: 15px;
	margin-top: 0px;
	width: 260px;
}

body#bbs .submit {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

body#bbs .subject {
	clear: both;
/*
	float: right;
*/
	margin: 15px;
	width: 300px;
	background-color: #ffcc66;
	color: #330000;
	border: 2px solid #330000;
}

body#bbs .subject .title {
	padding: 0px 15px;
	color: #ffffff;
	background-color: #660000;
}

body#bbs .subject .info {
	padding: 0px 15px;
	text-align: right;
}

body#bbs .subject .info a {
	color: #330000;
}

body#bbs .subject .message {
	padding: 15px;
}

body#bbs .navi {
	clear: both;
/*
	float: right;
*/
	margin: 15px;
	width: 300px;
	text-align: center;
	color: #330000;
	background-color: #660000;
	border: 2px solid #330000;
}

body#bbs address {
	clear: both;
/*
	float: right;
*/
	padding: 15px;
	width: 300px;
	font-style: normal;
}


/* link */
body#link #mainmenu li#mlink a {
	background-image: url(../image/menu_link_hover.gif);
}

body#link .content#contentbox {
	position: absolute;
	top: 0px;
	left: 180px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 450px;
}

body#link .content#submenubox {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 450px;
	background-color: #330000;
}

body#link .submenutitle {
	margin: 15px 15px 0px 15px;
	padding-left: 12px;
	background-image: url(../image/icon_headmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

body#link .submenu {
	margin: 0px;
	padding: 15px;
	padding-top: 0px;
	list-style-type: none;
	list-style: none none inside;
}

body#link .submenu a {
	font-weight: normal;
}

body#link .category {
	margin: 0px;
	padding: 15px;
}

body#link .category a {
	font-weight: normal;
}

body#link .category dl {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

body#link .category dl .url {
	padding-left: 15px;
}

body#link .category dd {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

body#link .shop {
	margin: 15px;
	border-bottom: 1px solid #ffffff;
}

body#link .shop#last {
	border-bottom: 0px none transparent;
}

body#link .shop .shopname {
	display: inline;
	margin-right: 15px;
}

body#link .shop .map {
	font-size: 16px;
	font-weight: normal;
}

body#link .shop .linkurl {
	font-size: 16px;
	font-weight: normal;
}

body#link .shop .mail {
	font-weight: normal;
}

body#link .shop .image {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
}

body#link .shop .shopimage {
	width: 150px;
	height: 150px;
	border: 0px none transparent;
}

body#link .shop .clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}


/* sapatos */
body#sapatos #mainmenu li#msapatos a {
	background-image: url(../image/menu_sapatos_hover.gif);
}

body#sapatos #text {
	display: none;
	visibility: hidden;
}

body#sapatos .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 450px;
	background-color: transparent;
}

body#sapatos .image#default {
	z-index: 4;
}

body#sapatos .image#jun {
	z-index: 3;
}

body#sapatos .image#sanshiro {
	z-index: 2;
}

body#sapatos .switch {
	display: block;
	position: absolute;
	top: 0px;
	height: 450px;
	z-index: 5;
	background-color: transparent;
}

body#sapatos .switch#sjun {
	right: 0px;
	width: 390px;
}

body#sapatos .switch#ssanshiro {
	left: 0px;
	width: 290px;
}


/*---- win_ie ----\*/
*html body#top #update {
	height: 1%;
}

*html body#top #update dt {
	height: 1%;
}

*html body#top #update dd {
	height: 1%;
}

*html body#top address {
	height: 1%;
}

*html body#schedule table {
	width: 764px;
}

*html body.special#report #contentbox {
	overflow: hidden;
}

*html body.special#report .titlebox {
	left: 0;
	width: 430px;
	w\ idth: 400px;
}

*html body.special#report .navi {
	width: 275px;
	w\ idth: 245px;
}

*html body.special#report .navi#toppage {
	width: 175px;
	w\ idth: 140px;
}

*html body#report .submenu {
	list-style-position: outside;
}

*html body#report .clear {
	display: none;
	visibility: hidden;
}

*html body#bbs .content {
	text-align: left;
}

*html body#bbs form {
	clear: none;
	float: none;
}

*html body#bbs .subject {
	clear: none;
	float: none;
	text-align: left;
}

*html body#bbs .navi {
	clear: none;
	float: none;
}

*html body#bbs address {
	clear: none;
	float: none;
	text-align: left;
}

*html body#link .submenu {
	list-style-position: outside;
}

/**/


/*---- mac_ie ----\*//*/
body#top address {
	padding-bottom: 30px;
}

body#discography .content {
	padding-right: 30px;
	padding-bottom: 30px;
	height: 405px;
}

body#report .submenu {
	margin-right: 15px;
}

body.special#report  .content#contentbox {
	overflow: clip;
}

body#report .titlebox {
	width: 550px;
}

body#report .imagebox {
	margin: 15px;
	padding-bottom: 15px;
	width: 550px;
}

body.special#report .comment {
	width: 169px;
}

body.special#report .comment p {
	margin-right: 0px;
	padding-bottom: 15px;
	width: 139px;
}

body.special#report #caption dl {
	margin-right: 15px;
}

body#schedule .navi {
	width: 730px;
}

body#schedule table {
	width: 763px;
}

body#schedule .message {
	width: 730px;
}

body#bbs .formbox {
	margin-right: 30px;
	width: 300px;
}

body#bbs .subject {
	margin-right: 30px;
}

body#bbs .navi {
	margin-right: 30px;
}

body#bbs .navi span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body#bbs address {
	padding-right: 30px;
}

body#link .category {
	margin: 15px;
	margin-bottom: 0px;
	margin-right: 30px;
	padding: 0px;
	padding-bottom: 15px;
}

body#link .shop {
	width: 555px;
}

body#sapatos .image {
	position: relative;
}

body#sapatos .image#jun {
	top: -450px;
}

body#sapatos .image#sanshiro {
	top: -900px;
}

body#sapatos .switch {
	position: relative;
}

body#sapatos .switch#sjun {
	top: -1350px;
	left: 390px;
}

body#sapatos .switch#ssanshiro {
	top: -1800px;
}

/**/

