/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: small;
	background: url(/shared/img/bg_body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	vertical-align: bottom;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.bgbox {
	background: #f5f5ee;
	padding: 10px;
}

ul.arrow {
	list-style-type: none;
	margn: 0;
	padding: 0;
}
ul.arrow li {
	margin: 0;
	padding:0 0 0 15px;
	background: url(/shared/img/list_arrow.gif) no-repeat left center;
}

a {
	color: #c93;
}


#container {
	width: 780px;
	margin: 20px auto;
	background: #fff url(/shared/img/bg_container.gif) repeat-y left;
}

#header {
 width: 210px;
 float: left;
}

#main {
	width: 555px;
	float: right;
	padding: 15px 0;
}

#footer {
	clear: both;
	background: #bdbb99;
	color: #fff;
	padding: 0px;
	height: 25px;
}




#header .inner {
	background: #bdbb99;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header ul li {
	margin: 0;
	padding: 0;
	border: 1px solid #bdbb99;
	margin: 5px 10px;
	padding: 3px 10px;
	line-height: 1.4em;
}

#header ul li:hover {
	background: #ddc;
}

#header ul li a {
	display: block;
	
	color: #bdbb99;
	text-decoration: none;
}

#header .inner ul li {
	border-color: #fff;
}

#header .inner ul li a {
	color: #fff;
}

.banner_s {
	margin: 10px;
}

.content {
	padding: 0 15px 25px 0;
}

.content .left, .content .right {
	background: f5f5ee;
	width: 260px;
	height: 200px;
}

.content .left {
	float: left;
}

.content .right {
	float: right;
}


/*ホーム*/
.content h4 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #bdbb99 url(/shared/img/bg_h4.gif) repeat-y right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}

.content h4 span {
	position: absolute;
	left: 115px;
	top: 7px;
	font-size: .8em;
	color: #666;
}

ul.news {
	margin: 0 0 0px 2px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
ul.news li {
	margin: 0 0 7px 0;
	padding: 0;
	clear: both;
}
ul.news li div {
	padding: 0 0 0 110px;
	color: #333;
}

ul.news li a {
}
ul.news li a:hover {
	text-decoration: underline;
}

ul.news li .date {
	color: #666;
	font-weight: bold;
	display: block;
	float: left;
}

dl.news {
	margin: 0 0 0px 2px;
	padding: 0;
	font-size: 12px;
}
dl.news dt {
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: bold;
	float: left;
	width: 65px;
}
dl.news dd {
	padding: 0 0 10px 70px;
}


/*各コンテンツ*/
.content-header {
	border-bottom: 1px dotted #666;
	padding: 0 0 3px 0;
	margin: 0 15px 15px 0;
}
.content-header h2 {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.content-header p {
	font-size: 10px;
	margin: 10px 0 0 0;
	color: #999;
}

.content h3 {
	border-left: 5px solid #999;
	padding: 0 0 3px 8px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.content h3 span {
	font-size: 11px;
}
.content h3 a {
	text-decoration: none;
}

#footer p {
	float: left;
	width: 400px;
	padding: 3px 12px;
	margin: 0;
	font-size: 10px;
	
}

#footer div{
	float: right;
	width: 100px;
	text-align: center;
	font-size: 11px;
	padding: 3px 10px;
	height: 19px;

}
#footer div:hover {
	background: #ddc;
}
#footer div a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}




/*blog*/

.contentbody img {
	margin: 15px 0;
}
.contentbody .leftbox {
	float: left;
}
.contentbody .leftbox img {
	margin: 0 15px 15px 0;
}

.contentbody .rightbox {
	float: right;
}
.contentbody .rightbox img {
	margin: 0 0 15px 15px;
}
/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitem {
	background: url(/shared/img/nucleus/dot.gif) repeat-x top;
	padding: 2px 0 0 0;
	margin: 20px 0 50px 0;
	clear: both;
	
}

.contentitemcategory {
	background: url(/shared/img/nucleus/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 7px 0 14px;
}
.contentitempostedby {
	background: url(/shared/img/nucleus/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 7px 0 12px;
}
.contentitempostedat {
	background: url(/shared/img/nucleus/bgpostedat.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 7px 0 14px;
}

.contentitemcomments {
	background: url(/shared/img/nucleus/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 7px 0 13px;
}
.contentitemedit {
	background: url(/shared/img/nucleus/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0px 0 11px;
}
.contentitem1 {
	display: inline;
}
.contentitem2 {
	display: inline;
	background: url(/shared/img/nucleus/dotv.gif) left repeat-y;
	padding: 0 0 0 7px;
}
.contentitem3 {
	display: inline;
	background: url(/shared/img/nucleus/dotv.gif) left repeat-y;
	padding: 0 0 0 7px;
}
.contentitem4 {
	display: inline;
	padding: 0 0 0 7px;
	background: url(/shared/img/nucleus/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

.itemcomment {
	/*background: url(/shared/img/nucleus/images/commentquote01.gif) no-repeat;*/
	background-position: 6px 9px;
	padding: 6px 10px 6px 10px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover {
	/*background:  url(/shared/img/nucleus/images/commentquote02.gif) no-repeat;*/
	background-color: #F9F9F9;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	/*background: #F9F9F9 url(/shared/img/nucleus/images/commentquote02.gif) no-repeat;*/
	background-color: #F9F9F9;
	background-position: 6px 9px;
	border-top: 1px solid #B3C492;
	border-bottom: 1px solid #B3C492;
}
.id1:hover {
	/*background: #F9F9F9 url(/shared/img/nucleus/images/commentquote02.gif) no-repeat;*/
	background-color: #F9F9F9;
	background-position: 6px 9px;
	border-top: 1px solid #B3C492;
	border-bottom: 1px solid #B3C492;
}
.itemcomment h3 {
	font-size: 12px;
}
.commentbody {
	color: #333;
	margin: 2px 0px 5px 0px;
}
.commentinfo {
	font-size: 10px;
	margin-bottom: 10px;
}
#trackback h5 {
	font-size: small;
	padding: 10px 0 5px 0;
}
#trackback input {
	width: 520px;
	margin: 3px 0 10px;
}
.commentform textarea {
	width: 520px;
}


form.formmail {
	margin: 15px 0;
	background: #f5f5ee;
	padding: 15px;
}

form.formmail div {
	margin: 0 0 15px 0;
}

.medium input {
	width: 250px;
}
.long textarea {
	width: 450px;
}

table.form-preview {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
table.form-preview td {
	border: 1px solid #fff;
	padding: 3px 10px;
}
table.form-preview td.form-name {
	background: #bdbb99;
	color: #fff;
	width: 30%;
}

table.form-preview td.form-value {
	background: #f5f5ee;
}
.formerror {
	color: #c00;
}
hr {
	display: none;
}
input.formbutton {
	width: 120px;
}
.form-back {
	margin: 20px 0;
}

.address {
	margin: 40px 0 20px 0;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}
.address h5 {
	color: #333;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}
