@charset "UTF-8";

html {
	overflow-y:scroll;
}

body {
	margin: 20px auto 0 auto;
	padding: 0px;
	text-align: center;
	background: url(./img/yoshimi_bg.png) repeat-x;
	background-color: #F1D0C0;
}

img {
	border-style: none;
}

div#container,
div#header,
div#content,
div#page_bg {
	margin: 0px auto;
	width: 798px;
	text-align: left;
}

div#container {
	position: relative;
	width: 798px;
	border: solid 1px #d78953;
	min-height:700px;
	height: auto !important;
	height: 600px;
	background: url(./img/bg_top.png) no-repeat top ;
	background-color: #ffffff;
}

div#page_bg {
	width: 798px;
	min-height:690px;
	height: auto !important;
	height: 690px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(./img/bg_top.png) no-repeat top ;
	background-image: url(./img/bg_border_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* *******************************
            logo
********************************* */
div#container img#logo {
	position: absolute;
	top: 8px;
	left: 84px;
	z-index:1;

}
div#container img#logo2 {
	position: absolute;
	top: 35px;
	right: 112px;
	z-index:1;
}

/* *******************************
            content
********************************* */
div#content {
	margin: 0px;
	padding-top: 25px;
	*padding-top: 20px;
	padding-bottom: 30px;
	min-height:600px;
	height: auto !important;
	height: 100%;
	background: url(./img/bg_bottom.png) no-repeat bottom;
}

/* *******************************
            header
********************************* */

div#header {
	margin: 0px auto;
	* margin: 9px auto;
	position: relative;
	height: 68px;
	background: url(./img/navi_frame.png) no-repeat 50%;
}

ul#globalNavi {
	overflow: hidden;
	position: absolute;
	top: 29px;
	*top: 29px;
	left: 70px;
	height:16px;
	width: 780px;
}

ul#globalNavi ul {
	width: 780px;
	height: 16px;
	background: url(img/navi_frame.png) 0 repeat-x;
}

ul#globalNavi li {
	float: left;
	height: 14px;
	line-height: 13px;
	text-align: center;
	list-style-type: none;
	text-indent: -5000px;
}

ul#globalNavi li.blog{
	border-right: none;
}

ul#globalNavi li a {
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*
ul#globalNavi li.home a {
	width: 69px;
	background-image: url(img/navi_home.png);
}
ul#globalNavi li.home a:hover {
	width: 69px;
	background-image: url(img/navi_home_h.png);
}
*/

ul#globalNavi li.prof a {
	width: 72px;
	background-image: url(img/navi_profile.png);
}
/*
ul#globalNavi li.prof a:hover {
	width: 72px;
	background-image: url(img/navi_profile_h.png);
}
*/
ul#globalNavi li.info a {
	width: 51px;
	background-image: url(img/navi_info.png);
}
/*
ul#globalNavi li.info a:hover {
	width: 51px;
	background-image: url(img/navi_info_h.png);
}
*/

ul#globalNavi li.disc a {
	width: 113px;
	background-image: url(img/navi_disco.png);
}
/*
ul#globalNavi li.disc a:hover {
	width: 113px;
	background-image: url(img/navi_disco_h.png);
}
*/
ul#globalNavi li.glry a {
	width: 83px;
	background-image: url(img/navi_gallery.png);
}
/*
ul#globalNavi li.glry a:hover {
	width: 83px;
	background-image: url(img/navi_gallery_h.png);
}
*/

ul#globalNavi li.msg a {
	width: 79px;
	background-image: url(img/navi_msg.png);
}
/*
ul#globalNavi li.msg a:hover {
	width: 79px;
	background-image: url(img/navi_msg_h.png);
}
*/
ul#globalNavi li.spc a {
	width: 72px;
	background-image: url(img/navi_special.png);
}
/*
ul#globalNavi li.spc a:hover {
	width: 72px;
	background-image: url(img/navi_special_h.png);
}
*/
ul#globalNavi li.fan a {
	width: 85px;
	background-image: url(img/navi_fanclub.png);
}
/*
ul#globalNavi li.fan a:hover {
	width: 85px;
	background-image: url(img/navi_fanclub_h.png);
}
*/
ul#globalNavi li.shp a {
	width: 53px;
	background-image: url(img/navi_shop.png);
}
/*
ul#globalNavi li.shp a:hover {
	width: 53px;
	background-image: url(img/navi_shop_h.png);
}
*/
ul#globalNavi li.blog a {
	width: 53px;
	background-image: url(img/navi_blog.png);
}
/*
ul#globalNavi li.blog a:hover {
	width: 53px;
	background-image: url(img/navi_blog_h.png);
}
*/


