@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/bg.jpg) repeat;
	font-family: verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;	/* pageの中央寄せ追加 IE6用 その1 */
}

a { text-decoration:none }
a:link { color:#666666; }
a:visited { color:#666666; }
a:hover { color:#990000; }
a:active { color:#990000; }


h5 {
	font-weight: bold;
}

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

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

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

div#header h1 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:1.7em;
}

div#header h1 a:link, div#header h1 a:visited { color:#ccc; }
div#header h1 a:hover, div#header h1 a:active { color:#f7c22b; }


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


/*	=フッターテンプレート
-------------------------------------------------- */

div#footer {
	background:url(images/footer.jpg) repeat-x;
	clear:both;
	padding:5px;
}
p#copyright {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	color:#ccc;
}


/*	== navigation
-------------------------------------------------------- */

#secondnav ul {
	padding: 0;
	margin: 1px 0 1px 0;
/*	background: #e1e1e1;	*/
/*	border-top: 1px solid #DFDFDF;	*/
/*	border-bottom: 1px solid #DFDFDF;	*/
	float: right;
	width: 100%;
	font: 13px Osaka, Verdana, sans-serif;
}

#secondnav ul li {
	display: inline;
}

#secondnav ul li.page_item a {
	padding: 5px 14px 5px 14px;
/*	background: #d2d2d2;	*/
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	float: right;
/*	border-right: 1px solid #FFFFFF;	*/
}

#secondnav ul li.page_item a:hover {
	color: #FFFFFF;
	background: #999999;
}

#secondnav ul li.current_page_item a {
	padding: 5px 14px 5px 14px;
/*	background: #efefef;	*/
	color: #333333;
	text-decoration: none;
	float: right;
/*	border-right: 1px solid #DFDFDF;	*/
/*	border-bottom: 2px solid #d02b14;	*/
}

#secondnav ul li.current_page_item a:hover {
	background: #6F6F6F;
}



/*	=共通（ページとカテゴリー）のテンプレート
-------------------------------------------------- */
div#content {
/*	width:580px;	*/
	width:730px;
/*	float:left;	*/
	float:right;
}
div#innerbox {
	padding:0 20px 20px 20px;
}
div.post {
	padding-bottom:15px;
	margin-bottom:50px;
	/*	border-bottom:1px dashed #999;		本文下の区切り線の非表示	*/
	clear:both;
}
h2.posttitle {
	font-weight: bold;
	background:url(images/line_bridge.jpg) no-repeat;
	text-indent: 80px;
	background-position:left bottom;
	padding: 2px 0 10px 0;
	margin:15px 0 5px 0px;
}

div.post h2.posttitle  a:link, div.post h2.posttitle a:visited { color:#990000; }	/*	 title h2 のカラー */
div.post h2.posttitle  a:hover, div.post h2.posttitle a:active { color:#343400; }

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: #610f13;
	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;
}



/*	=個別記事テンプレート
-------------------------------------------------- */



/*	==	画像の回り込み設定
-------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

p.wp-caption-text {
	font-size: 0.8em;
	padding-bottom: 10px;
}


div.post img {		/* 投稿画像の周りにボーダーを付ける */
	/*	border:4px solid #ccc;	*/
}

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





.boxr{
	float: right;
	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 15px;
}
/*div.post li {		 本文中リストのスタイル 
	font-size:0.75em;
	line-height:1.5em;
}
div.post li li {	 本文中リストのスタイル 
	font-size:1em;
}
*/

.post ul li {		/* 本文中リストのスタイル */
	font-size:0.75em;
	background:url(images/b-red.gif) 0em 0.5em no-repeat;
	text-indent: 20px;
	line-height:1.5em;
	list-style-position: outside;
}
.post ul li ul li {		/* 本文中リストのスタイル */
	font-size:1em;
	list-style-type: none;
	background:url(images/0.gif) 0em 0.5em no-repeat;
	list-style-type: square;
	list-style-position: inside;
	text-indent: 20px;
	line-height:1.5em;
}
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;
}

/*	=トップページ・最新記事
-------------------------------------------------- */
#main {
	width: 935px;
	margin: 0 10px;
	font-size: 0.9em;
}

.aisatsu {
	margin-left: 10px;
}
.aisatsu p {
	margin-top: 10px;
}
.topmenu{
	width: 200px;
	/*height: 183px;*/
	margin: 10px;
	float: left;
}
.topmenu img{
	float: left;
}

