@charset 'utf-8';

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

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

	font-size: 100%;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
html>body * {
	font-size: small;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-image: url(../images/head_03.gif);
	background-repeat: no-repeat;
	height: 145px;
	padding-right: 0;
	padding-left: 0;
}

#box h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 19px;
	color: #6B8D32;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
h2 {
	margin: 20px 0px;
}
p, li, dt, dd, address {
	color: #444444;

	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;
	float: left;
}
address {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;

	text-align: center;
}

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;
}
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: 780px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
html>body div#container {
	width: 780px;
}

div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#diary {
	margin-bottom: 5px;
}

div#work {
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
}

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

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

	margin-right: 10px;
}

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


div#diary .diary {
	padding-top: 15px;
	border-bottom: 1px solid #999999;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin-bottom: 15px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #6B8D32;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ededed;
}

div#diary .info {
	margin: 5px 10px 15px 0px;
}
div#diary .info li {
	display: inline;
}

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

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

	margin-right: 10px;
}

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

div#navi ul {
	margin: 0px;

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

 /*ナビゲーション */
#navibox {
	width:780px;
	height:64px;
	margin: 0 auto;
	
}
#globalnavi {
	list-style-type: none;
	width: 780px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#globalnavi li {
	float: left;
	width: 156px;
	height: 64.5px;
	display: inline;
	
}
#globalnavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 156px;
	height: 64.5px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
#soba a { background-position: 0 0; }
#info a { background-position: -156px 0; }
#menu a { background-position: -312px 0; }
#shop a { background-position: -468px 0; }
#cm a { background-position: -624px 0; }

#soba a.active { background-position: 0 -73px; }
#info a.active { background-position: -156px -73px; }
#menu a.active { background-position: -312px -73px; }
#shop a.active { background-position: -468px -73px; }
#cm a.active { background-position: -624px -73px; }

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#soba a:hover { background-position: 0 -64.5px; }
#info a:hover { background-position: -156px -64.5px; }
#menu a:hover { background-position: -312px -64.5px; }
#shop a:hover { background-position: -468px -64.5px; }
#cm a:hover { background-position: -624px -64.5px; }

#footer {
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 780px;
	background-color: #6B8D32;
} 
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#box {
	padding: 15px;
}

