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

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.jpg) repeat center top;
	color: #423317;
	font-family: "Times New Roman", Times,'CI',Meiryo,sans-serif;
	font-size: 80%;
}

span.sp {
	display: none;
}

#title,
h1#title {
	border-bottom: 1px solid #a7874e;
	font-size: 35px;
	line-height: 1em;
}

div.ltitle {
	border-bottom: 1px dotted #ffa800;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

body#entry div.body h2,
h2.img {
	background: url(images/h2_img.jpg) no-repeat;
	clear: both;
	color: #d5caae;
	font-size: 120%;
	line-height: 1.2em;
	padding: 5px 10px 5px 33px;
}

body#entry div.body h2 {
	font-size: 120%;
}

h2.maincopy {
	font-size: 150%;
	line-height: 1.3em;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #423317;
	overflow: hidden;
}

a:hover {
	color: #a8a228;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	padding: 1px;
}

a.img-link:hover img {
	border: 1px solid #f6f2ea;
	padding: 0px;
}

body#entry div.body i a,
a.link-btn {
	background: url(images/link_btn.gif) no-repeat 0px 4px;
	padding: 2px 5px 2px 20px;
	text-decoration: underline;
}

a.link-btn:hover {
	background-position: 2px -96px;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.gif) no-repeat 2px 4px;
	padding: 2px 5px 2px 21px;
	text-decoration: underline;
}

a.link-btn-prev:hover {
	background-position: 0px -96px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0px;
}

img.img {
	border: 1px solid #cacaca;
}

ul.list {
	line-height: 1.5em;
}

body#entry div.body ul {
	line-height: 1.5em;
	margin: 10px 0px;
}

body#entry div.body ul li,
ul.list li {
	background: url(images/ul_list_li-trans.png) no-repeat 5px 5px;
	margin: 3px 0px;
	padding-left: 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.indent {
	padding-left: 30px;
}

table.list-table {
	border-top: 1px solid #b8985f;
}

table.list-table th {
	background: url(images/listtable_th.jpg) repeat;
	border-top: 1px dotted #e9d6b4;
	font-weight: bold;
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

table.list-table td {
	border-bottom: 1px solid #b8985f;
	padding: 10px 10px 10px 15px;
}

/***********************************************************************/
p.blognav {
	border-bottom: 1px dotted #ffa800;
	border-top: 1px dotted #ffa800;
	padding: 10px;
	text-align: center;
}

p.blogdivision {
	font-weight: bold;
	text-align: center;
}

p.blogdivision a {
	font-weight: normal;
	padding: 1px 3px;
}

p.blogdivision span a {
	margin: 0px 15px;
}

p.blogdivision span.next a {
	font-size: 120%;
	font-weight: bold;
}

p.blogdivision span.prev a {
	background: url(images/link_btn_prev.gif) no-repeat 2px 4px;
	padding: 2px 5px 2px 21px;
	text-decoration: underline;
}

p.blogdivision span.before a:hover {
	background-position: 0px -96px;
}

p.blogdivision span.next a {
	background: url(images/link_btn.gif) no-repeat 0px 4px;
	padding: 2px 5px 2px 20px;
	text-decoration: underline;
}

p.blogdivision span.next a:hover {
	background-position: 2px -96px;
}

/***********************************************************************/
#header-bg {
	background: url(images/header_bg.jpg) repeat center top;
}

#header-bg-line {
	background: url(images/header_bg_line.gif) repeat-x center bottom;
}

#header {
	margin: 0px auto 0px 100px;
	padding: 3px 0px 15px 0px;
	width: 400px;
}

#header p#header-text {
	font-size: 85%;
	line-height: 1.2em;
	margin: 0px;
	padding: 5px 0px 10px 25px;
}

#bgphoto {
	z-index: 2;
	height: 100%;
}

#container {
	margin: 0px auto 0px 100px;
	padding: 40px 0px;
	width: 400px;
	z-index: 1;
}

#mainbg-header {
	background: url(images/mainbg_header-trans.png) no-repeat left top;
	padding-top: 43px;
}

#mainbg-footer {
	background: url(images/mainbg_footer-trans.png) no-repeat left bottom;
	padding-bottom: 43px;
}

#mainbg {
	background: url(images/mainbg-trans.png) repeat-y;
	padding: 40px 40px 0px 40px;
}

#main {
	background: url(images/main_bg-trans.png) repeat;
	width: 480px;
}

#footer-bg-line {
	background: url(images/footer_bg_line.gif) repeat-x center top;
}

#footer {
	clear: both;
	padding: 25px 0px 0px 100px;
	background: url(images/footer_bg.gif) no-repeat center top;
}

#footer #footernav ul {
	clear: both;
}

#footer #footernav ul li {
	float: left;
	margin-right: 20px;
}

#footer #footernav ul li a {
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 0px;
}

#footer address {
	font-style: normal;
}

#footer p#footer-copy {
	font-size: 85%;
	padding-bottom: 5px;
}

