﻿@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;
	scrollbar-base-color: #e699b3;
	scrollbar-arrow-color:#e699b3;
	scrollbar-face-color:#FFFFFF;
	scrollbar-3dlight-color:#e699b3;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#e699b3;
	scrollbar-track-color:#FFFFFF;
}
html>body * {
	font-size: small;
}

body {
	padding: 10px;
	color:#806666;

	background: url(bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;

	text-align: center;
}
h1 {
	margin-bottom: 15px;
	color:#806666;
	font-size: 15px;
	text-align: center;
}
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;
}
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: 'ＭＳ ゴシック', monospace;
	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%;
}
@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;
}

input[type="submit"],input[type="reset"]
{
	background:#ffffff;
	color:#555555; 	border:2px dashed #e699b3;
	cursor:pointer; margin:1px;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
	text-align: center;
	width:100%;
}
table tr th {
	padding: 5px;
	border: 1px solid #e699b3;

	background-color: #ffdfff;

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

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

a{
	text-decoration:none;
}

a:link { 
	color:#8099ff;
}

a:visited {
	color:#8099ff;
}
a:hover  {
	color:#e68099;
	border-bottom:1px dashed #cccccc;
}

a:active {
	color:#e68099;
}

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

div#container {
	width: 700px;

	margin: 0px auto;
	padding: 20px;
	border: 1px solid #e699b3;

	background-color: #FFFFFF;
}
html>body div#container {
	width: 660px;
}

div#header {
	border-bottom: 0px dotted #666680;
}
div#menu {
	margin-bottom: 10px;
	border-bottom: 0px dotted #666680;
	background-image:url(../../img/bg3.gif);
	background-repeat:repeat;
}
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: 0px dotted #666680;
	padding-top: 10px;
	background-image:url(../../img/bg3.gif);
	background-repeat:repeat;
}

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

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#form .sub {
	padding-left: 15px;
 	background:url(../../img/clover.gif);
	background-repeat:no-repeat;
	background-position: left top;
	margin-bottom:10px;
}

/* ----- ログ ------------------------------------------ */

div#article .parent {
	padding-top: 15px;
	border-top: 0px dotted #666680;
}

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

	text-align: right;
}

div#article .title {
	padding-left: 15px;
 	background:url(../../img/clover.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

div#article .text {
	padding-left: 15px;
	background:#ffdfff;
	color:#806666;
}

div#article .ctr {
	text-align:center;

}

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

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

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

div#page ul {
	margin: 5px 0px;
	align: center;
	list-style-type: none;

	text-align: center;
}
div#page ul li {
	display: inline;
	list-style-type: none;

	margin: 0px 5px;
}

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

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

	align: center;
}
div#navi ul li {
	display: inline;
	list-style:none;
	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;
}

.list_top{
	color:#806666;
	line-height:160%;
	background: #ffdfff;
	margin-bottom:30px;
	padding:10px;
	text-align:center;
}

.page{
	background-image:url(../../img/bg3.gif);
	background-repeat:repeat;
	padding:3px;
	text-align:center;

}