/* **************** subnavi *************** */

div#information div#subnavi { 
	margin: 5px 0 15px 0;
	font-size: 13px;
	width: 100%;
}

div#subnavi li { 
	display: inline; /* CC{bNX・*//
	padding-left: 3px;
	padding-right: 7px;
	*padding-left: 6px;
	*padding-right: 0px;
}

div#subnavi li.navi_s { 
	padding-left: 6px;
	padding-right: 6px;
	*padding-right: 2px;

	border-left: solid 2px #999;
	border-right: solid 2px #999;
}

div#subnavi li.navi {
	border-right: solid 2px #999;
}

div#subnavi li a { 
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

div#subnavi li a.act { 
	color: #FF5F00;
	font-weight: bold;
	text-decoration: none;
}

div#subnavi li a:hover {
    color:#FF5F00;
	font-weight: bold;
    text-decoration: underline;
}

/* **************** information *************** */

div#information {
	margin: 0 auto;
	width: 650px;
	padding-bottom: 40px;
}


div#information #info_cate {
	margin-right:20px;
	float:left;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

div#information #info_cate a.act {
	color: #F09060;
	text-decoration: underline ;
}

div#information #info_cate a:hover {
	color: #F09060;
}

div#information #info_cate a {
	color: #666;
}

div#information .section {
	width: 100%;
	height: 100%;
}

div#information .section h3 {
	padding-left: 10px;
	width: 636px;
	list-style-type: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #F39267;
	background-color: #FEFAF7;
}

div#information .section .topdotimg {
	height: 1px;
	background: url(./img/dot_h.png) repeat-x bottom;
}

div#information .section .btmdotimg {
	height: 1px;
	background: url(./img/dot_h.png) repeat-x top;
}

div#information .section .leftdotimg {
	width: 1px;
	background: url(./img/dot_v.png) repeat-y right;
}

div#information .section .rightdotimg {
	width: 1px;
	background: url(./img/dot_v.png) repeat-y left;
}

div#information .block{
	width: 645px;
	margin: 0px;
	padding: 0px;
}

div#information .section h4 {
	margin: 20px 0px 5px 0px;
	padding-left: 8px;
	border-left: 10px solid #ffcc33;
	background: url(./img/dot_h.png) repeat-x bottom;
	font-size: 120%;
}

div#information .update {
	text-align: right;
	margin-top: -24px;
	font-size: 12px;
}

div#information .section p {
	margin: 15px 10px 10px 15px;
	margin-top: 10px;
	margin-left: 15px;
	/*\*/*/
	overflow: hidden;
	/**/
}

div#information .section p img{
	margin: 0px;
	padding: 10px;
}

div#information .section .infoLink {
	margin-bottom: 10px;
	*margin-bottom: -30px;
	padding: 0px;
}

div#information .jump_top {
	margin-bottom: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #F49986;
	cursor: pointer;
}


/* *******************************
         Discography
********************************* */

#navi {
	padding-left: 83px;
}

div#discography {
	width: 660px;
	margin: 0px auto;
}
div#discography::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#discography {
	/*\*/*/
	overflow: hidden;
	/**/
}


div#disclist {
	float: left;
	width: 270px;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 40px;
	font-size: 0px;
}

div#disclist ul {
	height: 63px;
}

div#disclist li {
	display: inline;
}

div#disclist a {
	padding: 2px;
}

div#disclist li img {
	border: solid 1px #999;
}

div#details {
	width: 370px;
	float: left;
}

div#details #title{
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFCC33;
	padding-top: 5px;
	padding-left: 7px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #999;
}

div#details #jacketImg {
	width: 100%;
	padding: 10px 0 10px 0px;
}

#jacketImg #jacketImage {
	padding-left: 5px;
	width: 200px;
	height: 190px;
}

#jacketImg #jacketImage img {
	border: solid 1px #999;
}

#info {
	margin-left: 10px;
	margin-bottom: 10px;
}

.songlist {
	padding-top: 15px;
	clear: both;
}

.songlist {
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 40px;
}

.songlist li {
	list-style-type: none;
}

.songlist2 {
	padding-top: 15px;
	clear: both;
}

.songlist2 {
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.songlist2 li {
	list-style-type: none;
}

div#dumy {
	clear: both;
}

/* ********* New Release ********* */

div#new_details {
	position: relative;
	margin: 0 auto;
}

div#new_details .newworks_copy{
	margin: 0px auto;
}

div#new_details .title {
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFCC33;
	padding-top: 5px;
	padding-left: 7px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #999;
}

