@charset "UTF-8";
/* @Style license ID.001 */
/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #EEEEEE;
	background-image: url(blogimg/body_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
}
/************************************************
*	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 */

/* for IE7 */
.clearfix{
  zoom:1;
}
/* end IE7 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	clear: both;
	display: none;
}
/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
/* page_container */
div#page_container {
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 950px;
}
/* main */
div#main {
	width: 500px;
	float: left;
}
/* sub1 */
div#sub1 {
	width: 220px;
	float: left;
}
/* sub2 */
div#sub2 {
	width: 220px;
	float: left;
}
/* footer */
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}
/************************************************
*	page_container								*
************************************************/
/* 全体の枠 */
div#page_container {
	color: #333333;
	background-color: #ffffff;
}

/************************************************
*	header										*
************************************************/
/* ヘッダ */
div#header {
	background-image: url(blogimg/header.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div#header h1 {
	padding-top: 20px;     /* 画像により調整してください */
	margin-left: 20px;     /* 画像により調整してください */
	padding-bottom: 10px;  /* 画像により調整してください */
}
/************************************************
*	nav											*
************************************************/
/* ナビゲーションバー */
div#nav {
	font-size: 75%;
	background-image: url(blogimg/nav_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}
/* 上部ナビゲーションバー リスト */
div#nav ul {
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 15px;
}
div#nav ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	padding-right: 8px;
	float: left;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#nav ul li a:hover {
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	container									*
************************************************/
/* コンテナ上部画像 */
div#container {
	background-image: url(blogimg/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
/* コンテナ下部画像 */
div#contents {
	background-image: url(blogimg/container_b.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
/************************************************
*	main										*
************************************************/
/* メインコンテンツ */
div#main {
	font-size: 81.25%;
}
/* メインコンテンツ余白 */
div#main div.inner {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
}
/* イメージ画像 */
div#main div.image {
	background-image: url(blogimg/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	height: 222px;    /* 画像により調整してください */
}
/* メインコンテンツリンク設定 */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* メインコンテンツリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* メインコンテンツリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンククリック時 */
div#main a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* メインコンテンツ見出し h2 */
div#main h2 {
	font-size: 107.69%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	clear: both;
}
/* メインコンテンツ見出し h3 */
div#main h3 {
	font-size: 107.69%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 3px;
	clear: both;
}
/* メインコンテンツ見出し h4 */
div#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	padding-bottom: 3px;
	clear: both;
}
/* 新着情報 */
div#main div.news_area  {
	background-image: url(blogimg/news_area_b.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 0;
	width: 460px;
	clear: both;
}
div#main div.news_area div.news_heading {
	font-size: 107.69%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/news_area_h.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 5px;
}
/* 新着情報 余白 */
div#main div.news_area .inner {
	letter-spacing: 0.05em;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
/* 新着情報 日付 */
dl.news {
	font-size: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
/* 新着情報 記事タイトル */
dl.news dd  {
	margin-top: -1.8em;
	margin-left: 5.5em;
	margin-right: 0;
	margin-bottom: .1em;
}
/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 100%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* メインコンテンツ 段落 */
div#main p {
	margin-top: 0;
	margin-bottom: 1em;
}
/* メインコンテンツ 投稿者情報 */
div#main p.posted {
	font-size: 100%;
	margin-top: 0px;
}

/* メインコンテンツ 引用元情報 */
div#main cite {
	font-style: italic;
}
/* メインコンテンツ 引用 */
div#main blockquote {
	color: #666666;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 1em;
	clear: both;
}
/* メインコンテンツ 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 1em;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
/* メインコンテンツ 定義リスト */
div#main dl {
	margin-bottom: 1em;
}
/* メインコンテンツ 会社概要用 */
div#main dl.info {
	margin-bottom: 25px;
}
div#main dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div#main dl.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #E0E0E0;
}
/* メインコンテンツ お問い合わせ用 */
div#main div.form {
	line-height: 160%;
	margin: 0;
}
div#main div.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
div#main div.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
div#main div.form fieldset {
	margin-bottom: 10px;
}
/* メインコンテンツ 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 30px;
	margin-bottom: 1em;
}
div#main ol {
	padding-left: 30px;
	margin-bottom: 1em;
}
div#main ul ol {
	padding-left: 30px;
}
/* メインコンテンツ 画像 */
div#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* メインコンテンツ 画像左配置 */
div#main .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* メインコンテンツ 画像中央配置 */
div#main .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* メインコンテンツ 画像右配置 */
div#main .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* メインコンテンツ 続き */
div#main .extended {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

div#main textarea{
	width: 400px;
}


div#main input, div#main textarea {
	font-size: 100%;
}


