@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

/* 	font-size: x-small; */
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

/* html>body * { font-size: 10pt; } */

body {
	padding: 10px;
	background-color: #EEEEEE;
	font-size: 10pt;
	text-align: center;
}

h1 {
	margin-bottom: 5px;
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
	margin: 20px 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #999999;
}
h3 {
	margin-bottom: 10px;
}
p, li, dt, dd, address {
	color: #444444;
	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 15px;
}
ul li {
	margin: 5px 0px 0px 0px;
}
ul li ul li {
	margin: 5px 0px 0px -5px;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 0px;
}
address {
	float: none;
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 8pt;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
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 #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 700px;
	margin: 0px auto;
	padding: 20px 20px 5px;
	border: 1px solid #666680;
	background-color: #FFFFFF;
}
html>body div#container {
	width: 660px;
}

div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#gallery {
	width: 460px;
	float: right;
}
div#navigation {
	width: 180px;
	float: left;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 5px 0px;
	text-align: right;
	font-size: 9pt;
}

div#menu ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- ログ ------------------------------------------ */

div#gallery .info {
	margin: 5px 0px;
	text-align: right;
}

div#gallery .info li {
	display: inline;
	margin-left: 10px;
}

div#gallery .navi {
	margin: 20px 0px 0px 0px;
	text-align: left;
}

div#gallery .navi li {
	display: inline;
	margin-right: 10px;
}

div#gallery h2 {
	color : #DB7093;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation form dl {
	margin: 0px;
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
	margin: 0px;
}
div#navigation ul li {
	margin: 5px 0px 0px -18px;
	font-weight: bold;
	color : #696969;
	text-indent:1.5em;
	background: url("../files/st1yl.gif") no-repeat ;
	list-style: none;
}
div#navigation ul li ul li {
	margin: 0px 0px 0px 3px;
	text-indent:1em;
	font-weight: bold;
	display : block;
	width : 95%;
	border: outset 2px #D8BFD8;
}
div#navigation a{
	text-decoration : none;
	display : block;
	width : 100%;
	color : #FFFFFF;
	background-color: #F5DEB3;
}
div#navigation a:hover {
	text-decoration : none;
	display : block;
	color : #DB7093;
	background-color: #FAF0E6;
}
div#navigation h2 {
	color : #D2B48C;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin: 10px 0px;
}
div#work form dl {
	margin: 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
	margin-left: 0px;
}
div#work form input {
	padding: 0px;
}

/* ----- 個別指定 -------------------------------------- */

.memo {
	padding: 10px;

	background-color: #EEEEEE;
}
.new {
	color: #FF0000;
}
