@charset "utf-8";
/*
Theme Name: go-go-george
Theme URI: http://dogtown.gozaru.jp/
Description: 「山本譲二　公式ウェブサイト」テーマ
Author: KIYO DESIGN
*/
#login li {
	font-size: 10px;
	color: #CCCCCC;
}
#login li a{
	color: #CCCCCC;
}
#login li a:hover{
	color: #FF0000;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}
/*wpの文字サイズ編集を可能にするため、
フォントサイズの指定は、header, footer, main_contents, sche_main_contents, loginで個別に行う*/
body {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #CCCCCC;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 20px;
}
a {
	color:inherit;
	font-size:inherit;
	line-height: inherit;
	text-decoration: none;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
.float_clear {
	clear: both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.align_right {
	text-align: right;
}
.hide_text{
	display: none;
}
#header {
	height: 133px;
	/*本来高さを140pxにしてあり、main_contents上部の陰影をここに描いていたが、
	header2追加により、7px減らしてmain_contents上部の陰影もheader2に描くことにした*/
	margin-bottom: 0px;
	background-image: url(image/header_bg2.jpg);
	font-size: 10px;
	background-repeat: no-repeat;
}
#header h1 {
	font-size:2.4em;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 130px;
	padding-top: 20px;
}
#header h1 a {
	color:inherit;
	text-decoration: none;
	font-weight: inherit;
	display: block;
	height: 55px;
	width: 355px;
}
#header p {
	height: 18px;
	color: #000000;
	margin-left: 130px;
	width: 355px;
}
#header ul {
	margin-left: 139px;
	margin-top: 2px;
}
#header li {
	float: left;
}
#header li a {
	float: left;
	display: block;
	height: 24px;
}
#top_menu a{
	background-image: url(image/menu_03.gif);
	width: 68px;
}
#top_menu a:hover{
	background-image: url(image/menu_r_03.gif);
}
#sche_menu a{
	background-image: url(image/menu_04.gif);
	width: 101px;
}
#sche_menu a:hover{
	background-image: url(image/menu_r_04.gif);
}
#disco_menu a{
	background-image: url(image/menu_05.gif);
	width: 121px;
}
#disco_menu a:hover{
	background-image: url(image/menu_r_05.gif);
}
#pro_menu a{
	background-image: url(image/menu_06.gif);
	width: 100px;
}
#pro_menu a:hover{
	background-image: url(image/menu_r_06.gif);
}
#bio_menu a{
	background-image: url(image/menu_07.gif);
	width: 110px;
}
#bio_menu a:hover{
	background-image: url(image/menu_r_07.gif);
}
#fan_menu a{
	background-image: url(image/menu_08.gif);
	width: 97px;
}
#fan_menu a:hover{
	background-image: url(image/menu_r_08.gif);
}
#link_menu a{
	background-image: url(image/menu_09.gif);
	width: 61px;
}
#link_menu a:hover{
	background-image: url(image/menu_r_09.gif);
}

#header2 {
	height: 51px;
	/*本来高さを140pxにしてあり、main_contents上部の陰影をここに描いていたが、
	header2追加により、5px減らしてmain_contents上部の陰影もheader2に描くことにした*/
	margin-bottom: 0px;
	background-image: url(image/header2_bg.jpg);
	font-size: 10px;
	background-repeat: no-repeat;
}
#header2 ul {
	margin-left: 5px;
}
#header2 li {
	float: left;
	margin-top: 2px;
}
#header2 li a {
	display: block;
	height: 30px;
}
#blog_btn{
	margin-right: 10px;
}
#blog_btn a{
	background-image: url(image/header2_btn_blog.jpg);
	width: 240px;
}
#blog_btn a:hover{
	background-image: url(image/header2_btn_blog_r.jpg);
}
#karaoke_btn a{
	background-image: url(image/header2_btn_karaoke.jpg);
	width: 250px;
}
#karaoke_btn a:hover{
	background-image: url(image/header2_btn_karaoke_r.jpg);
}


#footer {
	height: 40px;
	width: 1010px;
	padding-bottom: 5px;
	background-image: url(image/footer_bg2.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#footer p{
	text-align: center;
	line-height: 40px;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#main_contents {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	overflow: auto;
	background-image: url(image/contents_bg2.jpg);
	background-repeat: repeat-y;
	padding-right: 105px;
	padding-left: 105px;
	font-size: 10px;
	padding-bottom: 30px;
}
#main_contents_wide {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	overflow: auto;
	background-image: url(image/contents_bg2.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 30px;
}

