@charset 'utf-8';

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

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

	font-size: x-small;
	font-style: normal;
	text-align: left;
}
html>body * {
	font-size: small;
}

body {
	text-align: center;
	padding: 10px;
	background-color: #660000;
	background-image: url('../image/bg_brick.jpg');
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 70%;
}
h1 {
	font-family: Times;
	font-size: 15px;
	text-align: right;
	margin-bottom: 15px;
	height: 135px;
	width: 440px;
	background-image: url('../image/support.jpg');
	background-repeat: no-repeat;
}
h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
}
h3 {
	margin-bottom: 10px;
	padding: 5px;

	background-color: #EEEEEE;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}

dt
{
	font-family: Tahoma;
	color: #333333;
	text-align: right;
}

dd
{
	margin-left: 1em;
}


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;
}
address {
	text-align: center;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}

code, var, kbd {
	font-family: 'Courier New';
	line-height: 1.2;
}

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

input.submit, input.delete
{
	cursor: hand;
	font-weight: bold;
	border: solid 2px #660000;
	background-color: #ffffee;
}

input.submit
{
	background-image: url('../image/ministar.gif');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	text-indent: 16px;
	padding-right: 8px;
}

input.delete
{
	text-indent: 16px;
	background-image: url('../image/clear_mini.gif');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-right: 8px;
}

input.form
{
	border: solid 1px #660000;
	background-color: #ffffee;
}

input
{
	font-family: Verdana ;
}

form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}

form textarea {
	padding: 1px;
	line-height: 1.2;
	font-size: 90%;
	border: solid 1px #660000;
	background-color: #ffffee;
	font-family: Tahoma;
}

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;
}

img {
	margin-bottom: 15px;
}
table tr td img {
	margin: 0px 5px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	border-bottom: dotted 0px #0000cc;
	text-decoration: underline;
}

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

div#container {
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #666680;
	width: 480px;
	background-color: #ffffff;
	background-image:url('../image/bg_main.jpg');
}
html>body div#container {
	width: 440px;
}

div#header {
	border-bottom: 1px dotted #666680;
	height: 160px;
}
div#menu {
	margin-bottom: 10px;
	border-bottom: 1px dotted #666680;
}
div#list {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
div#form {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#page {
	border-top: 1px dotted #666680;
}
div#navi {
	border-top: 1px dotted #666680;
}
div#contents {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#work {
	padding-top: 10px;
}
div#env {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer {
	border-top: 1px dotted #666680;
	padding-top: 10px;
}

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

div#menu ul {
	margin: 5px 0px;

	text-align: center;
}
div#menu ul li {
	display: inline;

	margin: 0px 5px;
}

/* ----- 記事リスト ------------------------------------ */

div#list ul {
	margin: 0px;
}
div#list ul li {
	display: inline;

	margin: 0px 5px 0px 0px;
}

div#list .new {
	color: #FF0000;
}

/* ----- フォーム -------------------------------------- */

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#article .parent {
	padding-top: 15px;
	border-top: 2px dotted #990000;
}

p#subject {
	text-indent: 16px;
	height: 16px;
	background-image: url('../image/pin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

p#article_text
{
	padding-left: 1.5em;
	padding-right: 0.5em;
}

div#article .info {
	padding-top: 5px;
	border-top: 1px dotted #DDDDDD;
}
div#article .info p {
	margin-bottom: 5px;

	text-align: right;
}

div#article .res {
	padding-top: 15px;
	border-top: 1px dotted #993333;
	margin-left: 1.5em;
}
div#article .res p, .res img {
	margin-left: 20px;
}

div#article .new {
	color: #FF0000;
}

p.article_name
{
	text-align: right;
	margin-bottom: 0px;
}

p.article_time
{
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 4px;
	font-size: 85%;
	font-weight: bold;
	color: #006600;
}


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

div#page ul {
	margin: 5px 0px;

	text-align: center;
}
div#page ul li {
	display: inline;

	margin: 0px 5px;
}

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

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form {
	margin-top: 15px;
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form p input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin-top: 15px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form p input {
	padding: 0px;
}

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

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

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