div#new_details .message {
	margin: 0 auto;
	width: 625px;
	padding-top: 20px;
	font-size: 12px;
	margin-left: 13px;
}

div#new_details .message2 {
	margin: 0 auto;
	width: 325px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	margin-left: 13px;
}

div#new_details .message_img {
	margin-top: 58px;
	margin-right: 0px;
	
}

div#new_details .message img {
	margin-left: 35px;
}

div#new_details td {
	vertical-align: top;
}

div#new_details .jacketImg {
	text-align: left;
	margin-top: 20px;
	width: 250px;
}

div#new_details .songlist {
	width: 380px;
	margin-left: 10px;
}

div#new_details .songlist li {
	list-style-type: none;
	font-size: 12px;
}

div#new_details .info img {
	border: solid 1px #999;
}

div#new_details .info {
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}

div#new_details .info img {
	border: solid 1px #999;
}

div#new_details .info2 {
	width: 240px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}

div#new_details div.dot_bar {
	width: 650px;
	height: 1px;
	background: url(./img/dot_h.png) repeat-x bottom;
}


/* *******************************
              Profile
********************************* */

div#profile { 
	margin: 0 auto;
	padding-bottom: 45px;
	width: 650px;
	height: 800px;
	background: url(../img/profile_1.jpg) no-repeat top;
}

div#prof_bg {
	font-size:12px;
	width: 345px;

	height: 630px;
	/*margin-left: 265px;*/
	
	margin-top:35px;
	margin-right:20px;
	_margin-right:10px;/* IE6 */
	
	padding: 10px;
	padding-bottom: 20px;
	background: url(../img/profile_bg.png) ;
	
	
	color:#666;
	overflow: auto; 
	
	overflow-x:hidden;
	
	float:right;
	
}
div#prof_data {
	padding-top: 10px;
}

div#profile h3, div#profile h4,div#profile h5{ 
	margin-left: 10px;
	
}

div#profile p{ 
	
	margin-left: 10px;
}
 div#prof_bg ul{ 
line-height:3;
 

	width:250px;
	margin-left: 10px;
 
}


/*div#prof_bg li{ */
 
div#prof_bg .li_1 {
line-height:1.5;	
	width:320px;
	/*border:#6F6 1px solid;*/
 letter-spacing :0.01em ;
	
}



/* *******************************
             gallery
********************************* */
div#gallery_index  {
	margin: 0 auto;
	margin-left:75px;
	margin-bottom: 20px;
	width: 650px;
	height: 26px;
}


div#gallery {
	margin: 0 auto;
	width: 600px;
}

div#gallery h3{
	font-size: 14px;
	height: 40px;
}


div#gallery ul {
	height: 200px;
}

div#gallery li{
	float: left;
	display: inline;
}

div#gallery div#galleryArea a {
	overflow: hidden;
	outline: none;
}

div#galleryArea td {
	height: 250px;
	width: 200px;
	text-align: center;
}

div#galleryArea img {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
}

div#galleryArea2 td {
	height: 170px;
	width: 200px;
	text-align: center;
}


/* *******************************
             special
********************************* */

div#special {
	width: 620px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size:100%;
	color:#666666;
	line-height:1.5;
}



div#special .photo1 {  /* 写真 左配置 */
	float: left;
	margin: 15px;
}
div#special .photo2 {  /* 写真　右配置 */
	float: right;
	margin: 15px;
}
div#special .text_01 {  /* 良美さん */
	font-weight: bold;
	font-size: 100%;
	color: #F66;
}
div#special .text_02 {  /* 対談相手 */
	color: #36F;
	font-weight: bold;
	font-size: 100%;
}

div#special .sp_h2 { /* 記事ヘッダ */
	font-weight: bold;
	border-left:10px solid #FCC;
	font-size:102%;
	padding-left: 8px;
}


div#special .pager_r { /* ページャ */
	float:right;
	text-align: right;
	padding-right: 20px;
}
div#special .photo_desc { /* 写真解説記事 */
	font-size:10px;
}
div#special #special_memo { /*　ページ末解説　　対談相手解説　エリア*/
	background-color:#DEF;
	padding:10px;
	height:200px;
}

div#special .special_memo_name { /*ページ末解説　対談相手　名前*/
	font-weight: bold;
}

div#special #special_intoro { /*　イントロボックス　*/
	background-color:#FFE;
	padding:10px;
	/*height:200px;*/
}


/* *******************************
          mailorder
********************************* */
div#mailorder {
	margin: 0 auto;
	width: 550px;
	font-size: 13px;
}

div#mailorder table {
	width: 570px;
	border: 0;
}

div#mailorder img{
	padding-top: 10px;
	padding-left: 10px;
}

