@charset "utf-8";

/* html */

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

body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	text-align: center;
	background-image: url(images/bg.png);
}

body, td, th {
	font-size: 0.95em;
	line-height: 1.7em;
	letter-spacing: 0.06em;
	font-family: Verdana, Arial, Osaka, "ＭＳ Ｐゴシック";
}

a {
 	text-decoration: none
}
a:link {
	color: #A51614;
}
a:visited {
	color: #770000;
}
a:hover {
 	color: #770000;
 	text-decoration: underline;
}
a:active {
	color: #770000;
 	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 1em;
	font-weight: bold;
}

p, h1, h2, h3, ul, li, dl {
	margin: 0px;
	padding: 0px;
}
p, h2, h3, ul, dl {
	padding-bottom: 1em;
}
dt {
	display: list-item;
	list-style-type: disc;
}
dd {
	text-indent: 1em;
	display: list-item;
	list-style-type: circle;
}

form {
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

/* layout */

#top {
}

#container {
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}


#header {
	padding: 10px;
}

#header-inner {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#title {
	float: left;
}

#header-menu {
	float: left;
	padding-top: 24px;
	padding-left: 32px;
	font-size: 10pt;
	line-height: 14pt;
}

#shoulder-menu {
	float: right;
	text-align: right;
	font-size: 8pt;
	line-height: 11pt;
	letter-spacing: 0px;
}

#banner {
	padding-bottom: 10px;
}


#main-menu {
	clear: both;
	padding-bottom: 10px;
}

#main-menu-inner {
	height: 30px;
}

#body {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

#body-inner {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#side-menu {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents {
	float: right;
	padding-left: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	width: 550px;
}

#footer {
	clear: both;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer-inner {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

#footer-menu {
	padding-bottom: 10px;
	font-size: 10pt;
	float: left;
}

#footer-content {
	font-size: 8pt;
	line-height: 12pt;
	float: right;
	text-align: right;
}

/* main-menu */

#main-menu ul {
	white-space: nowrap;
	padding: 0px;
}

#main-menu li {
	float: left;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
}

#main-menu li.last {
	padding-right: 0px;
}

#main-menu li a {
	display : block;
	width : 148px;
	height : 28px;
	padding-top: 2px;
	font-size: 15px;
	text-align: center;
	background-image: url(images/menu/bg.gif);
	font-weight: bold;
	color: #9B191B;
}

#main-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 30px;
}

#main-menu li.current a {
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px 30px;
}

/* contents */

#contents #bread-navi p {
	font-size: 10pt;
	line-height: normal;
	padding-bottom: 10px;
}

#contents #category-navi li {
	float: left;
	width: 270px;
}

#contents .content {
	clear: both;
	padding-left: 5px;
}

#contents .content-body {
	word-break: break-all;
}

#contents .content-header h2 {
	font-size: xx-large;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #444444;
}

#contents ul, #contents dl {
	list-style-position: inside;
}

#contents .content-header h3 {
	margin-bottom: 10px;
	font-size: large;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contents .content-footer {
	font-size: 10pt;
	float: right;
	text-align: right;
	line-height: normal;
}

#contents .content-footer .note {
	font-size: 8pt;
}

#contents .date {
	color: #999999;
}

#contents table.sponsor {
	width: 540px;
	text-align: center;
}

/* sidemenu */

#side-menu .side-menu-module {
	padding-left: 5px;
	padding-bottom: 1.5em;
}

#side-menu .side-menu-header h3 {
	padding-bottom: 0.5em;
}

#side-menu .side-menu-content {
	font-size: 10pt;
	line-height: 16pt;
}

#side-menu ul {
	padding-bottom: 0px;
	list-style-position: inside;
}

#side-menu ul ul {
	padding-left: 1em;
}

#side-menu .side-menu-content li.side-menu-list {
	background-image: url(images/menu_bg.jpg);
	list-style-type: none;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-position: outside;
}

/* aggregator */

#contents .feed-item {
	padding-bottom: 1em;
}
#contents .feed-item h3.feed-item-title {
	margin-bottom: 10px;
	font-size: large;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3366FF;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents .feed-source {
	padding-bottom: 1em;
}
#contents .pager {
  text-align: center;
}
#contents .pager a,
#contents .pager strong.pager-current {
  padding: 0.5em;
}

/* community */

#contents .messages {
	border: 2px dotted #00CC00;
	margin-bottom: 1em;
}
#contents .messages ul {
	padding-bottom: 0px;
}
#contents .error {
	border: 2px dotted #FF0000;
}

#contents .form-item {
	margin-bottom: 1em;
}
#contents .form-item .form-item {
	margin-bottom: 0px;
}
#contents .description {
	font-size: small;
}

/* forum */


#forum th {
	padding: 5px;
	white-space: nowrap;
}
#forum td {
	padding: 5px;
}

#contents td.created,
#contents td.last-reply {
	font-size: x-small;
}

#contents .node {
	margin-bottom: 1em;
}


#contents .submitted {
	margin-bottom: 1em;
	font-size: small;
	float: right;
}
#contents .links,
#contents .forum-topic-navigation {
	display: none;
}
#contents .box h2 {
	margin-bottom: 10px;
	font-size: large;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contents #comment-form {
	margin-bottom: 1em;
}
#contents .comment {
	margin-bottom: 1em;
}

/* comment */

#contents #comment-form .tips {
	display: none;
}
#contents .collapsible {
	display: none;	
}
