@charset 'utf-8';
/* ----- HTML再定義 ------------------------------------ */

/* 共通設定 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

/* BODY設定 */

body {
    padding: 0px; 
	text-align: center;
	color: #666666;
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-x;

}
/* P設定 */

p {
	margin-bottom: 15px;
	color: #666666;
}
/* リンク設定 */

a:link, a:visited {
	color: #ff9719;
	text-decoration: underline;
}
/* リンク（アクティブ）設定 */

a:active, a:hover {
	color: #2b8ed1;
	text-decoration: underline;
}
/* TABLE設定 */

table {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	font-size: 14px;
}
/* TABLE TR,TH設定 */

table tr th {
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #f5faff;
	text-align: center;
	font-size: 14px;
}
/* TABLE TR,TD設定 */

table tr td {
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
}
/* TABLE TR,TD,INPUT設定 */

table tr td input {
	margin: -2px;
}
/* フォーム設定 */

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
	margin-bottom: 2px;
}
/* ----- 大枠（container) -------------------------------------- */

/* 大枠（container） */

div#container {
	margin: 0px auto;
	height: 100%;
	width: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;



}
/* IE6用大枠（container） */

* html div#continer {
	height: auto;

}

/* ----- ヘッダー（header） ------------------------------------ */

/* ヘッダー */

#header {
	background-image: url(../../../images/blog/bg_ttl.jpg);
	background-repeat: no-repeat;
	height: 178px;
	width: 950px;
	text-align: left;
	color: #5c5e5d;
	margin: 0px;
	padding: 0px;
}
/* ヘッダーH1 */

div#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -9999px;
	display: none;
}
/* ヘッダーセンター名 */

div#header .ttl {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #6ab02c;
	margin-left: 20px;
	line-height: 1em;
}
/* ヘッダー住所 */

div#header .add {
	margin-bottom: 0px;
	font-size: 11px;
	color: #929292;
	margin-left: 20px;
}

div#header .add2 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #929292;
	margin-left: 5px;
}

/*　画像ボーダー消し　*/

div#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
/* ----- フッター -------------------------------------- */


/* フッター(footer） */

div#footer {
	float: none;
	clear: both;
	width: 950px;
	background-image: url(../../../images/address_bg.gif);
	background-repeat: no-repeat;
}
/* フッターアドレス（footer address） */

div#footer address {
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 1.3em;
	height: 60px;
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 80px;
}
/* ----- メニュー -------------------------------------- */

/* メニュー */

div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../../../images/blog/bg_menu.gif);
	height: 75px;
	width: 925px;
	padding-left: 25px;
	padding-top: 2px;
	text-align: left;
}
/* IE6用メニュー */

* html div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
	background-image: url(../../../images/blog/bg_menu.gif);
	height: 75px;
	width: 950px;
	padding-left: 25px;
	padding-top: 2px;
}
/*　画像ボーダー消し　*/

div#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 9px;
}
/* 見出し（非表示） */

div#menu h2 {
	display: none;
}
/* ----- 項目枠（navigation） -------------------------------- */


/* フロート */

div#navigation {
	width: 220px;
	float: left;
	font-size: 14px;
	color: #666666;
         height:auto;
	padding-bottom: 0px;
}

/* IE6用フロート */

* html div#navigation {
	width: 215px;
	float: left;
	font-size: 14px;
	color: #666666;
}

/* 見出し */

div#navigation h2 {
	margin: 7px 7px 17px 7px;
	padding: 5px;
	background-color: #ebf1d5;
	font-size: 14px;
	text-align: left;
}
/* 枠内 */

div#navigation .block {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border: 1px solid #dddddd;
	text-align: left;
	font-size: 14px;
	color: #666666;
}

/* IE6用カレンダーテーブル */

* html div#navigation .block table {
	width: 180px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	margin-left: 14px;
	color: #666666;
	margin-top: -2px;
	margin-bottom: 7px;
}

/* UL */

div#navigation ul {
	margin: 0px 10px 0px 12px;
	font-size: 14px;
	text-align: left;
}
/* LI */