.menucon{
	float:right;
	width: 180px;
	height: 183px;
}
.menucon ul li{
	margin:5px 5px 5px 30px;
	padding:0;
	list-style-type: disc
}
.menucon ul li a{
	color: #666666;
}

.topcopy {
	color: #9d8110:
	font-size: 2em;
}

#topnews{
	margin: 30px 0 30px 30px;
	width:800px;
}

#topnews h3{
	padding:20px 3px 3px 0px;
	color:#980000;
	background:url(images/sheep.gif)  no-repeat;
	background-position:left bottom;
	text-indent: 40px;
	font-weight: bold;
}

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

#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; }

.topbanner {
	width: 170px;
	margin-right: 20px;
	float: right;
}

.topbanner img {
	margin: 5px
}



/*	=informationのページ
-------------------------------------------------- */
.info h2.posttitle  {
	background:url(images/line_ikari.jpg) no-repeat;
	text-indent: 50px;
	background-position:left bottom;
	padding: 2px 0 10px 0;
	margin:15px 0 5px 0px;
}

/*	=singleページ
-------------------------------------------------- */
.single h2.posttitle  {
	background:url(images/line_ship.jpg) no-repeat;
	text-indent: 80px;
	background-position:left bottom;
	padding: 2px 0 10px 0;
	margin:15px 0 5px 0px;
}

/*	=サブカテゴリーのテンプレート
-------------------------------------------------- */
.sub-cat h2.posttitle {
	font-size: 1.5em;
	/*background-image: none;
	line-height:1.1em;
	background-color: #cccccc ;
	border-bottom: solid 1px #999;*/
	background:url(images/sub-cat-title-bk.jpg) repeat-x;

}

.sub-cat ul li{
	border-bottom: dotted 3px #ccc;
	font-size:1.5em;
	line-height:1.1em;
	background-image: none;
	margin-top: 30px;
}
.sub-cat ul li a{
	color:#E57A00;
}

/*	=サイドバー
-------------------------------------------------- */
div#sidebar {
	width:200px;
	float:left;
}

div#sidebar ul {
	margin:0 0 0 10px;
	/*margin:0 0 15px 10px;*/
}

div#sidebar ul li {
	padding: 1px 0px;
	list-style:none;
	text-indent: 5px;
	/*font-weight: bold;*/
	line-height:45px;	/*1.6em;*/
}

div#sidebar ul li ul li {
	list-style:none;
	line-height:45px;	/*1.6em;*/
}

div#sidebar ul li h2 {
	font-size:0.82em;
	color:#666;
	/*border-bottom:solid #ccc;*/
}


/*	== sidebar a link */
div#sidebar a {
	display:block;
}
div#sidebar ul li ul li a:link,
div#sidebar ul li ul li a:visited {
	background:url(images/buttton.jpg) no-repeat;
	line-height:45px;
}
div#sidebar ul li ul li a:hover,
div#sidebar ul li ul li a:active {
	background:url(images/buttton_over.jpg) no-repeat;
	line-height:45px;
}

/*	==sidebar のリンク文字色 */
div#sidebar li li a:link, div#sidebar li li a:visited { color:#666666; }
div#sidebar li li a:hover, div#sidebar li li a:active { color:#990000; }


/*	== children item */
div#sidebar ul li ul li ul li {
	margin:0 0 0 -10px;
	text-indent: 25px;
	font-size:1em;
}


/*	==searchform style START */
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;
}
/*	searchform style END */


/*	=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 */



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


/*	==コメント・トラックバックの見出しのフォントサイズとスペースの微調整
-------------------------------------------------- */
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;
}


/*	= 会社概要（行のみテーブル）
-------------------------------------------------------- */
.outline{
	margin: 0 0 30px 30px;
}
.lowline th,td {
	border-bottom: 1px #CCCCCC solid;
	font-size:0.8em;
	width:500px;
	line-height:2em;
}
.lowline th,th {
	border-bottom: 1px #CCCCCC solid;
	font-size:0.8em;
	width:100px;
	line-height:2em;
}

.b-top {
	border-top: 1px #CCCCCC solid;
}

/*	= Wedding（borderなし）
-------------------------------------------------------- */
.line-none {
	margin: 0 20px 30px 30px;
}
.line-none th,td {
	font-size:0.8em;
	line-height:1.2em;
}
.line-none th,th {
	font-size:0.8em;
	line-height:1.2em;
	width: 220px;
}

/*	==クリアフィックス
-------------------------------------------------- */
.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;
}





