

/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
/*
html {
	overflow-y: scroll;
}
*/
body {
	font-size: 12px;
	font-family: Meiryo, helvetica, osaka, sans-serif;
	color: #333333;
	text-align: center;
}
body.style2 {
	background: #fdfcf7;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	line-height: 130%;
}
p, ul, ol, dl, table, div, input, select, address, blockquote {
	font-size: 100%;
	line-height: 160%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: block;
}
a img {
	vertical-align: top;
	display: inline;
}
input,
select {
	line-height: 105%;
	vertical-align: middle;
}


/* link */

a:link,
a:visited,
a:active {
	color: #004e97;
	text-decoration: underline;
}
a:hover {
	color: #004e97;
	text-decoration: none;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width: 1057px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bg_container.gif) repeat-y left top;
}
.style2 #container {
	width: 1031px;
	background: url(../img/bg_container_02.gif) repeat-y left top;
}



/* header */
/* -------------------------------------------------------- */

#header {
	width: 949px;
	height: 166px;
	margin-left: 54px;
	background: url(../img/bg_header.gif) repeat-x left top;
	position: relative;
}
.style2 #header {
	width: 1031px;
	height: 530px;
	margin-left: 0;
}
.blog #header {
	background: url(../../blog/img/bg_header.jpg) no-repeat left top;
}
.event #header {
	background: url(../../event/img/bg_header.jpg) no-repeat left top;
}
.staff #header {
	background: url(../../staff/img/bg_header.jpg) no-repeat left top;
}
.recruit #header {
	background: url(../../recruit/img/bg_header.jpg) no-repeat left top;
}


/* header-summary */

#header-summary {
	width: 729px;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	position: absolute;
	top: 5px;
	left: 220px;
}


/* header-logo */

#header-logo {
	width: 100px;
	position: absolute;
	top: 12px;
	left: 52px;
}


/* header-language */

#header-language {
	width: 333px;
	position: absolute;
	top: 79px;
	left: 220px;
}
#header-language li {
	padding-right: 3px;
	float: left;
}


/* header-reservation */

#header-reservation {
	width: 394px;
	position: absolute;
	top: 42px;
	left: 555px;
}
#header-reservation li.tel {
	padding-top: 37px;
	float: left;
}
#header-reservation li.bt {
	float: left;
}


/* header-title */

.style2 #header-title {
	width: 625px;
	position: absolute;
	top: 0;
	left: 66px;
}


/* global-navi */

.style2 #global-navi {
	width: 900px;
	position: absolute;
	top: 475px;
	left: 66px;
}
.style2 #global-navi li {
	padding-right: 1px;
	float: left;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width: 940px;
	margin-left: 58px;
}
.style2 #contents {
	width: 860px;
	margin-left: 101px;
}


/* main */

#main {
	width: 722px;
	float: right;
}
.style2 #main {
	width: 630px;
	padding-bottom: 15px;
	float: left;
}


/* side */

#side {
	width: 192px;
	float: left;
}
.style2 #side {
	width: 200px;
	padding-bottom: 15px;
	float: right;
}

.side-navi-01 {
	width: 192px;
	margin-bottom: 30px;
}
.side-navi-01 li {
	width: 192px;
	padding-bottom: 5px;
	float: left;
}

.side-navi-02 {
	width: 171px;
	margin-left: 11px;
}
.side-navi-02 li {
	width: 171px;
	padding-bottom: 8px;
	float: left;
}
.side-navi-02 li span {
	width: 171px;
	font-size: 10px;
	line-height: 130%;
	padding-top: 2px;
	display: block;
}

.style2 .side-block-01 {
	width: 200px;
	margin-bottom: 20px;
}
.style2 .side-block-01 a:link,
.style2 .side-block-01 a:visited,
.style2 .side-block-01 a:active {
	color: #333333;
	text-decoration: none;
}
.style2 .side-block-01 a:hover {
	color: #333333;
	text-decoration: underline;
}

