@charset "utf-8";
/*
Theme Name: GORILLA MTG
Version: 1.0
Author: MODAN
Author URI: http://www.rootless.jp
*/

/*========================================
base
========================================*/

/*reset
---------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	color: #333333;
	font: 0.75em/1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F8F0E8 url(/wp-content/themes/g-mtg/images/bg.gif) repeat-x left 7px;
	border-top: 7px solid #6c2e00;
}

a{
	color: #F60;
	text-decoration: none;
}
a:hover{
	color: #FC0;
	text-decoration: underline;
}

input,textarea{
	padding: 2px;
	font-size: 12px;
}

/*========================================
layout
========================================*/
#container {
	width: 880px;
	overflow: hidden;
	margin: 0px auto;
	background: #FFF;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

/*header
///////////////////////////////////////*/
#header {
	padding-bottom: 5px;
	overflow: hidden;
}

#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #header {
	height: 1em;
	overflow: visible;
}
/**/


/*ロゴ
--------------------------------------*/
#about {
	float: left;
	margin-left: 0px;
	display: block;
	margin-bottom: 10px;
}
h1{
	float: left;
}

#logo a {
	display: block;
	text-indent: -9999px;
	outline:none;
	font-size: 1px;
	line-height: 1px;
	height: 180px;
	width: 246px;
	overflow:hidden;
	float: left;
	background: url(/wp-content/themes/g-mtg/images/logo.gif) no-repeat;
}
/*紹介
--------------------------------------*/
#about p {
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height: 180px;
	width: 323px;
	float: left;
	text-align: left;
	background: url(/wp-content/themes/g-mtg/images/about-us.gif) no-repeat;
}


#header-menu {
	float: right;
	width: 311px;
}


/*メンバー
--------------------------------------*/
#member {
	float: right;
}


/*ページナビ
--------------------------------------*/
#navi {
	float: right;
	display: block;
	margin-right: 20px;
}
#navi li {
	display: block;
	margin-left: 10px;
	float: left;
}
#navi li a {
	background-image: url(/wp-content/themes/g-mtg/images/sprite.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow:hidden;
	outline:none;
	float: left;
}
/*アバウトアイコン*/
#navi_about a {
	background-position: 0 -302px;
}
/*コンタクトアイコン*/
#navi_contact a {
	background-position: 0 -445px;
}
/*フィードアイコン*/
.navi_feed a {
	background-position: 0 -420px;
}


/*content
///////////////////////////////////////*/
#content {
	float: left;
	width: 410px;
	margin-left: 20px;
	display: inline;
}
#content h2 {
	font-size: 1.6em;
	margin-bottom: 30px;
}
#content h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
}
#content p{
	padding-bottom: 7px;
	display: block;
}

/*ページナビ
--------------------------------------*/
.navigation {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.navigation:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.navigation {
  min-height: 1px;
}

/*前のページ*/
.navigation .previous_page {
	float: left;
	margin-right: 20px;
}
/*次のページ*/
.navigation .next_page {
	float: left;
}

/*ページタイトル
--------------------------------------*/
.pagetitle{
	font-size: 1.4em;
	margin-bottom: 15px;
}

/*投稿
--------------------------------------*/
.post{
	clear: both;
	margin-bottom: 20px;
	padding-top: 3px;
	border-top: 1px solid #6c2e00;
}
/*投稿見出し
--------------------------------------*/
.post-heading {
	margin-bottom: 10px;
	min-height: 1%;
	border-bottom: 2px solid #863800;
	background: url(/wp-content/themes/g-mtg/images/stripe.gif);
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.post-heading:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0.1em;
	height: 0px;
	visibility: hidden;
}
* html .post-heading {/*IE6 only*/
	height: 1%;
	overflow: visible;
}
.post-heading h2 {
	float: left;
}

.post-heading h2,.post-heading h3 {
	margin-bottom: 5px !important;
	display: block;
}

/*投稿日付
--------------------------------------*/
.post-date {
	font-size: 0.95em;
	color: #999999;
	display: block;
	float: right;
}
/*投稿内容
--------------------------------------*/
.entry{
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dotted #6c2e00;
	clear: both;
}
.entry:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .entry {
    height: 1em;
    overflow: visible;
}
/**/

/*投稿画像*/
.entry img{
	margin-bottom: 10px;
}
/*画像右寄せ*/
.entry .imgright {
	float: right;
}
/*画像左寄せ*/
.entry .imgleft {
	float: left;
	margin-right: 20px;
}

/*投稿データ
--------------------------------------*/
.postmetadata{
	font-size: 0.85em;
	color: #999999;
	text-align: right;
	display: block;
	margin-top: 5px;
}

.widecolumn .postmetadata{
	text-align: left;
}

/*再生プレーヤー*/
.entry .player {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}

/*コメント数*/
.comment-num{
	font-size: 1.4em;
	color: #666666;
}
/*コメントアイコン*/
.icon_comment,.icon_comment_reply,.icon_comments_reply{
	background-image: url(/wp-content/themes/g-mtg/images/sprite.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*コメントなし*/
.icon_comment{
	background-position: 0 -348px;
}
/*コメント1*/
.icon_comment_reply{
	background-position: 0 -374px;
}
/*コメント複数*/
.icon_comments_reply{
	background-position: 0 -399px;
}

/*コメント
--------------------------------------*/
#comments{
	display: block;
	margin-top: 10px;
}

/*コメントリスト*/
.commentlist {
	clear: both;
	display: block;
	margin-bottom: 20px;
	background-image: url(/wp-content/themes/g-mtg/images/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
}
.commentlist li {
	margin-bottom: 20px;
}
.commentlist p {
	clear: both;
}
.comment-author{
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
}
.comment-author .fn {
	font-size: 1.2em;
	font-weight: bold;
}
.avatar{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-meta{
	font-size: 0.85em;
	margin-bottom: 10px;
	margin-top: -10px;
}

/*コメント入力
--------------------------------------*/
#respond {
	display: block;
	clear: both;
}
#respond h3 {
	font-size: 14pt;
	margin-bottom: 20px;
}
#respond p {
	clear: both;
}
#respond label {
	float: left;
}

