@charset"Shift_JIS"

*{
  margin:0;
  padding:0;
  zoom:1;
}

/*ブラウザのデフォルトスタイルをリセットする設定（START）*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0; padding:0;
}

html {
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #CCCCCC;
}

table{border-collapse:collapse; border-spacing:0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight:normal;}

caption, th{text-align: left;}

h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}

q:before,q:after{content:'';}

abbr,acronym{ border:0; font-variant:normal;}
sup { vertical-align:text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select {*font-size:100%;}
legend{color:#000;}
/*ブラウザのデフォルトスタイルをリセットする設定（END）*/


/*Opera9*/
;;body { font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }

/*Internet Explorer8*/
html>/**/body { font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif; }

/*Internet Explorer7*/
*:first-child+html body { font-family: "メイリオ", Meiryo, sans-serif; }

/*Internet Explorer6 or sooner*/
* html body { font-family: "メイリオ", Meiryo, sans-serif; }

/*縦幅がアルバムごとに異なるので子ボックスの背景が親ボックスにも継承されるようにclearfixを設定*/
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
  
.clearfix {display: inline-block;} 
  
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */



/*共通の設定　　ＳＴＡＲＴ*/

#top_body { background-color: #FFFFFF; background-position: center; margin: 0px; text-align: center; }
#top_container { display: block; width: 960px; height: auto; margin: auto; }

