@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: small;

}



body {

	padding: 10px;



	background-color: #CDEE88;

/* 変更 #EEEEEE */

	text-align: center;

}

h1 {

	margin-bottom: 15px;



	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: #CDEE88;
/* 変更 #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;

}



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;



	text-decoration: underline;

}



/* ----- 基本構造 -------------------------------------- */



div#container {

	width: 720px;
/* 変更 480px */


	margin: 0px auto;

	padding: 20px;

	border: 1px solid #CDEE88;
/* 変更 #666680 */


	background-color: #CDEE88;
/* 変更 #FFFFFF */
}

html>body div#container {

	width: 720px;
/* 変更 440px */
}



div#header {

	border-bottom: 1px dotted #666680;

}

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: 1px 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 .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;



	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;

}


