﻿@charset "UTF-8";



/*
Theme Name: blog_ore
Author: umeda printing
*/

 
/* Reset ######################################################################## */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}


/* Setting */

html {  
  overflow-y: scroll;  
}

body {
  background: #FFF;
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  
table {
  border-collapse: collapse;
}

legend {
  color: #333;
}

div#main p,
div#main ul,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
div#main table {
  margin: 1em 0;
}


/* Option *//*

* html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
  
*:first-child+html .smallFont {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

* html ul li dl,
* html ol li dl {
  display: inline;
}

*:first-child+html ul li dl,
*:first-child+html ol li dl {
  display: inline;
}

*/


/*---------------------------------------------

Font Size

20px : 154%
18px : 139%
16px : 124%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%

---------------------------------------------*/


/* Reset ################################################################ */

:link,:visited {
	text-decoration: none;color:#730000;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
	font-size: 12px;	/*基本文字サイズ*/
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-spacing: 0;
}
fieldset,img,abbr,acronym {
	border: 0;
} 
ol,ul {
	list-style: none;
	font-size:100%;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
a {
	text-decoration: underline;
	border-bottom:solid #555 0px;
	outline: none;
}

hr {
	border: 0;
	height: 1px;
	background-color: #ccc;
	color: #000;
}
a img,:link img,:visited img {
	border: none;
}
address {
	font-style: normal;
	display: inline;
}

/* Clearfix 親要素に設定することでフロートを解除 #################################### */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





/* Global #################################################################### */
html	{
	border-top:solid #fcb900 6px;	/*最上部の色ライン*/	/* ■■■最上部の色ライン■■■ */
}
body	{
	font-family: osaka,Meiryo;
	background-color:#ffffff;	/*背景色ffffff*/
}
#wrapper	{
	margin:0;
	padding:0;
	border-bottom:solid #fcb900 50px;	/* ■■■最下部の色ライン■■■ */
	/*background:url(./images/#.jpg) repeat-x left 20px;*/
}
#container	{
	border:solid #555 0px;
	width:760px;	/*サイト全体の横幅*/
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	padding:0 0px;
	text-align:left;
}

#mat	{	/* 共通ページ用 */
	background:url(./images/mat_bg.jpg) repeat-y right top;
	_background:url(./images/mat_bg02.jpg) repeat-y right top;
	/*最低限の高さを確保*/
	min-height:400px;
	height:auto !import;
	_height:400px;	/*IEのみ適用*/
	border:solid #555 0px;
}

#mat_sub	{	/* ブログページ用 */
	/*最低限の高さを確保*/
	min-height:400px;
	height:auto !import;
	_height:400px;	/*IEのみ適用*/
	border:solid #555 0px;
}


/* ヘッダー ################################################################### */
#header	{
	position:relative;
	border:solid green 0px;
	width:100%;
	height:80px;	/*ヘッダーの高さ*/
	background:url(./images/header_bg.gif) no-repeat;
}
#header #sitename img	{	/*ロゴ画像の位置調整*/
	position:absolute;
	top:40px;
	_top:40px;
	left:20px;
}


/* トップページ用 */
#topimg	{				
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:230px;
	width:760px;
	/* background:url(./images/top001.jpg); */
	margin:10px 0 0px 0;
	/* text-indent:-9999px; */
}

#descript	{font-size:11px;line-height:2em;}






/* Content ################################################################# */

#content	{	/* トップページ用 */
	width:500px;
	float:left;
	background-color:#ffffff;
	/*最低限の高さを確保*/
	min-height:50px;
	height:auto !import;
	_height:50px;
	position:relative;	/*サブメニュー固定の基準点に*/
	border:solid #555 0px;
}

#content h2	{
	background:url(./images/title_bar.jpg)  no-repeat left 50%;
	width:500px;
	height:45px;
	padding-left:25px;
	margin-top:0px;
	font-size:15px;
	color:#414141;
	font-weight:bold;
	margin-bottom:25px;
	line-height:45px;
}

#content h3	{
	font-size:16px;
	color:#ff7800;
	font-weight:bold;
	margin-top:35px;
	margin-bottom:0.5em;
}
#content h4	{	
	font-size:12px;
	color:#730000;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:0.5em;
}
#content p	{
	color:#444;
	line-height:1.5em;
	margin-bottom:1em;
}
#content .entryfoot	{
	width:100%;
	border-top:solid #aaa 1px;
	color:#aaa;
	text-align:right;
	padding:5px;
	font-weight:bold;
	clear:both;
}


