@charset "UTF-8";
/*
Theme Name: ムーチョ2010
Theme URI: http://mucho-guitar.com
Description: ムーチョ 用に制作したWordpressのテーマ
Version: 2.0
Author: 野口亮太
Author URI: http://nogretsch.com
*/

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height:100%;
	padding-bottom:1px;
}
body{
	background:#FFFFF0;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	font-size:12px;
	color:#333;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
a:active, a:focus{
	outline:none;  
}  
.over{
}
p{
	padding:0 0 1em 0;
}
p.ind1{
	padding:0 0 1em 1em;
}

/* 
リンク
----------------------------------------------------------- */ 
a{
	color:#FF7922;
	text-decoration:none;
}
a:hover{
	color:#F78C00;
	text-decoration:underline;
}
a:visited{
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#base{
	width:1000px;
	margin:0 auto;
}

/* 
index - header
----------------------------------------------------------- */ 
#index_header{
	width:1000px;
	height:60px;
	position:relative;
}
#index_logo{
	width:550px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}
#index_menu_sitemap_base{
	width:250px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
}
#index_menu_sitemap a{
	background:url(img/index_menu.png) no-repeat 0 -420px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_sitemap,#index_menu_sitemap a:hover{
	background:url(img/index_menu.png) no-repeat -250px -420px;
	width:250px;
	height:60px;
	display:block;
}

/* 
index - main
----------------------------------------------------------- */
#index_main{
	background:url(img/index_main.png) no-repeat;
	width:1000px;
	height:750px;
	position:relative;
}
#index_main h1{
	font-size:12px;
	font-weight:normal;
	color:#FFFFF0;
	position:absolute;
	top:40px;
	left:70px;
}
#index_menu_profile_base{
	width:250px;
	height:60px;
	position:absolute;
	top:125px;
	left:120px;
}
#index_menu_live_base{
	width:250px;
	height:60px;
	position:absolute;
	top:240px;
	left:260px;
}
#index_menu_sound_base{
	width:250px;
	height:60px;
	position:absolute;
	top:300px;
	left:100px;
}
#index_menu_lesson_base{
	width:250px;
	height:60px;
	position:absolute;
	top:170px;
	left:410px;
}
#index_menu_link_base{
	width:250px;
	height:60px;
	position:absolute;
	top:280px;
	left:530px;
}
#index_menu_contact_base{
	width:250px;
	height:60px;
	position:absolute;
	top:360px;
	left:310px;
}
#index_menu_blog_base{
	width:250px;
	height:60px;
	position:absolute;
	top:440px;
	left:170px;
}

/* 
index - menu
----------------------------------------------------------- */
#index_menu_profile a{
	background:url(img/index_menu.png) no-repeat 0 0;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_profile,#index_menu_profile a:hover{
	background:url(img/index_menu.png) no-repeat -250px 0;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_live a{
	background:url(img/index_menu.png) no-repeat 0 -60px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_live,#index_menu_live a:hover{
	background:url(img/index_menu.png) no-repeat -250px -60px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_sound a{
	background:url(img/index_menu.png) no-repeat 0 -120px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_sound,#index_menu_sound a:hover{
	background:url(img/index_menu.png) no-repeat -250px -120px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_lesson a{
	background:url(img/index_menu.png) no-repeat 0 -180px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_lesson,#index_menu_lesson a:hover{
	background:url(img/index_menu.png) no-repeat -250px -180px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_link a{
	background:url(img/index_menu.png) no-repeat 0 -240px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_link,#index_menu_link a:hover{
	background:url(img/index_menu.png) no-repeat -250px -240px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_contact a{
	background:url(img/index_menu.png) no-repeat 0 -300px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_contact,#index_menu_contact a:hover{
	background:url(img/index_menu.png) no-repeat -250px -300px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_blog a{
	background:url(img/index_menu.png) no-repeat 0 -360px;
	width:250px;
	height:60px;
	display:block;
}
#index_menu_blog,#index_menu_blog a:hover{
	background:url(img/index_menu.png) no-repeat -250px -360px;
	width:250px;
	height:60px;
	display:block;
}

/* 
index - footer
----------------------------------------------------------- */
#index_footer{
	width:1000px;
	height:70px;
}

/* 
index - What's News
----------------------------------------------------------- */
#index_whatnew{
	width:270px;
	height:130px;
	position:absolute;
	bottom:60px;
	left:80px;
	overflow-y:scroll;
	overflow-x:hidden;
	color:#FFFFF0;
}
#index_whatnew dl{
}
#index_whatnew dt{
	font-size:10px;
}
#index_whatnew dd{
	padding:0 0 10px 10px;
}

/* 
page - header
----------------------------------------------------------- */ 
#page_header{
	width:1000px;
	height:110px;
	position:relative;
}
#page_logo{
	width:630px;
	height:60px;
	position:absolute;
	top:0;
	left:0;
}
#page_line{
	width:1000px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
}

/* 
page - footer
----------------------------------------------------------- */ 
#page_footer{
	background:url(img/page/page_footer.png) no-repeat;
	width:1000px;
	height:100px;
	position:relative;
}
#bottom_menu{
	width:500px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:10px;
}

