@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/


h1 {
	line-height: 1.0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

p {
	margin: 10px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul.msg {
	margin: 10px 20px;
}
ul.msg li {
	list-style: none;
	color:#f00;
}
dl {
	margin: 10px 0;
}
dl dd dt {
	margin-left: 30px;
}

dt {
	width:100px;
	background-color:#09c;
	color:#fff;
}

address {
	padding-top: 10px;
	border-top: 1px solid #999999;
}

form{
	width:600px;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p {
	text-align:center;;
}

form p input {
	padding: 2px;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

/********* 基本構造 *************************************************/

div#container {
	width: 690px;
	margin: 20px 10px;
	padding: 20px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
div#work {
	margin-bottom: 20px;
}

/********* ナビゲーション *******************************************/

div#navi{
	width:680px;
}

div#navi h2 {
	display: none;
}
div#navi ul {
	margin: 5px 0;
	text-align: center;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}

/********* 処理選択 *************************************************/

div#work form {
	margin: 10px 0;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	margin: 0;
}

/********* テーブル ************************************************/
table#contact{
	width:690px;
	font-size:100%;
	border-bottom:1px #000 dotted;
	margin:10px 0;
}

table#contact tr,td,th {
	padding:5px;
	border-top:1px #000 dotted;
}

table#contact th{
	width:150px;
}

table#contact td{
	line-height:150%;
}

/********* 設定編集 *************************************************/

div#config form div.data {
	margin-bottom: 20px;
}
div#config form div.data h3 {
	margin: 20px 0 15px 0;
	padding: 3px;
	background-color: #EEEEEE;
}
div#config form div.data p.comment {
	margin: 0 3px 3px 3px;
}
div#config form div.data p.config {
	margin: 0 3px 10px 3px;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html body div#container {
	width: 590px;
	text-align: left;
}