#sche_main_contents {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	overflow: auto;
	background-image: url(image/contents_bg2.jpg);
	background-repeat: repeat-y;
	padding-right: 105px;
	padding-left: 105px;
}


/*トップページ*/
#top_contents {
	float: left;
	width: 700px;
}

#aishuunga_img {
	height: 341px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 100px;
}
#rice_force_ad {
	height: 300px;
	width: 700px;
	margin-top: 70px;
	margin-bottom: 55px;
}
/*
#new_countdown{
	height: 100px;
	width: 700px;
	background-image: url(image/t_countdown_bg.jpg);
}
.cd_day{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
*/

/*削除予定*/
#top_main_img {
	background-image: url(image/t_senri_dvd_single3.jpg);
	height: 333px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 55px;
}
#top_main_img2 {
	background-image: url(image/t_senri_cd_single.jpg);
	height: 300px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 45px;
}
#top_main_img3 {
	background-image: url(image/t_daizenshu.jpg);
	height: 300px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 45px;
}
#top_main_img4 {
	background-image: url(image/t_2010zenkyokushu.jpg);
	height: 300px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 35px;
}
#hit_single_video {
	background-image: url(image/hit_single_video.jpg);
	height: 310px;
	width: 700px;
}
/*削除予定　ここまで*/
#cd_show {
	background-image: url(image/cd_show.jpg);
	height: 188px;
	width: 700px;
	margin-bottom: 10px;
}
#cd_show_exp {
	background-image: url(image/cd_show_exp.jpg);
	height: 455px;
	width: 700px;
}


#karaokefan {
	background-image: url(image/karaokefan.jpg);
	height: 185px;
	width: 700px;
	margin-top: 40px;
	margin-bottom: 35px;
}
#karaokefan a{
	height: 185px;
	width: 700px;
	display: block;
}
#blog_info {
	background-image: url(image/blog_700.jpg);
	height: 220px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 26px;
}
#blog_info a{
	height: 220px;
	width: 700px;
	display: block;
}

#logo_wrapper {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image: url(image/logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 100px;
}
#site_info{
	line-height: 26px;
	text-align: center;
}
#site_info a{
	color:#000000;
}
#site_info a:hover{
	color:#C50019;
}
#kyujin_icon {
	background-image: url(image/kyujin_icon.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 180px;
	float: right;
	margin-top: 5px;
	margin-right: 42px;
}
#kyujin_icon a{
	height: 10px;
	width: 58px;
	margin-top: 12px;
	margin-left: 113px;
	display: block;
}
#web_cm {
	float: left;
	width: 256px;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
}
#web_cm_title {
	background-image: url(image/web_cm_title.gif);
	width: 256px;
	height: 24px;
	margin-bottom: 7px;
}
#web_cm_contents {
	width: 256px;
	background-color: #E6E6E6;
}
#web_cm_exp {
	padding: 8px;
}
.web_cm_ad {
	padding: 8px;
	text-align: center;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.ad_name {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.store_name {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #FF0000;
}
.ad_exp {
	font-size: 0.9em;
}

.shosai {
	background-image: url(image/shosai.gif);
	height: 20px;
	width: 100px;
	cursor:pointer;
}
.shosai a {
	background-image: url(image/shosai.gif);
	height: 20px;
	width: 100px;
	display: block;
}
.shosai a:hover {
	background-image: url(image/shosai_p.gif);
}
.tc_shosai {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.cm_shosai {
	margin: 10px auto;
}
.cm_shosai_store {
	margin: 5px auto 10px;
}
.banner_cm_ad {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 256px;
}


/*スケジュール*/
#sche_title {
	height: 65px;
	width: 800px;
	background-image: url(image/sche_title.gif);
}
#event_wrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.category {
	color: #FFFFFF;
	background-color: #003300;
	text-align: center;
	float: left;
	height: 20px;
	width: 80px;
	line-height: 20px;
	border: 1px solid #003300;
}
.event {
	font-size: 12px;
	float: left;
	width: 480px;
	margin-left: 30px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.event a {
	text-decoration: underline;
}
.event a:hover {
	color:#C50019;
}
.event h1{
	font-size: 1.8em;
}
.event h2{
	font-size: 1.6em;
}
.event h3{
	font-size: 1.4em;
}
.event h4{
	font-size: 1.2em;
}
.event h5{
	font-size: 1em;
}
.event h6{
	font-size: 0.8em;
}
#menu {
	text-align: center;
	width: 711px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#menu ul li {
	font-size: 5px;
	float: left;
}
#menu ul li a {
	font-size: 5px;
	color: #FFFFFF;	
}
/*すべて*/
.cat_all a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_02.gif);
	height: 65px;
	width: 91px;
	background-position: 0px 65px;
}
.cat_all a:hover{
	background-position: 0px 0px;
}
/*その他*/
.cat-item-1 a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_07.gif);
	height: 65px;
	width: 114px;
	background-position: 0px 65px;
}
.cat-item-1 a:hover{
	background-position: 0px 0px;
}
.cat_other {
	background-image: url(image/icon_10.gif);
	height: 60px;
	width: 55px;
	float: left;
}
/*ラジオ*/
.cat-item-6 a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_06.gif);
	height: 65px;
	width: 117px;
	background-position: 0px 65px;
}
.cat-item-6 a:hover{
	background-position: 0px 0px;
}
.cat_radio {
	background-image: url(image/icon_08.gif);
	height: 60px;
	width: 55px;
	float: left;
}
/*テレビ*/
.cat-item-8 a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_05.gif);
	height: 65px;
	width: 120px;
	background-position: 0px 65px;
}
.cat-item-8 a:hover{
	background-position: 0px 0px;
}
.cat_tv {
	background-image: url(image/icon_06.gif);
	height: 60px;
	width: 55px;
	float: left;
}
/*イベント*/
.cat-item-9 a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_04.gif);
	height: 65px;
	width: 135px;
	background-position: 0px 65px;
}
.cat-item-9 a:hover{
	background-position: 0px 0px;
}
.cat_event {
	background-image: url(image/icon_04.gif);
	height: 60px;
	width: 55px;
	float: left;
}
/*コンサート*/
.cat-item-10 a{
	color: #FFFFFF;
	display: block;
	background-image: url(image/category_r_03.gif);
	height: 65px;
	width: 134px;
	background-position: 0px 65px;
}
.cat-item-10 a:hover{
	background-position: 0px 0px;
}
.cat_concert {
	background-image: url(image/icon_02.gif);
	height: 60px;
	width: 55px;
	float: left;
}

