@charset 'utf-8';

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;
}
div#diary {
	margin: 0px 15px;
	clear: both;
}
div#comment, div#trackback {
	float: left;
	padding: 0px 20px;
	margin: 0 auto 20px;
	width: 479px;
	text-align: left;
}
div#comment ul, div#trackback ul {
	list-style-type: none;
}
div#comment h2, div#trackback h2 {
	font-size: 12px;
}

div#page, div#navi {
	float: left;
	padding: 0;
	margin: 0;
	width: 519px;
}

div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: left;
	padding: 0px 20px;
	margin: 0 auto;
	width: 479px;
	text-align: left;
}

div#contents ul, div#work ul, div#form ul, div#canvas ul, div#env ul, div#status ul {
	list-style-type: none;
}
@media screen {
}

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

div#menu {

	margin-bottom: 10px;
}
div#menu h2 {
	display: none;
}

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

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
}
div#menu a:active, div#menu a:hover {
	color: #FF0000;
}

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


div#navigation {
	width: 240px;
	float: right;
	text-align: center;
	color: #FFFFFF;
}


div#navigation a{
	color: #FFFFFF;
}
div#navigation a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


div#navigation h3{
	margin-bottom: 10px;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
	text-align: left;
	list-style-type: none;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation ul#banner li{
	margin: 0px 0px 5px 0px;
	text-align: center;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
	text-align: left;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

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

div#navigation table {
	width: 200px;
	margin: 0 auto;
	border: 1px solid #AAAAAA;
	border-collapse:collapse;
	background-color: #F1EFDF;
	color: #333333;
}
@media screen {
}
div#navigation table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 1px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

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

div#navigation .calender {
	margin: 2px 10px;
	text-align: center;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin-bottom: 10px;
	padding-bottom: 20px;

	text-align: center;
}

div#diary .diary {
	margin-bottom: 20px;
	padding: 10px;
}
div#diary h3.titlebg {
	margin: 5px 0px 20px;
	padding: 0px 0px 10px;
	background-image: url(../image/tilte_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: left;
	overflow: visible;
	clear: both;
}

div#diary h3.titlebg:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#diary h3.titlebg {
    height: 1em;
    overflow: visible;
}
/**/

div#diary h3.titlebg .title {
	float: left;
}
div#diary h3.titlebg .date {
	float: right;
	font-weight: normal;
	font-size: 10px;
	margin-top: 5px;
}

div#diary p.icon{
	float: left;
	margin: 0px;
	padding: 0px;
}
div#diary .text {
	text-align: left;
	padding-left: 90px;
}
div#diary .text p{
	margin-bottom: 10px;
}

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

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info ul {
	text-align: right;
	width: 100px;
	float: right;
}
div#diary .info li {
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 5px;
	padding-left: 6px;
	list-style-type: none;
	float: right;
}

div#diary ul.titlelist {
	text-align: left;
	list-style-type: none;
}

div#diary ul.titlelist li {
}

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

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

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

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	background-color: #F1EFDF;
}

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

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

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

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
	list-style-type: none;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

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

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: center;
}
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;
}

/* ----- フォームテーブル ------------------------------------ */
table.formtable {
	border-collapse:collapse;
	background-color: #F1EFDF;
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
}
table.formtable tr{
}
table.formtable tr th{
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFF6A8;
}
table.formtable tr td{
	border: 1px solid #CCCCCC;
	padding: 5px;
}

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

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 ul {
	list-style-type: none;
}

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 ul {
	list-style-type: none;
}
div#form ul li{
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: both;
}
div#form form dl dd {
	padding-left: 80px;
	margin-bottom: 5px;
}
div#form form dl dd textarea {
	margin-top: 2px;
	width: 350px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}
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#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

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

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

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

.new {
	color: #FFCC33;
	font-style: normal;
}
