@charset 'utf-8';
/* -------------------------------------------- */
/*	Web Diary Professional Skin		*/
/*	「MACARON -gray mode-」ver.L		*/
/*	Date : 2007/11/11			*/
/*	http://brutzero.s22.xrea.com/rb/	*/
/* -------------------------------------------- */

/* -------------------------------------------- */
/* 		スタイルの初期化		*/
/* -------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
	text-align: left;
}

em, strong, i, u, del {
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
}

table {
	margin : 0;
	empty-cells: show;
}

fieldset { border: 0px;}

img {
	border: 0px; /* イメージの枠線消し */
	vertical-align: bottom;
}

li { list-style: none; } /* リストの点を消す */

/* ----- ブラウザ対策 ------------------------- */

html {/* Firefox */
 	height:100%;
}
html>/**/body {/* Firefox */
 	overflow:-moz-scrollbars-vertical;
}
html:first-child body {/* Safari Opera */
 	min-height:100%;
}
div {/*for IE 5.5-7*/
	zoom:1;
}
ol {/*for IE 5.5-7*/
	padding-left : 2em;
}
ol li {/*for IE 5.5-7*/
	zoom : normal;
}

/* ------------------------------------------------------ */
/* 			HTMLの再定義			*/
/* ------------------------------------------------------ */

body {
	color: #444444;		/* 基本文字色 */
	font-size: 12px;	/* 基本文字サイズ */
	font-family: Verdana,Arial,Helvetica,'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	background-color: #FFFFFF;			/* 背景色 */
	text-align: center; /* IE用ボックスセンタリング */
}

/* ----- テキスト・リスト・イメージの設定 --------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p, li, dt, dd, address {
	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, strong { /* 強調 */
	font-weight: bold;
}
i { /* 斜体 */
	font-style: italic;
}		
u, ins { /* 下線 */
	text-decoration: underline;
}
del { /* 打消 */
	text-decoration: line-through;
}	

img {
	margin-right: 10px;
	margin-bottom: 5px;
}
object {
	margin-left: 10px;
}

/* ----- 整形・引用・コードの設定 ----------------------- */

pre {
	width: 430px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	overflow: auto;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code, var, kbd {
	color: #304285;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	width: 430px;
	margin: 10px;
	padding: 1px 5px;
	border-left: 2px solid #999999;
	background-image: url(images/kabe01.gif);
}
blockquote p {
	color: #999999;
}

/* ----- フォームの設定 --------------------------------- */

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}

form input, form select, form textarea {
	border: 1px solid #666666;
	background-color: #eeeeee;
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}
@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;
}

/* ----- テーブルの設定 --------------------------------- */

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}
table tr td input {
	margin: -2px;
}

/* ----- スクロールバーの設定（IE用）-------------------- */

html {
	scrollbar-face-color: #EEE;       /* メイン */
	scrollbar-3dlight-color: #444;    /* 左端と上端 */
	scrollbar-highlight-color: #FFF;  /* ハイライト */
	scrollbar-shadow-color: #444;     /* 影 */
	scrollbar-darkshadow-color: #444; /* 右端と下端 */
	scrollbar-arrow-color: #444;      /* 矢印 */
	scrollbar-track-color: #EEE;      /* 背景 */
}

/* ----- リンクの設定 ----------------------------------- */

a:link, a:visited {
	color: #564539;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: none;
}

/* ------------------------------------------------------ */
/* 		基本構造				*/
/* ------------------------------------------------------ */

div#container {
	width: 760px;
	margin: 0px auto;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
	background-color: #EBEBE1;	/* 中央背景色 */
}

div#header {
	height: 80px;
}
div#menu {
	float: none;
	clear: both;
}

div#logs {
	width: 538px;
	float: right;
}
html>body div#logs {
	width: 540px;
}

div#navigation {
	width: 200px;
	float: left;
	margin-top: -120px;
	text-align: left;
}

div#diary, div#comment, div#trackback, div#contents, div#form {
	margin: 0px 15px;
	float: right;
	text-align: left;
}
div#comment, div#trackback, div#contents, div#form {
	width: 500px;
}

div#page, div#navi, div#work, div#contents_admin, div#form_admin, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 25px 30px 10px 300px;
	text-align: left;
}
div#header h1 a {
	color: #333333;
	font-size: 20px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Times New Roman,Verdana, Arial, sans-serif;
	}
}

div#header p {
	padding: 0px 30px 0px 300px;
	font-size: 12px;
	text-align: left;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 15px 20px 0px 0px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 7px 7px 7px 7px;
	padding: 5px 5px 5px 17px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

/* ----- ナビ：フォーム --------------------------------- */

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation .s_form{
	width: 80px; 
	border: 1px solid #666666;
	background-color: #ffffff;
}
div#navigation .s_button{
	width: 50px; 
	height: 1.5em;
	border: 1px solid #666666;
	background-color: #F0F0F0;
}

/* ----- ナビ：カレンダー ------------------------------- */

div#navigation table {
	width: 170px;
	margin: -2px 0px 0px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 0px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;
	background-color: transparent;
	text-align: center;
}
div#navigation table tr td {
	padding: 1px;
	border: 0px solid #AAAAAA;
	background-color: transparent;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 3px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #dddddd;
}