/*ディスコグラフィ*/
#disco_title {
	height: 68px;
	width: 800px;
	background-image: url(image/disco_title.gif);
}
#disco_type {
	height: 28px;
	width: 800px;
	background-color: #CCCCCC;
}
#disco_type ul{
	margin-left: 385px;
}
#disco_type ul li{
	font-size: 16px;
	float: left;
	margin-right: 16px;
	line-height: 28px;
}
#disco_type ul li a{
	color: #000000;
}
#disco_type ul li a:hover{
	color:#C50019;
}
#single_title {
	height: 100px;
	width: 800px;
	background-image: url(image/single_title.gif);
}
#album_title {
	height: 100px;
	width: 800px;
	background-image: url(image/album_title.gif);
}
#dvd_title {
	height: 100px;
	width: 800px;
	background-image: url(image/dvd_title.gif);
}
#other_title {
	height: 100px;
	width: 800px;
	background-image: url(image/other_title.gif);
}
.disco_contents {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.photo_maxi {
	height: 180px;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 80px;
	float: left;
}
.photo_dvd {
	height: 257px;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 80px;
	float: left;
}
.photo_8inch {
	height: 200px;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 80px;
	float: left;
	text-align: center;
}
.disco_exp{
	width: 390px;
	float: left;
	margin-bottom: 80px;
}
.disco_exp h2{
	font-size: 2em;
	margin-bottom: 3px;
}
.disco_exp p{
	font-size: 1.2em;
}
.disco_exp p.mt_1l{
	margin-top: 1em;
}
.disco_exp .song_title{
	font-size: 1.4em;
	margin-top: 5px;
}
.disco_exp .song_title_tight{
	font-size: 1.4em;
}
.disco_exp .song_title_indent{
	margin-left: 22px;
}
.disco_exp .comment_border{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#disco_contents_other {
	margin-left: 110px;
}
#disco_contents_other td  {
	font-size: 1.5em;
	height: 1.5em;
}
.other_td_year{
	padding-right: 20px;
}
.other_td_month{
	text-align: right;
}
.other_td_day{
	text-align: right;
}
.other_td_title{
	padding-left: 20px;
}
#hatubai {
	background-image: url(image/hatubai.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
}
#hatubai520 {
	background-image: url(image/hatubai_5_20.gif);
	background-repeat: no-repeat;
	background-position: 225px 30px;
}


