@charset "utf-8";
@import url("reset.css");

/*
Theme Name:	for Oppekepe by MOOBO
Theme URI:	http://www.moobo.co.jp/
Description:	CMS1
Version:	1.0.0
Author:	MOOBO
Author URI:	http://www.moobo.co.jp/
*/


/*	=全体的なルール
-------------------------------------------------- */

body {
	background-color:#fff;
	color:#333;
	background:url(images/bgcolor.jpg) repeat-x;
	font-family: verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;	/* pageの中央寄せ追加 IE6用 その1 */
}

a { text-decoration:none }
a:link { color:#E57A00; }
a:visited { color:#c90; }
a:hover { color:#90CB00; }
a:active { color:#D7FA99; }


/*	=ヘッダーテンプレート
-------------------------------------------------- */
div#page {
	width:780px;
	border-top: 0px none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #ffffff;

	margin-left: auto;	/* pageの中央寄せ追加 */
	margin-right: auto;	/* pageの中央寄せ追加 */
	text-align:left;	/* pageの中央寄せ追加 IE6用その2 */
}
div#header {
	padding:50px 20px 10px 0px;
	height: 200px;
	background:url(images/header.jpg) no-repeat;
}

div#bloginfo {		/* heder内のタイトルと説明をひとくくりに */
	position:relative;
	left: 20px;
	top:-10px;
}

div#header h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size:1.7em;
}

div#header h1 a:link, div#header h1 a:visited { color:#fff; }
div#header h1 a:hover, div#header h1 a:active { color:#990000; }


div#header p {
	color:#cc0000;		/* discription のカラー */
	font-size:0.9em;
	font-weight:bold;
	}


/*	=フッターテンプレート
-------------------------------------------------- */
div#footer {
	background:url(images/footer.gif) repeat-x;
	clear:both;
	padding:10px;
}
p#copyright {
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
}


/*	=共通（ページとカテゴリー）のテンプレート
-------------------------------------------------- */
div#content {
/*	width:450px;	*/
	width:580px;
/*	float:left;	*/
	float:right;
}
div#innerbox {
	padding:0 20px 20px 20px;
}
div.post {
	padding-bottom:15px;
	margin-bottom:15px;
	/*	border-bottom:1px dashed #999;		本文下の区切り線の非表示	*/
	clear:both;
}
h2.posttitle {
	text-indent: 5px;
	color : #ffffff;
	font-weight: bold;
	background-color: #c7c7c7;
	border-left: 10px solid #990033;
	padding: 3px 0 5px 0;
	margin-bottom:0.5em;
}
div.post h2.posttitle  a:link, div.post h2.posttitle a:visited { color:#ffffff; }	/*	 title h2 のカラー */
div.post h2.posttitle  a:hover, div.post h2.posttitle a:active { color:#990000; }

dl {
	margin-bottom:1em;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.65em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
dl.metadata dd.last {
	border-right:none;
}
div#content p {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}
p.navigation {
	text-align:center;
}

/*	== マーカーのテキストインデント
-------------------------------------------------- */
ul.hedge li {
	text-indent: -1em;
	padding-left: 1em;
}


/*	=カテゴリーのテンプレート
-------------------------------------------------- */
.cat h2.posttitle {
	color: #333;
	text-indent: 25px;
	font-weight: bold;
	border-left: none;
	background:url(images/line.gif) no-repeat;
	background-position:left bottom;
	padding: 2px 0 5px 0;
	margin-bottom:0.5em;
}



/*	=パンくずリスト
-------------------------------------------------- */
div.breadcrumb {
	font-size:0.8em;
	text-align : right;
}



/*	=サイドバーテンプレート
-------------------------------------------------- */
div#sidebar {
	width:185px;
	float:left;
}
div#sidebar ul {
	margin:0 0 15px 10px;
}
div#sidebar ul li h2 {
	border-bottom:solid #ccc;
}

div#sidebar li, div#sidebar li li {
	list-style:none;
	line-height:1.6em;
}
div#sidebar li {
	list-style:none;
	/*line-height:1.6em;*/	
	font-size:0.9em;
	background:url(images/side-back.gif) repeat-x;	
	text-indent: 5px;
	padding: 1px 0px 1px 0px;
	/*margin-bottom:20px;*/
	font-weight: bold;
}

div#sidebar li li {
	background:url(images/b_or.gif) 0 0.5em no-repeat;
	padding-left:12px;
}
div#sidebar li li a:link, div#sidebar li li a:visited { color:#666666; } /* sidebar のカラー */
div#sidebar li li a:hover, div#sidebar li li a:active { color:#990000; }

div#sidebar li li li {
	font-size:1em;
}
div#sidebar li h2 {
	font-size:0.82em;
	color:#666;
}
div#sidebar li.searchform ul {
	margin-left:0;
}
div#sidebar li.searchform li {
	background:none;
	padding-left:0;
}
div#sidebar li.searchform li input#s {
	width:120px;
	margin-top:15px;
}
div#sidebar li.searchform li input#searchsubmit {
	width:3em;
}


/*	=Begin Calendar
-------------------------------------------------- */
#wp-calendar {
		*/	width: 155px;	*/
	font-size:0.75em;
}

