@charset "UTF-8";

/* @Style license ID.0630 */

/************************************************
*	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 , div#wrap { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/* for IE7 */
.clearfix , div#wrap {
  zoom:1;
}
/* end IE7 */

/************************************************
*	全体の設定									*
************************************************/
/* 画像 */
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 {
	clear: both;
	display: none;
}

/* リンク枠 */
a{
	outline:none;
}

/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 980px;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
}

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#contents {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: both;
}

#main {
text-align: left;
	width: 630px;
	float: left;
}

#sub {
	text-align: left;
	width: 300px;
	float: right;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	min-width: 980px;
	clear: both;
}

#footer .inner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
	background-color: #f4f4f4;
}

/************************************************
*	header										*
************************************************/
#header {
	color: #333333;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	height: 120px;

}

#header .inner {
	text-align: left;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 960px;
}

#header h1 {
	width: 650px;
	float: left;
}

.h_search {
	text-align: right;
	margin-top: 15px;
	width: 250px;
	float: right;
}

form.search {
	margin: 0px;
	padding: 0px;
}

form.search label {
	position: absolute;
	left: -9999px;
}

input#search {
	background-color: #ffffff;
	background-image: url(blogimg/bg.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	padding-left: 17px;
	width: 130px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: inset 1px 1px 1px #eeeeee;
	-moz-box-shadow: inset 1px 1px 1px #eeeeee;
	-webkit-box-shadow: inset 1px 1px 1px #eeeeee;
}

/************************************************
*	wrap										*
************************************************/
#wrap {
	color: #333333;
	background-color: #fbfbfb;
	background-image: url(blogimg/bg.png);
	background-position: 0px -132px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

/************************************************
*	nav											*
************************************************/
#nav {
	margin-bottom: 10px;
}

#nav .inner {
	color: #333333; /* 文字色 */
	background-color: #ffffff; /* 背景色 */
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3; /* ボーダー */
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 960px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 0px 1px 1px #ffffff; /* ボックスのシャドウ */
	-moz-box-shadow: 0px 0px 1px 1px #ffffff; /* ボックスのシャドウ */
	-webkit-box-shadow: 0px 0px 1px 1px #ffffff; /* ボックスのシャドウ */
}

#nav ul {
	padding-left: 5px;
	padding-right: 5px;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav li a {
	font-size: 87.5%; /* 14px */
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	width: auto;
	float: left;
	text-shadow : 1px 1px 1px #cccccc;
}

#nav li a:hover {
	color: #333333; /* 文字色 */
	background-color: #f6f6f6; /* 背景色 */
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc; /* ボーダー */
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 3px;
	text-shadow: 1px 1px 1px #ffffff; /* 文字シャドウ */
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: inset 1px 1px 1px #ffffff; /* ボックスのシャドウ */
	-moz-box-shadow: inset 1px 1px 1px #ffffff; /* ボックスのシャドウ */
	-webkit-box-shadow: inset 1px 1px 1px #ffffff; /* ボックスのシャドウ */
}

/************************************************
*	image										*
************************************************/
/* イメージ */
.image {
	margin-bottom: 20px;
}

/************************************************
*	contents									*
************************************************/
#contents {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 1px 1px #ffffff;
	-moz-box-shadow: 0px 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 1px 1px #ffffff;
}

/************************************************
*	main										*
************************************************/
#main {
	font-size: 81.25%;
	color: #333333;
	background-color: transparent;
}

#main .inner {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
}

#main .inner .entry {
	margin-bottom: 40px;
}

/* mainリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #003366;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* mainリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #0099ff;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* mainリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* mainリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* mainリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #0099ff;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* mainリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* main見出し h2 */
#main h2 {
	font-size: 123.07%;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
	text-shadow: 1px 1px 1px #cccccc;
}

/* main見出し h3 */
#main h3 {
	font-size: 107.69%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	clear: both;
	text-shadow: 1px 1px 1px #cccccc;
}

/* パンくず */
.path {
	font-size: 92.3%;
	margin-left: -20px;
}

.path li {
	margin-right: 5px;
	display: inline;
}

.path li a {
	background-image: url(blogimg/bg.png);
	background-position: right -20px;
	background-repeat: no-repeat;
	padding-right: 15px;
}

/* main 段落 */
#main p {
	margin-bottom: 1em;
}

/* 投稿者情報 */
.posted {
	font-size: 84.61%;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* 引用元情報 */
#main cite {
	font-style: italic;
}

/* 引用 */
#main blockquote {
	color: #333333;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #DBDBDB;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}

/* 整形済みテキスト */
#main pre {
	color: #333333;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #DBDBDB;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	overflow: scroll;
}

#main dl {
	margin-bottom: 1em;
}

/* 会社概要用 */
.info {
	margin-bottom: 25px;
}

.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.info dd {
	line-height: 1.6;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #DBDBDB;
}

/* お問い合わせ用 */
.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: 1.6;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}

.form fieldset {
	margin-bottom: 10px;
}

/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
	margin-bottom: 1em;
}

#main ul ol {
	padding-left: 30px;
}

#main li {
	margin-bottom: 0.5em;
}

/* 画像 */
#main img{
	margin-top: 0;
	margin-bottom: 20px;
}

/* 画像左配置 */
img.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

/* 画像中央配置 */
img.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

/* 画像右配置 */
img.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* 続き */
.extended {
	font-size: 85.71%;
	text-align: right;
	margin-top: 10px;
	clear: both;
}

#main textarea{
	width: 500px;
}

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

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

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

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

/* タグ */
.entry-tags {
	font-size: 84.61%;
	margin: 0 0 20px 0;
	clear: both;
}