a .day, a .satday, a .sunday {
	font-weight:bold;
	text-decoration:underline;
}

/* ----- ナビ：各ブロック ------------------------------- */

div#navigation .block {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;
}

div#navigation .bannerblock {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: left;
}

/* ------------------------------------------------------ */
/* 		メイン記事				*/
/* ------------------------------------------------------ */

/* ----- 日記：角丸 ------------------------------------- */

div#diary .d_top { /* 角丸上部 */
	width: 500px; 
	height: 7px;
	background-image: url(images/d_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#diary .diary { /* 角丸中央 */
	width: 500px; 
	padding: 2px;
	background-image: url(images/d_middle.gif);
	background-repeat: repeat-y;
}

div#diary .d_bottom { /* 角丸下部 */
	margin-bottom: 20px;
	width: 500px; 
	height: 7px;
	background-image: url(images/d_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* ----- 日記：日付部分 --------------------------------- */

div#diary .d_date {
	float: left; 
	margin-left: 5px;
	width: 65px;
	height: 50px;
	background-image: url(images/daypoint.gif); /* 日付背景 */
	background-repeat: no-repeat;
	background-position: left top;
}

div#diary .d_days{
	padding-top: 15px;
	padding-left: 9px;
	color: #888888;
	font-size: 23pt;
	font-family: Times New Roman, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.0em;
}

div#diary .d_month{
	padding-left: 3px;
	color: #999999;
	font-size: 10pt;
	font-family: Times New Roman, Arial, sans-serif;
	font-weight: bold;
}

/* ----- 日記：見出し --------------------------------- */

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 10px 5px 30px 5px;
	padding: 5px;
	color: #333333;
}

div#diary .text h4 {
	margin: 15px 40px 10px 10px;
	padding: 4px 4px 4px 13px;
	color: #666666;
	background: url(images/aa3.gif);

}
div#diary .text h5 {
	width: 430px;
	margin: 15px 40px 10px 10px;
	padding: 2px 2px 3px 8px;
	color: #666666;
	border-left: 5px solid #777777;
	border-bottom: 1px solid #777777;
}
div#diary .text h6 {
	width: 430px;
	margin: 10px;
	padding-left: 13px;
	color: #999999;
}

/* ----- 日記：テーブル --------------------------------- */

div#diary table {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px solid #666680;
	border-collapse: collapse;
}
div#diary table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
div#diary table tr td {
	padding: 5px;
	color: #444444;
	border: 0px solid #AAAAAA;
	background-color: transparent;
}

/* ----- 日記：テキスト・リスト・リンク ----------------- */

div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ul li {
	list-style-type: disc;
}
div#diary .text ol {
	margin: 15px 40px;
}
div#diary .text dl {
	margin: 15px 10px;
}
div#diary .text dl dt{
}
div#diary .text dl dd{
	padding-left: 10px;
}
div#diary .text table{
	margin: 15px 10px;
}

div#diary .text a:link, div#diary .text a:visited {
	color: #AA7A40; /* 日記内のリンク色（１） */
}
div#diary .text a:active, div#diary .text a:hover {
	color: #FF7700; /* 日記内のリンク色（２） */
}

/* ----- 日記：分類 ------------------------------------- */

div#diary .info {
	margin: 5px 10px;
	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;
	margin-left: 5px;
}

/* ----- 日記：コメ＆トラバ一覧 ------------------------- */

div#diary .list {
	margin: 0px 15px 10px 25px;
	padding: 5px 10px;
}
div#diary .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px 3px 15px;
	color: #666666;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dashed #999999;

}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
}
div#diary .list dl dd {
	margin: 10px 10px 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;
	background-color: #dddddd;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px 5px 5px 20px;
	border-bottom: 3px double #999999;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
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#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
	text-align: right;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- 日記：ページナビ ------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 10px 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#contents h2, div#contents_admin h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#contents h3, div#contents_admin h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4, div#contents_admin h4 {
	margin-bottom: 10px;
}

div#contents dl, div#contents_admin dl {
	margin-bottom: 20px;
}
div#contents dl dt, div#contents_admin dl dt {
	margin-top: 10px;
}
div#contents dl dd, div#contents_admin dl dd {
	margin-left: 30px;
}

/* ----- フォーム -------------------------------------- */

div#form h2, div#form_admin h2 {
	margin-bottom: 15px;
	padding: 5px 5px 5px 20px;
	border-bottom: 3px double #999999;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

div#form form, div#form_admin form {
	margin-bottom: 10px;
}
div#form form dl, div#form_admin form dl {
	margin-bottom: 20px;
}
div#form form dl dt, div#form_admin form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd, div#form_admin form dl dd {
}
div#form form dl dd textarea, div#form_admin form dl dd textarea {
	margin-top: 2px;
}
div#form form ul, div#form_admin form ul {
	margin: 0px 0px 20px 0px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env ul li {
	list-style-type: disc;
}
div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

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 h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	padding: 10px 15px 20px 15px;
	color: #FFFFFF;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