div#mailorder div.dot_bar {
	margin-left: 30px;
	width: 560px;
	height: 1px;
	background: url(./img/dot_h.png) repeat-x bottom;
}

div#mailorder div.category {
	width: 570px;
	margin: 20px 0px 5px 0px;
	padding-left: 8px;
	border-left: 10px solid #F4CDCE;
	background: url(./img/dot_h.png) repeat-x bottom;
	font-size: 120%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	font-weight: bold;
}

div#mailorder h3 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	font-size: 17px;
}

div#mailorder p {
	padding-left: 20px;
}

div#mailorder .mailto img {
	margin: 0px;
	padding: 0px;
}

div#mailorder #order {
	margin:0 auto;
	padding-bottom:70px;
	width:600px;
}


/* *******************************
           vote
********************************* */
div#vote {
	margin: 0 auto;
	width: 650px;
	margin-bottom: 50px;
}

div#vote h3 {
	font-size: 16px;
}

div#vote a {
	display: inline-block;
	vertical-align: bottom;
	height: 19px;
	width: 68px;
	background-image: url("../vote/vote_btn_on.png");
}

div#vote a:hover {
	background-position: 0px -19px; /* 背景画像の表示開始基準を右上に変更 */
}


div#vote div.btnVote_OFF {

	height: 19px;
	width: 68px;
	background-image: url("../vote/vote_btn_on.png");
	background-position: 0px -38px; 
}


/* *******************************
           contact
********************************* */

div#contact {
	margin: 0 auto;
	width: 630px;
	font-size: 13px;
}


div#contact a:hover {
    text-decoration: underline;
}

div#contact .section {
	padding-top: 20px;
	padding-left: 140px;
}


/* *******************************
           policy
********************************* */

div#policy {
	margin: 0 auto;
	width: 610px;
	font-size: 13px;
}


div#policy a:hover {
    text-decoration: underline;
}

div#policy .section {
	padding-top: 10px;
	padding-left: 30px;
}

div#policy .section td {
	font-size: 13px;
	padding: 2px;
}

div#policy .section td.tdcolumn{
	width: 150px;
	padding-left: 5px;
	font-weight: bold;
}

div#policy .section td.tdvalue{
	width: 450px;
	padding-left: 10px;
}

div#policy div.category {
	width: 570px;
	margin: 20px 0px 5px 0px;
	padding-left: 8px;
	border-left: 10px solid #F4CDCE;
	background: url(./img/dot_h.png) repeat-x bottom;
	font-size: 105%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	font-weight: bold;
}

/* *********************************
          aboutlinks
********************************* */
div#aboutlinks {
	margin: 0 auto;
	width: 550px;
	font-size: 13px;
}

div#mailorder img{
	padding-top: 10px;
	padding-left: 10px;
}

div#aboutlinks div.dot_bar {
	margin-left: 30px;
	width: 560px;
	height: 1px;
	background: url(./img/dot_h.png) repeat-x bottom;
}

div#aboutlinks div.category  {
	width: 570px;
	margin: 20px 0px 5px 0px;
	padding-left: 8px;
	border-left: 10px solid #F4CDCE;
	background: url(./img/dot_h.png) repeat-x bottom;
	font-size: 110%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	font-weight: bold;
}

div#aboutlinks .txtLink {
	margin-top: 6px;
	width:500px;
	height:65px;
	background-color: #fff;
	border: 1px solid #666;
	oveflow:hidden　;
	
}

div#aboutlinks span {
	margin-left: 10px;
	padding-bottom: 15px;
}

div#aboutlinks h3 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
	font-size: 17px;
}

div#aboutlinks p {
	padding-left: 20px;
}


/* *******************************
              Footer
********************************* */

div#footer {
	position: relative;
	width: 798px;
	height: 70px;
	margin: 5px auto 0px auto;
}

#footer_navi {
	position: absolute;
	top: 1px;
	left:10px;
	width:550px;
	height: 13px;
}

#footer_navi li {
	float: left;
	text-align: center;
	list-style-type: none;
}

#footer_navi li img {
	float: left;
	text-align: center;
	list-style-type: none;
}

#footer_navi #home {
	width: 43px;
}
#footer_navi #sitepolicy {
	width: 70px;
	
}
#footer_navi #links {
	width: 40px;
}
#footer_navi #contact {
	width: 88px;
}

#footer_navi #commerce {
	width: 97px;
}

div#footer .copyright {
	position: absolute;
	top: 3px;
	right: 95px;
}
div#footer .poweredby {
	position: absolute;
	top: 3px;
	right: 10px;
	border: none;
}