/* 新着情報 ---------------------------------------------------------- */
#content #news	{
	width:500px;
	margin:0px;
}

#content #news h3	{
	background:url(./images/title_news.jpg) no-repeat left top;
	width:500px;
	height:45px;
	text-indent:-9999px;
	padding-left:0em;
	margin-top:0px;
}

#content #news ul	{
	margin:10px 0 20px 0;
	line-height:1.8em;
}

#content #news ul li	{
	list-style-type:none;
	color:#414141;
	font-size: 13px;
	background:url(./images/point-blue.gif) no-repeat 0em 0.9em;	/* ■■■新着リスト・ポイント画像■■■ */
	padding:10px 0 10px 20px;
	border-bottom:dotted #414141 1px;
	display:block;
}

#content #news ul li a	{
	color:#414141;
}

/* 事務所案内------------------------------------------------------------------- */
#gide	{
	width:500px;
	background-color:#FFFCDB;
	border:solid #414141 1px;
}

#gide_left	{
	margin:10px 0 10px 10px;
	_margin:10px 0 20px 10px;
	width:165px;
	float:left;
}

#gide_right	{
	margin:10px 20px 10px 0px;
	_margin:10px 10px 10px 0px;
	width:275px;
	float:right;
	font-size:12px;
	color:#414141;
	line-height:1.5em;
}
/* 表組み ---------------------------------------------------------------------- */
#content #hyou table {
	width:100%;
	border-collapse: separate;
	border-spacing:5px;
	border:solid #aaa 0px;
}

#content #hyou table tr th	{
	padding:5px;
	vertical-align:top;
	font-size:12px;
	color:#414141;
	font-weight: bold;
	background-color:#dcdddd;
}

#content #hyou table tr td	{
	padding:5px;
	vertical-align:top;
	font-size:12px;
	color:#414141;
	font-weight: normal;
	border-spacing:5px;
}

.red	{
	color:#e60011;
	font-size:12px;
}

/* サイドライト#################################################################### */
#side-right	{	/* トップページ用 */
	width:220px;
	background-color:#FEECD2;	/* ■■■サイドライト背景色■■■ */
	margin-left:0px;
	_margin-left:0px;
	min-height:50px;
	height:auto !import;
	_height:50px;
	position:relative;	/*サブメニュー固定の基準点に*/
	float:right;	/*float居た場所空きの問題対策*/
	border:solid #555 0px;
}


/* バナー ------------------------------------------------------------------------ */
#banner	{
	width:180px;
	margin:15px 0 5px 20px;
	_margin:0px 0 5px 20px;
}

#banner #ul li	{
	list-style-type:none;
	line-height:1.5em;
	margin-bottom:5px;
}


/* アクセス -----------------------------------------------------------------------*/
#access	{
	font-size: 12px;
	width:160px;
	margin:5px 20px 15px 20px;
	padding:10px 10px 10px 10px;
	line-height:1.5em;
	border:dotted #EB6100 1px;	/* ■■■サイドライト・アクセス囲みライン■■■ */
}



/* 会社情報クレジット ------------------------------------------------------------- */
#submenu #prof{
	margin:0px;
	text-align: left; 
	background-color:#fff;
	border: 1px dotted #555555; 
	padding: 15px 5px 10px 15px; 
	line-height: 1.5em;
	color: #808080;
	font-size:14px;
}

#submenu #prof p {
style="color: #808080;"
	font-size:14px;
}


/* サイトマップ ################################################################## */
div.sitemap h4	{
	background:url(./images/arrow1.jpg) no-repeat left 50%;
	text-indent:1.5em;
	line-height:1.5em;
}
div.sitemap h4 a	{
	font-weight:bold;
}
div.sitemap p	{
	text-indent:1.5em;
}




/* リンク集 ###################################################################### */
#content #link	{
	margin:0;
	width:500px;
}

#content #link h3	{
	color:#5c9927;
	font-weight:bold;
}

#content #link li.linkcat	{
	list-style-type:none;
	margin:30px 0px 10px 0px;
	padding:0 0 0 15px;
	_padding:0 0 0 0px;
	font-size:14px;
	background:url(./images/point-green.gif) no-repeat 0 5px;
	color:#000000;
	line-height:1.5em;
}


