/*---------------------------------
            基礎設定
---------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	background: #000;
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #CCC;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #930;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
/*---------------------------------
　　　　　　全体の枠
---------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
}
/*---------------------------------
　　　グローバルナビの設定
---------------------------------*/
#header {
	height: 70px;
	width: 760px;
	margin: 0px auto;
}
#header ul {
	float: right;
	padding-top: 40px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 78px;
	overflow: hidden;
}

#header #home {
	background: url(images/home.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #home:hover {
	background: url(images/home_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #profile {
	background: url(images/profile.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #profile:hover {
	background: url(images/profile_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #album {
	background: url(images/album.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #album:hover {
	background: url(images/album_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #live {
	background: url(images/live.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #live:hover {
	background: url(images/live_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #gallery {
	background: url(images/gallery.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #gallery:hover {
	background: url(images/gallery_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #voice {
	background: url(images/voice.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #voice:hover {
	background: url(images/voice_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
}
#header #contact {
	background: url(images/contact.gif) no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#header #contact:hover {
	background: url(images/contact_ov.gif) no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*---------------------------------
　各ページメニューのオーバー設定
---------------------------------*/
#index_page #header ul li #home {
	background: url(images/home_ov.gif);
}
#profile_page #header ul li #profile {
	background: url(images/profile_ov.gif);
}
#album_page #header ul li #album {
	background: url(images/album_ov.gif);
}
#live_page #header ul li #live {
	background: url(images/live_ov.gif);
}
#gallery_page #header ul li #gallery {
	background: url(images/gallery_ov.gif);
}
#photo_page #header ul li #gallery {
	background: url(images/gallery_ov.gif);
}
#voice_page #header ul li #voice {
	background: url(images/voice_ov.gif);
}
#contact_page #header ul li #contact {
	background: url(images/contact_ov.gif);
}






/*---------------------------------
　　　　　　ヘッダー
---------------------------------*/
#header h1 {
	height: 40px;
	width: 165px;
	padding-top: 30px;
}

/*---------------------------------

---------------------------------*/
#main_visual {
	margin: 20px auto;
	height: auto;
	width: 762px;
	border: 1px solid #CCC;
	overflow: hidden;
}
#footer {
	text-align: center;
	border-top: 1px solid #CCC;
	display: block;
}
#footer img {
	padding-top: 10px;
}

/*---------------------------------
     　　　プロフィール
---------------------------------*/

#profile_page #main_visual #profile_title {
	float: left;
	height: 18px;
	width: 256px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#profile_page #main_visual #profile_img {
	float: left;
	height: 340px;
	width: 256px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
}
#profile_page #main_visual #profile_word {
	height: auto;
	width: 444px;
	float: right;
	padding-right: 20px;
	line-height: 1.5;
}
#profile_page #main_visual #profile_word h4 {
	color: #C60;
}

/*---------------------------------
　　　　　　アルバム
---------------------------------*/

#album_page #main_visual #album_title {
	float: left;
	height: 18px;
	width: 256px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#album_page #main_visual #album_img {
	float: left;
	height: 340px;
	width: 256px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
}
#album_page #main_visual #album_01 {
	float: left;
	height: 113px;
	width: 444px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-left: 20px;
}

#album_page #main_visual #jake p img {
	float: left;
	height: 95px;
	width: 98px;
	padding-top: 9px;
}

#album_page #main_visual #capsion {
	float: left;
	padding-top: 9px;
	font-size: 90%;
	padding-left: 20px;
	line-height: 1.5;
}
#album_page #main_visual #album_01 #capsion .name {
	color: #C60;
}

#album_page #main_visual #artist {
	font-size: 90%;
	line-height: 1.5;
	float: right;
	padding-top: 9px;
	padding-right: 30px;
}
#album_page #main_visual #album_02 {
	float: left;
	height: 113px;
	width: 444px;
	border-bottom: 1px solid #CCC;
	margin-left: 20px;
}
#album_page #main_visual #album_02 #capsion .name {
	color: #C60;
}
#album_page #main_visual #album_03 {
	float: left;
	height: 113px;
	width: 444px;
	border-bottom: 1px solid #CCC;
	margin-left: 20px;
}
#album_page #main_visual #album_03 #capsion .name {
	color: #C60;
}
#album_page #main_visual #setsumei {
	float: left;
	height: auto;
	width: 720px;
	margin-left: 20px;
	margin-bottom:20px;
}

