@charset 'utf-8';

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

	font-size: 13px;
	font-style: normal;
	font-family: sans-serif;
	text-align: left;
}

.loc {
	display:block;
	padding:5px;
	color: rgb(67, 67, 67);
	background-color:#f1f4f6;
	border: 1px solid rgb(207, 207, 207);
}

body {
	padding: 0px;

	background-color: #FFFFFF;
	background-image:url('../resources/top_bar.png');
	background-repeat: repeat-x;

	text-align: center;
}

a:link, a:visited {
	color: #2B7FF0;

	text-decoration: none;
}
a:active, a:hover {
	color: #FF0000;

	text-decoration: underline;
}
div {
	overflow:hidden;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: monospace;
	line-height: 1.2;
}


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

div#container {
	width: 750px;

	margin: 0px auto;
	border:0px solid #FF5555;
	background-image:url(../resources/log_bg.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

div#header {
	float: none;
	clear: both;
	background-image:url('../resources/logo.png');
	background-repeat:no-repeat;
	height: 80px;
	margin: 0px;
}

div#big_banner {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

div#navigation {
	float: right;
	
	width:200px;
	background-image:url('../resources/navi_back.png');
	background-repeat:repeat-y;
	background-position:100% 0%;
}

div#logs {
	float:left;

	width:550px;
	
	margin:0px;
	margin-right:30px;
	width:520px;
	
	padding:0px;
	margin-bottom: 10px;

}

div#footer {
	
	clear: both;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #000000;
}

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

div#header h1 {
	width:50px;
	height:47px;
	visibility:hidden;
}
div#header h1 a {
	color: #444444;

	font-size: 20px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;
	visibility:hidden;
	font-size: 12px;
}

div#header ul {
	text-align:right;
	margin: 10px 20px 0px 0px;
}
div#header ul li {
	display: inline;
	
	margin-left:10px;
}
div#header a {
	font-size:11px;
	color:#B3B3B3;
	text-decoration:none;
}
div#header a:hover {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

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


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

div#gallery h2 {
	display: none;

}
div#gallery h3 {
	margin: 5px 5px 20px 5px;
	padding: 3px;
	padding-left:20px;
	text-align:left;
	border: 1px solid #BAC4B4;
	border-width:0px 0px 1px 0px;
	
	background-image:url('../resources/h3_back.png');
	background-repeat:no-repeat;
}
div#gallery h3.art {
	text-align:right;
	padding:7px;
	border: 0px solid #9F9F9E;
	border-width:0px 1px 1px 0px;
	
	height:16px;

	background-image:url('../resources/h3inline_back.png');
	background-repeat:no-repeat;
}
div#gallery .h3inline {
	font-size:14px;
	padding: 5px;
	padding-bottom:2px;
	padding-right:15px;
	padding-left:30px;
	
	color:#FFF;
}
div#gallery h4 {
	margin: 10px;
}

div#gallery h5 {
	text-align:center;
	font-size:normal;
	margin-width:0px 15px 0px 15px;
	border-bottom:1px solid #999999;
	
	background-image:url('../resources/h5_back.png');
	background-repeat:no-repeat;
	background-position:0% 50%;
}



div#gallery .text p {
	margin: 5px 5px 20px 5px;
}
div#gallery .text ul {
	margin: 15px 30px;
}
div#gallery .text ol {
	margin: 15px 40px;
}

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

	background-color: #EEEEEE;
}
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 {
	display:none;
	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 {
	display:none;
}

div#trackback h2 {
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	color:#666666;
	border-top: 0px solid #BBBBBB;
	border-bottom: 1px solid #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 li {
	list-style-type: none;
}
div#trackback li{
	list-style-type: none;
}
div#comment li {
	margin-left:20px;
}
div#comment a:link,div#comment a:visited,div#trackback a:link,div#trackback a:visited  {
	font-size:smaller;
}
div#comment a:active,div#comment a:hover,div#trackback a:active,div#trackback a:hover {
	font-size:smaller;
}

div#comment {
	margin-bottom:40px;
}

div#comment .comment {
	margin-bottom: 10px;
	margin-left:20px;
	border-bottom:0px solid #AAAAAA;
}

div#comment h2 {
	color:#666666;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 5px;
	border-top: 0px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}
div#comment h3 {
	margin: 5px 5px 5px 5px;
	padding: 1px;
}

div#comment .text p {
	margin: 0px;
	margin-left:15px;
	margin-bottom:0px;
}
div#comment p.value {
	margin: 3px;
	margin-left:0px;
	
	font-size:12px;
	font-family: Osaka;
}
div#comment .text {
	margin-bottom:3px;
}

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

div#navigation h2 {
	width:200px;
	height:20px;
	margin: 7px 0px 0px 0px;
	
	padding-top:1px;
	padding-bottom:3px;
	padding-left:0px;
	
	width:198px;
	height:16px;

	color:#000;
	font-size:12px;
	font-weight:normal;
}
div#navigation a {
	font-size:12px;
}
div#navigation ul,div#navigation dl {
	margin:0px;
	padding:3px;
	border:0px solid #999999;
	
	width:194px;
}

div#navigation ul li,div#navigation dt {
	padding: 3px 0px 3px 15px;
	list-style-type: none;
	background-repeat:no-repeat;
}
div#navigation dd {
	padding: 0px 0px 0px 15px;
	list-style-type: none;

}

div#navigation dt:hover,div#navigation li:hover {
	background-image:url('../resources/navi_li_hover.png');
}
div#navigation li:hover a,div#navigation dt:hover a{
	color:red;
}
div#navigation li:hover li.sub a,div#navigation dt:hover li.sub  a{
	color:#2B7FF0;
}
div#navigation li:hover li.sub:hover a,div#navigation dt:hover li.sub:hover a{
	color:red;
}
div#navigation li:hover a:hover,div#navigation dt:hover a:hover {
	text-decoration:none;
}

div#navigation .mini {
	color:#959595;
	
	font-size:10px;
}
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 .block {
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 20px;

	text-align: center;
}

/* ----- ページ移動 ------------------------------------ */

div#page {
	display:none;
}

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

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#footer address {
	padding: 10px 0px 20px 0px;
	margin-left:15px;
	font-size:10px;
	color:#666;
}
div#footer a:link,div#footer a:visited {
	color: blue;
	font-size:10px;
	text-decoration: underline;
}
div#footer a:active,div#footer a:hover {
	color: #FF0000;
	font-size:10px;
	text-decoration: underline;
}


div#gallery .mini {
	color:#B9B9B9;
	
	font-size:11px;
}
div#gallery ul {
	list-style:none;
}

div#gallery dt{
	margin-bottom:	20px;
	float:left;
	text-align:center;
	width:270px;
	height:60px;
}
div#gallery dt img{
	border:2px solid white;
}
div#gallery dt img:hover{
	border:2px solid #FBAABB;
}
div#gallery dd {
	padding-top:10px;
	float:left;
	width:246px;;
}
.subimage {
	width:	200px;
}

.new {
	font-size:10px;
	color: red;
}