@charset "UTF-8";

/* @Style license ID.0235 */

/* 基本 */
/* ページ全体 */

body {
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

/* パディング設定 */

.pad {
	padding:10px;
}
/* 非表示 */
.none{
	display: none;
}

.skip {
	left: -9999px;
	position: absolute;
}

/* 回り込み解除 */
.clear {
	clear:both;
}

/* さらに強調 */
strong {
	color: #ff3300;
	background-color: #FFFFFF;
}


/* ヘッダー */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/headerbg.png);
	background-position: right top;
	background-repeat: no-repeat;
	height:100px;
}

/* ヘッダー余白（背景画像） */
#header .pad {
	background-image: url(blogimg/headerpad.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	height:100px;
}

/* 見出し */
#header h1 {
	position: absolute;
	text-indent: -9999px;
}

/* 概要 */
.description {
	position: absolute;
	text-indent: -9999px;
}

/* ヘッダーリンク */
#header a {
	text-decoration: none;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 0px;
	width: 200px;
	height: 60px;
	border: 0;
	display: block;
}


/* 上部ナビゲーションバー */
#navi{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 160%;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 2px;
	width: 100%;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	white-space:nowrap;
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top: 1px solid #A8C6E0;
	border-right: 1px solid #A8C6E0;
	border-left: 1px solid #A8C6E0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #333333;
	background-color: #EEEEEE;
	background-image: url(blogimg/navi.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


/* レイアウト */
/* コンテナ */
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
 	padding:0;
}

/* 左コンテナ */

#left-container {
	color: #333333;
	background-color: #FFFFFF;
	margin-right: -200px;
	width: 100%;
	float: left;
}

/* 左コンテナ サブ */
#left-container .sub {
	color: #333333;
	background-color: #FFFFFF;
	margin-left: -200px;
	width: 100%;
	float: right;
}

/* 左サイドバー */
#left {
	color: #333333;
	background-color: #FFFFFF;
	width: 200px;
	float: left;
}

/* 右サイドバー */
#right {
	color: #333333;
	background-color: #FFFFFF;
	width: 200px;
	float: right;
}


/* 記事まわり */

/* メイン */
#main {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin: 0 201px 0 201px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8C6E0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8C6E0;
	padding-right: 10px;
}


/* メインのリンク色 */
/* リンク基本色 */
#main a {
	text-decoration: none;
	color: #006699;
}

#main a:link {
	text-decoration: none;
	color: #006699;
}
/* リンク マウスオーバー時 */
#main a:link:hover {
	text-decoration: none;
	color: #ff0000;
}
/* リンク アクティブ */
#main a:link:active {
	text-decoration: none;
	color: #000000;
}
/* 訪問済みリンク */
#main a:visited {
	text-decoration: none;
	color: #006699;
}
/* 訪問済みリンク マウスオーバー */
#main a:visited:hover {
	text-decoration: none;
	color: #ff0000;
}
/* 訪問済みリンク アクティブ */
#main a:visited:active {
	text-decoration: none;
	color: #000000;
}


/* メイン 段落 */
#main p {
	letter-spacing: 0.05em;
}

/* メイン画像 */
#main img {
	border-style: none;
}

/* メイン画像左寄せ */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* メイン画像右寄せ */
#main .imageright{
	padding-left: 10px;
	float: right;
}

/* メイン見出し */
#main h2 {
	font-size: 110%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/h2.png);
	border-width: 1px;
	border-style: solid;
	border-color: #A8C6E0;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* メイン小見出し */
#main h3 {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0;
}

#main h4 {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

#main .toukou_random td {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

/* メイン 日付 */
tr .date {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#menu {
	font-size: 90%;
	text-align: left;
	margin-bottom: 15px;
}

/* メイン 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
/* メイン 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: scroll;
}

/* 箇条書き */

/* メイン 箇条書き */
#main ul {
	margin-top: 5px;
}

#main li {
	margin-bottom: 5px;
}

#main dl {
	margin-left: 10px;
}

/* 新着情報 */
.rentory {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rentory dt {
        padding: 0 0 0 0.3em;
}

.rentory dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 6em;
	border-bottom: 1px dotted #A8C6E0;
}

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

.info dt {
	padding: 0 0 0 0.3em;
}

.info dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 9em;
	border-bottom: 1px dotted #A8C6E0;
}

/* Linx */
.info2 {
	margin-top: 10px;
	margin-bottom: 25px;
}

.info2 dt {
	padding: 0 0 0 0.3em;
}

.info2 dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 20em;
	border-bottom: 1px dotted #A8C6E0;
}

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

/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 20em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	margin-top: 3px;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 25px;
	clear: both;
}


/* テキストエリア文字サイズ広さ設定 */

textarea[id="comment-text"] {
	width: 80%;
}

/* コメンター画像ボーダー消去 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li { 
	white-space:nowrap;
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
	padding: 0 .4em;
}


/* サイドバー */

/* サイドバー リンク色設定 */
/* リンク基本色 */
#left a,#right a {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}