/*プロフィール*/
#profile_title {
	height: 70px;
	width: 800px;
	background-image: url(image/prof_title.gif);
}
#profile_info{
	margin-right: 35px;
	margin-left: 35px;
}
#profile_img {
	background-image: url(image/profile_on.jpg);
	height: 385px;
	width: 200px;
	float: left;
	margin-right: 30px;
	background-repeat: no-repeat;
}
#profile_info h1{
	font-size: 2.2em;
	margin-bottom: 20px;
	line-height: 1em;
	font-weight: bold;
}
#profile_info td,th{
	font-size: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
#profile_info th{
	width: 80px;
	text-align: center;
	font-weight: normal;
}


/*バイオグラフィ*/
#bio_title {
	height: 68px;
	width: 800px;
	background-image: url(image/bio_title.gif);
}
#bio_text {
	width: 566px;
	margin-right: auto;
	margin-left: auto;
}
#bio_text h2 {
	font-weight: bold;
	text-align: center;
	font-size: 1.7em;
	line-height: 34px;
	background-image: url(image/bio_gra.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin-bottom: 20px;
}
#bio_text p {
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 1.8em;
}
#bio_text p.indent {
	padding-left: 1em;
	background-image: url(image/blet.gif);
	background-repeat: no-repeat;
}
#bio_text p.indent_only {
	padding-left: 1em;
}
.bio_text_margin {
	width: 482px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}


/*ファンクラブ*/
#fan_club_title {
	height: 70px;
	width: 800px;
	background-image: url(image/fan_title.gif);
}
#fan_club{
	margin-right: 110px;
	margin-left: 110px;
}
#fan_club h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
}
#fan_club p{
	font-size: 1.4em;
}
#fan_club td{
	vertical-align: top;
}
#club_photo {
	float: left;
	height: 372px;
	width: 165px;
	margin-right: 50px;
	background-image: url(image/fanclub.jpg);
}
#club_exp {
	float: left;
	width: 365px;
}
#fan_club p.small{
	font-size: 1.2em;
	line-height: 1.75em;
}
.border {
	height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.left_margin_15px {
	margin-left: 15px;
}
#fan_club p.small_gray {
	font-size: 1.2em;
	color: #333333;
}
#fan_club p.pdf_link a {
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#fan_club p.pdf_link a:hover {
	color:#C50019;
	border-bottom-color: #C50019;
}
#boshu{
	background-image: url(image/boshu.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 115px;
	margin-bottom: 15px;
}
#sosina{
	background-image: url(image/sosina.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 208px;
	background-position: 20px;
}

/*リンク*/
#link_title {
	height: 70px;
	width: 800px;
	background-image: url(image/link_title.gif);
}
#link {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#link p {
	font-size: 1.5em;
	line-height: 25px;
	padding-left: 21px;
	background-image: url(image/link_line1.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	float: left;
	margin-top: 30px;
}
#link a {
	color:#000000;
}
#link a:hover {
	color:#C50019;
}
#link_line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
}
.link_img {
	float: right;
	margin-bottom: 5px;
}
#teichiku .link_img a{
	background-image: url(image/teichiku.gif);
	height: 32px;
	width: 88px;
	display: block;
}
#teichiku p{
	margin-top: 12px;
}
#kirara .link_img a{
	background-image: url(image/kirara.gif);
	height: 43px;
	width: 136px;
	margin-top: 30px;
	display: block;
}
#kirara p{
	margin-top: 53px;
}
#gpc .link_img a{
	background-image: url(image/Pch_joji-pos.gif);
	height: 71px;
	width: 142px;
	margin-top: 30px;
	display: block;
}
#gpc p{
	margin-top: 81px;
}

/*お問い合わせ*/
#info p {
	font-size: 1.4em;
	text-align: center;
}
#logo_large {
	background-image: url(image/logo2.gif);
	background-repeat: no-repeat;
	margin: 30px auto;
	height: 150px;
	width: 150px;
}
#info_exp {
	font-size: 1.3em;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

/*求人*/
#kyujin{
	margin-top: 30px;
	margin-bottom: 30px;
}
#kyujin h1{
	font-size: 1.6em;
	margin-left: 150px;
	font-weight: normal;
}
#kyujin p{
	font-size: 1.5em;
	margin-left: 200px;
}
#logo_kyujin {
	background-image: url(image/logo3.gif);
	background-repeat: no-repeat;
	margin: 30px auto;
	height: 110px;
	width: 110px;
}

html[xmlns*=""] body:last-child #disco_contents_other {
	margin-left: 60px;
}
html[xmlns*=""] body:last-child .disco_exp h2{
	font-size: 2em;
	margin-left:-12px;
	margin-bottom: 3px;
}
