﻿@charset 'utf-8';

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

* {
	margin: 0px;
	padding: 0px;

	font-size: 10px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;

color:#000000;
font-weight: 400;

scrollbar-arrow-color:#cccccc;
scrollbar-face-color:#ffffff;
scrollbar-3dlight-color:#cccccc;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-track-color:#ffffff;
scrollbar-highlight-color:#ffffff;;
}

body {
	padding: 0px;

	background-color: #ffffff;

	text-align: center;

              line-height: 1.4;
}


input,textarea,select{
border-left:1px solid;                      /*左の枠の指定*/
border-right:1px solid;                     /*右の枠の指定*/
border-top:1px solid;                       /*上の枠の指定*/
border-bottom:1px solid;                    /*下の枠の指定*/
border-color:#408080;                       /*上、右、左、下の枠の色*/
color:#000000;                             /*文字の色*/
background-color:#ffffff; font-size:10px;   /*背景の色と文字のサイズ*/
font-family : 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;       /*文字の書体*/
}

.box {position:absolute;visibility:hidden;border:2 dotted #db6464;padding:3;background-color:#f9f0f0;overflow:hidden;}
A{
  font-size : 10px;
  font-family : "ＭＳ Ｐゴシック","MS UI Gothic",Osaka,sans-serif;
  text-decoration : none;
}

p, li, dt, dd, address {
	color: 

	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 {
 color: #0000cc;
 font-weight: 400;
}

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

pre {
	width: 500px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #408080;

	overflow: auto;
}
code, var, kbd {
	color: #408080;

	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #408080;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	font-size: 10px;
	line-height: 12px;
	padding: 0px 2px 0px 2px;
}
@media screen {
	form input, form select {
		font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #999999;

	background-color: #f1f8f8;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #999999;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
color: #408080;
text-decoration: none;
}

a:active, a:hover {
text-decoration : none; 
color : white; 
background-color : #c7e2e2;
}

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

div#container {
	width: 770px;

	margin-top: 0px;
              padding-top: 0px;

border-left:  0px solid #408080;
border-right: 0px solid #408080;
border-top: 0px solid #408080;
border-bottom: 0px solid #408080;

	background-color: 
}

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

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

	margin: 0px 0px 0px 0px;

}

div#navigation {
	width: 200px;
	padding: 10px 0px 0px 0px;
	float: left;
}
div#logs {
	float: right;
}
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: 35px 0px 5px 0px;
              text-align: center;
}
div#header h1 a {
              color:#000000;
	font-size: 12px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	}
}

div#header p {
	margin: 5px 10px 5px 10px;
	font-size: 10px;
              text-align: center;
}

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

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
              text-align: right;

border-top: 0px dotted #408080;
border-bottom: 0px dotted #408080;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

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

div#navigation h2 {
	margin: 20px 0px 20px 10px;

	padding: 3px 5px 3px 5px;

border-left:  5px solid #408080;
border-bottom: 1px solid #408080;
}

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

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 0px;
}

div#navigation dl {
	margin: 0px 0px 0px 20px;
}
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 form p {
	margin: 0px 0px 0px 20px;
}

div#navigation table {
	width: 200px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #666666;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #666666;

	background-color: 

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #666666;

	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: #f1f8f8;
}

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

	margin-right: 10px;
}

div#navigation .block {
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 20px 0px;
	border: 0px solid #cccccc;

	text-align: center;
}

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

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

div#gallery .gallery {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

div#gallery h2 {
	display: none;
}
div#gallery h3 {
	margin: 0px 0px 20px 0px;
	padding: 3px 5px 3px 5px;

border-left:  5px solid #408080;
border-bottom: 1px solid #408080;
}
div#gallery h4 {
	margin: 10px;
}

div#gallery .text * {
	font-size: 
}
html>body div#gallery .text * {
	font-size: 
}
div#gallery .text p {
	margin: 15px 10px;
}
div#gallery .text ul {
	margin: 15px 30px;
}
div#gallery .text ol {
	margin: 15px 40px;
}

div#gallery dl.detail {
	margin: 10px 10px;
	padding: 10px;

	background-color: #f1f8f8;
}
div#gallery dl.detail dt {
	float: left;
	clear: left;
	width: 6em;
}
div#gallery dl.detail dd {
}

div#gallery .text .navi {
	margin: 0px 10px;
}
div#gallery .text .navi * {
	font-size: 
}
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: 
}
div#gallery .info li {
	display: inline;

	margin-left: 5px;
}

div#gallery .list {
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;

	background-color: #cccccc;
}
div#gallery .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: 
}
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: 2px dotted #408080;
border-bottom: 0px dotted #408080;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
border-bottom: 1px dotted #408080;
}
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-bottom: 1px dotted #408080;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
border-top: 2px dotted #408080;
border-bottom: 0px dotted #408080;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: 
}
html>body div#comment .text * {
	font-size: 
}
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: 0px 0px;
}

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

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

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-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
border-top: 0px dotted #408080;
border-bottom: 0px dotted #408080;
}

div#form form {
	margin: 0px 0px 10px 10px;
}
div#form form dl {
	margin-bottom: 15px;
}
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-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
border-top: 0px dotted #408080;
border-bottom: 0px dotted #408080;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #f1f8f8;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

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

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
border-top: 0px dotted #408080;
border-bottom: 0px dotted #408080;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #408080;
}
div#status h4 {
	margin-bottom: 10px;
}

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

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

div#footer address {
margin: 20px 0px 0px 0px;
text-align: center;
background-color: #f1f8f8;
padding-top: 10px;
padding-bottom: 10px;
}

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

.new {
color: #ff8080;
}

.line_d {
color: #408080;
margin: 10px 0px 10px 0px;
border-bottom: 2px dotted ;
}

.line_gallery {
margin: 0px 0px 10px 0px;
borde-bottomr: 1px dotted #408080;
}

.text_right {
margin: 0px 10px 5px 0px;
text-align: right;
}