div#navigation ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	color: #666666;
}
/* DL */

div#navigation dl {
	margin: 0px 10px 0px 12px;
	font-size: 14px;
	text-align: left;
}
/* DD */

div#navigation dl dd {
	font-size: 11px;
	text-align: left;
	color: #666666;
	line-height: 1.5em;
}
/* カレンダーテーブル */

div#navigation table {
	width: 180px;
	margin: -2px 0px 7px 7px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}

*html div#navigation .block table {
	width: 180px;
	margin: -2px 0px 7px 7px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
/* カレンダーテーブルTR */

div#navigation table tr th {
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #f5faff;
	text-align: center;
	font-size: 14px;
}
/* カレンダーテーブルTD */

div#navigation table tr td {
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
}
/* カレンダー：平日 */

div#navigation .day {
	color: #666666;
	font-size: 14px;
}
/* カレンダー：土曜日 */

div#navigation .satday {
	color: #2FB1FF;
	font-size: 14px;
}
/* カレンダー：日曜日 */

div#navigation .sunday {
	color: #FB9BC7;
	font-size: 14px;
}
/* カレンダー：今日 */

div#navigation .today {
	background-color: #f5faff;
	font-size: 14px;
}
/* .calender */

div#navigation .calender {
	margin: 2px 10px;
	font-size: 14px;
}
/* .calender LI */

div#navigation .calender li {
	display: inline;
	font-size: 14px;
	margin-right: 10px;
}
/* リンク */

div#navigation table a:link, table a:visited {
	background-color: #FFEED9;
	padding: 0px;
}
/* リンク（アクティブ） */

div#navigation table a:active, table a:hover {
	color: #2b8ed1;
}
/* 月送りセンター揃え */

div#navigation .mnt {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
/* UL LI UL */

div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	text-align: left;
}
/* DT */

div#navigation dl dt {
	font-size: 14px;
	text-align: left;
}
/* form DL */

div#navigation form dl {
	font-size: 14px;
	text-align: left;
}
/* form DT */

div#navigation form dl dt {
	display: none;
}
/* form DD */

div#navigation form dl dd {
	font-size: 14px;
	text-align: left;
}
/* form P */

div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
}
/* ----- 記事一覧 -------------------------------------- */

/* 枠（logs） */

div #logs {
	width: 730px;
	float: right;

}

/* IE6用フロート */

* html div#logs {
	width: 720px;
	float: right;
	font-size: 14px;
	color: #666666;
}

/* 記事まとめ枠（diary） */

div#diary {
	margin: 0px 20px;
}
/* 記事単体枠（diary） */

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #dddddd;
	font-size: 14px;
	text-align: left;
}
/* 見出し（非表示） */

div#diary h2 {
	display: none;
}
/* 見出し：投稿タイトル */

div#diary h3 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	background-color: #ebf1d5;
	font-size: 14px;
	text-align: left;
}
/* 記事本文（text) */

div#diary .text * {
	font-size: 14px;
	text-align: left;
}
/* 記事本文（text) */

div#diary .text p {
	margin: 15px 10px;
	text-align: left;
}
/* 記事末尾表示（info） */

div#diary .info {
	text-align: right;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* 記事末尾表示（info *） */

div#diary .info * {
	font-size: 11px;
}
/* 記事末尾表示（info LI） */

div#diary .info li {
	display: inline;
	margin-left: 5px;
	font-size: 11px;
}
/* ----- ページ移動 ------------------------------------ */

/* 枠（page） */

div#page {
	float: none;
	clear: both;
	font-size: 14px;
	background-color: #f5faff;
	border: 1px solid #e7e7e7;
	margin-right: 20px;
	margin-left: 20px;
	padding: 4px;
	margin-top: 15px;
}
/* 見出し（非表示） */

div#page h2 {
	display: none;
}
/* UL */

div#page ul {
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
/* LI */

div#page ul li {
	display: inline;
	margin-right: 10px;
	font-size: 14px;
}
/* ----- 個別指定 -------------------------------------- */

