@charset "utf-8";
/* CSS Document */

/* 基本 */
a {
	color:#0065FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

em{
	font-style:normal;
}

/* common */
#mainContent{
	width:570px !important;
	width:590px;
	margin:0px 0px 20px 0px;
}

#mainContent .title p{
	padding:70px 0px 0px 0px;
}

#mainContent .title ul{
	text-align:right;
	float:none;
	clear:both;
	margin:0px 15px 0px 0px;
}

#mainContent .title li{
	display:inline;
	margin:0px 8px 0px 8px;
}

#mainContent .title li a{
	color:#fff;
}

#mainContent .title li a:hover {
	color: #FF0000;
}

/* 記事 */
#logs{
	width:400px;
	float:right;
	margin:15px 0px 0px 0px;
}

#diary h2{
	display:none;
}

#diary .diary{
	margin:0px 0px 30px 0px;
}

#diary .diary h3{
	width:400px;
	height:21px !important;
	height:30px;
	margin:0px 0px 5px 0px;
	padding:9px 0px 0px 25px;
	font-size:14px;
	color:#fff;
	background:url(../../common/title_sub02.gif) no-repeat;
}

#diary .diary ul.info{
	text-align:right;
	border-top:1px dotted #666;
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	color:#333;
	line-height:130%;
}

#diary .diary ul.info li{
	display:inline;
	margin:0px 0px 0px 7px;
}

#diary .diary ul.info li.time{
	display:block;
	margin:0px 0px 0px 5px;
}

/* コメント */
#comment{
	margin:0px 0px 20px 0px;
}

#comment h2{
	color:#666;
	font-size:120%;
	margin:0px 0px 5px 0px;
}

#comment .comment{
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #CCC;
}

#comment .comment h3{
	font-size:100%;
	font-weight:normal;
	line-height:120%;
	margin:0px 0px 5px 0px;
}

#comment .comment h3 strong{
	display:block;
}

#comment .comment .text p{
	line-height:120%;
}

/* トラックバック */
#trackback{
	margin:0px 0px 20px 0px;
}

#trackback h2{
	color:#666;
	font-size:120%;
	margin:0px 0px 5px 0px;
}

#trackback h2{
	color:#666;
	font-size:120%;
	margin:0px 0px 5px 0px;
}

/* ページ移動 */
#page, #navi{
	text-align:right;
	color:#333;
}

#page h2{
	display:none;
}

#page li, #navi li{
	display:inline;
	margin:0px 5px;
}

/* 左サイド */
#navigation{
	width:150px;
	float:left;
	margin:15px 0px 0px 0px;
	background-color:#E1EDFF;
	padding:5px 0px 5px 5px;
	line-height:100%;
}

#navigation .block{
	margin:0px 0px 20px 0px;
}

#navigation .block h2{
	width:135px !important;
	height:17px !important;
	width:145px;
	height:25px;
	padding:8px 0px 0px 15px;
	font-size:12px;
	color:#fff;
	background:url(../../common/title_sub01.gif) no-repeat;
}

#navigation .block li{
	margin:7px 0px 0px 2px;
	padding:0px 0px 0px 11px;
	background:url(../../common/mark03.gif) no-repeat 0px 2px;
}

#navigation .block dt{
	margin:7px 0px 0px 2px;
	padding:0px 0px 0px 11px;
	background:url(../../common/mark03.gif) no-repeat 0px 2px;
}

#navigation .block dd{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 11px;
}


#navigation .block table{
	font-size:110%;
	line-height:100%;
}

#navigation .block th{
	text-align:center;
	padding:2px;
}

#navigation .block td{
	padding:2px;
	text-align:center;
}

#navigation .block td a{
	background-color:#FFC000;
	border:1px solid #FFC000;
}

#navigation .day{color:#333;}
#navigation .satday{color:#0066FF;}
#navigation .sunday{color:#FF0033;}
#navigation .today{background-color:#FFC000;}

#navigation ul.calender{
	text-align:center;
}

#navigation ul.calender li{
	display:inline;
	margin:0px 5px;
	background:none;
	padding:0px;
}

/* 管理 */
#work, #env, #contents, #navi, #form, #status{
	margin:10px 0px 0px 0px;
}

#work fieldset, #env fieldset, #contents fieldset, #navi fieldset, #form fieldset{
	padding:10px;
}

#work textarea, #env textarea, #contents textarea, #navi textarea, #form textarea{
	width:350px;
}

#work h2, #env h2, #contents h2, #navi h2, #form h2, #status h2{
	width:400px;
	height:19px !important;
	height:25px;
	padding:6px 0px 0px 15px;
	font-size:14px;
	color:#0065FF;
	background:url(../../common/title_sub01.gif) no-repeat;
	text-align:left;
}

#work h3, #env h3, #contents h3, #status h3{
	margin:15px 0px 0px 0px;
}

/* 個別指定 */
.new {
	color:#FF8C00;
}