#left a:link,#right a:link {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}
/* マウスオーバー時 */
#left a:link:hover,#right a:link:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #FFFFFF;
}

/* アクティブ */
#left a:link:active,#right a:link:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* 訪問済みリンク */
#left a:visited,#right a:visited {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}

/* 訪問済みリンク マウスオーバー時 */
#left a:visited:hover,#righta:visited:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #FFFFFF;
}

/* 訪問済みリンク アクティブ */
#left a:visited:active,#right a:visited:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* サイドバー 見出し */
#left h2,#right h2 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	background-color: #A8C6E0;
	background-image: url(blogimg/side.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 2px;
	clear: both;
}

/* サイドバー 小見出し */
#left h3,#right h3 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 0.1em;
	padding-left: 5px;
	padding-right: 0.5em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 0.1em;
}

/* サイドバーリスト */
#left ul,#right ul{
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#left ul ul,#right ul ul {
	margin-bottom: 0px;
}

#left li,#right li {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	list-style-type: none;
}


/* サードバー ブロック囲み枠 */
.sidebox {
	margin-top: 0px;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8C6E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8C6E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 5px;
}

/* サイドバー段落 */
#left p,#right p {
	font-size: 80%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* サイドバー画像 */
#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}


/* パワード */
#powered {
	font-size: 70%;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
}

/* リンクノート */
.link-note {
	font-size: 70%;
	text-align: left;
	line-height: 150%;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* 検索枠 */
.search {
	font-size: 80%;
	text-align: left;
	padding-top: 2px;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 0;
	padding-bottom: 5px;
}



/* フッター */
#footer {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8C6E0;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
}

/* アドレス */
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: bold;
}


/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.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: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }
}

/* ACR */
#acr tr , #acrtd {
	font-size: 80%;
	margin-top: 3px;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 25px;
}

/* あやぽんリンク */
#ayaponlink {
	text-align: center;
	clear: both;
}@charset "UTF-8";

/* @Style license ID.0235 */

/* 基本 */
/* ページ全体 */

body {
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

/* パディング設定 */

.pad {
	padding:10px;
}
/* 非表示 */
.none{
	display: none;
}

.skip {
	left: -9999px;
	position: absolute;
}

/* 回り込み解除 */
.clear {
	clear:both;
}

/* さらに強調 */
strong {
	color: #ff3300;
	background-color: #FFFFFF;
}


/* ヘッダー */

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/headerbg.png);
	background-position: right top;
	background-repeat: no-repeat;
	height:100px;
}

/* ヘッダー余白（背景画像） */
#header .pad {
	background-image: url(blogimg/headerpad.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	height:100px;
}

/* 見出し */
#header h1 {
	position: absolute;
	text-indent: -9999px;
}

/* 概要 */
.description {
	position: absolute;
	text-indent: -9999px;
}

/* ヘッダーリンク */
#header a {
	text-decoration: none;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 0px;
	width: 200px;
	height: 60px;
	border: 0;
	display: block;
}


/* 上部ナビゲーションバー */
#navi{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 160%;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 2px;
	width: 100%;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	white-space:nowrap;
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-top: 1px solid #A8C6E0;
	border-right: 1px solid #A8C6E0;
	border-left: 1px solid #A8C6E0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #333333;
	background-color: #EEEEEE;
	background-image: url(blogimg/navi.gif);
	background-position: left center;
	background-repeat: no-repeat;
}


/* レイアウト */
/* コンテナ */
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
 	padding:0;
}

/* 左コンテナ */

#left-container {
	color: #333333;
	background-color: #FFFFFF;
	margin-right: -200px;
	width: 100%;
	float: left;
}

/* 左コンテナ サブ */
#left-container .sub {
	color: #333333;
	background-color: #FFFFFF;
	margin-left: -200px;
	width: 100%;
	float: right;
}

/* 左サイドバー */
#left {
	color: #333333;
	background-color: #FFFFFF;
	width: 200px;
	float: left;
}

/* 右サイドバー */
#right {
	color: #333333;
	background-color: #FFFFFF;
	width: 200px;
	float: right;
}


/* 記事まわり */

/* メイン */
#main {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin: 0 201px 0 201px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8C6E0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8C6E0;
	padding-right: 10px;
}


/* メインのリンク色 */
/* リンク基本色 */
#main a {
	text-decoration: none;
	color: #006699;
}

#main a:link {
	text-decoration: none;
	color: #006699;
}
/* リンク マウスオーバー時 */
#main a:link:hover {
	text-decoration: none;
	color: #ff0000;
}
/* リンク アクティブ */
#main a:link:active {
	text-decoration: none;
	color: #000000;
}
/* 訪問済みリンク */
#main a:visited {
	text-decoration: none;
	color: #006699;
}
/* 訪問済みリンク マウスオーバー */
#main a:visited:hover {
	text-decoration: none;
	color: #ff0000;
}
/* 訪問済みリンク アクティブ */
#main a:visited:active {
	text-decoration: none;
	color: #000000;
}


/* メイン 段落 */
#main p {
	letter-spacing: 0.05em;
}

