@charset "UTF-8";
/* @Style license ID.0494 */
/************************************************
*	Reset										*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */
/************************************************
*	全体の設定									*
************************************************/
/* ボディー */
body {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/body.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/************************************************
*	レイアウト									*
************************************************/
/* 全体の枠 */
#container {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
/* ナビゲーションバー */
#navi {
	width: 760px;
	float: left;
	clear: both;
}
/* イメージ */
#image {
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}
/* メイン */
#main {
	margin-bottom: 20px;
	width: 544px;
	float: left;
}
/* サイドバー */
#sub {
	width: 225px;
	float: right;
}

/* 下部ナビゲーション */
#footernavi {
	margin-top: 20px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
}
/* フッター */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}
/************************************************
*	全体の枠									*
************************************************/
#container {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	background-image: url(blogimg/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/************************************************
*	ヘッダー									*
************************************************/
#header img {
	border-style: none;
}
#header .pad {
	padding-top: 10px;
	padding-left: 30px;
}
#header h1 {
	position: absolute;
	left: -9999px;
}
#header p {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
}
/* ロゴエリア */
#banner {
	width: 530px;
	float: left;
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin-top: 5px;
	padding: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 0;
	float: right;
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 30px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/************************************************
*	上部ナビゲーションバー						*
************************************************/
#navi {
	font-size: 75%;
	background-image: url(blogimg/navibg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 10px;
	padding-right: 0;
	
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0066CC;
	background-image: url(blogimg/navi0.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-top: .7em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: .6em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(blogimg/navi.png);
	background-position: right bottom;
	background-repeat: repeat-x;
}
/************************************************
*	イメージ									*
************************************************/
#image {
	background-image: url(blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/************************************************
*	メイン　									*
************************************************/
#main {
	font-size: 82%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	margin-right: 0px;
}
/* メイン余白 */
#main .pad {
	padding-top: 20px;
	padding-left: 29px;
	padding-right: 15px;
}
/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}

/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 100%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(http://mirueru.info/blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* メイン 投稿者情報 */
div#main p.posted {
	font-size: 100%;
	margin-top: 0px;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dl {
	margin-bottom: 10px;
}
#main dt {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
#main dd {
	padding-left: 0;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
fieldset {
	padding: 10px;
}
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.rentory {
	padding-left: 0px;
}
.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.8em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#main ul ol {
	padding-left: 30px;
}
/* メイン段落 */
#main p {
	margin-top: 0px;
	margin-bottom: 10px;
}
/* 画像 */
#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* メイン エントリタグ */
.entry-tags {
	clear:both;
    margin: 5px 0 10px 0; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
	margin-left: -25px;
	padding-left: 0;
	list-style: none;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}
/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
textarea{
	width: 400px;
}
/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}
div.comment-reply {
	margin-left: 20px;
}
.extended {
	text-align: right;
}

input,textarea {
	font-size: 100%;
}
/************************************************
* Sitemap * 
************************************************/
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(http://mirueru.info/blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(http://mirueru.info/blogimg/tree_end.gif);
list-style: none;
}
/************************************************
*	サイドバー									*
************************************************/
/* サイドバー */
#sub {
	font-size: 80%;
	line-height: 140%;
}
/* サイドバー余白 */
#sub .pad {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 25px;
}
/* サイドバーリンク設定 */
#sub a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#sub a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#sub a:link:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#sub a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#sub a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#sub a:visited:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#sub a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: #ffffff;
}
/* サイドバー見出しh2 */
#sub h2 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/sideh2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* サイドバー見出しh3 */
#sub h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#sub p {
	font-size: 92%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* ページリスト */
.page_list ul
{
	padding: 0;
	list-style: none;
}
/* ページリスト */
.page_list ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
.page_list ul li a {
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.page_list ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.page_list ul ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.page_list ul ul li {
	background-image: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.page_list ul ul li a {
	background-image: url(blogimg/arrow0.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}

.page_list ul ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}
/* サイドバーフリースペース */
.note {
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーリスト */
#sub ul {
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	list-style-type: none;
}
#sub ul ul li{
	margin-left: 10px;
}
#sub li a {
	text-decoration: none;
}
#sub li a:hover {
	text-decoration: none;
}
/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }

/* サイドバー画像 */
#sub img{
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}
.rss {
	margin-top: 5px;
	margin-bottom: 5px;
}
.rss a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 195px;
	height: 37px;
	display: block;
}
.rss a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 195px;
	height: 37px;
	display: block;
}
#powered {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}
/************************************************
*	下部ナビゲーション							*
************************************************/
#footernavi {
	font-size: 72%;
	text-align: center;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}
#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
/************************************************
*	フッター									*
************************************************/
#footer {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer a {
	text-decoration: none;
	color: #336600;
	background-color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #ffffff;
}
address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}