* {
 margin: 0px;
 padding: 0px;
}

label {
 cursor: pointer; 
}

div.error {
 font-size: large;
 font-weight: bold;
 color: #660000; 
}

body {
 font-size: 62.5%;
 font-family: sans-serif, 'ＭＳ　Ｐゴシック';
 background: url(images/bg.jpg) repeat-x #CFE8E8;
 color: #333333;
 text-align: center;
}

div#head {
 width: 700px;
 height: 175px;
 background: url(images/head.png) no-repeat;
}

div#head h1 {
 display: none; 
}

div#head p {
 font-size: 1.2em;
 text-align: left;
 padding: 125px 20px 0px 20px;
 margin: 0px;
 color: #CC3300;
}

/* Sliding Door technique by A List Apart */
div#head ul {
 list-style: none;
/* width: 40em;*/
 margin-top: 8px;
 margin-left: 15px;
}

div#head ul li {
 display: inline;
}

div#head ul li a {
 width: 5em;
 display: block;
 float: left;
 text-decoration: none;
 text-align: center;
 background: url('images/tab_body.png') top left no-repeat;
 padding: 5px 5px 5px 5px;
 margin-left: 3px;
 color: #E5A153;
 font-weight: bold;
 font-style: italic;
}

div#head ul li a#selected,
div#head ul li a:hover {
 background: url('images/tab_selected.png') top left no-repeat;
 color: #903F00;
}

div#page {
 margin: 20px auto;
 width: 700px;
 text-align: left;
 background-color: #F5F8CB;
}

div#main {
 width: 510px;
 float: left;
}

div.content {
 background-color: #FCFCFC;
 margin: 0px 5px 10px 10px;
 padding: 0px 10px 10px 10px;
 border: solid 2px #FA6633;
 -moz-border-radius: 10px;
 border-radius: 10px;
 line-height: 1.8em;
}

div.content div.item {
 margin-bottom: 20px;
}

div.content div.item h2 {
 font-size: x-large;
 font-weight: bold;
 font-family: 'times new roman', 'ＭＳ　Ｐゴシック';
 color: #1D60A9;
 margin-top: 5px;
}

div.content div.item h2 a,
div.content div.item h2 a:active,
div.content div.item h2 a:visited,
div.content div.item h2 a:hover {
 color: #1D60A9;
 text-decoration: none;
 border-bottom: none;
}

div.content div.item ul,
div.content div.item dl {
 margin-left: 2em;
 margin-bottom: 1em;
 font-size: small;
}

div.content div.item dl dt {
 font-weight: bold;
}

div.content div.item dl dd {
 margin-left: 1em;
}

div.content div.item a,
div.content div.comment a,
div#main div.navi a {
 color: #CC3300;
 text-decoration: none;
 border-bottom: 1px dotted #CC3300;
}

div.content div.item a:visited,
div.content div.item a:active,
div.content div.comment a:visited,
div.content div.comment a:active,
div#main div.navi a:visited,
div#main div.navi a:active {
 color: #006666;
 border-bottom: 1px dotted #006666;
}

div.content div.item a:hover,
div.content div.comment a:hover,
div#main div.navi a:hover {
 color: #006666;
 border-bottom: 1px solid #006666;
}

div.content div.item div.iteminfo p,
div#main div.navi  p {
 font-size: small;
 text-align: right;
 margin-left: 20px;
 margin-bottom: 0px;
}

div.content div.content-header h2 {
 font-size: medium;
 color: #666666;
 margin: 10px 0px 5px 0px;
}

div.content div.content-header p {
 color: #330000;
 margin-top: 5px;
 font-size: small;
}

div.content div.comment {
 margin-left: 80px;
 margin-right: 20px;
 font-size: small;
}

div.content div.comment h3 {
 color: #1D60A9;
}

div.content div.comment p {
 margin-left: 20px; 
}

div.content div.comment div.commentinfo p {
 text-align: right;
 margin-bottom: 10px;
}

div#sidebar {
 width: 155px;
 float: right;
 padding: 5px;
 margin: 5px 10px 5px 5px;
 font-size: small;
 line-height: 1.6em;
}

div#sidebar h2 {
 font-size: 1.2em;
 color: #FFFFFF;
 margin-top: 10px;
 padding: 3px;
 background-color: #1D60A9;
}

div#sidebar ul  {
 margin: 0px;
 padding:0px;
}

div#sidebar ul li {
 background: url(images/entryarrow.png) 0 3px no-repeat;
 list-style: none;
 padding-left: 14px;
}

#sidebar a,
#sidebar a:link,
#footer a,
#footer a:link {
 color: #006666;
 text-decoration: none;
 border-bottom: 1px dotted #006666;
}

#sidebar a:visited,
#footer a:visited {
 color: #009999;
 text-decoration: none;
 border-bottom: 1px dotted #009999;
}

#sidebar a:hover,
#sidebar a:active,
#footer a:hover,
#footer a:active {
 color: #999999;
 text-decoration: none;
 border-bottom: 1px solid #999999;
}

#sidebar p {
 margin: 5px 0px 8px 8px;
 font-size: 1em;
}

#sidebar form div.loginform p {
 font-size: x-small;
}

#footer {
 width: 700px;
 height: 89px;
 clear: both;
 background: url("images/foot.png") no-repeat;
 line-height: 1.4em;
}

#footer p {
 margin: 5px 10px 0px 80px;
 text-align: left;
}

/* -----------------------------
  text decoration by editor
------------------------------*/
div.content div.item h3 {
 color: #006666;
 font-size: large;
 font-weight: bold;
}

div.content div.item h4 {
 color: #006666;
 margin: 1em 0em 0em 0em;
 font-size: medium;
 padding-left: 0.5em;
}

div.content div.item h5 {
 color: #006666;
 margin: 1em 0em 0em 1em;
 font-size: small;
}

div.content div.item h6 {
 color: #006666;
 margin: 1em 0em 0em 1em;
 font-size: small;
}

div.content div.item p {
 font-size: small;
 text-align: left;
 margin: 1em 0em 1em 1em;
}

div.content div.item p.left {
 text-align: left;
}

div.content div.item p.center {
 text-align: center;
}

div.content div.item p.right {
 text-align: right;
}

div.content div.item p span.bold {
 font-weight: bold;
}

div.content div.item p span.italic {
 font-style: italic;
}

div.content div.item p.leftbox {
 margin: 3px;
 padding: 3px;
 width: 20%;
 float: left;
 border-right: 2px solid #ccc;
}

div.content div.item p.rightbox {
 margin: 3px;
 padding: 3px;
 width: 20%;
 float: right;
 border-left: 2px solid #ccc;
}

div.content div.item table {
 margin: 0.5em 0px 0.5em 1em;
}

div.content div.item table tr th,
div.content div.item table tr td {
 padding: 0.2em;
}

div.content div.item table caption {
 font-weight: bold;
 text-align: center;
 font-size: large;
 margin-top: 1em;
}

div.content div.item blockquote,
div.content div.item q {
 background-color: #FFE9BF;
 margin-left: 1em;
}

div.content div.item pre {
 font-family: 'ＭＳ ゴシック';
 margin-left: 1em;
}

