@charset "UTF-8";
/* @Style license ID.0491 */
/************************************************
*	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 */
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
	vertical-align: middle;
	border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: transparent;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: transparent;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* リンク枠 */
a{
	outline:none;
}
/************************************************
*	レイアウト									*
************************************************/
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
div#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
div#contents {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	clear: both;
}
div#contents div#main {
	width: 660px;
	float: right;
}
div#contents div#sub {
	width: 260px;
	float: left;
}
div#footer {
	width: 100%;
	clear: both;
}
/************************************************
*	詳細の設定									*
************************************************/
/************************************************
*	body										*
************************************************/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	background-color: #E4E4E4;
	background-image: url(blogimg/body_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
/************************************************
*	header										*
************************************************/
div#header {
	color: #333333;
	background-color: #02B7FF;
	background-image: url(blogimg/body_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: left;
}
/* ロゴ */
div.logo {
	margin-left: 4px;
	width: 260px;
	float: left;
}
/* ロゴ配置 */
div.logo img {
	vertical-align: baseline;
}
/* ナビ部分 */
div#header div.sub {
	width:650px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
/* ナビゲーションバー */
div.gnav {
	font-size: 81.25%;
	color: #FFFFFF;
	background-color: transparent;
	margin-top: 13px;
	margin-right: -7px;
	margin-bottom: 22px;
	float: right;
}
/* ナビゲーションバー リスト */
div.gnav ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div.gnav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #01BCFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div.gnav ul li a:hover {
	color: #003399;
	background-color: transparent;
}
/* ブログの説明 */
.desc {
	font-size: 87.5%;
	color: #333333;
	background-color: transparent;
	text-align: right;
	clear: both;
}
/************************************************
*	contents									*
************************************************/
/* contentsの外枠（背景色設定） */
div#wrap {
	color: #333333;
	background-color: #FFFFFF;
}
/* contents */
div#contents {
	padding-bottom: 10px;
}
/************************************************
*	main										*
************************************************/
/* main余白 */
div#main div.inner {
	margin-top: 22px;
	margin-left: 10px;
}

/*  コンテンツ イメージ */
div#main div.image {
	margin-bottom: 20px;
}

div#main div.image img {
	margin-bottom: 0;
}
/* メインコンテンツ */
div#main{
	font-size: 87.5%;
	line-height: 1.5;
}
/* mainリンク設定 */

/* mainリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* mainリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #ff3300;
	background-color: transparent;
}
/* mainリンククリック時 */
div#main a:link:active {
	text-decoration: underline;
	color: #ff3300;
	background-color: transparent;
}
/* mainリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* mainリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #ff3300;
	background-color: transparent;
}
/* mainリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: underline;
	color: #ff3300;
	background-color: transparent;
}

/* パンくず */
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;
}

/* main 見出し */
div#main h2 {
	font-size: 114.28%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;*/
	padding-top: 9px;
	padding-left: 11px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	clear: both;
}
div#main h2.news {
	background-image: url(blogimg/h2_news.png);
	padding-left: 60px;
}
div#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 3px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: .2em;
	clear: both;
}

div#main div.entry {
	margin-bottom: 20px;
}

/* main 段落 */
div#main p {
	margin-bottom: 1em;
}

/* 投稿者情報 */
div#main p.posted {
	font-size: 91.66%;
	text-align: right;
	margin-top: 0px;
}
/* 引用元情報 */
div#main cite {
	font-style: italic;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
div#main dl {
	margin-bottom: 1em;
}
/* 会社概要用 */
dl.info {
	margin-bottom: 25px;
}
dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
dl.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #333333;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}
/* 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 20px;
	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: 91.66%;
	margin-top: 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: 3px;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/* タグ */
.entry-tags {
	font-size: 84.61%;
	margin: 0 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;
}
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											*
************************************************/
div#sub div.inner {
	font-size: 75%;
	margin-top: 22px;
	margin-left: 16px;
	margin-right: 10px;
}

div#sub div.banner {
	margin-bottom: 10px;
}

/* ページリスト リンク設定 */
div#sub a:link {
	color: #006699;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:link:hover {
	color: #ff3300;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:visited {
	color: #006699;
	background-color: transparent;
	text-decoration: none;
}
div#sub a:visited:hover {
	color: #ff3300;
	background-color: transparent;
	text-decoration: none;
}