#content #link ul	{
	list-style-type:none;
	margin:10px 0px 10px 0px;
}

#content #link ul li	{
	line-height:2em;
	padding: 0.5em 0 0.5em 1em;
	background:url(./images/point-ore.gif) no-repeat 0 1.25em;
	font-size:12px;
	color:#414141;
}

#content #link ul li li	{
	border-bottom:dotted 1px #8bc124;
}

#content #link ul li a {
	font-size:14px;
	color:#414141;
	font-weight:bold;
}



/* フッター #################################################################### */
#footer	{
	border:solid #555 0px;
	width:100%;
	clear:both;
	position:relative;
	margin:25px 0 0 0;
	background:white;
}


#foot-nav	{
	text-align:center;
	line-height:40px;
	margin-bottom:10px;
}
#foot-nav ul li	{
	display:inline;
	font-size:12px;
	margin:0;
	padding:0px 10px 0px 10px;
	border-right:solid #555 1px;
	text-align:center;
}
#foot-nav ul li.last	{
	border-right:solid #555 0px;
}


#footer #copy	{	/*著作権表示*/
	font-size:11px;
	position:absolute;
	bottom:-40px;
	color:#fff;
	width:100%;
	text-align:left;
	line-height:1.3em;
}
#footer #copy a	{
	color:#780000;
/*font-weight:bold;*/
}
#footer #copy a:hover	{
	color:#780000;
}
#footer div.totop	{
	width:100%;
	text-align:right;
	border-bottom:dotted #555 0px;
	padding:10px 0;
}
.waku	{
	border:solid #555 1px;
	padding:10px;
	line-height:3.5em;
	background-color:#fef1c8;
}


/* ブログ ################################################################## */

/* ブログ用 Content--------------------------------------------------------- */
#content_sub	{	/* ブログページ用 */
	width:500px;
	float:left;
	background-color:#ffffff;
	/*最低限の高さを確保*/
	min-height:50px;
	height:auto !import;
	_height:50px;
	position:relative;	/*サブメニュー固定の基準点に*/
	border:solid #555 0px;
}
#content_sub h2	{
	padding:0 0 0 15px;
	font-size:16px;
	color:#ed6c00;	/* ■■■ブログ各タイトル文字色■■■ */
	font-weight:bold;
	line-height:25px;
	margin-top:35px;
	margin-bottom:20px;
	border-left:solid #ed6c00 8px;		/* ■■■ブログ各タイトルライン左■■■ */
	border-bottom:dotted #ed6c00 1px;	/* ■■■ブログ各タイトルライン下■■■ */
}
#content_sub h3	{
	padding:0 0 0 10px;
	font-size:15px;
	color:#ed6c00;	/* ■■■ブログ各タイトル文字色■■■ */
	font-weight:bold;
	line-height:15px;
	margin-top:35px;
	margin-bottom:20px;
	border-left:solid #ed6c00 15px;		/* ■■■ブログ各タイトルライン左■■■ */
}
#content_sub h4	{
	background:url(./images/title_bar.jpg)  no-repeat left 50%;
	width:500px;
	height:45px;
	padding-left:25px;
	margin-top:0px;
	font-size:15px;
	color:#414141;
	font-weight:bold;
	margin-bottom:25px;
	line-height:45px;
}
#content_sub h2 a	{
	color:#ed6c00;		/* ■■■ブログ各タイトル文字色■■■ */
	font-weight:bold;
}
#content_sub h3 a	{
	color:#ed6c00;		/* ■■■ブログ各タイトル文字色■■■ */
	font-weight:bold;
}
#content_sub p	{
	color:#444;
	line-height:1.5em;
	margin-bottom:1em;
}
#content_sub #pagetitle	{
	font-size:12px;
	font-weight:bold;
	color:#444;
	line-height:1.5em;
	margin-bottom:1em;
	background:url(./images/point-green.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
}

/* IE6用の対応 */
.post h2	{
	width:100%;
}

.post ul		{
	margin: 0 0 1em 1em;
	list-style: disc;
	line-height: 1.8em;
}
.post ul li	{
	margin-left: 2em;
}

.post ol		{
	margin: 0 0 1em 1em;
	line-height: 1.8em;
}
.post ol li	{
	margin-left: 2em;
	text-indent: -1em;
}


/* ブログコメント ++++++++++++++++++++ */
#comments	{
	border: solid 1px #0c8bcd;
	padding: 0 18px;
	margin: 20px 0;
}

