﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
margin: 0px;
padding: 0px;
font-size: 12px;
font-style: normal;
font-family : Verdana,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
text-align: left;
}
body {
padding: 0px;
text-align: center;
background: #F5F5F5 url("img/bg.gif");
overflow-y: scroll;
}
*html body {  　　　　　/*IE6だけに適用*/
overflow-y: auto;
}
*+html body {　　　　　/*IE7だけに適用*/
overflow-y: auto;
}
p, li, dt, dd, address {
color: #444;
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: 1px solid #333;
}
object {
margin-left: 10px;
}
pre {
width: 430px;
margin: 10px;
padding: 5px;
border: 1px solid #EEE;
overflow: auto;
}
code, var, kbd {
color: #000080;
font-family: 'ＭＳ ゴシック', monospace;
line-height: 1.2;
}
blockquote {
margin: 10px;
border-left: 2px solid #77A;
}
blockquote p {
color: #999;
}
form fieldset {
border: 0px solid #000;
}
form legend {
display: none;
}
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;
border: 1px solid #AAA;
background-color: #EEE;
text-align: center;
}
table tr td {
padding: 5px;
border: 1px solid #AAA;
}
table tr td input {
margin: -2px;
}
a:link, a:visited{
text-decoration: none;
color: #666;
}
a:active, a:hover{
background-color: #FFF;
color: #000;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
width: 765px;
margin: 0px auto;
background: url(img/backimage.gif) repeat-y 0px top;
}
div#header {
width: 760px;
float: none;
clear: both;
height: 80px;
background: url(img/logo.gif) no-repeat 220px 20px;
}
div#menu {
width: 765px;
float: none;
clear: both;
height: 65px;
margin: 0px 15px 0px 15px;
text-align: right;
}
div#navigation {
width: 200px;
float: left;
}
div#logs {
margin-bottom: 10px;
float: right;
}
div#gallery, div#comment, div#trackback {
margin: 0px 17px 0px 0px;
}

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;
margin: 0px 15px 10px 15px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
display: none;
}
div#header h1 a {
display: none;
}
@media screen {
div#header h1 a {
font-family: Verdana, Arial, sans-serif;
}
}
div#header p {
margin: 0px 15px;
font-size: 12px;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
display: none;
}
div#menu ul {
margin-left: auto ;
margin-right: 0 ;
list-style-type: none;
padding: 3px 0px;
width: 171px;
height: 57px;
text-align: right;
}
div#menu ul li {
float: left;
display: block;
width: 57px;
height: 57px;
text-align: center;
line-height: 60px;
background:url(img/retern.gif) no-repeat left center;
color: #CCC;
font-size: 10px;
} 
div#menu ul li a{
display: block;
width: 57px;
height: 57px;
text-align: center;
text-decoration: none;
color: #DDD;
font-size: 10px;
}
div#menu ul li a:hover{
text-decoration: none;
color: #FFF;
background-color: transparent;
font-size: 10px;
position: relative;
top: -1px;
left: -1px; 
}
/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;

	border-bottom: 1px solid #AAAAAA;

}
div#navigation h3 {
	margin: 9px 5px 20px 5px;
	padding: 5px;
font-size: 13px;
font-weight: bold; 
	border-bottom: 1px solid #AAAAAA;

}
div#navigation ul {
	margin: 0px 5px 0px 5px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}
div#navigation ul li ul li a{
font-size: 11px;
}
div#navigation ul li ul li {
font-size: 11px;
}
div#navigation dl {
	margin: 0px 5px 0px 5px;
}
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-left: 5px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 170px;

	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: left;
}
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#logs {
width: 558px;
}
html>body div#logs {
width: 560px;
}
div#gallery .gallery {
margin-bottom: 10px;
padding: 2px;
}
div#gallery .images {
margin-left: 10px;
}
div#gallery .image {
float: left;
margin-bottom: 15px;
}
div#gallery .image img {
margin: 1px;
}
div#gallery .image {
text-align: center;
}
div#gallery .image .explain {
width: 90px;
text-align: center;
font-size: 10px;
}
div#gallery h2 {
display: none;
}
div#gallery h3 {
float: none;
clear: both;
margin: 5px 5px 20px 5px;
padding: 5px;
border-bottom: 1px solid #AAA;
font-weight: bold; 
font-size: 13px;
}
div#gallery h5 {
float: none;
clear: both;
margin: 10px 5px 0px 20px;
padding: 2px;
text-decoration: normal; 
font-weight: normal; 
text-indent: 1em;
border-bottom: 1px dotted #AAA;
font-size: 13px;
}
div#gallery h4 {
float: none;
clear: both;
margin: 10px 5px 20px 5px;
padding: 5px;
border-bottom: 1px solid #AAA;
}
div#gallery .text img{
margin: 0px 0px 13px 13px;
border: 1px solid #555;
}
div#gallery .text img.nb{
margin: 0px 0px 5px 11px;
border: none;
}

div#gallery .text p {
margin: 0px 5px 0px 20px;
text-decoration: normal;
font-weight: normal; 
fon-size: 11px;
}
div#gallery .text a:hover{
background-color: #FFF;
color: #000;
text-decoration: underline;
}
div#gallery .text ul {
margin: 15px 30px;
}
div#gallery .text ol {
margin: 15px 40px;
}
div#gallery dl.detail {
margin: 15px 10px;
padding: 10px;
background-color: #EEE;
}
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: 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: #444;
}
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 #BBB;
border-bottom: 3px double #BBB;
}
div#trackback dl {
margin-bottom: 10px;
padding: 2px 2px 10px 2px;
border: 1px solid #AAA;
}
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 #AAA;
}
div#comment h2 {
margin-bottom: 15px;
padding: 5px;
border-top: 3px double #BBB;
border-bottom: 3px double #BBB;
}
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 #BBB;
border-bottom: 3px double #BBB;
margin-left: 200px;
}
div#contents h3 {
margin-bottom: 15px;
padding: 3px 0px;
border-bottom: 1px double #BBB;
}
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#contents ul li{
margin-left: 200px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
margin-bottom: 15px;
padding: 5px;
border-top: 3px double #BBB;
border-bottom: 3px double #BBB;
}
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;
margin-left: 200px;
padding: 5px;
border-top: 3px double #BBB;
border-bottom: 3px double #BBB;
}
div#form form {
margin-bottom: 10px;
margin-left: 200px;
}
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#form ul li{
margin-left: 200px;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
margin-bottom: 15px;
padding: 5px;
border-top: 3px double #BBB;
border-bottom: 3px double #BBB;
}
div#env h3 {
margin-bottom: 15px;
padding: 5px;
background-color: #CCC;
}
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 #BBB;
border-bottom: 3px double #BBB;
}
div#status h3 {
margin-bottom: 15px;
padding: 3px 0px;
border-bottom: 1px double #BBB;
}
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 {
font-size: 11px;
}
div#footer a {
font-size: 11px;
}
/* ----- 個別指定 -------------------------------------- */

.new {
color: #F00;
}
.imgl {
 float: left;
}
.imgr {
 float: right;
}
.imgclear {
 clear: both;
}