@charset 'utf-8';

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

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

	font-size: 12px;
	font-style: normal;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align: left;
}

body {color:#000000;
	  background-color:#ffffff;
	  margin:0px;
	  font-size:12px;
	  background-image:url(../images/bg.jpg);
	  background-position:center;
	  background-repeat:repeat-y;
	  line-height:1.5em;
}


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

div#bar {background-color:#669933;
	     width:940px;
		 height:5px;
		 margin:5px 0px;
		 clear:both;
}

div#bar2 {background-color:#669933;
	     width:940px;
		 height:1px;
		 margin:5px 0px;
		 clear:both;
}

div#title{width:940px;
          margin:0px auto;
		  height:84px;
}
div#title ul{list-style:none;
             margin:0px;
			 padding:0px;
			 font-family:cursive;
}
div#title li{margin:0px auto;
             padding:0px;
			 width:132px;
			 height:30px;
			 float:left;
			 text-align:center;
			 line-height:90%;
			 font-family:cursive;
			 border:1px solid #336600;
}
div#title a{display:block;
            text-decoration:none;
			width:132px; height:30px;
			text-align:center;
			text-decoration:none;
			padding:0px;
　　　　　　line-height:90%;
			background-color:#669933;
			font-family:cursive;
			color:#FFFFFF;
}
div#title a:hover{background-color:#66cc00;
}

div#col_l{width:575px;
          margin-bottom:5px;
		  height:620px;
		  float:left;
		  background-image:url(../images/yoshioka.jpg);
		  background-repeat:no-repeat;
}

div#col_l2{width:575px;
          margin-bottom:5px;
		  height:620px;
		  float:left;
		  background-image:url(../images/yoshioka1.jpg);
		  background-repeat:no-repeat;
}

div#col_r{width:360px;
		  height:620px;
		  float:left;
		  margin-bottom:5px;
		  margin-left:5px;
}

div#feed{width:360px;
         height:295px;
		 overflow-y:scroll;
		 font-size:10px;
		 margin-bottom:5px;
		 line-height:1.0em;
}

div#feed .topic{width:335px;
			margin-top:5px;
			margin-left:5px;
}

div#feed .data {
  float : left;
  width : 79px;
  padding-left : 13px;
  background-image : url(../images/icon.gif);
  background-repeat : no-repeat;
  background-position : left;
}


div#feed .archive{
			width:243px;
			float:left;
			margin-bottom:5px;
			padding:0px;
}

div#feed .boder{
			width:335px;
			height:1px;
			clear:both;
			border-bottom:#ffccff 1px solid;
			margin-left:5px;
}


div#feed .archive a{color:#ff66cc;
			  font-size:10px;
}
div#feed .archive a:visited{color:#ff33cc;
}
div#feed .archive a:hover{color:#cc3399;
}
div#feed .archive a:active{color:#cc3399;
}

div#release{width:360px;
			height:270px;
			margin-top:5px;
			text-align:left;
}

div#profile_l{width:359px;
          height:500px;
		  float:left;
		  background-image:url(../images/photo.jpg);
		  margin-bottom:5px;
}

div#profile_r{width:571px;
          margin-left:10px;
		  float:left;
		  line-height:1.5em;
}

div#profile_r p{
    padding-left:15px;
}

div#profile_title{
    width:565px;
	padding-left:6px;
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #669933;
	background-image:URL(../images/diary_title_bg.gif);
	background-repeat:no-repeat;
	height:22px;
	background-position:bottom right;
	margin-bottom:10px;
	color:#669933;
}

div#profile_r hr{
	color:#669933;
	height:1px;
	border:0px;
}

div#chakuuta{
    padding-left:15px;
	}

div#chakuuta hr{
	color:#669933;
	height:1px;
	border:0px;
}

div#chakuuta_title{
    width:935px;
	padding-left:6px;
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #669933;
	background-image:URL(../images/diary_title_bg.gif);
	background-repeat:no-repeat;
	height:22px;
	background-position:bottom right;
	margin-bottom:10px;
	color:#669933;
}



a:link {color: #66cc00;
	    text-decoration: underline;
}

a:visited {color: #669900;
	       text-decoration: underline;
}

a:hover {color: #66ff00;
	     text-decoration: underline;
}
a:active{color: #669900;
	     text-decoration: underline;
}


em {
	font-weight: bold;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	overflow: auto;
}
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;
}


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

div#container {
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
}


div#fieldtitle {
float:left;
width:199px;
margin:0px;
}

div#navigation {
	width: 199px;
	margin-right:1px;
	float: left;
}

div#logs {
	float: right;
    width:740px;
}

div#diary {
	float: right;
	text-align:left;
	border-left:1px solid #669933;
    width:740px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
	width:940px;
	margin:0px auto;
	text-align:center;
}

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


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


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

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: #FFFFFF;
}

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

div#navigation_title {
	padding-left:5px;
	padding-top:8px;
	border-bottom:#669933 1px solid;
	color:#669933;
	font-weight:bold;
	background-image:url(../images/navi_title_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:12px;
	margin-bottom:5px;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
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 dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt 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: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px 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;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom:#669933 1px solid;
}

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

html>body div#logs {
}

div#diary .diary {
	padding-left: 20px;
	background-image:URL(../images/icon.gif);
	background-repeat:no-repeat;
	background-position:7px 4px;
	border-bottom:1px solid #669933;
}

div#diary .diary_title {
	border-bottom: 1px solid #669933;
	background-image:URL(../images/diary_title_bg.gif);
	background-repeat:no-repeat;
	padding:5px 0px;
	height:30px;
	background-position:bottom right;
}


div#diary h2 {
	margin: 5px 0px 5px 5px;
}
div#diary h3 {
	margin: 3px 0px 5px 2px;
}

div#diary h4 {
	margin: 10px;
}

div#diary .text {
    width:550px;
}

div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 0px 10px;
	padding:15px 0px;
}
div#diary .text ul {
    list-style-type:none;
	margin: 0px 30px;
	padding:15px 0px;
}
div#diary .text ol {
	margin: 0px 40px;
	padding:15px 0px;
}

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#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;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}


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

div#page h2 {
	display: none;
}

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

	margin-right: 10px;
}

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

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{
margin-left:20px;
}

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 li {
	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 {
    font-size:12px;
	border-bottom: 1px solid #669933;
	border-top: 1px solid #669933;
	background-image:URL(../images/diary_title_bg.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:15px;
	height:25px;
	background-position:bottom right;
	margin-bottom: 15px;
	color:#669933;
}

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

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


div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:active, div#footer a:hover {
	color: #ffffff;
}

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

.new {
    font-size:9px;
	color: #ff66cc;
	text-decoration:blink;
}
