@charset "UTF-8";
/* @Style license ID.0371 */
/************************************************
*	body										*
************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS UI Gothic", Osaka, Arial, Verdana, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
}
br {
	letter-spacing: 0px
}
/************************************************
*	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;
}
/************************************************
*	レイアウト									*
************************************************/
#container {
	width: 100%;
	min-width: 930px;
	max-width: 980px;
}
#header {
	width: 100%;
	height: 80px;
}
#nav {
	width: 100%;
	height: 35px;
}
#wrapper{
	float:left;width:100%
}

#main {
	margin-right: 450px;
}
#sub1 {
	margin-left: -450px;
	width: 220px;
	float: left;
}
#sub2 {
	margin-left: -230px;
	width: 220px;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
}
/************************************************
*	header										*
************************************************/

#header {
	background-image: url(blogimg/header.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#header .inner {
	background-image: url(blogimg/logo_h1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 40px;
	height: 80px;
}
#header h1 {
	font-size: 180%;
	font-weight: bold;
	padding-top: 20px;
}
#header p {
	font-size: 75%;
	padding-top: 0px;
}
#header h1 a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/************************************************
*	nav											*
************************************************/
div#nav {
	font-size: 75%;
	background-image: url(blogimg/nav_ul.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/* 上部ナビゲーションバー リスト */
div#nav ul {
	background-image: url(blogimg/nav_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 7px;
	margin-left: 30px;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 15px;
	height: 35px;
}
div#nav ul li {
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
div#nav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	background-color: transparent;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCDDFF;
	padding-right: 15px;
	float: left;
}
/* 上部ナビゲーションバー マウスオーバー時 */
div#nav ul li a:hover {
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	main										*
************************************************/

div#main {
	margin-bottom: 20px;
}
div#main .inner {
	font-size: 81.25%;
	letter-spacing: 0.05em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
/* メインコンテンツリンク基本色 */
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;
}
/* イメージ画像 */
div#main div.image {
	background-image: url(blogimg/image.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
	height: 150px;
}
div#main h2 {
	font-size: 116%;
	font-weight: bold;
	background-image: url(blogimg/h2.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCDDFF;
	padding-top: 5px;
	border-left-color: #CCDDFF;
	padding-left: 10px;
	border-right-color: #99CCFF;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom-color: #99CCFF;
	padding-bottom: 5px;
	clear: both;
}
/* メインコンテンツ見出し h3 */
div#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	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: #99CCFF;
	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(blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* メインコンテンツ 段落 */
div#main p {
	margin-bottom: 1em;
}
/* メインコンテンツ 投稿者情報 */
div#main p.posted {
	text-align: right;
	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: #99CCFF;
	padding: 5px;
	margin-bottom: 1em;
	clear: both;
}
/* メインコンテンツ 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #99CCFF;
	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 #99CCFF;
}
/* メインコンテンツ お問い合わせ用 */
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 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: left;
	clear: both;
}
div#main textarea{
	width: 90%;
}

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: 20px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* sub2 */
div#sub2 div.inner {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
/* ページリスト 枠 */
.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-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
/* ページリスト リンク設定 */

.page_list a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
.page_list a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}
.page_list a:visited {
	color: #3399CC;
	background-color: transparent;
	text-decoration: none;
}

.page_list a:visited:hover {
	color: #FF3300;
	background-color: transparent;
	text-decoration: underline;
}
/* カテゴリ */
.page_list ul {
	line-height: 1.4;
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
/* カテゴリリスト */
.page_list ul li {
	font-size: 81.25%;
	color: #666666;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3px;
}

/* サブカテゴリ */
.page_list ul ul {
	font-size: 123.08%;
	margin: 0;
	padding: 0;
}
/* サブカテゴリリスト */
.page_list ul ul li {
	background-image: none;
	text-indent: 20px;
	margin-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

/* 月別アーカイブの折りたたみ */
.page_list .yearlyList {
	cursor: pointer;
	color: #0033cc;
}
#page_list .yearlyList ul {
	color: #000000;
}

/* ラベル(検索) */
div#sub1 .inner label , div#sub2 .inner label {
position: absolute;
left: -9999px;
}
/* 検索ボックス*/
div#sub1 input#search , div#sub2 input#search {
	width: 120px;
}

/* タグクラウド */
.tags {
	line-height: 1;
	margin-bottom: 10px;
}


/* タグクラウドリンク基本色 */
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 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
	{ 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;
}
div#sub1 li.item , div#sub2 li.item  {
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}


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

/* フッターリンク色 */
div#footer a {
	text-decoration: none;
	color: #3399CC;
	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: 40%;
	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: 60%;
	float: right;
}
div#footer address {
	font-size: 75%;
	margin-right: 20px;
}