#comments h3	{
	font-weight:bold;
	font-size: 12px;
	border-bottom: solid 1px #0c8bcd;
	border-left: solid 10px #0c8bcd;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0c8bcd;
}

#comments p	{font-size: 12px}

#comments p a	{color: #0c8bcd}

#comments input, #comments textarea
	{display: block}

#comments textarea	{width: 450px}

#comments .required	{color: #ff0000}

#comments code	{
	display: block;
	margin-top: 5px;
	font-size: smaller}

#comments ul	{
	margin: 0;
	padding: 0}

#comments li.compost	{
	list-style-type: none;
	border-bottom: dotted 1px #0c8bcd;
	margin-bottom: 20px;}

#comments p.cominfo	{text-align: right}

#comments #comfeed a	{
	background-image: url(./images/feed-icon-12x12.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 17px;
	line-height: 1em;
	color: #000000;
	text-decoration: none}

#comments #comfeed	{
	background-color: #a3d2f2;
	padding: 8px;
	margin-top: 30px}

#comments #trurl	{
	background-color: #a3d2f2;
	padding: 8px;
	margin-bottom: 30px}

/* ブログ前後ページリンク++++++++++++++++++++ */
span.oldpage	{float: left}

span.newpage	{float: right}

p.pagelink a	{
	font-size: 12px;
	color: #730000;}

p.pagelink	{
	overflow: hidden;
	width: 100%;
}



/* ブログサイドバー------------------------------------------------------------ */
/* ブログサイドバー ++++++++++++++++++++ */
div#sidebar	{
	width: 220px;
	float: right}

div#sidebar ul	{
	margin: 0;
	padding: 0;}

div#sidebar li	{list-style-type: none}

div#sidebar .widget	{
	background-color: #FEECD2;	/* ■■■ブログサイドバー背景色■■■ */
	padding: 16px;
	margin-bottom: 10px}

div#sidebar h2	{
	font-size: 12px;
	color: #ed6c00;		/* ■■■ブログサイドバー・タイトル文字色■■■ */
	border-bottom: solid 1px #ed6c00;	/* ■■■ブログサイドバー・タイトルライン下■■■ */
	padding-bottom: 8px;
	margin: 0 0 10px}

div#sidebar li li	{
	font-size: 12px;
	margin-bottom: 4px;
	background-image: url(./images/point-blog.gif);
	background-repeat: no-repeat;
	padding-left: 16px}

div#sidebar li li a	{
	text-decoration: none;
	color: #ed6c00}			/* ■■■ブログサイドバー・リスト文字色■■■ */


/* ブログカレンダー++++++++++++++++++++ */
.widget_calendar h2	{display: none}

#wp-calendar	{
	line-height:1.7em;
	font-size: 12px;
	color: #ed6c00;			/* ■■■ブログサイドバー・カレンダー文字色■■■ */
	width: 100%}

#wp-calendar a	{
	color: #ed6c00;		/* ■■■ブログサイドバー・カレンダー文字色■■■ */
	text-decoration:underline;	
}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #ed6c00;	/* ■■■ブログサイドバー・カレンダーキャプションライン色■■■ */
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#wp-calendar #prev	{
	text-align: left;
	padding-top: 3px}

#wp-calendar #next	{
	text-align: right;
	padding-top: 3px}

/* フィード ++++++++++++++++++++ */
p.feed	{font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #ed6c00;		/* ■■■ブログサイドバー・RSSライン文字色■■■ */
	padding: 5px;
	margin: 25px 0}

p.feed a	{
	color: #ed6c00;		/* ■■■ブログサイドバー・RSS文字色■■■ */
	text-decoration: none}

p.feed img	{
	vertical-align: middle;
	margin-right: 8px}



/* メインメニュー関係 ############################################################## */

/* ナビゲーションバー */
div#nav	{clear:both;
	width:100%}

div#header	{margin-bottom: 0}

div#nav ul	{background-color: #fcb900;/*#EB6100;*/
	padding: 10px 0 10px;
	margin: 0px 0 15px 0px}

div#nav li a	{font-size: 1em;
	color: #ffffff;
	text-decoration: none}

div#nav li a:hover	{color: #fdee02}
 
div#nav li	{display: inline;
	list-style-type: none;
	border-right: solid 1px #ffffff;
	padding-left: 15px;
	padding-right: 15px}
