@charset 'utf-8';

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

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	background-color: #EFEFEF;
	text-align: center;
}
p, li, dt, dd {
	color: #555555;
	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;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;
	font-family: 'ＭＳ ゴシック', monospace;
	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

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: #0051A4;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF9966;
	text-decoration: none;
}

.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

#container {
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color: #FFFFFF;
	font-size:12px;
	position:relative;
	top:0;
	left:0;
}

#header {
	float: none;
	clear: both;
	height: 120px;
	background: url(../img/seed_header.gif) no-repeat 0 0;
	position:relative;
	top:0;
	left:0;
	margin-bottom:10px;
	padding-top:10px;
}
#menu {
	width:800px;
	height:30px;
	margin: 0px;
	background-color: #007C90;
	position:absolute;
	top:0;
	left:0;	
}

#navigation {
	width: 220px;
	float: left
}
#logs {
	float: right;
	margin:0;
	padding:0;
}
#diary, #comment, #trackback {
	margin: 0px 15px;
}

#page, #navi, #contents, #work, #form, #canvas, #env, #status {
	float: none;
	clear: both;
	padding: 0px 15px;
}
#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

#header h1 {
	position:absolute;
	top:48px;
	left:20px;
	width:140px;
	height:50px;
	text-indent:-9999px;
}
#header h1 a {
	width:140px;
	height:50px;
	display:block;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

#header p {
	text-indent:-9999px;
	font-size: 10px;
	color:#666666;
}

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

#menu h2 {
	display: none;
}

#menu ul {
	padding: 5px 0px;
}
#menu ul li {
	display: inline;
	margin-right: 20px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	color: #FF9966;
	text-decoration: none;
}

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

#navigation h2 {
	margin: 7px;
	padding-left: 20px;
	padding-top:2px;
	color: #666666;
	background:url(../img/circle.gif) no-repeat 0 0;
	font-size:1.0em;
	height:20px;
	font-weight:bold;
}
#navigation .block{
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#navigation ul {
	margin: 0px 10px 0px 12px;
}
#navigation ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

#navigation dl {
	margin: 0px 10px 0px 12px;
}
#navigation dl dt {
}
div#navigation dl dd {
}

#navigation form dl {
}
#navigation form dl dt {
	display: none;
}
#navigation form dl dd {
}
#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}
#navigation table {
	width: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;
	background-color: #FFFFFF;
	text-align: left;
}
#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
	padding: 5px;
	}
}

#navigation .day {
	color: #444444;
}
#navigation .satday {
	color: #4444CC;
}
#navigation .sunday {
	color: #CC4444;
}
#navigation .today {
	background-color: #EEEEEE;
}

#navigation .calender {
	margin: 2px 10px;
}
#navigation .calender li {
	display: inline;
	margin-right: 10px;
}

/* ----- 記事一覧 -------------------------------------- */

#logs {
	width: 548px;
	font-size:1.0em;
}
html>body div#logs {
	width: 550px;
}

#diary .diary {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#diary h2 {
	display: none;
}
#diary h3 {
	margin: 5px 0 15px 0;
	padding: 5px;
	color: #666666;
	border-left:5px solid #007C90;
	border-bottom:1px solid #999999px;
}
#diary h4 {
	margin: 10px 0;
	padding:5px;
	background-color: #719AAA;
	font-size:1.0em;
	color:#FFFFFF;
	
}
#diary h5 {
	margin: 10px;
}
#diary h6 {
	margin: 10px;
}

#diary .text p {
	margin: 15px 10px;
}
#diary .text ul {
	margin: 15px 30px;
}
#diary .text ol {
	margin: 15px 40px;
}
#diary .text dl {
	margin: 0px 10px 10px 10px;
}
#diary .text dl dd {
	margin-left: 30px;
}
#diary .text table {
	margin: 0px 10px 10px 10px;
}