#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: 0px 0;
	text-align: center;
}

#wp-calendar th {
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/*	=トップページ・最新記事
-------------------------------------------------- */
.top{
	margin-top: -50px;
}
.h-line{
	font-weight: bold;
	margin: 10px 0;
	color: #003300;
}

.topbox img{
	float: left;
	margin:10px;
}
.topban {
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 10px 0;
}
.topban img {
	float: right
}

#topnews{
	margin-top:30px;
	margin-left:30px;
	width:470px;
}

#topnews h3{
	/*margin-top: 30px;*/
	padding:20px 3px 3px 0px;
	color:#333;
	font-size:0.9em;
	background:url(images/kyufu.jpg)  no-repeat;
	background-position:left bottom;
	text-indent: 20px
}

#topnews div{
	border-top:solid 2px #990033;
	overflow:auto;
	height:120;
	margin-top: 8px;
}

#topnews ul{
	font-size:0.75em;
	margin-top:5px;
	padding:0;
}

topnews ul a{
	color:#00657d;
}

#topnews ul li{
	margin:5px 5px 5px 30px;
	padding:0;
	font-size:1.1em;
	list-style-type: disc
}
div#topnews ul li a:link, div#topnews ul li a:visited { color:#666666; } /* 最新ニュースのカラー */
div#topnews ul li a:hover, div#topnews ul li a:active { color:#990000; }



/*	=個別記事テンプレート
-------------------------------------------------- */
div.post img {		/* 投稿画像の周りにボーダーを付ける */
	/*	border:4px solid #ccc;	*/
}

div.post img.wp-smiley {	/* スマイリー画像の周りにボーダーを付けない */
	border:none;
}

.boxr{
	float: right;
	font-size: 0.9em;
	margin:10px 10px 10px 25px;
}
.boxl{
	float: left;
	margin:0px 5px 0px 0px;
}

div.post blockquote {	/* blockquote を他と区別する */
	margin-bottom:1em;
	margin-left:15px;
	padding:5px 15px 5px 15px;
	background:url(images/saya_pg.gif) repeat;	
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
div.post blockquote table {
	font-size : 0.8em;
}

div.post ul, div.post ul ul, div.post ol, div.post ol ol{	/* 本文中リストのスタイル */
	margin:0 0 1em 25px;
}
div.post li {		/* 本文中リストのスタイル */
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {	/* 本文中リストのスタイル */
	font-size:1em;
}
hr {			/* 本文中hrのスタイル */
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {			/* コードを書いた時等幅フォントで表示 */
	font-family:"courier new", courier, monotype;
	font-size:1em;
}


/*	=コメントテンプレート
-------------------------------------------------- */


/*	==コメント・トラックバックの見出しのフォントサイズとスペースの微調整
-------------------------------------------------- */
h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
}
h4 {
	font-size:0.88em;
	padding:0 0 0.4em 0;
	color:#666;
}

/* トラックバックURLの表示用input要素の横幅調整 */
input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}


/*	==投稿コメントのolの調整とli要素の背景画像設定
-------------------------------------------------- */
ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
/*	background:url(images/comment.png) no-repeat #f6fee2;	*/ /* 背景画像をはずす */
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
	background: #f5f5fa;	/* コメント部分 バックグラウンドのカラーを指定 */
}


/*	==フォントサイズの指定されたolやliの子要素に対するサイズの調整
-------------------------------------------------- */
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}


/*	==コメント本文 p要素内のフォントサイズの調整
-------------------------------------------------- */
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}


/*	==承認待ちコメントのお知らせを目立たせる
-------------------------------------------------- */
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}


/*	==コメント投稿フォームの調整
-------------------------------------------------- */


/*	==input要素の横幅と回り込み設定 
-------------------------------------------------- */
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}


/*	==input要素とlabel要素が前後に回り込まないように、それらをペアで含むp要素の回り込み解除
-------------------------------------------------- */
form#commentform p {
	clear:both;
}


/*	==注意書きを含めたsub要素の調整
-------------------------------------------------- */
form#commentform sub {
	display:block;
	padding-top:2px;
}


/*	==名前・メアド・URLのinput要素がlabel要素の右に収まるような横幅と2重枠線ボーダー
-------------------------------------------------- */
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}


/*	==テキストエリアの横幅とボーダー
-------------------------------------------------- */
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}


/*	==送信ボタンの調整
-------------------------------------------------- */
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}


/*	=特定商取引に関する法律のテーブル設定(thのみ色つき)
-------------------------------------------------- */
table.left-color {
	border-collapse:collapse;
	border-top: 1px dashed #ccc;
	margin-top:30px;
	font-size: 0.9em;
}
.left-color th {
	padding:15px 15px 7px 5px;
	vertical-align: top;
	background-color:#EDECBA;/*#ECE9D8*/
	border-bottom:2px dotted #666;
	width: 100px;
} 

.left-color td {
	padding:15px 5px 7px 5px;
	vertical-align: top;
	border-bottom:2px dotted #666;
}

/*	==クリアフィックス
-------------------------------------------------- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	margin:  15px 3px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* Mac IE 文字化け回避対策 */
-------------------------------------------------- */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