/* メイン画像 */
#main img {
	border-style: none;
}

/* メイン画像左寄せ */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* メイン画像右寄せ */
#main .imageright{
	padding-left: 10px;
	float: right;
}

/* メイン見出し */
#main h2 {
	font-size: 110%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/h2.png);
	border-width: 1px;
	border-style: solid;
	border-color: #A8C6E0;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* メイン小見出し */
#main h3 {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0;
}

#main h4 {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

#main .toukou_random td {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

/* メイン 日付 */
tr .date {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#menu {
	font-size: 90%;
	text-align: left;
	margin-bottom: 15px;
}

/* メイン 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
/* メイン 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: scroll;
}

/* 箇条書き */

/* メイン 箇条書き */
#main ul {
	margin-top: 5px;
}

#main li {
	margin-bottom: 5px;
}

#main dl {
	margin-left: 10px;
}

/* 新着情報 */
.rentory {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rentory dt {
        padding: 0 0 0 0.3em;
}

.rentory dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 6em;
	border-bottom: 1px dotted #A8C6E0;
}

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

.info dt {
	padding: 0 0 0 0.3em;
}

.info dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 9em;
	border-bottom: 1px dotted #A8C6E0;
}

/* Linx */
.info2 {
	margin-top: 10px;
	margin-bottom: 25px;
}

.info2 dt {
	padding: 0 0 0 0.3em;
}

.info2 dd {
	line-height: 160%;
	margin: -1.6em 0 0.8em 20em;
	border-bottom: 1px dotted #A8C6E0;
}

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

/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.4em;
	margin-left: 20em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	margin-top: 3px;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 25px;
	clear: both;
}


/* テキストエリア文字サイズ広さ設定 */

textarea[id="comment-text"] {
	width: 80%;
}

/* コメンター画像ボーダー消去 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li { 
	white-space:nowrap;
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
	padding: 0 .4em;
}


/* サイドバー */

/* サイドバー リンク色設定 */
/* リンク基本色 */
#left a,#right a {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}

#left a:link,#right a:link {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}
/* マウスオーバー時 */
#left a:link:hover,#right a:link:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #FFFFFF;
}

/* アクティブ */
#left a:link:active,#right a:link:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* 訪問済みリンク */
#left a:visited,#right a:visited {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
}

/* 訪問済みリンク マウスオーバー時 */
#left a:visited:hover,#righta:visited:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #FFFFFF;
}

/* 訪問済みリンク アクティブ */
#left a:visited:active,#right a:visited:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* サイドバー 見出し */
#left h2,#right h2 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	background-color: #A8C6E0;
	background-image: url(blogimg/side.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 2px;
	clear: both;
}

/* サイドバー 小見出し */
#left h3,#right h3 {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 0.1em;
	padding-left: 5px;
	padding-right: 0.5em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 0.1em;
}

/* サイドバーリスト */
#left ul,#right ul{
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#left ul ul,#right ul ul {
	margin-bottom: 0px;
}

#left li,#right li {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	list-style-type: none;
}


/* サードバー ブロック囲み枠 */
.sidebox {
	margin-top: 0px;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8C6E0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8C6E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
	padding-bottom: 5px;
}

/* サイドバー段落 */
#left p,#right p {
	font-size: 80%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* サイドバー画像 */
#left img,#right img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}


/* パワード */
#powered {
	font-size: 70%;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
}

/* リンクノート */
.link-note {
	font-size: 70%;
	text-align: left;
	line-height: 150%;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* 検索枠 */
.search {
	font-size: 80%;
	text-align: left;
	padding-top: 2px;
	margin-left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 0;
	padding-bottom: 5px;
}



/* フッター */
#footer {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8C6E0;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8C6E0;
}

/* アドレス */
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: bold;
}


/* タグ */
.module-tagcloud .module-content { font-size: 100%; text-align: left; margin-top: 5px; }
.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: 150%; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 130%; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 120%; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 100%; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 90%; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 80%; }
}

/* ACR */
#acr tr , #acrtd , #acr_rranking10_0141yo {
	font-size: 80%;
	margin-top: 3px;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 25px;
}

/* あやぽんリンク */
#ayaponlink {
	text-align: center;
	clear: both;
}
#ayaponlink2 {
	margin-right:auto;
	margin-left:auto;
	width:200px;
}

/* アーカイブ用 */
.archive_title {
	height:20px;
	padding:7px 0 5px 30px;
	margin:5px 0 5px 0;
	font-weight:600;
	background-color:#d2ebfe;
}

/* 2007年夏特集 */
.summer{
	text-align:center;
	margin-top: 7px;
	padding:10px;
}
.summer2 {
	width:500px;
	_width:520px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border: 1px dotted #0066CC;
}
.summer p{
	margin-top:10px;
	width:500px;
	text-align:left;
}

/* 2007年クリスマス特集 */

.christmas{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px 0px 5px 0px;
	border-top:3px dotted #0066CC;
	border-bottom:3px dotted #0066CC;

}

.christmas2{
	text-align: center;
}