#diary .info {
	margin: 5px 10px;

	text-align: right;
}
#diary .info * {
	font-size: 10px;
}
#diary .info li {
	display: inline;

	margin-left: 5px;
}

#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
#diary .list ul {
	margin: 0px 0px 10px 20px;
}
#diary .list dl dt {
	margin: 0px 5px;
	font-weight: bold;
}
#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
#trackback dl dd {
	margin-left: 30px;
}

#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}

#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */
#bottomWrapper{
	width:480px;
	font-size:0.9em;
	margin:40px 0px;
	display:block;
}
#page h2 {
	display: none;
}

#page ul {
	margin: 0px;
}
#page ul li {
	display: inline;
	margin-right: 10px;
}

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

#navi h2 {
	display: none;
}

#navi ul {
	margin: 5px 0px;
	text-align: right;
}
#navi ul li {
	display: inline;
	margin-left: 5px;
}

#navi form dl {
}
#navi form dl dt {
	display: none;
}
#navi form dl dd {
	float: left;
}
#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

#contents{
	margin-top:20px;
}
#contents h2 {
	width:600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:1.4em;
	color:#444444;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}
#contents h3 {
	margin: 15px 0px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
	font-size:1.2em;
	font-weight:bold;
}
#contents h4 {
	margin-bottom: 10px;
}
#contents ul li{
	list-style-type:none;
	margin-bottom:5px;
}
#contents dl {
	margin-bottom: 20px;
}
#contents dl dt {
	margin-top: 10px;
}
#contents dl dd {
	margin-left: 30px;
}

#contents form.search {
	margin: 10px 0px;
}
#contents form.search dl dt {
	display: none;
}
#contents form.search dl dd {
	float: left;

	margin: 0px;
}
#contents form.search input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

#work{
	margin-top:20px;
}
#work h2 {
	width:600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:1.4em;
	color:#444444;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}

#work form {
	margin: 10px 0px;
}
#work form dl dt {
	display: none;
}
#work form dl dd {
	float: left;
}
#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

#form{
	margin-top:20px;
}
#form h2 {
	width:600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:1.4em;
	color:#444444;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}

#form form {
	margin-bottom: 10px;
}
#form form dl {
	margin-bottom: 20px;
}
#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
#form form dl dd {
}
#form form dl dd textarea {
	margin-top: 2px;
}
#form form ul {
	margin: 0px 0px 20px 0px;
}
#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

#env h2 {
	width:600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:1.4em;
	color:#444444;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}
#env h3 {
	margin-bottom: 15px;
	padding: 5px;
	font-size:1.2em;
	font-weight:bold;
	background-color: #EEEEEE;
}
#env ul li{
	list-style-type:none;
	margin-bottom:5px;
}
#env dl {
	margin-bottom: 20px;
}
#env dl dd {
	margin-bottom: 10px;
}

#env form {
	margin-bottom: 20px;
}
#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

#canvas h2 {
	width:600px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:1.4em;
	color:#444444;
	font-weight:bold;
	border-width:1px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color:#EEEEEE;
}
#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

#status h2 {
	width:600px;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
#status h4 {
	margin-bottom: 10px;
}

#status dl {
	margin-bottom: 20px;
}
#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
#status dl dd {
}

/* ----- フッター -------------------------------------- */

#footer {
	width:800px;;
	height:28px;
	color:#FFFFFF;
	background-color:#007C90;
	font-size:x-small;
}

#footer ul {
	padding: 5px 0px 5px 0px;
	margin:0px 0px 0px 10px;
	color: #FFFFFF;
	float:left;
}
#subNavi{
	padding: 0px;
}
#subNavi li {
	display: inline;
	border-right:1px solid #FFFFFF;
}
#subNavi li.sub01,#subNavi li.sub02,#subNavi li.sub03{
	margin-right: 5px;
	padding-right:5px;
}
#subNavi li.toTop{
	margin-right: 5px;
	padding-right:30px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #FF9966;
}
address{
	float:right;
	margin:5px 10px 0px 0px;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