.style2 .side-block-01 .title {
	margin-bottom: 10px;
}

.style2 .side-block-01 .list-02 {
	list-style-type: none;
	margin: 0 0 0 15px;
}

.style2 #calendar ul {
	width: 170px;
	position: relative;
	left: 10px;
}
.style2 #calendar li.li1 {
	width: 30px;
	font-size: 10px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
.style2 #calendar li.li2 {
	width: 110px;
	text-align: center;
	margin-left: 30px;
}
.style2 #calendar li.li3 {
	width: 30px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.style2 #calendar span {
	cursor: pointer;
}

.style2 #calendar table {
	width: 190px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
}
.style2 #calendar th,
.style2 #calendar td {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 1px 0;
}
.style2 #calendar td.on {
	background: #dad9d5;
}



/* footer */
/* -------------------------------------------------------- */

/* #main-footer */

#main-footer {
	width: 700px;
	padding-top: 15px;
}


/* footer-inner */

.footer-inner {
	width: 700px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: dotted 1px #c8c8c8;
}
.footer-inner ul {
	width: 700px;
}
.footer-inner .li1a {
	width: 395px;
	float: left;
}
.footer-inner .li1b {
	width: 277px;
	float: right;
}
.footer-inner .li2a {
	width: 300px;
	float: left;
}
.footer-inner .li2b {
	width: 390px;
	float: right;
}
.footer-inner .li3 {
	width: 700px;
}


/* #footer */

#footer {
	width: 949px;
	margin-left: 54px;
	padding: 15px 0;
	background: url(../img/bg_footer.gif) repeat-x left top;
	position: relative;
}
.style2 #footer {
	width: 899px;
	margin-left: 66px;
	padding: 15px 0;
	background: none;
	border-top: dotted 1px #c8c8c8;
}
.style2 #footer .footer-inner {
	width: 828px;
	margin: 0 0 15px 35px;
	padding: 0 0 15px 0;
	border-top: 0;
	border-bottom: dotted 1px #c8c8c8;
}
.style2 #footer .footer-inner ul {
	width: 828px;
}
.style2 #footer .footer-inner .li1a {
	width: 428px;
	float: left;
}
.style2 #footer .footer-inner .li1b {
	width: 378px;
	float: right;
}
.style2 #footer .footer-inner .li2a {
	width: 314px;
	float: left;
}
.style2 #footer .footer-inner .li2b {
	width: 514px;
	float: right;
}
.style2 #footer .footer-inner .li3 {
	width: 828px;
}


#footer-bt {
	width: 54px;
	position: absolute;
	top: -56px;
	right: -54px;
}

#footer-copy {
	text-align: center;
}
#footer-copy {
	text-align: left;
	margin: 0 35px;
}



/* parts */
/* -------------------------------------------------------- */

.b {font-weight: bold;}
.ri {text-align: right;}
.cen {text-align: center;}
.ri img ,
.cen img {display: inline;}

.m05 {margin-bottom: 5px;}
.m10 {margin-bottom: 10px;}
.m15 {margin-bottom: 15px;}
.m20 {margin-bottom: 20px;}
.m25 {margin-bottom: 25px;}
.m30 {margin-bottom: 30px;}
.m35 {margin-bottom: 35px;}

.l-block {float: left;}
.r-block {float: right;}