#respond input,#respond textarea {
	margin-bottom: 10px;
}

/*必須入力アイコン*/
.icon_required{
	font-size: 1px;
	line-height: 1px;
	background-image: url(/wp-content/themes/g-mtg/images/sprite.jpg);
	background-position: 0 -478px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 31px;
	margin-left: 5px;
	float: left;
	margin-top: 3px;
}

#respond #author,#respond #email,#respond #url{
	width: 160px;
	margin-right: 10px;
	float: left;
}
#respond #comment{
	width: 400px;
	height: 100px;
	margin-top: 5px;
}

/*ページング
--------------------------------------*/
.wp-pagenavi{
	font-size: 0.85em;
	text-align: center;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #00aad9;
	color: #00aad9;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #0033FF;
	color: #0033FF;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666666;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/*ページのTOPへ移動
--------------------------------------*/
.elevate a {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	float: right;
	text-align: left;
	background-image: url(/wp-content/themes/g-mtg/images/sprite.jpg);
	background-position: 0 -10px;
	background-repeat: no-repeat;
	height: 18px;
	width: 102px;
	overflow:hidden;
	outline:none;
}

/*sidebar
///////////////////////////////////////*/
#sidebar {
	float: right;
	width: 410px;
	margin-right: 20px;
	display: inline;
}
#sidebar ol {
	margin-bottom: 5px;
}
#sidebar li {
	margin-bottom: 15px;
}

#sidebar li.widget {
	width: 200px;
	clear: both;
}

#sidebar li li {
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 1.4em;
}
#sidebar li li a {
	background-image: url(/wp-content/themes/g-mtg/images/sprite.jpg);
	background-position: 0 -329px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

/*ポッドキャスト
--------------------------------------*/
#sidebar #podcast {
	background: #f9f8cb;
	padding: 4px 5px 1px 3px;
	margin-bottom: 5px;
	min-height: 1%;
}
#sidebar #podcast:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0.1em;
	height: 0px;
	visibility: hidden;
}
* html #sidebar #podcast {/*IE6 only*/
	height: 1%;
	overflow: visible;
}
#sidebar #podcast #for-itunes {
	font-size: 1px;
	line-height: 1px;
	background: url(/wp-content/themes/g-mtg/images/podcast-for-itunes.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 196px;
	margin-left: 5px;
	margin-top: 13px;
}
#sidebar #podcast a {
	font-size: 1px;
	line-height: 1px;
	background-image:url(/wp-content/themes/g-mtg/images/podcast-btn.jpg);
	background-position:0px 0px;
	height: 45px;
	width: 186px;
	display: block;
	float: right;
	text-indent: -9999px;
}
#sidebar #podcast a:hover {
	background-position:0px -45px;
}

/*今週の放送
--------------------------------------*/
#broadcast {
	padding: 5px;
	margin-bottom: 15px;
	background: url(/wp-content/themes/g-mtg/images/stripe.gif);
	float: left;
	display: block;
	position: relative;
}
#utv553560 {
	margin-left: auto;
	display: block;
	width: 400px;
	margin-right: auto;
}
#sidebar p#broadcast_title {
	background: #fff800;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#broadcast #check-onair {
	font-size: 1px;
	line-height: 1px;
	background: url(/wp-content/themes/g-mtg/images/check-onair.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 121px;
	position: absolute;
	left: 188px;
	top: 335px;
}

/*メッセージを送る！*/
#sidebar #message {
	width: 200px;
	float: left;
	margin-right: 25px;
}
#sidebar #message a {
	font-size: 1px;
	line-height: 1px;
	background-image:url(/wp-content/themes/g-mtg/images/message.gif);
	background-position:0px 0px;
	text-indent: -9999px;
	display: block;
	height: 94px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
#sidebar #message a:hover {
	background-position:0px -94px;
}

/*QRコード*/
#sidebar #qr-code {
	margin-bottom: 20px;
	float: left;
}

/*Twitter*/
#sidebar #twitter {
	clear: both;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

/*ウィジェットタイトル*/
.widgettitle{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FFF;
	background: #6c2e00;
	display: block;
	padding: 3px 3px 3px 6px;
}

/*カレンダー
--------------------------------------*/

.widget_calendar{
	margin-right: 10px;
}

#wp-calendar{
	width: 170px;
	margin-bottom:8px;
	margin-left: 22px;
}
#calendar_wrap {
	padding-top: 5px;
	margin-left: auto;
	background: #FF0;
	margin-right: auto;
	padding-bottom: 3px;
}
#wp-calendar caption{
	text-align: center;
	padding-bottom: 3px;
}
#wp-calendar th,#wp-calendar td{
	font-size: 0.85em;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*footer
///////////////////////////////////////*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #footer {
    height: 1em;
    overflow: visible;
}
/**/
/*コピーライト*/
#copyright{
	font-size: 9px;
	color: #EB5133;
	float: left;
}
#sidebar .banner {
	float: right;
}
#sidebar ul {
	float: left;
}