.entry-tags-header,
.entry-tags-list {
	display: inline;
}

.entry-tags-header {
	font-weight: normal !important;
	border-style: none !important;
}

.entry-tag {
	margin-right: 5px;
	display: inline;
}

.entry-tags-list {
	margin-left: -15px;
	padding-left: 0;
	list-style: none;
}

.comment-header {
	margin-bottom: 5px;
}

.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}

/* サイトマップ */
.home {
	list-style-type: none;
}

.tree {
	margin: 0 0 0 1.5em!important;
	padding: 0!important;
	list-style: none!important;
}

.tree ul {
	margin: 0 0 0 2em!important;
	padding: 0!important;
}

.tree li {
	margin: 0!important;
	padding: 0 0 0 16px!important;
	background-image: url(blogimg/tree_lst.png);
	background-repeat: no-repeat!important;
	list-style: none!important;
}

ul.tree li.tree_end {
	background-image: url(blogimg/tree_end.png);
	list-style: none;
}

/* 新着情報 記事タイトル */
/* 新着情報 */
.news {
	font-size: 85.71%;
	line-height: 2;
}

.news dt  {
	width: 6em;
	float: left;
}

.news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
}

/************************************************
*	sub										*
************************************************/
#sub {
	font-size: 81.25%;
}

#sub div.inner {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* subリンク基本色 */
#sub a:link {
	text-decoration: none;
	color: #003366;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* subリンクマウスオーバー時 */
#sub a:link:hover {
	text-decoration: underline;
	color: #0099ff;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* subリンククリック時 */
#sub a:link:active {
	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* subリンク訪問済み */
#sub a:visited {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* subリンク訪問済みマウスオーバー */
#sub a:visited:hover {
	text-decoration: underline;
	color: #0099ff;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* subリンク訪問済みクリック時 */
#sub a:visited:active {
	text-decoration: underline;
	color: #cc0000;
	background-color: transparent;
	text-shadow: 1px 1px 1px #cccccc;
}

/* サイドバー 段落 */
#sub p  {
	margin-bottom: 1em;
}

/* ページリスト 枠 */
.page_list {
	line-height: 1;
	margin-bottom: 20px;
}

.page_list dt {
	font-size: 115.38%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-shadow : 1px 1px 1px #cccccc;
}

.page_list dd {
	padding-left: 0;
	padding-right: 0;
}

/* ページリスト */
.page_list ul , dl.banner ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}

.page_list li {
	font-size: 100%;
	padding-top: 0px;
	padding-bottom: 1px;
}

/* ページリスト リンク */
.page_list li a{
	padding-top: 3px;
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 3px;
	display: block;
}

/* サブカテゴリー */
.page_list ul ul {
	font-size: 100%;
	margin-top: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/* サブカテゴリーリスト */
.page_list ul ul li {
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}

/* サブカテゴリーリスト リンク */
.page_list ul ul li a {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: -1px;
	padding-bottom: 5px;
	display: block;
	border-left: none;
}

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

.tags dt {
	font-size: 115.38%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-shadow : 1px 1px 1px #cccccc;
}

.tags dd {
	line-height: 1.2;
	padding-top: 3px;
}

/* タグクラウド表示 */
.module-tagcloud {
	text-align: left;
}

.module-tagcloud {
	list-style: none;
}

.module-tagcloud .module-list-item {
	display: inline;
}

.module-tagcloud li.taglevel1 {
	font-size: 180%;
}

.module-tagcloud li.taglevel2 {
	font-size: 160%;
}

.module-tagcloud li.taglevel3 {
	font-size: 130%;
}

.module-tagcloud li.taglevel4 {
	font-size: 120%;
}

.module-tagcloud li.taglevel5 {
	font-size: 100%;
}

.module-tagcloud li.taglevel6 {
	font-size: 80%;
}

/* フリースペース */
.box , .comment {
	line-height: 1;
	margin-bottom: 10px;
}

.box dt , .comment dt {
	font-size: 115.38%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-shadow : 1px 1px 1px #cccccc;
}

.box dd ,.comment dd {
	padding-top: 3px;
}

/* フリースペース 段落 */
.box dd p , .comment dd p {
	line-height: 1.3;
}

/* フリースペース リスト */
.box dd ul  {
	line-height: 1.5;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

.comment dd ul {
	line-height: 1.5;
	margin-left: 0;
	margin-bottom: 0.5em;
}

.comment dd ul li {
	list-style-type: none;
}

.box dd ol {
	line-height: 1.5;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

/* FEED */
.feed {
	margin-top: 0;
	margin-bottom: 15px;
}

.feed a {
	background-image: url(blogimg/bg.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 280px;
	height: 46px;
	display: block;
}

.feed a:hover {
	background-position: 0px -86px;
}

/************************************************
*	footer										*
************************************************/
#footer {
	color: #333333;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-shadow: 1px 1px 1px #fff;
}

#footer .inner {
	padding-top: 30px;
	width: 960px;
}

#footer a {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}


/* 下部ナビゲーション */
.b_nav {
	font-size: 68.75%;
	text-align: left;
	padding-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.b_nav ul {
	margin: 0;
	padding: 0;
}

.b_nav ul li {
	padding-top: 0;
	padding-left: 0;
	padding-right: 1.5em;
	padding-bottom: 0;
	display: inline;
}

/* フッター powered */
.powered {
	font-size: 68.75%;
	text-align: left;
	margin-bottom: 10px;
	width: 350px;
	float: left;
}

.powered ul li {
	display: inline;
}

/* フッター Copyright */
.copy {
	text-align: right;
	margin-bottom: 10px;
	width: 570px;
	float: right;
}

#footer address {
	font-size: 68.75%;
}