/*---------------------------------
　　　　　　　ライブ
---------------------------------*/

#live_page #main_visual #live_left {
	float: left;
	height:auto;
	width: 256px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: both;
}
#live_page #main_visual #live_left p img {
	padding-top: 10px;
}
#live_page #main_visual #live_left #yokugetu {
	float: left;
	padding-top: 20px;
}

#live_page #main_visual #right {
	float: right;
	height: auto;
	width: 440px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#live_page #main_visual h4 {
	color: #C60;
	float: right;
	height: 18px;
	width: 440px;
}

#live_page #main_visual table {
	float: right;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
}
#live_page #main_visual table tr th {
	border-top: 1px solid #CCC;
	text-align: right;
	vertical-align: top;
}
#live_page #main_visual table tr .sun {
	color: #F00;
}
#live_page #main_visual table tr .sat {
	color: #00F;
}


#live_page #main_visual table tr td {
	border-top: 1px solid #CCC;
}

/*----------------------
        ボイス
----------------------*/

#voice_page #main_visual #voice_left {
	float: left;
	height: 368px;
	width: 227px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#voice_page #main_visual #voice_left p {
	padding-top: 10px;
}
#voice_page #main_visual #voice_center {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#voice_page #main_visual #voice_center p {
	background-color:#333;
	height: auto;
	width: 260px;
	float: left;
	padding: 20px;
}
#voice_page #main_visual #voice_right {
	float: right;
	height: auto;
	width: 113px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#voice_page #main_visual #voice_right ul {
	list-style: none;
}


/*---------------------
       コンタクト
----------------------*/

#contact_page #main_visual #contact_left {
	float: left;
	height: 369px;
	width: 256px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
}
#contact_page #main_visual #contact_left p {
	padding-top: 10px;
}
#contact_page #main_visual #profile_word {
	height: 490px;
	width: 414px;
	float: right;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 48px;
	line-height: 1.5;
}
#contact_page #main_visual #profile_word h4 {
	color: #C60;
}

/*---------------------------------
         　　ギャラリー
---------------------------------*/

/*#gallery_page #main_visual {
	background: url(images/gallery_img.jpg) no-repeat;
}
*/

#gallery_page #main_visual #gallery_t {
	float: left;
	height: 24px;
	width: 131px;
	padding-top: 20px;
	padding-left: 20px;
}

#gallery_page #main_visual h3 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#gallery_page #main_visual h2 {
	clear: both;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	vertical-align: 100%;
	line-height: normal;
}
#gallery_page #main_visual table {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	border: 1px none #CCC;
	margin-bottom: 20px;
}
#gallery_page #main_visual table tr td {
	text-align: center;
	overflow: hidden;
	color: #CCC;
}
#gallery_page #main_visual #you_tube {
	clear: both;
	float: left;
	width: 560px;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-left: 100px;
	height: 349px;
}
#gallery_page #main_visual p {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 50px;
}



/*----------------------
     photo_page
----------------------*/

#photo_page #main_visual #gallery_t {
	float: left;
	height: 24px;
	width: 131px;
	padding-top: 20px;
	padding-left: 20px;
}
#photo_page #main_visual h3 {
	clear: none;
	float: left;
	padding-top: 22px;
	padding-left: 20px;
	vertical-align: 100%;
	line-height: normal;
}


#photo_page #main_visual table {
	clear: both;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#photo_page #main_visual table tr td {
	text-align: center;
	height: auto;
}
#photo_page #main_visual table tr td .credit {
	text-align: right;
	padding-right: 50px;
}
#photo_page #wrapper #main_visual table tr td .credit_tate {
	text-align: right;
	padding-right: 124px;
}
#photo_page #main_visual table tr td .credit_c {
	text-align: right;
	padding-right: 149px;
}
#index_page #infomation {
	float: left;
	height: auto;
	width: 750px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#index_page #main_visual #infomation p strong {
	text-indent: 5px;
	height: auto;
	width: 750px;
}
#index_page #main_visual #infomation table tr td p img {
	vertical-align: middle;
	line-height: 10px;
}



#index_page .oshirase {
	padding-left: 25px;
}


#index_page .news {
	text-decoration: underline;
	color: #C30;
}
