/*
Theme Name:黒木憲ジュニア公式サイト
Theme URI:http://www.kurokiken-jr.com
Description:都会派ムード歌謡の歌手、黒木憲ジュニア公式サイト
Author:logoandweb
*/

/* 全体クリア */
* {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* 共通 */
body{
  font-size: 12px;
  color: #000000;
  background: #CFB2CE url(images/bg_bg.jpg) repeat-x left top;
  margin:0px;
  padding:0px;
}

h1,h2,h3,h4,p,ul{
  font-family: Verdana, osaka, Arial, sans-serif;
}
a img{text-decoration: none;border-style: none;}
/* リンク */
a:link{color: #673091;text-decoration: underline;}
a:visited{color: #673091;text-decoration: underline;}
a:hover{color: #673091; text-decoration: none;}

/* 全体枠 */
#wrap{
  background: url(images/bg_body.gif) repeat-y;
  width: 800px;
  position:relative;
  margin: 0px auto;
  padding: 0px;
}
/* 本体枠 */
#container{
  width: 794px;
  margin-right: auto;
  margin-left: auto;
}
/* firefox背景対策 */
div#container:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

/* ヘッダー */
#header{
  background: #000000 url(images/header_bg.jpg) no-repeat 0px 0px;
  height: 75px;
}
#header_sec{
  background: url(images/header_image3.jpg) no-repeat 0px 0px;
  height: 150px;
}
#header_pro{
  background: url(images/header_image4.jpg) no-repeat 0px 0px;
  height: 150px;
}
#header_disco{
  background: url(images/header_image5.jpg) no-repeat 0px 0px;
  height: 150px;
}
#header_nakao{
  background: url(images/header_miho_nakao.jpg) no-repeat 0px 0px;
  height: 150px;
}


/* ロゴ */
#header h1{margin: 0px;padding: 0px;}
/* カバー */
#cover{
  background: url(images/img_top.jpg) no-repeat;
  margin: 0px;
  padding: 0px;
  height: 250px;
}
/* ナビ */
#navigation{
  background: url(images/btn_bg.jpg) repeat-x;
  height: 30px;
}
#navigation ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 30px;
  font-size: 12px;
}
#navigation li{
  float: left;
  line-height: 30px;
  text-align: center;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
#navigation li.shikiri{
  background: url(images/sihikiri_bar.gif) no-repeat left center;
}
#navigation li a{
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

/* メインコンテンツ */
#content{clear: left;padding: 17px 20px;float: left;height:}

/* 左コンテンツ */
#left_content{float: left;width: 564px;}
#left_content h2{
  border-left: 7px solid #673091;
  background: #E6E6E6;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
}
#left_content h2#pinkBunner{
  border-left: 7px solid #E28FB0;
  background: #E6E6E6;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
}
/* トップページ：ニュース一覧 */
#left_content .Topleft_item{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 5px;
}
#left_content .Topleft_item .left_itemData{
  clear: both;
}
#left_content .Topleft_item .left_itemData .list{
  clear: both;
/*  margin-bottom: 5px; */
  margin-top: 10px;
  line-height: 1.7;
  display: block;
}

html:first-child #left_content .Topleft_item .left_itemData .list{ /* IE8 */
  clear: both;
/*  margin-bottom: 5px; */
  margin-top: 5px;
  line-height: 1.7;
  display: block;
}
*:first-child+html #left_content .Topleft_item .left_itemData .list{ /* IE7 */
  clear: both;
/*  margin-bottom: 5px; */
  margin-top: 3px;
  line-height: 1.7;
  display: block;
}

#left_content .Topleft_item .left_itemData .list .date{
	float: left;
	width: 60px;
	margin-left: 5px;
	/*	margin-bottom: 5px; */
}
#left_content .Topleft_item .left_itemData .list .summary{
	float: right;
	width: 465px;
	/*	margin-bottom: 5px; */
	margin-right: 10px;
}
#left_content .Topleft_item .left_itemData .list p.date,
#left_content .Topleft_item .left_itemData .list .summary p{
  font-size: 12px;
}
html:first-child #left_content .Topleft_item .left_itemData .list .summary p{ /* IE8 */
  font-size: 10px;
}
html:not(:only-child:only-child) #aaa #left_content .Topleft_item .left_itemData .list .summary p{ /* safari3.0 */
  font-size: 10px;
}

#left_content .Topleft_item .left_itemData .morebtn{
  clear: both;
  float: right;
  background: url(images/purple_arrow.gif) no-repeat left center;
  padding-left: 12px;
  padding-right: 7px;
  margin-top: 5px;
  margin-left: 12px;
  margin-bottom: 10px;
}
/* ニュース・スケジュールページ */
#left_content .left_item{margin-top: 10px;margin-bottom: 10px;margin-left: 21px;}
#left_content .left_item h3{
  color: #673091;
  font-weight: bold;
  padding: 2px 3px;
  border-bottom: 2px solid #673091;
  margin-top: 30px;
}
#left_content .left_item .postdata{
  font-weight: lighter;
  color: #673091;
  font-size: 10px;
  text-align: right;
  margin: 0px 0px 10px;
  padding: 0px;
}
#left_content .left_item #mes{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#left_content .left_item .newsDetail{
  padding-bottom: 40px;
  margin-top: 10px;
}
#left_content .left_item .newsDetail p{line-height: 1.5;margin-bottom: 10px;}
#left_content .left_item .newsDetail strong{font-weight: bold;}
#left_content .left_item .newsDetail img{margin-right: 10px;}
#left_content .left_item .newsDetail td{margin: 5px;padding: 5px;font-size: 12px;}
#left_content .left_item .newsDetail .morebtn{
  clear: both;
  float: right;
  background: url(images/purple_arrow.gif) no-repeat left center;
  padding-left: 12px;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* ディスコグラフィーページ */
