body  {
	font-family: "Lucida Grande";
	background: #b0a595 url(resources/mainbg.png) repeat;
	list-style: url("resources/mainbg.png");
	margin: 0;
	text-align: center;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #3f4eb7;
	font-weight: bold;
}

select		{
	width: 160px;
	margin: 10px 0 0;
}

/*<group=レイアウト>*/

#wrapper {
	background: #f1e8df no-repeat url(resources/headbg.png);
	width: 750px;
	text-align: left;
	right: auto;
	left: auto;
	margin: auto;
	padding: 0px;
	border: 1px solid #6c3830;
}

#content {
	width: 560px;
	background: transparent;
	float: right;
}

#menu-box {
	width: 170px;
	float: left;
	margin-left: 5px;
	height: auto;
	background: transparent;
	padding: 0px;
}

#footer {
	padding: 5px;
	width: 740px;
	clear: both;
	background: transparent url(resources/foobg.png);
	font-size: 10px;
	color: #370e1f;
	font-weight: bold;
	padding-top: 20px;
}
	
/*</group>*/

/*<group=header>*/

#header {
	height: 140px;
	text-align: right;
	width: 750px;
}

#header h1 {
	margin: 10px;
	font-size: 30px;
}

#header h1 a {
	color: #36070f;
	text-decoration: none;
}

#header h1 a:hover {
	color: #a4c8e1;
}

#subtitle {
	padding: 10px;
	text-align: right;
	float: right;
	color: #200105;
}
	
/*</group>*/

/*<group=menu>*/

#archives, 
#category,
#css-form {
    margin: 10px 0px 10px 0px;
}

#content-menu h2 {
	display: none;
	width: 170px;
	font-size: 12px;
}

#menu {
	list-style: none inside;
	margin-left: 3px;
	width: 170px;
	padding-left: 0px;
}

.menu li {
	background: transparent;
	width: 170px;
	list-style: none;
	margin-left: 3px;
	display: block;
	padding-left: 0px;
	margin-top: 5px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

#seach-menu {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 1px solid #999999;
    font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.menu h2 {
	font-size: 12px;
}

#search-menu h2 {
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	width: 170px;
}

#search-menu {
    margin: 1em 0 1em 0;
    padding: 0;
    border: 1px solid #999999;
    font-family: Tahoma, "Lucida Grande", HiraMaruPro-W4, "ヒラギノ丸ゴ Pro W4", sans-serif;
}

#keyword {
	width: 150px;
}

#category {
	background: inherit;
	top: 320px;
	width: 170px;
	z-index: inherit;
	margin-left: 3px;
}

#archives {
	background: inherit;
	top: 350px;
	width: 170px;
	margin-left: 3px;
}

#css-form {
	background: inherit;
	top: 460px;
	width: 170px;
	margin-left: 3px;
}

#logout a {
	font-size: 11px;
	padding: 3px;
	text-indent: 0px;
	text-align: center;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #c8ff3d;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 95%;
}

/*<group=calendar>*/

#calendar {
	background: #f1e8df;
	width: 170px;
	height: auto;
	border: 1px solid #8a8a8a;
	font-size: 9px;
	border-spacing: 0px 0px;
	margin-left: 3px;
	margin-bottom: 10px;
}

#calendar thead th {
    padding: 0.2em 0 0.2em 0;
    color: #333333;
    background-color: #eee3d4;
    border: 1px #cecece solid;
}

#calendar td {
    border: 1px solid #cecece;
    background-color: #ffffff;
    color: #333333;
    font-size: 100%;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

#calendar th.sunday {
    border: solid #cecece 1px;
    background-color: #f5dfdf;
    color: #990066;
}

#calendar td.log-exists {
    background-color: #f4a58a;
}

#calendar td.log-exists a {
	text-decoration: none;
	font-weight: bold;
}
	
/*</group>*/

/*<group=etc>*/

#draft {
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
	color: #6a6a6a;
}

#draft-log {
	font-size: 11px;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
	background: url(resources/menu-off.png);
	height: auto;
	padding-top: 3px;
}

#draft-log a {
	font-size: 11px;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
	background: url(resources/menu-on.png);
	height: auto;
	padding-top: 3px;
}

#draft-file {
	font-size: 11px;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
	background: url(resources/menu-off.png);
	height: auto;
	padding-top: 3px;
	margin-top: 5px;
}

#draft-file a {
	font-size: 11px;
	width: 150px;
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
	background: url(resources/menu-on.png);
	height: auto;
	padding-top: 3px;
	margin-top: 5px;
}

#edit {
	background: none transparent;
	font-size: 15px;
	display: block;
	font-weight: bold;
	margin: 3px;
	padding: 5px;
}

#add-new {
	background: none transparent;
	font-size: 15px;
	font-weight: bold;
	margin: 3px;
	padding: 5px;
	margin-top: 5px;
}
	
/*</group>*/

	
/*</group>*/

a#rss {
	background: #5aff51;
	font-size: 1px;
	display: none;
}