.co1 {color: #b35b4f;}
.co2 {color: #6aa5e6;}

dl.attention dt {
	position: relative;
}
dl.attention dt span {
	position: absolute;
}
dl.attention dd {
	padding-left: 1.2em;
}

ul.disc {
	list-style-type: disc;
	padding-left: 2em;
}



/* clear */
/* -------------------------------------------------------- */

.pkg:after, #header-language:after, #header-reservation:after, #contents:after, #global-navi:after, .asset-content:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #header-language, #header-reservation, #contents, #global-navi, .asset-content { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #header-language, * html #header-reservation, * html #contents, * html #global-navi, * html .asset-content { height: 1%; }
.pkg, #header-language, #header-reservation, #contents, #global-navi, .asset-content { display: block; }
/* */




/* top page */
/* -------------------------------------------------------- */

/* top-block-01 */

.top-block-01 {
	width: 701px;
}
.top-block-01 .li1 {
	float: left;
}
.top-block-01 .li2 {
	padding-bottom: 5px;
	float: right;
}
.top-block-01 .li3 {
	float: right;
}


/* top-block-02 */

.top-block-02 {
	width: 701px;
	margin-bottom: 25px;
}
.top-block-02 .l-block {
	width: 566px;
}
.top-block-02 .r-block {
	width: 135px;
}
.top-block-02 h3 {
	margin-bottom: 12px;
}
.top-block-02 p {
	margin-right: 10px;
}


/* top-block-03 */

.top-block-03 {
	width: 701px;
	margin-bottom: 15px;
}


/* top-block-04 */

.top-block-04 {
	width: 701px;
	line-height: 140%;
	margin-bottom: 30px;
}
.top-block-04 dt {
	position: relative;
}
.top-block-04 dt span {
	width: 100px;
	display: block;
	position: absolute;
}
.top-block-04 dt span img {
	vertical-align: middle;
	margin-right: 5px;
	display: inline;
}
.top-block-04 dd {
	padding: 0 0 5px 100px;
}
.top-block-04 dd a:link,
.top-block-04 dd a:visited,
.top-block-04 dd a:active {
	color: #333333;
	text-decoration: none;
}
.top-block-04 dd a:hover {
	color: #333333;
	text-decoration: underline;
}


/* top-block-05 */

.top-block-05 {
	width: 702px;
	background: url(../../img/bg_01a.gif) no-repeat left top;
}
.top-block-05a {
	width: 702px;
	padding-bottom: 3px;
	background: url(../../img/bg_01b.gif) no-repeat left bottom;
}

.top-block-05 .inner-01 {
	width: 684px;
	margin: 0 0 10px 19px;
}
.top-block-05 .inner-01 li {
	width: 168px;
	float: left;
}

.top-block-05 .inner-02 {
	width: 665px;
	margin: 0 0 5px 19px;
}
.top-block-05 .inner-02 .l-block {
	width: 336px;
	color: #fb0f0c;
}
.top-block-05 .inner-02 .r-block {
	width: 320px;
}

.top-block-05 .inner-03 {
	width: 665px;
	margin: 0 0 0 19px;
	padding: 0 0 1.2em 0;
	position: relative;
}
.top-block-05 .inner-03 .bt {
	width: 320px;
	position: absolute;
	bottom: 0;
	right: 0;
}




/* room page */
/* -------------------------------------------------------- */

/* room-block-01 */

.room-block-01 {
	width: 720px;
	margin-bottom: 20px;
}
.room-block-01 li {
	padding-right: 8px;
	float: left;
}


/* room-block-02 */

.room-block-02 {
	width: 701px;
	margin-bottom: 15px;
}
.room-block-02a {
	width: 701px;
}
.room-block-02b {
	width: 701px;
	padding-bottom: 10px;
}
.room-bg1 .room-block-02a {
	background: url(../../room/img/bg_01a.gif) repeat-y left top;
}
.room-bg1 .room-block-02b {
	background: url(../../room/img/bg_01b.gif) no-repeat left bottom;
}
.room-bg2 .room-block-02a {
	background: url(../../room/img/bg_02a.gif) repeat-y left top;
}
.room-bg2 .room-block-02b {
	background: url(../../room/img/bg_02b.gif) no-repeat left bottom;
}
.room-bg3 .room-block-02a {
	background: url(../../room/img/bg_03a.gif) repeat-y left top;
}
.room-bg3 .room-block-02b {
	background: url(../../room/img/bg_03b.gif) no-repeat left bottom;
}
.room-bg4 .room-block-02a {
	background: url(../../room/img/bg_04a.gif) repeat-y left top;
}
.room-bg4 .room-block-02b {
	background: url(../../room/img/bg_04b.gif) no-repeat left bottom;
}
.room-bg5 .room-block-02a {
	background: url(../../room/img/bg_05a.gif) repeat-y left top;
}
.room-bg5 .room-block-02b {
	background: url(../../room/img/bg_05b.gif) no-repeat left bottom;
}
.room-bg7 .room-block-02a {
	background: url(../../room/img/bg_02a.gif) repeat-y left top;
}
.room-bg7 .room-block-02b {
	background: url(../../room/img/bg_07b.gif) no-repeat left bottom;
}
.room-block-02 h3 {
	margin-bottom: 10px;
}

.room-block-02 .photo {
	width: 685px;
	margin: 0 0 10px 15px;
}
.room-block-02 .photo li {
	width: 170px;
	float: left;
}

.room-block-02 .text {
	list-style-type: disc;
	margin: 0 15px 15px 15px;
	padding-left: 1.2em;
}

.room-block-02 .bt {
	width: 670px;
	margin: 0 15px;
}
.room-block-02 .bt li {
	padding-right: 10px;
	float: left;
}




/* price page */
/* -------------------------------------------------------- */

/* price-block-01 */

.price-block-01 {
	width: 700px;
}
.price-block-01 li {
	padding: 0 7px 10px 0;
	float: left;
}


/* price-block-02 */

.price-block-02 {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.price-block-02 th {
	text-align: center;
	vertical-align: middle;
	border: solid 1px #bfbfbf;
	background: #ffffff;
}
.price-block-02 tr.bg1 th {
	font-weight: normal;
	color: #b35b4f;
	background: #f2e1e4;
}
.price-block-02 td {
	text-align: center;
	vertical-align: top;
	padding: 3px 0;
	border: solid 1px #bfbfbf;
	background: #ffffff;
}
.price-block-02 .co1 {
	color: #ab372c;
}
.price-block-02 .co2 {
	color: #79a700;
}
.price-block-02 .co3 {
	color: #5d99df;
}
.price-block-02 .co4 {
	color: #d8b900;
}


/* price-block-03 */

.price-block-03 {
	width: 560px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.price-block-03 th {
	width: 180px;
	text-align: left;
	vertical-align: middle;
	color: #b35b4f;
	padding: 5px 0 5px 10px;
	border: solid 1px #bfbfbf;
	background: #f2e1e4;
}
.price-block-03 td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border: solid 1px #bfbfbf;
	background: #ffffff;
}
.price-block-03 td span {
	color: #b35b4f;
}




/* facilities page */
/* -------------------------------------------------------- */

/* facilities-block-01 */

.facilities-block-01 {
	width: 700px;
	margin-bottom: 35px;
}
.facilities-block-01 dl {
	width: 142px;
	float: left;
}
.facilities-block-01 dt {
	margin: 0 0 5px 0;
}
.facilities-block-01 dd {
	color: #b25b4f;
	margin: 0 5px 0 2px;
}
.facilities-block-01 a:link,
.facilities-block-01 a:visited,
.facilities-block-01 a:active {
	color: #b25b4f;
	text-decoration: none;
}
.facilities-block-01 a:hover {
	color: #b25b4f;
	text-decoration: underline;
}


/* facilities-block-02 */

.facilities-block-02 {
	width: 720px;
}
.facilities-block-02 dl {
	width: 142px;
	float: left;
}
.facilities-block-02 dt {
	color: #b25b4f;
	padding: 0 0 5px 0;
}
.facilities-block-02 dd {
	width: 135px;
	padding: 3px 0 5px 0;
	background: #f2f2f2;
}
.facilities-block-02 dd.img img {
	display: block;
	margin: 0 auto;
}
.facilities-block-02 dd.text p {
	font-size: 11px;
	line-height: 140%;
	margin: 0 3px 0 5px;
}
.facilities-block-02 dd.text span {
	width: 1px;
	height: 80px;
	display: block;
	float: right;
}


/* facilities-block-03 */

.facilities-block-03 {
	width: 700px;
}
.facilities-block-03 h4 {
	font-weight: normal;
	color: #b25b4f;
	padding: 0 0 5px 0;
}
.facilities-block-03 .inner-01 {
	width: 410px;
	padding: 3px 0 5px 0;
	background: #f2f2f2;
}
.facilities-block-03 .inner-01 li {
	padding: 0 2px 7px 2px;
	float: left;
}
.facilities-block-03 .inner-01 p {
	font-size: 11px;
	line-height: 140%;
	margin: 0 3px 0 5px;
	padding: 0 0 20px 0;
}




/* rule page */
/* -------------------------------------------------------- */

/* rule-block-01 */

.rule-block-01 {
	width: 720px;
}
.rule-block-01 li {
	padding: 0 7px 10px 0;
	float: left;
}


/* rule-block-02 */

.rule-block-02 {
	width: 560px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.rule-block-02 th {
	width: 180px;
	text-align: left;
	vertical-align: middle;
	color: #b35b4f;
	padding: 5px 0 5px 10px;
	border: solid 1px #bfbfbf;
	background: #f2e1e4;
}
.rule-block-02 td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border: solid 1px #bfbfbf;
	background: #ffffff;
}
.rule-block-02 td span {
	color: #b35b4f;
}




/* link page */
/* -------------------------------------------------------- */

/* link-block-01 */

.link-block-01 {
	width: 720px;
}
.link-block-01 li {
	padding: 0 7px 10px 0;
	float: left;
}


/* link-block-02 */

.link-block-02 {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 25px;
}
.link-block-02 th {
	width: 170px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #4265b9;
}
.link-block-02 td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.link-block-02 a:link,
.link-block-02 a:visited,
.link-block-02 a:active {
	color: #4265b9;
	text-decoration: none;
}
.link-block-02 a:hover {
	color: #4265b9;
	text-decoration: underline;
}


/* ▽ 2010/06/18 バナーリンク用に修正 ▽ */
/* link-block-03 */

.link-block-03 {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 25px;
}
.link-block-03 th {
	width: 340px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 6px;
	color: #4265b9;
}
.link-block-03 td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 6px 10px;
}
.link-block-03 a:link,
.link-block-03 a:visited,
.link-block-03 a:active {
	color: #4265b9;
	text-decoration: none;
}
.link-block-03 a:hover {
	color: #4265b9;
	text-decoration: underline;
}
/* △ 2010/06/18 バナーリンク用に修正 △ */


/* privacy page */
/* -------------------------------------------------------- */

/* privacy-block-01 */

.privacy-block-01 {
	width: 700px;
}
.privacy-block-01 dt {
	color: #b35b4f;
	margin-bottom: 3px;
}
.privacy-block-01 dd {
	margin-bottom: 30px;
}




/* access page */
/* -------------------------------------------------------- */

/* access-block-01 */

.access-block-01 {
	width: 700px;
	margin-bottom: 50px;
}
.access-block-01 h3 {
	margin-bottom: 15px;
}
.access-block-01 dt {
	font-weight: bold;
}
.access-block-01 dt.bg1 {
	color: #faa718;
}
.access-block-01 dt.bg2 {
	color: #43a22c;
}
.access-block-01 dt.bg3 {
	color: #fb0f0c;
}
.access-block-01 dt.bg4 {
	color: #1a9abf;
}
.access-block-01 dd {
	margin-bottom: 15px;
}

.access-block-01 .inner-01 {
	width: 700px;
	margin-bottom: 10px;
}
.access-block-01 .inner-01 .l-block {
	width: 350px;
}
.access-block-01 .inner-01 .r-block {
	width: 340px;
}

.access-block-01 .inner-02 {
	width: 700px;
	position: relative;
}
.access-block-01 .inner-02 p {
	width: 298px;
	position: absolute;
	top: -50px;
	right: 5px;
}


/* access-block-02 */

.access-block-02 {
	width: 720px;
	margin-bottom: 25px;
}
.access-block-02 h3 {
	margin-bottom: 10px;
}
.access-block-02 ul {
	width: 720px;
	margin-bottom: 10px;
}
.access-block-02 li {
	width: 142px;
	float: left;
}
.access-block-02 li span {
	width: 130px;
	display: block;
}


/* access-block-03 */

.access-block-03 {
	width: 700px;
	margin-bottom: 20px;
}
.access-block-03 h3 {
	margin-bottom: 10px;
}

.access-block-03 .inner-01 {
	position: relative;
}
.access-block-03 .inner-01a {
	width: 212px;
	position: absolute;
	top: -4.8em;
	right: 0;
}
.access-block-03 .inner-01 p {
	line-height: 120%;
	margin-bottom: 3px;
}
.access-block-03 .inner-01 p img {
	vertical-align: middle;
	margin: 0 3px 2px 0;
	display: inline;
}

.access-block-03 table {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.access-block-03 th {
	width: 490px;
	text-align: left;
	vertical-align: top;
}
.access-block-03 td {
	text-align: left;
	vertical-align: bottom;
}
.access-block-03 td p {
	line-height: 120%;
	margin-bottom: 3px;
}
.access-block-03 td p img {
	vertical-align: middle;
	margin: 0 3px 2px 0;
	display: inline;
}


/* access-block-04 */

.access-block-04 {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
}
.access-block-04 th {
	color: #f83739;
	text-align: left;
	vertical-align: top;
	padding: 1px 10px;
	background: #fae1e4;
	border: solid 1px #c5c5c5;
}
.access-block-04 td {
	text-align: left;
	vertical-align: top;
	padding: 1px 10px;
	border: solid 1px #c5c5c5;
}




/* contact page */
/* -------------------------------------------------------- */

/* contact-block-01 */

.contact-block-01 {
	width: 600px;
	margin-bottom: 15px;
	padding: 12px 0 10px 0;
	background: #f0363a;
}
.contact-block-01 p {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}


/* contact-block-02 */

.contact-block-02 {
	width: 600px;
}
.contact-block-02 h3 {
	color: #b25b4f;
	margin-bottom: 5px;
}
.contact-block-02 table {
	width: 600px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #f7f7f7;
}
.contact-block-02 th {
	width: 140px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
.contact-block-02 th p {
	margin: 0 0 0 8px;
}
.contact-block-02 td {
	text-align: left;
	vertical-align: top;
	padding: 5px 8px;
	border-bottom: solid 2px #ffffff;
}

.contact-block-02 dt {
	position: relative;
}
.contact-block-02 dt span {
	white-space: nowrap;
	position: absolute;
}
.contact-block-02 dd {
	padding-left: 6.5em;
}

.contact-block-02 .input-01 {
	width: 155px;
	height: 1.5em;
	line-height: 1.4em;
	padding: 0 2px;
	border: solid 1px #bbbbbb;
}
.contact-block-02 .input-02 {
	width: 285px;
	height: 1.5em;
	line-height: 1.4em;
	padding: 0 2px;
	border: solid 1px #bbbbbb;
}
.contact-block-02 .input-03 {
	width: 45px;
	height: 1.5em;
	line-height: 1.4em;
	padding: 0 2px;
	border: solid 1px #bbbbbb;
}
.contact-block-02 textarea {
	width: 420px;
	line-height: 1.4em;
	padding: 0 2px;
	border: solid 1px #bbbbbb;
}




/* sitemap page */
/* -------------------------------------------------------- */

/* sitemap-block-01 */

.sitemap-block-01 {
	width: 700px;
	margin-bottom: 25px;
}
.sitemap-block-01 dl {
	width: 700px;
	margin-bottom: 2px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.sitemap-block-01 dt {
	width: 195px;
	padding: 0 0 4px 0;
	float: left;
}
.sitemap-block-01 dd {
	width: 488px;
	padding: 0 0 4px 0;
	float: right;
}
.sitemap-block-01 dd ul {
	width: 162px;
	margin: 0;
	left: 0;
	float: left;
}
.sitemap-block-01 dd li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;
}

.sitemap-block-01 a:link,
.sitemap-block-01 a:visited,
.sitemap-block-01 a:active {
	color: #333333;
	text-decoration: none;
}
.sitemap-block-01 a:hover {
	color: #333333;
	text-decoration: underline;
}




/* asset */
/* -------------------------------------------------------- */

.asset {
	width: 630px;
	margin-bottom: 35px;
}
.asset-header {
	width: 630px;
	margin-bottom: 20px;
}
.asset-header .title {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 3px solid #333333;
}
.asset-header .date {
	line-height: 105%;
	padding-left: 10px;
	border-left: 3px solid #333333;
}
.asset-content {
	width: 630px;
	margin-bottom: 15px;
}
.asset .text-comment {
	font-size: 10px;
	line-height: 120%;
	padding-left: 10px;
	border-left: 3px solid #333333;
}


/* trackbacks */

.trackbacks-info {
	padding: 2px 5px;
	background: #ffffff;
	border: solid 1px #cccccc;
}
.trackbacks-content {
	padding-top: 30px;
}
.trackbacks-content .trackback {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #999999;
}


/* comments */

#comments .comment {
}
#comments .in {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #999999;
}

#comments-open-data ul {
	width: 100%;
	margin-bottom: 10px;
}
#comments-open-data ul .l-block {
	width: 7em;
}
#comments-open-data ul .r-block {
	float: left;
}
#comment-form-name input,
#comment-form-email input,
#comment-form-url input,
#comments-open-text textarea {
	background: #ffffff;
	border: solid 1px #cccccc;
	vertical-align: middle;
}
#comments-open-text {
	margin-bottom: 10px;
}

