@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 {
	color:#3b2c0e;
	background:#f1ece3 url(img/bg.gif) no-repeat right top;
	text-align: center;
}

h1 {
	margin-bottom: 5px;
	font-size: 18px;
}

h2 {
	margin: 20px 5px;
}

h3 {
	font-size:14px;
}

p, li, dt, dd, address {
	color: #3b2c0e;
	line-height: 1.4;
}

p {
	margin-bottom: 15px;
}

ul {
	margin: 0px 0px 20px 20px;
}

dl {
	margin-bottom: 20px;
}

dl dt {
}

dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}

img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}

address {
	margin-top: 40px;
	text-align: center;
	color:#ffffff;
}

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;
	margin:0 5px;
}

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: 760px;
	margin: 0px auto;
	padding: 0 20px 20px 20px;
	border-left: 1px solid #e0d9c9;
	border-right: 1px solid #e0d9c9;
	border-bottom: 1px solid #e0d9c9;
	background:#ffffff url(img/container_bg.gif) no-repeat center bottom;
}

html>body div#container {
	width: 720px;
}

div#diary {
	margin-bottom: 5px;
}

div#work {
	margin: 5px;
	border-bottom: 1px solid #999999;
}

/* ----- メニュー -------------------------------------- */

div#menu {
	margin:10px 0;
}

div#menu ul {
	margin: 0;
}

div#menu ul li {
	list-style:none;
	float:left;
}

div#menu ul li a {
	width:143px;
	display:block;
	padding:4px 0;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	border-left:1px solid #544039;
	background:#ffffff url(img/container_bg.gif) no-repeat 0 0;
}

div#menu ul li a.noborder {
	border-left:none;
}

div#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background:#ffffff url(img/menu_bgon.gif) no-repeat 0 0;
}

/* ----- ログ ------------------------------------------ */


div#diary .diary {
	padding-top: 15px;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #c9bea4;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin-bottom: 15px;
}

div#diary .info {
	margin: 5px 10px 15px 0px;
}
div#diary .info li {
	display: inline;
}

/* ----- ページ移動 ------------------------------------ */

div#page ul {
	margin: 0px 5px 20px 5px;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi ul {
	margin: 0 5px;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 10px;
}

div#navi form dl {
}

div#navi form dl dt {
	display: none;
}

div#navi form dl dd {
	float: left;
	margin-left: 0px;
}

div#navi form input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

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;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

/* ----- 追加クラス -------------------------------------- */

html {
	overflow-y:scroll;
}

a:link {
	color: #005982;
	text-decoration: underline;
}

a:visited {
	color: #005982;
	text-decoration: underline;
}

a:hover {
	color: #007cb6;
	text-decoration: none;
}

address a:link {
	color: #e05c35;
	text-decoration: underline;
}

address a:visited {
	color: #e05c35;
	text-decoration: underline;
}

address a:hover {
	color: #e05c35;
	text-decoration: none;
}

a img {
	border:none;
}

.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#head {
	background:#ffffff url(img/head_bg.gif) no-repeat right top;
}


#head h1 {
	padding-top:20px;
}

#head p {
	margin-bottom:0;
}

#logo {
	float:left;
	margin-right:5px;
}

p.indent5 {
	padding-left:5px;
}

