/* 
Theme Name: Lucha-Voice
Version: 1.0
Description:MTI WEB is a 2-column fixed with wordpress theme, with Custom Header Image, based on <a href="http://wpthemeland.com" title="WP Theme Land">WP Theme Land</a>.
Author: Satoshi Shibata
Author URI: http://ud-c.com/
*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif, 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	line-height:1.4em;
	background:#fff;
	/*background:#fff url(img/bk.jpg) repeat-x top;*/
}

h1, h2, h3,h4,h6 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif, 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	letter-spacing: 0.09em;
	line-height:1.6em;
}
h5 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif, 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	letter-spacing: 0.09em;
	line-height:1.6em;
	font-size:1.2em;
	margin-top:0px;
}
li 
{
	padding:0.3em 0;
	margin:0;
}
blockquote{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 15px;
}
/*お問い合わせのレイアウト*/
.contactus{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 15px;
}

abbr 
{
	border-bottom:#000 1px solid;
}
	
img {
	margin: 0;
	padding: 0;
	border: 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
a 
{
	text-decoration:none;
	border:none;
	background:transparent;
}
a:link
{ 
	color:#993300;
}
a:visited
{ 
	color:#993300;
}
a:hover, a:active 
{ 
	color:#FF6600;
	/*border-bottom:#3366CC 1px solid;*/ 
} 
#rap 
{
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:left;	
	background:#fff;
	font-size:90%;
	border:#DCDBDB 1px solid;
}
ul#menu {
	list-style:none;
	margin:0 auto;	
	padding:0;
	/*メニューの背景*/
	background:#f5f5f5;
	height:30px;
	line-height:30px;
	/*メニューの下の横線*/
	border-bottom:#ccc 1px solid;
	font-size:1.1em;	
	text-transform:uppercase;

	/*メニューの背景色*/
	width:900px;
	background:#B5592D url(img/topbck.gif) repeat;
}
ul#menu li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	background:none;	
}	
ul#menu li a
{
	display:block;
	padding:0 18px;
	border:none;  
	color:#fff;

	/*メニュー左の矢印画像:以下の背景色の画像変更も忘れずに*/
	/*background:url(img/arrow.gif) no-repeat left;*/
}	
ul#menu li a:hover,ul#menu li a:active, ul#menu li.current_page_item a
{
	/*メニューを選択したときの背景色*/
	/*background:#ccc url(img/arrow.gif) no-repeat left;*/
	/*background:#FF6600;*/
	background:#B5592D url(img/topbck_ura.gif) repeat;
	color:#fff;
}
ul#menu li.feed
{
	float:right;	
}
ul#menu li.feed a
{
	background:url(img/feed.gif) no-repeat left;
}
ul#menu li.feed a:hover
{
	text-decoration:underline;
}


#header {
	margin:0;
	padding:0;
	width:900px;
	/*height:160px;*/
	height:100px;
	background:#000 url(img/header.gif) no-repeat center;
}
#header h1 {
	margin:0;
	padding: 10px 0 0 15px;
	font-weight:normal;
	font-size:2em;
	font-variant:small-caps;
}
#header h2 {
	margin:0;
	padding: 0 0 0 15px;
	font-weight:normal;
	font-size:1em;
}
#header * 
{
	color:#ffe;
}
#content {
	float: right;
	margin:5px;
	/*コンテンツエリアの横幅*/
	/*padding: 0 20px 0 10px;*/
	padding: 0 10px 0 10px;
	/*width: 600px;*/
	width: 630px;
	color: #666;
	text-align: left;
	background:#fff;
}
#sidebar {
	float:left;
	margin:0;
	/*サイドバーの左からの距離*/
	padding:0px;
	width:230px;
	/*サイドバーの右の縦線*/
	border-right:#dcc 0px solid;
}	
#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul ul, #sidebar p, #sidebar form, #sidebar .textwidget
{
	/*サイドバー文章の左右マージン調整*/
	/*margin:8px 1em 0 1em;*/
	margin:8px 1.5em 0 1.5em;
	/*margin:5px 0 0 12px;*/
	/*1行目の1文字分左へ*/
	/*text-indent:-1em; */
}
#sidebar li 
{
	margin:0;
	padding:0.3em 0;
	border-bottom:0px solid #eee;
}
#sidebar li li
{
	margin:0;
	padding:0.3em 0;
	border-bottom:0px solid #f5f5f5;
}
#sidebar h2 {
	margin: 10px 0 0 12px;
	font-size:1.2em;
	letter-spacing: 0.09em;
	font-weight: bold;
	/*サイドバー見出しの色*/
	/*color: #006699;*/
	color: #B5592D;
}
#sidebar h2 a, #sidebar h2 a:hover{
	/*サイドバー見出し（リンク付）の色*/
	color: #B5592D;
	text-transform:uppercase;
	/*background:url(img/infoicon.gif) no-repeat left;*/
	/*padding:0 1.2em 0 1.2em*/
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */
#footer {
	clear:both;
	margin:0 auto;
	padding:5px 0;
	width:900px;
	text-align:center;
	border-top:1px solid #e5e5e5;
	background:#FDA408;
	font-size:95%;
}
#footer p {
	padding:10px 0;
	text-align:center;
}
#content h2, #content h3 {
	font-size:1.6em;
	font-weight:normal;	
}
#content .post 
{
	padding-bottom:2em;
}
#content p {
	margin:0 0 10px;
	line-height:1.7em;
}
.posted {
	margin: 15px 0;
	padding:2px;
	color: #666;
	background:url(img/topbg.gif) repeat-x top;
} 

#content ul li {
	line-height: 120%;
	background:transparent url(img/simplearrow.gif) left top no-repeat;
	margin:0.5em 0;
	padding:0 1.5em;	
	list-style:none;
}
hr 
{
	display:none;
}

h4 
{
	color: #FC8604;
}
#comments, #respond{
	margin-bottom: 1em;
	margin-top: 2em;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
	border-top:#dcc 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;	
	border-bottom:#dcc 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#ccc 3px double;
}
.commentlist li em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commentlist .alt {
	background:#f2f2e9;
}
input.textbox, textarea
{
	background:#F2F2E9;
	border:#ccc 1px solid;
}
textarea 
{
	width:80%;
}
#header, #content, #sidebar, #footer, .widget
{
	overflow:hidden;
}
/*サイドバーの背景画像*/
.widget{
	background:#FFF url(img/topbck2.gif) repeat-x;
	margin-bottom: 8px;
	width: 100%;
	background-color: #FFFFCC;
/*	background-color: #0000CC;*/
	border: 8px solid #fff;
	padding: 0px;
	padding-top: 0px;
}
.table_release
{
	border:#ccc 1px solid; 
	border-collapse: collapse; 
}
/*パンくずリスト*/
.breadcrumb
{
	font-size: 1.1em;
	color: #666;
	margin: 2px 0 0 0px;
	position: relative;
	text-align: right;
	/*float: right;*/
	border-bottom: 1px dotted #ccc;
}