@charset "utf-8";
/*
Theme Name: MarumanUnagiya
Theme URI: http://marumanunagiya.com/
Description: 丸鰻うなぎや
Version: 0.01
Author: Norihiko Matsumoto
Author URI: http://www.sofa.co.jp
Tags: blue, custom header, fixed width, two columns, widgets

	MarumanUnagiya v0.01
	 http://secondopinion.hamazo.tv

*/

/* ２カラムテンプレート（サイドバー右）　(C)2009 Systems Foundation Inc. */

/*************************************************
 *	初期設定（HTMLタグ他）
 *************************************************/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #eecc99; /* 外枠 */
	font-size: 100%;
}
img{
	border: none;
}

/*************************************************
 *	基本レイアウト設定
 *************************************************/
/* 全体 */
#container{
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff; /* 本体背景色 */
	color: #000000;
}
/* ヘッダー */
#header{
	text-align: right;
	background-color: #c29269; /* 本体背景色 */
	height: 100px;
	width: 900px;
	margin: 0px;
	overflow: hidden;
	/* background-image: url(images/marumantitle.gif); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

/* ページイメージ */
#pageimage{
	background-color: #c02f09; /* イメージ背景色 */
	height: 385px;
	width: 900px;
	margin: 0px;
	overflow: hidden;
	/* background-image: url(images/topimage.jpg); */
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* コンテンツ（左サイド） */
#content{
	float: left;
	width: 700px;
	/* padding: 10px; */
	/* margin-left: 5px; */
	/* margin-top: 0px; */
	/* margin-bottom: 15px; */
}

#content a{
	text-decoration: none;
}

/* ページタイトル */
#titleimage{
	padding: 10px 0px 10px 15px;
	margin: 0px;
}

/* メニュー（右サイド） */
#sidebar{
	width: 180px;
	/* margin: 10px 10px 10px auto; */
	font-size: 85%;
	float: right;
}
#sidebar h2 {
	background-color: #c02f09; /* サイドバー背景色 */
	/* background-color: #66cc00; */
	padding: 5px;
	margin: 0px;
	/* margin: 5px 0; */
	font-weight: bold;
	/* font-size: 87%; */
	font-size: 100%;
	color: #ffffff;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/* margin-bottom: 15px;*/
}

#wp-calendar {
	margin: 5px 10px;
	/* padding: 5px 10px; */
	font-size: 110%;
}

/* フッター */
#footer{
	background-color: #c02f09; /* フッター背景色 */
	/* background-color: #66cc00; */
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

/*************************************************
 *	ナビゲーション（メニュー）
 *************************************************/

#globalNaviLine {
	background-color: #c02f09; /* ヘッダ背景色 */
	/* height: 100px; */
	width: 900px;
	margin: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 100%;
}

ul#globalNavi {
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 1;
	/* background-color: #ccff66; */
	background-color: #993322;
	list-style-type: none;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

ul#globalNavi li a {
	/* border-right: 1px solid #8FE726; */
	border-right: 1px solid #993322;
	padding: 10px 15px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	/* background-color: #00CC00; */
	background-color: #c02f09;
	text-decoration: none;
}

ul#globalNavi li a:hover {
	color: #eee;
	/* background-color: #33ff00; */
	background-color: #dd4411;
}

ul#globalNavi li.current a,
ul#globalNavi li.current_page_item a {
	color: #FFF;
	background-color: #66ff33;
}

/*************************************************
 *	リンクカラーの設定
 *************************************************/
/* リンク全般 */
a{}
a:link{}
a:visited{}
a:active{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

/* ヘッダー */
#header a{
	text-decoration: none;
	color: #ffffff;
}
#header a:link{
	text-decoration: none;
	color: #ffffff;
}
#header a:visited{
	text-decoration: none;
	color: #ffffff;
}
#header a:active{
	text-decoration: underline;
	color: #ffffff;
}
#header a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/* メニュー（右サイド） */
.sidebar a{}
.sidebar a:link{}
.sidebar a:visited{}
.sidebar a:hover{}