/* 
page - Layout
----------------------------------------------------------- */ 
#page_base{
	width:960px;
	margin:0 auto 10px auto;
}
#page_left{
	width:610px;
	float:left;
}
#page_right{
	width:330px;
	float:right;
}
#page_right a{
	color:#333;
	text-decoration:none;
}
#page_right a:hover{
	text-decoration:underline;
}
#topic_path{
	font-size:10px;
	letter-spacing:0.1em;
}
#page_title{
	margin:0 0 10px 0;
}

/* 
page - Right
----------------------------------------------------------- */ 
#right_content_top{
	background:url(img/page/right_content_top.png) no-repeat;
	width:330px;
	height:50px;
	display:block;
}
#right_content_bottom{
	background:url(img/page/right_content_bottom.png) no-repeat;
	width:330px;
	height:50px;
	display:block;
}
#right_content_middle{
	width:290px;
	margin:0 auto;
}
h2.widgettitle{
	background:url(img/page/right_content_title.png) no-repeat;
	width:285px;
	height:45px;
	font-size:14px;
	padding:5px 0 0 5px;
}
li.widget ul,li.widget div{
	padding:0 20px 10px 20px;
}
li.widget_recent_entries ul li{
	background:url(img/page/arrow.png) no-repeat 0 3px;
	padding:0 0 0 15px;
}
li.widget_archive ul li{
	background:url(img/page/arrow.png) no-repeat 0 3px;
	padding:0 0 0 15px;
}

/* 
page - calendar
----------------------------------------------------------- */ 
table#wp-calendar{
	width:250px;
}
table#wp-calendar th{
	padding:2px;
	text-align:center;
}
table#wp-calendar td{
	padding:2px;
	border:1px solid #666;
	text-align:center;
}

/* 
page - sound
----------------------------------------------------------- */ 
#song_player{
	margin:0 0 10px 0;
}

/* 
page - live
----------------------------------------------------------- */ 
table#live_schedule{
	background:#666;
	width:100%;
}
table#live_schedule th{
	background:#333;
	text-align:left;
	font-weight:bold;
	padding:5px;
	color:#FFF;
}
table#live_schedule td{
	background:#FFFFF0;
	text-align:left;
	padding:5px;
}
table#live_schedule td.live_date{
	white-space:nowrap;
	background:#333;
	color:#FFF;
}

/* 
page - link
----------------------------------------------------------- */ 
.entry h2{
	width:635px;
	height:30px;
	margin:0 0 5px 0;
	font-size:20px;
}
.linkcat li{
	font-size:14px;
	background:url(img/page/arrow.png) no-repeat 0 4px;
	padding:0 0 2px 15px;
	margin:0 0 0 10px;
}
.linkcat li.link_description{
	background:none;
	font-size:12px;
	padding:0 0 10px 15px;
}

/* 
page - contact
----------------------------------------------------------- */
table#contact_form{
}
table#contact_form th{
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
	padding:5px 10px;
	border-right:1px solid #000;
}
table#contact_form td{
	text-align:left;
	padding:5px 10px;
}

/* 
page - sitemap
----------------------------------------------------------- */
.ddsg-wrapper{
}
.ddsg-wrapper strong{
	padding:0 0 0 0;
}
.ddsg-wrapper ul{
	padding:0 0 20px 10px;
}
.ddsg-wrapper ul li{
	margin:0 0 0 25px;
	background:url(img/page/arrow.png) no-repeat 0 4px;
	padding:0 0 2px 15px;
	font-size:12px;
}
.ddsg-pagenav{
	text-align:right;
	font-size:12px;
}

/* 
single
----------------------------------------------------------- */
.post-title{
	width:590px;
	margin:0 auto 10px auto;
}
.post h1,.post h2{
	font-size:16px;
	border-bottom:3px double #333;
	margin:0 0 2px 0;
}
.entry-date{
	text-align:right;
	font-size:10px;
}
.entry-text{
	padding:0 10px 10px 10px;
}

/* 
comment
----------------------------------------------------------- */
.comment-text{
	text-align:right;
	font-size:10px;
	padding:0 0 20px 0;
}
#respond{
	width:550px;
	margin:0 auto 20px auto;
	padding:10px;
	border:1px dotted #999;
	overflow:hidden;
	
}
table#comment_tb{
}
table#comment_tb th{
	text-align:right;
	font-weight:normal;
	width:150px;
	white-space:nowrap;
	padding:5px;
}
table#comment_tb td{
	text-align:left;
	padding:5px;
}

/* 
comment list
----------------------------------------------------------- */
h3#comments-count{
	width:590px;
	margin:0 auto 10px auto;
	font-size:16px;
	border-bottom:3px double #333;
}
ol.commentlist{
	width:570px;
	margin:0 auto;
}
.comment-author{
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dotted #666;
	margin:0 0 2px 0;
}
.commentmetadata{
	font-size:10px;
	text-align:right;
}
.comment-text{
	width:530px;
	margin:0 auto 10px auto;
}


/* 
navi
----------------------------------------------------------- */
.navigation{
	width:590px;
	margin:0 auto;
	border-top:1px dotted #666;
	padding:2px 0 0 0;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}


/* 
Twitter
----------------------------------------------------------- */
#twitter_base{
	width:130px;
	height:130px;
	position:absolute;
	bottom:70px;
	right:310px;
}
#twitter a{
	background:url(img/twitter.png) no-repeat 0 0;
	width:130px;
	height:130px;
	display:block;
}
#twitter,#twitter a:hover{
	background:url(img/twitter.png) no-repeat -130px 0;
	width:130px;
	height:130px;
	display:block;
}