/*<group=contents>*/

div.section h2 {
	background: url(resources/datebg.png);
	padding: 5px;
	margin: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 20px;
	border-bottom: 1px solid #bcb3bb;
}

h3.article-title {
	background: transparent;
	font-size: 14px;
	float: left;
	margin-top: 3px;
	font-weight: bold;
	margin-bottom: 3px;
	text-indent: 10px;
}

div.date {
	float: right;
	font-size: 10px;
	margin-top: 3px;
}

div.comment {
	background: #ffffff;
	padding: 10px;
	clear: both;
	border-top: 1px solid #bcb3bb;
}

div.section {
	background: #faf1e8 url(resources/sectionbg.png) repeat-x;
	border: 1px solid #bcb3bb;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
}

.a-footer {
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 2em;
}

.a-footer a {
	text-decoration: none;
	display: inline;
	font-size: 11px;
	padding-left: 18px;
	border-bottom: 1px dotted #aa6e48;
	padding-top: 3px;
	margin-top: 5px;
	margin-right: 5px;
	background: url(resources/s-off.gif) no-repeat;
}

a.status-on {
	background: url(resources/s-on.gif) no-repeat;
}

#comments {
	display: none;
}

#comment-list {
	padding: 5px;
	margin: 5px;
}

#trackback-list {
	padding: 5px;
	margin: 5px;
}

#trackback-list p {
	background: transparent;
}

h5 {
	background: none #dfc5ad;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 12px;
	margin-top: 5px;
}

.opinion {
	background: #ffffff;
	padding: 5px;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

p.author {
	font-size: 10px;
	margin-left: 10px;
}

#comment-form fieldset {
	background: #ffffff;
	font-size: 10px;
}

label {
	font-size: 10px;
	font-weight: bold;
}

textarea {
	display: block;
}
	
/*</group>*/

/*<group=ul>*/

#menu-box h4 {
	font-size: 11px;
	width: auto;
	background: #80543d;
	text-align: left;
	margin-left: 8px;
	text-indent: 0px;
	height: 20px;
}

#menu-box h4 a {
	background: repeat-y;
	width: 170px;
	height: auto;
	display: block;
	text-indent: 2px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#menu-box h4 a:hover {
	display: block;
	padding-top: 2px;
	width: 170px;
	height: auto;
}

.menu li a {
	text-decoration: none;
	background: transparent url(resources/menu-on.png) repeat-y;
	display: block;
	width: 170px;
	height: auto;
	padding-top: 3px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 2px;
	margin-left: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.menu li a:hover {
	background: transparent url(resources/menu-off.png) repeat-y;
	width: 170px;
	height: auto;
}

li.cur-menu {
	text-indent: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 170px;
	background: repeat-y transparent url(resources/menu-off.png);
	display: block;
	list-style: none;
	height: auto;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
	
/*</group>*/

img {
	border-style: none;
}

/*<group=flip>*/

p.flip-link {
    font-size: 10pt;
    text-align: center;
}

p.flip-link a {
    display: inline;
    border: 1px solid #cccccc;
    margin-right: 0px;
    padding: 2px 6px 2px 6px;
    background: #eeeeee  url(../_shared/navi_link_bg.png) repeat-x;
    text-decoration: none;
	font-size: 10px;
}

p.flip-link a:hover {
    background-color: #ffffff;
}

p.flip-link strong {
    border: 1px solid #cccccc;
    margin-right: 0px;
    padding: 2px 6px 2px 6px;
    background-color: transparent;
}

ul.flip-menu {
    text-align: left;
    margin: 3em 0 1em;
    padding: 0.8em 0 0.8em 0;
	font-size: 10px;
}

ul.flip-menu li {
    display: inline;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 10px;
}

ul.flip-menu a {
    display: inline;
    border: 1px solid #cccccc;
    padding: 5px;
    background: #eeeeee url(../_shared/gray_stripe.png) repeat-x;
    text-decoration: none;
	font-size: 10px;
	margin: 0;
}

.cur-tab {
    display: inline;
    border: 1px solid #cccccc;
    padding: 5px;
    background: #eeeeee;
    text-decoration: none;
	font-size: 10px;
	margin: 0;
	color: #000000;
}

table.horizontal-graph {
    margin: 0.5em 0 0.5em 10px;
    width: auto;
    border-collapse: collapse;
	border-spacing: 1px;
    border: 1px solid #cccccc;
    color: #000000;
    font-size: 100%;
    line-height: 180%;
}

table.horizontal-graph th {
    padding: 0.3em;
    color: #333333;
    background: #E6E1EB !important;
    border: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
}

table.horizontal-graph td {
    padding: 0.3em;
    color: #333333;
    background: #ffffff !important;
    border: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
}

.ref a {
	font-size: 12px;
	background: repeat-x #d8d8d8;
	border: 1px solid #7f7f7f;
	padding: 5px;
	margin: 0 0 10px 5px;
	display: inline;
	width: auto;
}
	
/*</group>*/