div.comment-reply {
	margin-left: 20px;
}

/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 5px;
}

div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}

/* メインコンテンツ エントリタグ */
.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;
}

/************************************************
* 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(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}


/************************************************
*	sub										*
************************************************/
/* サイドバー 余白 */
/* sub1 */
div#sub1 div.inner {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* sub2 */
div#sub2 div.inner {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

div#sub1 div.inner p {
	margin-bottom: 10px;
}

/* ページリスト 枠 */
.page_list {
	margin-bottom: 10px;
}
.page_list dl dt {
	font-size: 87.5%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/page_list_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.page_list dd {
	background-image: url(blogimg/page_list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* ページリスト リンク設定 */
.page_list a {
	color: #333333;
	background-color: transparent;
}
.page_list a:link {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:link:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list a:visited:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
.page_list ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}

/* ページリスト */
.page_list ul li {
	font-size: 81.25%;
	color: #333333;
	background-color: #ffffff;
	text-indent: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
.page_list ul li a{
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	display: block;
}
/* ページリスト ホバー */
.page_list ul li a:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
.page_list ul li a:visited {
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ページリスト ホバー */
.page_list ul li a:visited:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}

/* ページリスト 訪問済みホバー */
.page_list ul li a:visited:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
.page_list ul ul {
	font-size: 123.08%;
	margin: 0;
	padding: 0;
}
/* サブカテゴリーリスト */
.page_list ul ul li {
	background-image: none;
	text-indent: 40px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
.page_list ul ul li a {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	border-left: none;
}

/* サブカテゴリーリスト ホバー */
.page_list ul ul li a:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;

}

/* サブカテゴリーリスト 訪問済み */
.page_list ul ul li a:visited {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}
/* サブカテゴリーリスト 訪問済みホバー */
.page_list ul ul li a:visited:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* ラベル(検索) */
div#sub1 .inner label , div#sub2 .inner label {
position: absolute;
left: -9999px;
}
/* 検索ボックス*/
div#sub1 input#search , div#sub2 input#search {
	width: 120px;
}

/* タグクラウド */
.tags {
	margin-bottom: 10px;
}
/* タグクラウドリンク設定 */
div.tags a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* タグクラウドリンク基本色 */
div.tags a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
div.tags a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンククリック時 */
div.tags a:link:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済み */
div.tags a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
div.tags a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みクリック時 */
div.tags a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

div.tags dl dt {
	font-size: 87.5%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/page_list_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
div.tags dd {
	background-image: url(blogimg/page_list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 23px;
}

/* タグクラウド表示（文字サイズ） */
.module-tagcloud .module-content
	{text-align: left; }
.module-tagcloud .module-content .module-list
	{ list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item
	{ line-height: 1.2; display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 180%; }
.module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 160%; }
.module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 80%; }

/* サイドバーバナー */
div.banner {
	margin-bottom: 10px;
}


.feed {
	margin-top: 0;
	margin-bottom: 5px;
}
.feed a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	display: block;
}
.feed a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	display: block;
}
/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 75%;
	text-align: center;
	margin: 0px;
	padding: 0;
	clear: both;
}
div#b_nav ul {
	margin: 0;
	padding: 0;
}

div#b_nav ul li {
	display: inline;
}
div#b_nav ul li a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
	padding: 0 .5em;
}

div#b_nav ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	footer										*
************************************************/

/* フッターリンク色 */
div#footer a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}
/* フッター powered */
div#footer .link-note {
	font-size: 75%;
	text-align: left;
	width: 350px;
	float: left;
}
div#footer .link-note ul {
	margin-left: 20px;
}
div#footer .link-note ul li {
	display: inline;
}
/* フッター Copyright */
div#footer .copy {
	text-align: right;
	width: 600px;
	float: right;
}
div#footer address {
	font-size: 75%;
	font-weight: bold;
	margin-right: 20px;
}



.sub_form {
}

div#main div.sub_form {
	line-height: 160%;
	margin: 0;
}
div#main div.sub_form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
div#main div.sub_form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
div#main div.sub_form fieldset {
	margin-bottom: 10px;
}



table.price {
font-size: 100%;
margin-bottom: 20px;
width: 420px;
border: 1px #e0e0e0 solid;
border-collapse: collapse;
border-spacing: 0;
}

table.price th {
font-weight: bold;
color: #333333;
background-color: #f6f6f6;
text-align: left;
border-width: 0 0 1px 1px;
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
border: 1px #e0e0e0 solid;
white-space: nowrap;
}

table.price td {
color: #333333;
background-color: #ffffff;
    padding: 10px;
    border: 1px #e0e0e0 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
