@charset "UTF-8";
/* @Style license ID.0363 */
/************************************************
*	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 {
	vertical-align: middle;
	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;
}

/* リンク枠 */
a{
	outline:none;
}
/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

div#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: 80px;
}

div#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	clear: both;
}

div#nav {
	text-align: left;
	padding-top: 46px;
	padding-bottom: 8px;
	float: none;
}

div.image {
	text-align: center;
	margin-top: 20px;
}

div#main {
	width: 630px;
	float: right;
}

div#sub {
	width: 325px;
	float: right;
}

div#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	clear: both;
}
/************************************************
*	body										*
************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

/************************************************
*	header										*
************************************************/
div#header h1 {
	padding-top: 18px;
	padding-left: 30px;
	float: left;
}

div#header .feed {
	padding-top: 22px;
	padding-right: 30px;
	float: right;
}

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

.feed a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -32px;
}
/************************************************
*	container									*
************************************************/
div#container {
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/cont_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

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

div#nav {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}

div#nav ul {
	margin-left: 20px;
	margin-right: 20px;
}

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

div#nav ul li a {
	font-size: 81.25%;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	background-color: transparent;
	padding-top: 3px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	padding-right: 8px;
	padding-bottom: 3px;
	width: auto;
	float: left;
}

div#nav ul li a:hover {
	color: #333333;
	background-color: transparent;
}

/************************************************
*	main										*
************************************************/
div#main div.inner {
	font-size: 81.25%;
	line-height: 1.4;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

/* mainリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}

/* mainリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* mainリンククリック時 */
div#main a:link:active {
	text-decoration: underline;
	color: #FF6600;
	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: #FF6600;
	background-color: transparent;
}

/* mainリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* main見出し h2 */
div#main h2 {
	font-size: 115.38%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1;
	padding-top: 13px;
	padding-left: 42px;
	margin-bottom: 5px;
	padding-bottom: 11px;
	clear: both;
}

/* main見出し 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: #E4E4E4;
	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;
}

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

/* 投稿者情報 */
div#main p.posted {
	font-size: 91.66%;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* 引用元情報 */
div#main cite {
	font-style: italic;
}

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

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #E4E4E4;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}

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

/* 新着情報 */
dl.news {
	line-height: 2;
	margin-left: 5px;
	margin-right: 5px;
}

/* 新着情報 記事タイトル */
dl.news dt  {
	width: 5em;
	float: left;
}

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

/* 会社概要用 */
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: 1.6;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #E0E0E0;
}

/* お問い合わせ用 */
.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;
}

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

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

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

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

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

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

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

div#main textarea{
	width: 550px;
}

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 0;
	clear: both;
}

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

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

li.entry-tag { 
	margin-right: 5px;
	display: inline;
}
ul.entry-tags-list {
	margin-left: -15px;
	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;
}

/************************************************
*	b_nav										*
************************************************/
div#sub div.inner {
	font-size: 81.25%;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* リンク基本色 */
div#sub a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}

/* リンクマウスオーバー時 */
div#sub a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* リンククリック時 */
div#sub a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* リンク訪問済み */
div#sub a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}

/* リンク訪問済みマウスオーバー */
div#sub a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* リンク訪問済みクリック時 */
div#sub a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

div#sub h2 {
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 0px;
}

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

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

dl.page_list dt {
	font-size: 100%;
	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: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 6px;
}

dl.page_list dd {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 8px;
}

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

dl.page_list ul li {
	font-size: 100%;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
}

/* ページリスト リンク */
dl.page_list ul li a{
	padding-right: 5px;
}

/* サブカテゴリー */
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;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}

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

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

dl.tags dt {
	font-size: 100%;
	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: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 4px;
}

dl.tags dd {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

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

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

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

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

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

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

dl.tags .module-tagcloud li.taglevel4 {
	font-size: 120%;
}
dl.tags .module-tagcloud li.taglevel5 {
	font-size: 100%;
}

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

/* 検索 */
div.search {
	margin-bottom: 20px;
}

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

div.search input#search {
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA;
	width: 200px;
}

/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 75%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
	clear: both;
}
div#b_nav ul {
	margin: 0;
	padding: 0;
}
div#b_nav ul li {
	display: inline;
	padding: 0 .5em;
}
/* 下部ナビゲーションリンク色 */
div#b_nav ul li a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
div#b_nav ul li a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/************************************************
*	footer										*
************************************************/
div#footer {
	color: #666666;
	background-color: #e6e2ca;
	background-image: url(blogimg/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 100px;
	clear: both;
}

/* フッターリンク色 */
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 .powered {
	font-size: 75%;
	text-align: left;
	width: 350px;
	float: left;
}

div#footer .powered ul {
	margin-left: 30px;
}

div#footer .powered ul li {
	display: inline;
}

/* フッター Copyright */
div#footer .copy {
	text-align: right;
	width: 600px;
	float: right;
}

div#footer address {
	font-size: 75%;
	margin-right: 30px;
}


.waku1{
border: 3px solid #0000ff;
padding: 5px 5px 5px 5px;
background: #ffffff;
}

.waku2{
border: 0px solid #C0C0C0;
padding: 5px 5px 5px 5px;
background: #e0ffff;
}

.waku3{
border: 2px solid #ff0000 ;
padding: 5px 5px 5px 5px;
background: #ffffe0;
}

.waku4{
border: 1px solid #C0C0C0;
padding: 5px 5px 5px 5px;
background: #ffffff;
}

.waku5{
border: 1px solid #C0C0C0;
padding: 5px 5px 5px 5px;
background: #e0ffff;
}

.waku6{
border: 1px solid #C0C0C0;
padding: 5px 5px 5px 5px;
background: #ffffe0;
}