#left_content .left_item .discList {padding-bottom: 10px;}
#left_content .left_item .discList h3{clear: left;}
#left_content .left_item .discList h4{margin-bottom: 10px;margin-top: 10px;clear: left;}
#left_content .left_item .discList ul{list-style: none;}
#left_content .left_item .discList ul li {float: left;}
#left_content .left_item .discList ol{list-style: none;}
#left_content .left_item .discList ol li {margin-bottom: 5px;}
#left_content .left_item .discList a img{margin: 0px 10px 10px 0px;}
#left_content .left_item .discList table{margin: 10px 0px;}
#left_content .left_item .discList td{
  margin: 0px;
  padding: 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック";
  vertical-align: top;
  line-height: 1.5;
}
#left_content .left_item .discList strong{font-weight: bold;}

/* プロフィールページ */
#miho-photo{
	height: 280px;
	}
#left_content .left_item .profileList {padding-bottom: 10px;}
#left_content .left_item .profileList td{
	font-size: 12px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left_content .left_item .profileList p#nakaoMotto{
	line-height: 1.7;
	color: #993D52;
	background-color: #FFEBE3;
	padding: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_content .left_item .profileList h2#nakao-career{
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	}
#left_content .left_item .profileList table#nakao-career{
	text-align: left;
	}
#left_content .left_item .profileList table#nakao-career th{
	text-align: right;
	vertical-align: top;
	font-size: 26px;
	}
#left_content .left_item .profileList table#nakao-career td{
	text-align: left;
	vertical-align: top;
	line-height: 1.7;
	padding-left: 10px;
	}
em.pinkBold{
	color: #E28FB0;
	}
em.greenBold{
	color: #80B557;
	}

#left_content .left_item .profileList ol{list-style: none;}
#left_content .left_item .profileList ol li {margin-bottom: 8px;}
#left_content .left_item .profileList strong{font-weight: bold;}


/* フォトギャラリーページ */
#left_content .left_item .photoList {padding-bottom: 10px;}
#left_content .left_item .photoList img{margin-top: 20px;}
#left_content .left_item .photoList p{line-height: 1.5;margin-bottom: 10px;}
#left_content .left_item .photoList td{font-size: 12px;padding: 10px;}



/* 右コンテンツ */
#right_content{float: right;width: 170px;margin-left: 10px;margin-bottom: 20px;}
#right_content h2{
  border-left: 7px solid #673091;
  background: #B3B3B3;
  height: 23px;
  line-height: 23px;
  padding-left: 5px;
}
#right_content h2.sec{margin-top: 10px;}
#right_content .item{background: #E6E6E6;padding: 10px;}
#right_content .item ul{margin: 0px;padding: 0px;list-style: none;}
#right_content .item li{
  background: url(images/purple_arrow.gif) no-repeat left 5px;
  padding-left: 12px;
  margin-bottom: 5px;
  line-height: 1.5;
}
#right_content .item p{  line-height: 1.3;}

/* フッター */
#footer{
  clear: both;
  border-top: 2px solid #673091;
  background: #1B1B1B url(images/bg_footer.jpg) repeat-x;
  color: #000000;
  height: 100%;
  padding-bottom: 15px;
}
#footer h2,#footer h3,#footer p,#footer ul{color: #FFFFFF;}
#footer h2{margin-bottom: 10px;font-weight: bold;}
#footer h3{margin-bottom: 5px;font-weight: bold;}
#footer p{margin-bottom: 10px;line-height: 1.5;}

/* フッターLink */
#footer a:link{color: #FFF;text-decoration: underline;}
#footer a:visited{color: #FFF;	text-decoration: underline;}
#footer a:hover{color: #FFF; text-decoration: none;}

/* インフォメーション */
#footer #info{ padding-top: 25px;padding-right: 30px;padding-left: 30px;}
/* 左インフォメーション（RSS） */
#footer #info #info01{float: left;width: 180px;margin-left: 10px;}
#footer #info #info01 .info01item{margin-bottom: 10px;}

/* 右インフォメーション */

#footer #info #info02{float: left;width: 460px;}
/* Other Links */
#footer #info #info02 #info02Left{float: left;width: 200px;}
#footer #info #info02 #info02Left #olink{}
#footer #info #info02 #info02Left #olink ul{list-style: none;}
#footer #info #info02 #info02Left #olink li{line-height: 1.7;}

/* お問い合わせ先 */
#footer #info #info02 #info02WrapRight{float: right;width: 250px;}
#footer #info #info02 #info02WrapRight .inq_item{margin-bottom: 10px;}
#footer #info #info02 #info02WrapRight .inq_item p{font-size: 0.85em;}

#footer #copyright{
  clear: both;
  padding-top: 20px;
  text-align: center;
  font-size: 0.95em;
}
