@charset 'utf-8';
/* -------------------------------------------- */
/*	Web Gallery Professional Skin		*/
/*	「MACARON -gallery mode-」 ver.L	*/
/*	2007/11/14				*/
/*	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;		/* 基本文字色 */
	background: #FFFFFF;	/* 中央背景色 */
	background-image: url(images/backg02.gif);	/* 背景画像 */
	font-size: 13px;	/* 基本文字サイズ */
	font-style: normal;
	font-family: Verdana,Arial,Helvetica,'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	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 {
	margin: 10px;
	padding: 10px;
	color: #666666;
	border: 1px solid #999999;
	overflow: auto;
}
code, var, kbd {
	color: #7A592F;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	padding: 1px 5px;
	border-left: 2px solid #999999;
	background-image: url(images/kabe01.gif);
}
blockquote p {
	color: #666666;
}

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

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
	border: 1px solid #666666;
	background-color: #eeeeee;
}
@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;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

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

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

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

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

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

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

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

div#container {
	width: 860px;
	margin: 0px auto;
	border-left: 1px dashed #DDDDDD;
	border-right: 1px dashed #DDDDDD;
	background-color: #FFFFFF;
}

div#header {
	float: none;
	clear: both;

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

	position: relative;
	top: -70px;
	margin-left: 20px;
}

div#navigation {
	width: 210px;
	margin-top: -80px;
	float: left;
}
div#logs {
	width: 628px;
	margin-bottom: 10px;
	float: right;
}

html>body div#logs {
	width: 630px;
}

div#gallery, div#comment, div#trackback {
	margin: 0px 15px;
}

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

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

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

div#header p {
	margin: 0px 15px;
	font-size: 12px;
	text-align: right;
}

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

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px 0px 0px;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
}

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

div#navigation h2 {
	margin: 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 5px 0px 5px;
}
div#navigation ul li {
	margin: 0px;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

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

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

div#navigation form dl {
	width: 190px;
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 5px;
	margin-bottom: 0px;
}
div#navigation .s_form{
	border: 1px solid #666666;
	background-color: #ffffff;
}
div#navigation .s_button{
	width: 50px;
	border: 1px solid #666666;
	background-color: #F0F0F0;
}

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

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

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

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;
	margin-right: 10px;
}

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

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

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

/* ----- 作品一覧 -------------------------------------- */

div#gallery .gallery {
	margin-bottom: 20px;
	padding: 2px;
}

div#gallery .maru_top { /* 角丸上部 */
	width: 500px; 
	height: 7px;
	background-image: url(images/d_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#gallery .maru_middle { /* 角丸中央 */
	padding: 2px;
	width: 500px; 
	background-image: url(images/d_middle.gif);
	background-repeat: repeat-y;
}
div#gallery .maru_bottom { /* 角丸下部 */
	margin-bottom: 20px;
	width: 500px; 
	height: 7px;
	background-image: url(images/d_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#gallery .ruzee { /* 作品表示時の角丸用 */
	background-color:#FFFFFF;
	border:1px solid #999999;
}

/* ----- 作品一覧：見出し ------------------------------- */

div#gallery h2 {
	display: none;
}
div#gallery h3 {
	margin: 5px 20px 20px 15px;
	padding: 5px 5px 5px 20px;
	letter-spacing: 2px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px dashed #AAAAAA;
}

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

}
div#gallery h5 {
	margin: 15px 25px 10px 10px;
	padding: 2px 2px 3px 8px;
	color: #666666;
	border-left: 5px solid #777777;
	border-bottom: 1px solid #777777;
}
div#gallery h6 {
	margin: 10px;
	padding-left: 13px;
	color: #999999;
}

/* ----- 作品一覧：テキスト・リンク・リスト ------------- */

div#gallery .text {
	width:100%;
}

div#gallery .text * {
	font-size: x-small;
}
html>body div#gallery .text * {
	font-size: small;
}
div#gallery .text p {
	margin: 15px 20px;
}
div#gallery .text ul {
	margin: 15px 30px;
}
div#gallery ul li {
	list-style-type: disc;
}
div#gallery .text ol {
	margin: 15px 40px;
}

div#gallery .text dl {
  margin: 0px 10px 10px 10px;
}
div#gallery .text dl dd {
  margin-left: 30px;
}
div#gallery .text table {
  margin: 0px 10px 10px 10px;
}

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

div#gallery .text table {
	color: #333333;
}
html>body div#gallery .text table {
	margin-left: 10px;
}

div#gallery .text table, div#gallery .text table td,div#gallery .text table th {
	border: 0px #808080 solid;
}

div#gallery dl.detail {
	margin: 15px 10px;
	padding: 10px;
	zoom: 1;
	background-color: #EEEEEE;
}
div#gallery dl.detail dt {
	float: left;
	clear: left;
	width: 6em;
	zoom: 1;
}
div#gallery dl.detail dd {
}

div#gallery .text .navi {
	margin: 0px 10px;
}
div#gallery .text .navi * {
	font-size: 10px;
}
div#gallery .text .navi ul {
	margin-left: 10px;
}
div#gallery .text .navi li {
	display: inline;
	margin-right: 10px;
}

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

div#gallery .list {
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
	background-color: #F7F7F7;
}
div#gallery .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #444444;
}
div#gallery .list ul {
	margin: 0px 0px 10px 20px;
}
div#gallery .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#gallery .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
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 #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
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;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

div#logs div#page ul {
	margin: 0px 10px;
}

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

div#navi h2 {
	display: none;
}

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#logs div#navi ul {
	margin: 5px 10px;
}

/* ----- コンテンツ ------------------------------------ */

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

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#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}

div#form form {
	margin-bottom: 10px;
}
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;
}

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

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

	background-color: #CCCCCC;
}

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#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
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 20px 20px 15px;
	font-size: 10px;
	text-align: right;
}

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

.new {
	color: #FF0000;
}