/* 記事タイトル */
.title a{
	text-decoration: none;
}
.title a:link{
	text-decoration: none;
	color: #ffffff;
}
.title a:visited{
	text-decoration: none;
	color: #ffffff;
}
.title a:active{
	text-decoration: underline;
	color: #ffffff;
}
.title a:hover{
	text-decoration: underline;
	color: #ffffff;
}


/*************************************************
 *	ページ上部の設定
 *************************************************/

/* タイトル */
.pagetitle{
	font-size: 140%;
	width: 880px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	clear: both;
}

/* 説明文 */
.description{
	font-size: 70%;
	font-weight: 900;
	padding: 3px 10px;
	width: 880px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	line-height: 100%;
}

/*************************************************
 *	記事の設定
 *************************************************/

/* パン屑メニュー */
.pankuzu {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	line-height: 16px;
	vertical-align: bottom;
}

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
#content h2 {
	font-size: 200%;
	padding-top: 8px;
	padding-left: 8px;
	/* padding-bottom: 2px; */
	/* padding-left: 8px; */
	/* margin: 0px 0px 10px; */
	/* color: #ffffff; */
	/* background-color: #66cc00; */
	background-color: #ffffff;
	background-image: url(images/h2.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	color: #000000;
	letter-spacing:-0.07em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
}
#content h2 a , #content h3 a{
	text-decoration: none;
	color: #000000;
}

/* 記事サブタイトル */
#content h3 {
	font-size: 150%;
	font-weight: 900;
	color: #ffffff;
	padding: 8px 20px;
	margin: 10px 0px 10px ;
	background-color: #ff6633; /* サブタイトル背景色 */
	text-align: left;
}

#content ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	margin-left: 20px;
}

/* 記事本文 */
.entry{
	padding: 10px;
	margin: 0px auto;
	overflow: auto;
	font-size: 87%;
	line-height: 150%;
	width: 620px;
}

.entry p{
	padding-bottom: 30px;
}


/* 記事本文内画像 */
.main img{
	margin: 5px;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66cc00;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;
}


/*************************************************
 *	フッターの設定
 *************************************************/
/* 前へ、後へ */
.navigation{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* このページの上へ */
.pagetop{
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* コピーライト */
#copyright{
	font-size: 80%;
	color: #ffffff;
}










/*************************************************
 *	ゴミ
 *************************************************/
/* メニューブロック */
/* .side{ */
/* 	margin-bottom: 10px; */
/* } */

/* メニュータイトル */
/* .sidetitle{ */
/* 	background-color: #66cc00; */
/* 	padding: 3px; */
/* 	margin-top: 0px; */
/* 	margin-bottom: 5px; */
/* 	font-weight: bold; */
/* 	font-size: 87%; */
/* 	color: #ffffff; */
/* } */

/* メニュー本文 */
/* .sidebody{ */
/* 	margin-bottom: 3px; */
/* 	margin-right:auto; */
/* 	margin-left:auto; */
/* 	width: 170px; */
/* 	font-size: 80%; */
/* } */

/* カテゴリー */
/* .category { */
/* 	margin-bottom: 10px; */
/* } */

/* 最近の記事 */
/* .recententry {} */

/* 過去記事 */
/* .archives {} */

/* お気に入り */
/* .link  { */
/* 	margin-bottom: 10px; */
/* } */

/* プロフィール */
/* .profile { */
/* 	margin-bottom: 10px; */
/* } */
/* .nickname{ */
/* 	font-weight: bold; */
/* 	word-spacing: 0.2em; */
/* 	text-align: center; */
/* 	margin-top: 5px; */
/* 	margin-bottom: 5px; */
/* } */
/* .photo{ */
/* 	text-align: center; */
/* 	margin-top: 5px; */
/* 	margin-right: auto; */
/* 	margin-bottom: 5px; */
/* 	margin-left: auto; */
/* } */
/* .message{ */
/* 	font-size: 85%; */
/* 	line-height: 120%; */
/* 	margin: 5px; */
/* } */