/* サイドバー見出し */
div#sub h2 {
	font-size: 116.66%;
	font-weight: bold;
	margin-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
div#sub h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
}
/* サイドバー 段落 */
div#sub p {
	margin-bottom: 1em;
}
/* ページリスト 枠 */
dl.page_list {
	line-height: 1;
	margin-bottom: 10px;
}
dl.page_list dt {
	font-size: 116.66%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/sub_box_1.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
dl.page_list dd {
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}

/* ページリスト */
dl.page_list ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
dl.page_list ul li {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-indent: 22px;
	padding-top: 0px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
dl.page_list ul li a{
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* ページリスト ホバー */
dl.page_list ul li a:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
dl.page_list ul li a:visited {
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ページリスト ホバー */
dl.page_list ul li a:visited:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}

/* ページリスト 訪問済みホバー */
dl.page_list ul li a:visited:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
dl.page_list ul ul {
	font-size: 100%;
	margin-top: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* サブカテゴリーリスト */
dl.page_list ul ul li {
	background-image: none;
	text-indent: 40px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
dl.page_list ul ul li a {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: -1px;
	padding-bottom: 5px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
dl.page_list ul ul li a:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済み */
dl.page_list ul ul li a:visited {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済みホバー */
dl.page_list ul ul li a:visited:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}

/* ラベル(検索) */
div#sub .inner label {
position: absolute;
left: -9999px;
}
/* 検索ボックス*/
div#sub input#search {
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 155px;
}
/* FEED */
.feed {
	margin-top: 0;
	margin-bottom: 10px;
}
.feed a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 234px;
	height: 40px;
	display: block;
}
.feed a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 234px;
	height: 40px;
	display: block;
}
/************************************************
*	footer										*
************************************************/
div#footer {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/footer.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
}
div#footer div.inner {
	text-align: left;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

/* フッターリンク基本色 */
div#footer a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* フッターリンクマウスオーバー時 */
div#footer a:link:hover {
	text-decoration: underline;
	color: #FF3300;
	background-color: transparent;
}
/* フッターリンククリック時 */
div#footer a:link:active {
	text-decoration: none;
	color: #FF3300;
	background-color: transparent;
}
/* フッターリンク訪問済み */
div#footer a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* フッターリンク訪問済みマウスオーバー */
div#footer a:visited:hover {
	text-decoration: underline;
	color: #FF3300;
	background-color: transparent;
}
/* フッターリンク訪問済みクリック時 */
div#footer a:visited:active {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}

/* footer内レイアウト */
div#footer div.page {
	margin-bottom: 20px;
	width: 210px;
	float: left;
}
div#footer div.news {
	margin-bottom: 20px;
	width: 486px;
	float: left;
}
div#footer div.tag_area {
	margin-bottom: 20px;
	width: 234px;
	float: left;
}
/* ページリスト */
div#footer div.page li {
	margin-bottom: 2px;
	list-style-type: none;
}
div#footer div.page li li {
	margin-left: 15px;
}

/* タグクラウド表示（文字サイズ） */
div.tag_area dl .module-tagcloud
	{ text-align: left; }
div.tag_area dl .module-tagcloud .module-list
	{ list-style: none; }
div.tag_area dl .module-tagcloud .module-list .module-list-item
	{ display: inline; }
div.tag_area dl .module-tagcloud .module-list li.taglevel1
	{ font-size: 180%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel2
 	{ font-size: 160%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel3
	{ font-size: 130%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel4
	{ font-size: 120%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel5
	{ font-size: 100%; }
div.tag_area dl .module-tagcloud .module-list li.taglevel6
	{ font-size: 80%; }


/* 新着情報日付 */
div.news dl dd dt  {
	font-size: 100%;
	font-weight: normal !important;
}
/* 新着情報 記事タイトル */
div.news  dl dd dd  {
	margin-top: -1.7em;
	margin-left: 5em;
	margin-right: 0;
	margin-bottom: .4em;
}

/* copy */
div#footer div.copy {
	clear: both;
}
/* powered */
div#footer .link-note {
	text-align: left;
	width: 330px;
	float: left;
}
div#footer .link-note ul li {
	display: inline;
}
/* address */
div#footer address {
	font-weight: bold;
	text-align: right;
	width: 600px;
	float: right;
}