/*ヘッダー部分、メニュー部分の設定　　ＳＴＡＲＴ*/
#top_head { display: block; width: 960px; height: auto; margin: 30px 0px 30px 0px; }
#top_logo { display: block; float: left; width: 500px; height: 72px; background-image: url(../img/top_logo.jpg); margin: 0px; padding: 0px;}
/*updateの設定　　ＳＴＡＲＴ*/
#update_body { display: block; float: left; margin: 0px 0px 30px 50px; padding: 0px; font-size: 10px; line-height: 12px; color: #000000; text-align: left; width: 390px; height: auto;}
#update_body a:hover { color: #333333;  }
#update_body dl { margin: 0px 0px 0px 0px; padding: 0px; }
#update_body dt { margin: 5px 0px 0px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }
#update_body dd { margin: 0px; padding: 0px 0px 0px 0px;  }
#update_body a { text-decoration: none; border-bottom: 1px dashed #000000; color: #000000; }
.wnew_new  { color: #ffffff; background-color: #FF0000; padding: 1px; }
/*updateの設定　　ＥＮＤ*/
#menu { clear:both; display: block; width: 960px; height: 34px; margin: 0px 0px 0px 0px; }
#top_body #menu em { float: left; list-style: none; text-indent: -9999px; /*テキスト非表示*/ }
#top_body #menu em.btn1 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: 0px 0px; margin: 0px 0px 0px 0px; }
#top_body #menu em.btn2 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -139px 0px; margin: 0px 0px 0px 11px; }
#top_body #menu em.btn3 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -278px 0px; margin: 0px 0px 0px 11px; }
#top_body #menu em.btn4 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -416px 0px; margin: 0px 0px 0px 11px; }
#top_body #menu em.btn5 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -695px 0px; margin: 0px 0px 0px 11px; }
#top_body #menu em.btn6 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -835px 0px; margin: 0px 0px 0px 11px; }
#top_body #menu em.btn7 a { text-decoration: none; display: block; width: 127px; height: 33px; background-image: url(../img/menu.jpg); background-position: -556px 0px; margin: 0px 0px 0px 11px; }


#top_body #menu em.btn1 a:hover {background-position: -0px -33px;}
#top_body #menu em.btn2 a:hover {background-position: -139px -33px;}
#top_body #menu em.btn3 a:hover {background-position: -278px -33px;}s
#top_body #menu em.btn4 a:hover {background-position: -416px -33px;}
#top_body #menu em.btn5 a:hover {background-position: -695px -33px;}
#top_body #menu em.btn6 a:hover {background-position: -835px -33px;}
#top_body #menu em.btn7 a:hover {background-position: -556px -33px;}
/*ヘッダー部分、メニュー部分の設定　　ＳＴＡＲＴ*/

/*フッターの設定　　ＳＴＡＲＴ*/
#footer { display: block; width: 100%; height: 60px; text-align: center; float: left; margin: 30px 0px 0px 0px; padding: 40px 0 0 0; background-color: #000000; color: #ffffff; font-size: 12px;}
* html #footer { display: block; width: 100%; height: 60px; text-align: center; float: left; margin: 30px 0px 0px 0px; padding: 40px 0px 40px 0px; background-color: #000000; color: #ffffff; font-size: 12px;}
/*フッターの設定　　ＥＮＤ*/



/*共通の設定　　ＥＮＤ*/




/*WNEWの設定（index.html内wnewの部分）　　　ＳＴＡＲＴ*/
#top_wnew_head { display: block; background-image: url(../img/top_wnew_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
#wnew_body { margin: 15px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 10px; color: #666666; text-align: left; }
#wnew_body a { text-decoration: none; border-bottom: 1px dashed #000000; color: #000000; }
#wnew_body a:hover { color: #333333; border-bottom: 1px solid #333333; }
#wnew_body dl { margin: 0px 8px 0px 0px; padding: 0px; }
#wnew_body dt { margin: 10px 0px 0px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; }
#wnew_body dd { margin: 0px; padding: 0px 0px 10px 0px; line-height: 16px; border-bottom: 1px solid #CCCCCC; }
/*WNEWの設定（index.html内wnewの部分）　　　ＥＮＤ*/


/*Newsページの設定（news/index.html）START*/
#top_news_head { display: block; background-image: url(../img/top_news_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
#news_subtitle { display: block; width: 960px; height: 15px; text-align: left; margin: 15px 0px 0px 0px; padding: 0px;}
em.sub1 a { font-size:12px; text-decoration: none; border-bottom: 1px dashed #000000; background: #acacac; color: #ffffff; text-align: left; margin: 0px 5px 0px 0px; padding: 3px;}
#news_body { margin: 30px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 960px; height: auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-align: left; }
#news_body a { text-decoration: none; color: #000000; border-bottom: 1px dashed #000000; font-family: Arial, Helvetica, sans-serif; }
#news_body a:hover { text-decoration: none; color: #000000; border-bottom: 1px solid #000000; }
#news_body li span a { text-decoration: none; border: none; }

#news_body li span a:hover { text-decoration: none; border: none; }
#news_body li strong { color: #990000; }
.news_container { display: block; width: 960px; height: auto; padding: 0px 0px 0px 0px; margin: 15px 0px 0px 0px; }
.news_container ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.news_container ul li { display: block; line-height: 16px; list-style-type: square; margin: 0px 0px 15px 0px; }
.news_container ol li { display: block; line-height: 16px; margin: 0px 0px 0px 0px; list-style-type: decimal; }
.news_container dt { color: #000066; }
.news_container dd { display: block; margin: 5px 5px 10px 0px; }
.news_container .caution2 { color: #666666; font-size: 10px; line-height: 12px; }
.news_subhead { display: block; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 900; width: 960px; height: 18px; margin: 15px 0px 15px 0px; padding: 0px; color: #000000; border-bottom: 1px solid #000000; }
/*Newsページの設定（news/index.html）END*/


/*Profileページの設定（profile/index.html）START*/
#top_profile_head { display: block; background-image: url(../img/top_profile_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
#profile_box  { display: block; width: 960px; height: 200px; margin: 60px 0px 0px 0px; float: left;}
.profile_box1 { display: block; width: 290px; height: 200px; padding: 0px; margin: 0px 30px 0px 0px; float: left; }
* html .profile_box1 { display: block; width: 300px; height: 200px; padding: 0px; margin: 0px 30px 0px 0px; float: left; }

.profile_box2 { display: block; width: 290px; height: 200px; padding: 0px; margin: 0px 0px 0px 0px; float: right; }
* html .profile_box2 { display: block; width: 300px; height: 200px; padding: 0px; margin: 0px 0px 0px 0px; float: right; }


.profile_photo { display: block; width: 185px; height: 200px; float: left; }
.profile_text { display: block; width: 100px; height: 100px; font-size: 12px; line-height: 165%; padding: 0px; margin: 0px 0px 0px 5px; float: left; text-align: left; }
* html .profile_text { display: block; width: 100px; height: 100px; font-size: 12px; line-height: 165%; padding: 0px; margin: 0px 0px 0px 5px; float: left; text-align: left; }

.profile_label { display: block; width: 100px; height: 14px; text-align: left; background-color: #000000; color: #FFFFFF; font-size: 10px; padding: 0 0 5px 5px; margin: 0px; }

#profile_body a { color: #000000; text-decoration: none; border-bottom: 1px dashed #000000; }
#profile_body a:hover { color: #666666; text-decoration: none; border-bottom: 1px solid #666666; }
#profile_container { display: block; width: 380px; height: 300px; float: left; margin: 0px; }
.profile_name { display: block; width: 380px; height: 28px; color: #000000; font-size: 22px; font-weight: 900; margin: 30px 0px 0px 0px; padding: 0px 0px 0px 0px; }
/*Profileページの設定（profile/index.html）END*/


/*Discographyページの設定（discography/index.html）START*/
#top_disco_head { display: block; background-image: url(../img/top_disco_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
.discography_subhead { display: block; text-align: left; font-size: 14px; font-weight: 900; width: 960px; margin: 30px 0px 0px 0px; padding: 0px; color: #666666; border-bottom: 1px dashed #666666; clear: both; }
#discography_product { display: block; width: 460px; height: auto; margin: 30px 30px 0px 0px; float: left; }
#discography_product2 { display: block; width: 460px; height: auto; margin: 30px 0px 0px 0px; float: right; }
.disco_border { display: block; width: 460px; height: 320px; margin: 0px; background-color: #EEEEEE; border: 1px solid #666666; padding: 0px 0px 5px 0px; }

* html #discography_product { display: block; width: 450px; height: 320px; margin: 30px 0px 0px 0px; float: left; }
* html #discography_product2 { display: block; width: 450px; height: 320px; margin: 30px 0px 0px 0px; float: right; }
* html .disco_border { display: block; width: 450px; height: 320px; margin: 0px; background-color: #EEEEEE; border: 1px solid #666666; padding: 0px 0px 5px 0px; }


.jk_box { display: inline; float: left; width: 150px; height: auto; margin: 30px 0px 0px 30px; font-size: 10px; line-height: 14px; }
.jk_box img { display: inline; border: 1px solid #666666; }
.product_info { display: block; float: left; width: 200px; height: auto; margin: 30px 30px 30px 30px; padding: 0px; font-size: 10px; line-height: 14px; text-align: left; }
.product_info h2 { color: #000000; font-size: 16px; line-height: 18px; font-weight: 900; width: 215px; display: block; border-bottom: 1px solid #000000; margin: 0px 0px 10px 0px; text-align: left; }
.product_info em { display: block; margin: 5px 0px 3px 0px; width: 210px; font-size: 10px; background: #666666; color: #FFFFFF; line-height: 14px; padding: 2px; }
.product_info ol { margin: 3px 0px 3px 0px; padding: 0px; display: block; width: 210px; }
.product_info li { margin: 0px 0px 0px 22px; padding: 0px; }

* html .jk_box { display: inline; float: left; width: 150px; height: auto; margin: 30px 0px 0px 15px; font-size: 10px; line-height: 14px; }
* html .product_info { display: block; float: left; width: 200px; height: auto; margin: 30px 0px 0px 30px; padding: 0px; font-size: 10px; line-height: 14px; text-align: left; }

/*Discographyページの設定（discography/index.html）END*/

/*Mobileページの設定（mobile/index.html）START*/
#top_mobile_head { display: block; background-image: url(../img/top_mobile_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
.chaku1_explain a { text-decoration: none; color: #00AFEB; border-bottom: 1px dashed #00AFEB; }
.chaku1_explain a:hover { text-decoration: none; color: #00AFEB; border-bottom: 1px solid #00AFEB; }
.chaku1_explain { display: block; line-height: 25px; margin: 30px 0 0 0; padding: 15px; text-align: left;font-size: 14px; line-height: 18px; border: 1px solid #000000; background-color: #EEEEEE; width: 930px; height: 170px;}
.chaku1_text { display: block; width: 930px; }
.chaku1_qr { display: block; float: left; background-image: url(../img/qr/qr_chaku1.gif); background-repeat: no-repeat; width: 160px; height: 102px; margin: 15px 0 0 0;  } 


.chaku2_explain a { text-decoration: none; color: #00AFEB; border-bottom: 1px dashed #00AFEB; }
.chaku2_explain a:hover { text-decoration: none; color: #00AFEB; border-bottom: 1px solid #00AFEB; }

.chaku2_explain { display: block; height: 90px; line-height: 24px; padding: 15px; font-size: 14px; line-height: 18px; color: #FFFFFF; border: 1px solid #000000; background-color: #0066CC; width: 930px; margin: 30px 0 0 0; text-align: left; }
.chaku2_qr { display: block; float: left; background-image: url(../img/qr/recochoku_qr.gif); background-repeat: no-repeat; width: 90px; height: 90px; margin: 0px;  } 
.chaku2_text { display: block; float: left; margin: 0 0 0 30px; }

#mobile_othersite { display: block; width: 930px; height: auto; margin: 30px 0 0 0; padding: 15px; border-top: 2px solid #00ABEF; border-bottom: 2px solid #00ABEF; background-color: #666666; color: #FFFFFF; font-size: 14px; line-height: 18px; }
#mobile_othersite a { color: #00AFEB; }
#mobile_othersite a:hover { color: #00AFEB; }

.mobile_othersite_title { display: block; font-size: 14px; font-weight: 900; color: #FFCC00; margin: 0px 0px 0px 15px; padding: 0px; border-bottom: 1px solid #FFCC00; width: 95%; text-align: left; }
#mobile_othersite ul { list-style: square; line-height: 135%; margin: 15px 0 0 0; padding: 0px; text-align: left; }
#mobile_othersite li { margin: 3px 0px 0px 25px; padding: 0px; }

.mobile_blog_explain { display: block; float: left; font-size: 12px; line-height: 18px; margin: 22px 0px 0px 0px; padding: 0px 0px 3px 0px; }
#mobile_blog { display: block; width: 100px; height: auto; text-align: center; border: 1px dashed #00AFEB; background-color: #DEDEDE; padding: 15px; margin: 15px 0 0 5px; float: left; font-size: 14px;}
p { margin: 5px 0 0 0; font-size: 12px; line-height: 14px;}
/*Mobileページの設定（mobile/index.html）END*/


/*メルマガページの設定（mail/index.html）　　ＳＴＡＲＴ*/
#top_mail_head { display: block; background-image: url(../img/top_mail_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 0px 0px; padding: 0px;}
#mail_body { display: block; line-height: 25px; margin: 30px 0 0 0; padding: 0px 15px 30px 15px; text-align: left;font-size: 14px; line-height: 18px; border: 1px solid #000000; background-color: #EEEEEE; width: 930px; height: 400px; }
.mail_1 { display: block; width: 960px; height: auto; margin: 30px 0px 0px 0px; padding: 30px 0px 30px 0px; background-color: #f2f1f1;}
h3 { padding: 0px 0px 0px 0px; font-size: 12px; color: #000000; }

.form dt { margin: 30px 0px 0px 0px; color: #000000; font-weight: bold; }
.form dd { margin: 10px 0px 0px 0px;}
.form p { margin: 20px 0px 0px 0px; font-size: 16px;}

/*メルマガページの設定（mail/index.html）　　ＥＮＤ*/

/*goodsページの設定　　ＳＴＡＲＴ*/
#top_goods_head { display: block; background-image: url(../img/top_goods_head.jpg); background-repeat: no-repeat; width: 960px; height: 15px; margin: 30px 0px 30px 0px; padding: 0px;}

.box_1 { display: block; width: float: left; width: 650px; height: 130px; background: #FBFE02; color: #000000; padding: 10px; margin: auto }
.left { display: block; float: left; font-size: 20px; line-height: 22px; width: 360px; height: auto; margin: 10px 0px 0px 10px; } 
.box_title { display: block; float: left; text-align: left; font-size: 18px; line-height: 22px; height: auto; }
.box_text { display: block; float: left; text-align: left; font-size: 14px; line-height: 18px; height: auto; margin: 15px 0px 0px 0px; }
.right { display: block; float: left; font-size: 20px; line-height: 22px; width: 250px; height: auto; margin: 0px 0px 0px 10px; } 
.qr { display: block; float: left; width: 100px; height: 100px; margin: 20px 0px 0px 0px; } 
.chakuchaku { display: block; float: right; width: 120px; height: 130px; margin: 0px 0px 0px 0px; }

#a { display: block; float: left; width: 960px; height: 250px; margin: 60px 0px 0px 0px; }
* html #a { display: block; float: left; width: 960px; height: auto; margin: 60px 0px 15px 0px; }

.shop_item { display: block; float: left; width: 460px; height: auto; padding: 0px 0px 0px 0px; }
.shop_item2 { display: block; float: right; width: 460px; height: auto; padding: 0px 0px 0px 0px; }

.itemimage { display: block; margin: 15px 0px 0px 0px; float: left; width: 120px; height: auto; }
.itemtext { display: block; text-align: left; width: 325px; height: auto; float: left; margin: 15px 0px 0px 15px; }
.text { margin: 15px 0px 15px 0px; font-size: 10px; line-height: 12px; color: #666666; }
h1 { font-size: 16px; text-align: left; font-weight: bold; color: #0AC6E5; }
h2 { font-size: 12px; text-align: left; font-weight: bold; color: #666666; margin: 15px 0px 0px 0px; }
h3 { font-size: 12px;  color: #666666; margin: 0px 0px 0px 0px; }
strong { font-weight: bold; }
.wnew_new  { color: #ffffff; background-color: #FF0000; padding: 2px; }

/*goodsページの設定　　ＥＮＤ*/


/*管理ページの設定 START*/
#portal_body { margin: 15px 0px 0px 17px; padding: 0px 0px 0px 0px; width: auto; height: auto; font-size: 0.8em; line-height: 135%; font-family: "ＭＳ ゴシック", "Osaka−等幅"; color: #000064;
	background-color: #EEEEEE; }
#portal_body a { color: #00AEFB; text-decoration: none; border-bottom: 1px dashed #00AEFB; }
#portal_body a:hover,a:visited { color: #00AEFB; font-weight: 900; text-decoration: none; border-bottom: 1px solid #00AEFB; }
#portal_body ul { padding: 0px; }
#portal_body li { margin: 0px; padding: 0px; }
/*管理ページの設定 END*/

