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

html {
	background: #efefe6 url(images/bg.jpg) repeat-x center top;
	overflow-y: scroll;
}

body {
	background: url(images/header_bg.jpg) no-repeat center top;
	color: black;
	font-family: "???C???I",Meiryo,sans-serif;
	font-size: 80%;
}

span.sp,
div.sp {
	display: none;
}

h2.img {
	background: url(images/h2_img_shadow.gif) repeat-x left bottom;
	color: white;
	font-size: 120%;
	padding-bottom: 4px;
}

h2.img div {
	background: url(images/h2_img.jpg) no-repeat left top;
	padding: 10px 0 10px 40px;
}

body#entry div.body h2,
h3.img {
	background-color: #a5a844;
	color: white;
	font-size: 120%;
	padding: 2px 0 0 20px;
}

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

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

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

p.center {
	text-align: center;
}

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

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

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

a:hover {
	color: #5693cf;
}

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

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

a.img-link:hover img {
	border-color: #a48166;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

body#entry div.body i a,
a.link-btn {
	background: #14257f url(images/link_btn.gif) no-repeat right top;
	color: white;
	font-style: normal;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
}

body#entry div.body i a:hover,
a.link-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

span.large a.link-btn {
	background-image: url(images/link_btn_large.gif);
	padding-bottom: 15px;
	padding-top: 15px;
}

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: 0 -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%;
}

body#entry div.body table {
	width: auto;
}

body#entry div.body table th,
body#entry div.body table td {
	border: 1px solid #edd1b2;
	padding: 5px 10px;
}

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 0 5px 20px;
}

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

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

body#entry div.body ul,
ul.list {
	border-top: 1px solid #d8d8d8;
}

body#entry div.body ul li,
ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 25px 10px;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	padding: 6px 0 6px 40px;
}

ul.listbeige {
	border-top: 1px solid #c2c2a1;
}

ul.listbeige li {
	background: url(images/ul_list_li_beige.gif) no-repeat 25px 12px;
	border-bottom: 1px solid #c2c2a1;
	display: block;
	padding: 6px 0 6px 40px;
}

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

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

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

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

.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: 40px;
}

table.list-table th {
	background-color: #efefe6;
	border-bottom: 1px solid #c2c2a1;
	border-top: 1px solid #c2c2a1;
	font-weight: bold;
	padding: 20px 30px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 20%;
}

table.list-table td {
	border-bottom: 1px solid #c2c2a1;
	border-top: 1px solid #c2c2a1;
	padding: 20px 10px 20px 30px;
}

table.list-table td table th {
	background-color: transparent;
	padding: 10px;
}

table.list-table td table td {
	padding: 10px;
}

/***********************************************************************/
div.bloglist {
	padding: 15px 0 0 30px;
}

div.bloglist ul {
	border-top: 1px dotted #b7b7b7;
}

div.bloglist ul li {
	border-bottom: 1px dotted #b7b7b7;
}

div.bloglist ul li a {
	background: url(images/bloglist_li.gif) no-repeat right top;
	display: block;
	padding: 5px 30px 5px 150px;
	position: relative;
	text-decoration: none;
}

div.bloglist ul li a span.date {
	left: 20px;
	position: absolute;
}

div.bloglist ul li a em {
	font-style: normal;
	text-decoration: underline;
}

div.bloglist ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

p.center span.next a {
	background: #14257f url(images/link_btn.gif) no-repeat right top;
	color: white;
	font-style: normal;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
}

p.center span.next a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

/***********************************************************************/
#spcontainer {
	margin: 0 auto;
	width: 1060px;
}

#container-bg-footer {
	background: url(images/container_bg_footer.gif) no-repeat center bottom;
	padding-bottom: 13px;
}

#container-bg {
	background: url(images/container_bg.gif) repeat-y center top;
	padding-bottom: 30px;
}

#side-bg {
	background: url(images/side_bg-trans.png) no-repeat center top;
}

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

#container {
	margin: 0 auto;
	width: 1032px;
}

#main {
	float: right;
	padding: 140px 30px 0 15px;
	position: relative;
	width: 724px;
}

#title {
	left: 40px;
	position: absolute;
	top: 35px;
}

#header-text {
	color: #efefe6;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}

#side {
	float: left;
	padding: 45px 0 40px 0;
	width: 243px;
}

#side a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

#side h3 {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 170px;
}

#sidenav {
	border-top: 1px dotted #626262;
}

#sidenav ul li {
	border-bottom: 1px dotted #626262;
	float: left;
	height: 43px;
}

#sidenav ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	text-decoration: none;
}

#side-itophoto {
	clear: both;
	margin: 0 auto;
	padding: 38px 0 25px 0;
	width: 140px;
}

#side-tel {
	margin: 0 auto;
	width: 204px;
}

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 0;
	z-index: 2;
}

#footer {
	clear: both;
	font-size: 90%;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
	width: 1060px;
}

#footer #footernav {
	margin: 0 auto;
	padding-left: 50px;
	width: 1010px;
}

#footer #footernav ul {
	clear: both;
	text-align: center;
}

#footer #footernav ul li {
	display: inline;
	white-space: nowrap;
}

#footer #footernav ul li a {
	border-left: 1px solid #8991b2;
	line-height: 1em;
	padding: 0 15px;
	text-decoration: none;
}

#footer #footernav ul li.last a {
	border-right: 1px solid #8991b2;
}

#footer #footernav ul li a:hover {
	text-decoration: underline;
}

#footer h3#footer-logo-sp {
	display: none;
}

#footer #footer-address {
	padding: 15px 0;
}

#footer #footer-address address,
#footer #footer-address p {
	font-style: normal;
	margin: 5px 0;
	text-align: center;
}

p#footer-copy {
	background-color: black;
	font-size: 85%;
	margin: 0;
}

p#footer-copy span {
	background-color: black;
	color: #767676;
	display: block;
	font-size: 90%;
	line-height: 1em;
	margin: 0 auto;
	padding: 10px 0 10px 50px;
	text-align: center;
	width: 1010px;
}

#pagetop-sp {
	display: none;
}