.jyunbi-block {
	width: 700px;
	padding: 150px 0 200px 0;
}
.jyunbi-block h2 {
	font-size: 20px;
	color: #f83738;
	letter-spacing: .5em;
	text-align: center;
}


/*--------------------------------------------------------
  トップ ブログ新着(追加：2010/03/11)
--------------------------------------------------------*/
.top-block-06 {
	width: 701px; margin-bottom: 15px
}
.top-block-06a {
	width: 345px
}
.top-block-06b {
	padding-bottom: 5px; width: 345px
}
.blog-bg1 { float: left; }
.blog-bg2 { float: right; }
.blog-bg1 .top-block-06a {
	background: url(../../img/bg_06_01a.gif) repeat-y left top
}
.blog-bg1 .top-block-06b {
	background: url(../../img/bg_06_01b.gif) no-repeat left bottom
}
.blog-bg2 .top-block-06a {
	background: url(../../img/bg_06_02a.gif) repeat-y left top
}
.blog-bg2 .top-block-06b {
	background: url(../../img/bg_06_02b.gif) no-repeat left bottom
}
.top-block-06 H3 {
	margin-bottom: 10px
}
.top-block-06 .bt {
	margin: 0px 15px 0px 15px;
}
.top-block-06 .text {
	margin: 0px 15px 0px 15px;
	padding-bottom: 6px;
}
.top-block-06 .text dt {
	float: left;
	width: 84px;
	padding: 0px 5px 6px 5px;
	font-weight: bold;
}
.blog-bg1 .text dt {
	color: #FF7F00;
}
.blog-bg2 .text dt {
	color: #368BBF;
}
.top-block-06 .text dd {
	padding: 0px 5px 6px 5px;
	padding-left: 84px;
}
