@import url("default.css");

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */
body {
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

p { }

td { }

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.right {
	text-align: right;
}
#container {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#cate-title {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
}


#header {
	background-color: #000;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}


#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 224px;
	display: block;
}

#header h2 {
	color: #333333;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 30px;
}
#header h1 a {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -7000em;
	height: 57px;
	width: 224px;
	display: block;
}

#sidebar {
	height: auto;
	width: 202px;
	float: right;
	margin-top: 20px;
}

#main {
	float: left;
	height: auto;
	width: 500px;
	margin: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

#container #sidebar #logo {
	margin-bottom: 20px;
}



#main h2{
	background-image: url(images/h2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 15px;
	font-weight: bold;
}

#main h3{
	background-image: url(images/h3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
	line-height: 25px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#container #main h3 strong {
	font-weight: bold;
	color: #FFFFFF;
}

#main p {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
}

#main ul{
	font-weight: bold;
}

#main li{
	list-style-position: inside;
	list-style-type: disc;
}
#new {
	border: 1px groove #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
#gallery {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}



/* ---------- main-menu ---------- */

.menu {
	width: 202px;
	padding-bottom: 16px;
	background-image: url(images/menu-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu h2 {
	font-size: 2px;
	display: block;
	width: 202px;
	height: 26px;
	text-indent: -7000em;
	margin: 0px;
	background-color: transparent;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	text-align: left;
	padding: 0 2px 2px 2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.menu ul li a {
	font-size: 100%;
	color: #000000;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: transparent;
	background-image: url(images/menu-out.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu li a:hover {
	text-decoration: none;
	color:#EA7C2F;
	border-bottom: 2px solid #F54104;
	vertical-align: middle;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: transparent;
	background-image: url(images/menu-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu li a:visited {
	color: #000000;
}
#container #main .left {
	text-align: right;
}
#container #sidebar #others img {
	margin-top: 10px;
}



/* ---------- main-menu_end ---------- */

.footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	margin-top: 50px;
}

.footer #link {
	margin-top: 5px;
}

.footer ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
.footer li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 10px;
}


.footer p {
	clear: both;
	font-size: 10px;
	color: #999999;
	text-align: center;
	clear: both;
	padding-top: 10px;
}


/*li#search*/

#others {
	width: 100%;
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
}
#others p {
	margin: 0px;
	text-align: center;
}
#others ul{
	margin: 0px;
	padding: 0px;

}
#others li{
	margin: 0px;
	padding: 0px;

}

div#sidebar ul li#search {
	color: #666666;
	list-style-type: none;
	font-size: 12px;
}

div#sidebar li#search form {
	margin: 0;
	padding-bottom: 14px;
}

div#sidebar li#search p {
	margin: 0;
}

div#sidebar li#search input {
	font-size: 10px;
	margin: 0;
	padding: 2px 5px;
}

div#sidebar li#search input.inputField {
	width: 110px;
	font-size: 12px;
	color: white;
	background-color: #636363;
	border-style: solid;
	border-width: 1px;
	border-color: #484848 #a6a6a6 #a6a6a6 #484848;
	margin: 0;
	padding: 1px 0.5em;
}

div#sidebar li#search input.inputField:focus {
	color: #ff7f47;
	font-weight: bold;
	background-color: #b83800;
	border-color: #860600 #a6a6a6 #a6a6a6 #860600;
}

div#sidebar li#search input.button {
	color: white;
	background-color: #86bd52;
	border: 1px solid #4d8501;
}

div#sidebar li#search input.button:hover {
	background-image: url(img/bg/submit02.gif);
}


/*li#feeds*/

#feeds {

}


#feeds a {
	background-image: url(images/feed.gif);
	background-repeat: no-repeat;
	border-bottom: none;
	padding-left: 16px;
	margin-top: 0px;
}
/*--------------------------------------#feeds*/
/*entry*/
.entry{
	clear: both;
}

.entry a {
	text-decoration: underline;
}
.entry h3 a{
	color: #FFFFFF;
	text-decoration: none;
}
.entry h3 a:visited{
	color: #FFFFFF;
}
.entry h3 a:hover {
	color: #CCCCCC;
}
.black{
	color: #000000;
}

.black strong{
	color: #000000;
}

#container #main .entry .textBody {
	margin: 0px;
	padding: 0px;
}

h4.midashi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003333;
	font-weight: bold;
	width: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009966;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009966;
	color: #003300;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #main .entry .textBody  blockquote p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #main .entry .textBody a {
	text-decoration: underline;
}

#container #main .entry .textBody dl {
}

#container #main .entry .textBody dt {
	border: 1px solid #CCCCCC;
	display: block;
	padding: 5px;
	width: 150px;
	font-weight: bold;
	text-align: center;
}

#container #main .entry .textBody dd {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}

#container #main .entry .textBody #disc p {
	padding-left: 20px;
}
#container #main .entry .textBody #disc {
	list-style-type: disc;
	font-weight: normal;
}

/*dl.info*/

dl.info {
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0.5em;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

dl.info dt {
	display: inline;
	margin: 0 0.5em 0 0;
}

dl.info dd {
	display: inline;
	margin: 0;
}
#container #main #search-results .reaction li {
	list-style-type: none;
}

#container #main #search-results .info li {
	list-style-position: inside;
	list-style-type: disc;
}

#subct {
}

#subct ul{

}
#subct li{
	list-style-type: none;
	float: left;
	display: block;
	margin-left: 2px;
}
#subct li a{
	slist-style-type: none;
	float: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	width: 150px;
}
.topicpath {
	clear: both;
}
.topicpath a {
	margin-left: 0px;
	padding-left: 0px;
}
#container #main .topicpath p {
	padding-left: 0px;
	margin-left: 0px;
}

#container #main .trackbacks #trackback {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #999999;
	border-left-color: #FF6600;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#container #main #comments .comments-content .comments-header {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #999999;
	border-left-color: #FF6600;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#container #main #comments #comments-open .comments-open-header {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #999999;
	border-left-color: #FF6600;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 5px;
	margin-top: 5px;
}

.under{
	background-image: url(http://www.chumonjutaku.com/under.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.under dt{
	width: 150px;
	margin-bottom: 10px;
}
/* link list*/
.link-main {
	font-size: 14px;
}

.url {
	font-size: 12px;
	color: #0066CC;
}

.ll {
	width: 30%;
	float: left;
	text-align: center;
}

.rr {
	width: 70%;
	float: right;
}

.rr a {
	font-weight: bold;
	color: #3366FF;
	text-decoration: underline;
}

.no {
	font-weight: bold;
}

