@charset 'utf-8';

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

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

body {
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	line-height:1.2em;
}


ul {
	margin: 10px 0px 20px 20px;
}

li {
margin:5px 0px 0px 10px;
}


code, var, kbd {
	color: #000080;
	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;
}

a:link, a:visited {
	color: #99cc00;
	text-decoration:none;
}

a:active, a:hover {
	color: #99ff00;
	text-decoration:none;
}



/* ----- begin styles for RSS Feed-------------------------------------- */

.rss_box {
	 padding: 5px;
	 width: 190px;
	 background-color: #fff;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 10px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}

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

div#container {
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
}

div#main {
	width: 800px;
	margin: 0px auto;
}

div#header {
	float: left;
	width:600px;
	height: 220px;
	background-image:url(../img/fmc_top.jpg);
	background-repeat:no-repeat;
}

div#footer {
background-image:url(../img/wood_back.jpg);
clear: both;
text-align:center;
width:100%;
font-size:10px;
padding-top:5px;
color:#ffffcc;
}


div#navigation {
	width: 200px;
	float: right;
}

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



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


@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

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


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

div.shop{
border-bottom:#666666 dashed 1px;
 margin-bottom:5px;
 font-size:9px;
 color:#999999;
 width:200px;
 }
 
div .feed{
width:188px;
padding:0px 5px;
border-bottom:#ccff99 1px solid;
border-right:#ccff99 1px solid;
border-left:#ccff99 1px solid;
color:#999999;
margin-bottom:5px;
}
 
div.shop td{
font-size:10px;
}

div#info{
	margin:0px;
	background-image:url(../img/news_back.jpg);
	}
	
div.info{
	background-image:url(../img/line.gif);
	width:180px;
	margin:0px 10px;
	font-size:10px;
	line-height:12px;
	}

div#navigation table {
}
@media screen {
	div#navigation table {
        }
}

@media screen {
	div#navigation table tr td {
        }
}


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

div#logs {
	width: 300px;
	float:left;
}

html>body div#logs {
	width: 300px;
}


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

div#diary .diary {
margin-bottom: 5px;
border-bottom:#999999 1px dashed;
}


div#diary h1 {
font-size:16px;
}

div#diary .title {
font-size:16px;
font-weight:bold;
}


div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}

div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

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

	margin-left: 5px;
}

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


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

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;
	text-align: right;
}

div#navi ul li {
	display: inline;
	margin-left: 5px;
}

div#navi form dl {
}

div#navi form dl dt {
	display: none;
}

div#navi form dl dd {
	float: left;
}

div#navi form input {
	padding: 0px;
}

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

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

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

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

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

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

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

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#form form {
	margin-bottom: 10px;
}
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#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

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

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


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

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

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

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

.banner {
width:400px;
float:left;
font-size:10px;
margin:0px 5px 0px 10px;
}

#link {
margin:0px 0px 0px 5px;
width:365px;
float:left;
color:#ccff99;
font-size:10px;
}

.main {
width: 800px;
margin: 10px auto 0px auto;
color:#FFFFCC;
}



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

.new {
	color: #FF0000;
}