/* NEW！表示 */

.new {
	color: #FF0000;
	font-size: 11px;
}
/* ----- 管理画面（work） -------------------------------------- */


/* 枠（work） */

div#work {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2 */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eaf1d5;
	color: #6ab02c;
	font-size: 13px;
	text-align: left;
}
/* form */

div#work form {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 13px;
	text-align: left;
}
/* ----- 管理画面（status） -------------------------------------- */


/* 枠（status） */

div#status {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2 */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eaf1d5;
	color: #6ab02c;
	font-size: 13px;
	text-align: left;
}
/* H3 */

div#status h3 {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7e7;
	color: #6ab02c;
	font-size: 13px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-top: 30px;
}
/* UL */

div#status ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* UL */

div#status ul li {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 0.5em;
	color: #666666;
}
/* DL */


div#status dl {
	margin-bottom: 20px;
	margin-left: 20px;
	color: #666666;
	font-size: 13px;
}
/* DT */

div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
	color: #666666;
	font-size: 13px;
}
/* DD */

div#status dl dd {
	color: #666666;
	font-size: 13px;
}
/* ----- 管理画面（form） -------------------------------------- */


/* 枠（form） */

div#form {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2 */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eaf1d5;
	color: #6ab02c;
	font-size: 13px;
	text-align: left;
}
/* form */

div#form form {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 13px;
	text-align: left;
	line-height: 0.5em;
	color: #666666;
}
/* ----- 管理画面（contents） ------------------------------------ */

/* 枠（contents） */

div#contents {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2 */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eaf1d5;
	color: #6ab02c;
	font-size: 13px;
	text-align: left;
}
/* form */

div#contents form {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 13px;
	text-align: left;
	line-height: 0.5em;
	color: #666666;
}
/* テーブル TH */

div#contents th {
	padding: 5px;
	height: 15px;
}
/* テーブル */

div#contents table {
	padding: 5px;
}
/* ----- 管理画面（navi） -------------------------------- */

/* 枠（navi） */

div#navi {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2（非表示） */

div#navi h2 {
	display: none;
}
/* form */

div#navi form {
	margin-left: 20px;
	font-size: 13px;
	text-align: left;
	line-height: 0.5em;
	color: #666666;
}
/* ----- 管理画面（env） -------------------------------- */

/* 枠（env） */

div#env {
	float: none;
	clear: both;
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #666666;
}
/* H2 */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eaf1d5;
	color: #6ab02c;
	font-size: 13px;
	text-align: left;
}
/* form */

div#env form {
	margin-left: 20px;
	font-size: 13px;
	text-align: left;
	line-height: 0.5em;
	color: #666666;
}
/* テーブル TH */

div#env th {
	padding: 5px;
	height: 15px;
}
/* H3 */

div#env h3 {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7e7;
	color: #6ab02c;
	font-size: 13px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-top: 30px;
}
/* fieldset */

div#env form fieldset {
	border: 0px solid #000000;
}
/* UL */

div#env ul {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* UL */

div#env ul li {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 0.3em;
	color: #666666;
}
/* H3 */

div#env form h3 {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e7e7;
	color: #6ab02c;
	font-size: 13px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-top: 30px;
}
/* ----------------------------------------------------------------------------（既存指定） ------------------------------------ */




/* ----- HTML再定義（既存指定） ------------------------------------ */

li, dt, dd, address {
	color: #666666;
	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}
pre {
	width: 430px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	overflow: auto;
}
code, var, kbd {
	color: #000080;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
 @media screen {
form input, form select {
	font-family: Verdana, Arial, sans-serif;
}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}
div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}
div#status h4 {
	margin-bottom: 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}
div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #666666;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
	font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}
div#diary h4 {
	margin: 10px;
}
div#comment, div#trackback {
	margin: 0px 15px;
}
div#canvas {
	float: none;
	clear: both;
	padding: 0px 15px;
}
div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}
div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}
div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}
div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}
div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}
div#env form p {
	margin-bottom: 20px;
}
div#navi ul {
	margin: 5px 0px;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}
div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

