@charset "UTF-8";

/*---------------------------------------------
FileName:  basic.css

1 基本設定
2 リンク
3 コンテンツ
4 サブページonly
5 文字装飾
---------------------------------------------*/


/* =1 Basic
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	font: normal small/130% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial, Helvetica, sans-serif;
}

/* hide from Mac IE \*/
* html * {
	font: normal x-small/130% Arial, Helvetica, sans-serif;
}
/* */ 


img {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
.cap {
	font-size: 10px;
}


/***************** body */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
html[xmlns] body {
	margin:0;
	padding:0;
	text-align:center;
}
#sub {
	background-image: url(../img/sub_bg.jpg);
	background-repeat: repeat-x;
}




/* =2 Links
----------------------------------------------- */
a, .subnav a:visited {
	color:#875f5f;
	text-decoration:none;
}
a:hover, .subnav a:hover {
	color:#cc8080;
}
a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover {
	border-width:0;
}


/* =3 contents
----------------------------------------------- */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	background-image: url(../img/bg_lside.jpg);
	background-repeat: repeat-y;
}

#contents {
	display: block;
	text-align: left;
	width: 800px;
	float: left;
}

#head {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 55px;
}
#head h1 {
	float: left;
}
#head ul {
	list-style-type: none;
	display: block;
}
#head li {
	float: left;
	background-repeat: no-repeat;
	display: block;
}
#head #h_navi01 a {
	background-image: url(../img/navi_home.jpg);
	background-position: left top;
	display: block;
	width: 87px;
	height: 55px;
	text-indent: -9999px;
}
#head #h_navi02 a {
	background-image: url(../img/navi_guide.jpg);
	background-position: left top;
	display: block;
	width: 89px;
	height: 55px;
	text-indent: -9999px;
}
#head #h_navi03 a {
	background-image: url(../img/navi_contact.jpg);
	background-position: left top;
	display: block;
	width: 97px;
	height: 55px;
	text-indent: -9999px;
}
#head #h_navi01 a:hover {
	background-position: left bottom;
}
#head #h_navi02 a:hover {
	background-position: left bottom;
}
#head #h_navi03 a:hover {
	background-position: left bottom;
}
#search {
	display: block;
	width: 800px;
	float: right;
	margin-top: -55px;
	text-align: right;
}
#search .search_in {
	display: block;
	float: right;
	text-align: left;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
}
#search #searchbox {
	background-image: url(../img/navi_search_bg.jpg);
	height: 19px;
	width: 120px;
	padding: 3px;
	border: 1px solid #F3E5D3;
	display: block;
	float: left;
	margin-top: 3px;
}
/* hide from Mac IE \*/
* html #search #searchbox {
	height: 25px;
	width: 126px;
}
/* */
#search .search_in span {
	display: block;
	width: 39px;
	padding-top: 3px;
	float: left;
}
#top_img {
	display: block;
	height: 370px;
	width: 800px;
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#sub_img {
	background-image: url(../img/sub_img.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 800px;
}

#lside {
	display: block;
	width: 200px;
	float: left;
}
#lside #menu {
	width: 200px;
	display: block;
}
#lside #menu ul {
	list-style-type: none;
}
#lside #menu li a {
	display: block;
	background-image: url(../img/menu_bt.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9C2B8;
	padding-bottom: 3px;
}
/* hide from Mac IE \*/
* html #lside #menu li a {
	padding-top: 9px;
	padding-bottom: 0px;
	font-size: 0.95em;
	height: 30px;
}
/* */

#lside #menu li a:hover {
	background-image: url(../img/menu_bt_h.jpg);
	border-bottom-style: solid;
	border-bottom-color: #cc8080;
}
#lside h3 {
	display: block;
	margin-right: 10px;
	margin-top: 20px;
	padding: 5px;
	background-color: #F9EEE3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EED5C2;
	color: #333366;
}
#lside p {
	margin: 5px;
	color: #444444;
}
#lside #shop {
	display: block;
	width: 200px;
	margin-top: 20px;
}
#lside #shop p {
	margin-right: 20px;
	margin-left: 0px;
}
#lside #shop address {
	margin-left: 5px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
#shop address {
	line-height: 1.5em;
	margin-top: 10px;
}
#lside #calendar {
	margin-top: 20px;
	display: block;
	width: 200px;
}
#lside #calendar table {
	border: 1px solid #ECECEC;
}
#lside #calendar th {
	height: 25px;
	text-align: center;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	color: #333366;
}
#lside #calendar td {
	height: 25px;
	width: 25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	color: #999999;
}
#lside #calendar .saterday {
	color: #6699CC;
}
#lside #calendar .sunday {
	color: #FF9999;
}
#lside #calendar th a {
	color: #E4B7A6;
	height: 25px;
	width: 25px;
	font-weight: bold;
}
#lside #calendar td a {
	color: #FFFFFF;
	height: 20px;
	width: 25px;
	font-weight: bold;
	display: block;
	background-color: #E4B7A6;
	padding-top: 5px;
}
/* hide from Mac IE \*/
* html #lside #calendar td a {
	height: 25px;
}
/* */


#lside #calendar a:hover {
	color: #FFFFFF;
	background-color: #f6cabe;
}
#lside #calendar strong {
	color: #CC0000;
}
#lside #calendar td strong a {
	color: #FFFFFF;
	background-color: #CC0000;
}
#main {
	display: block;
	float: right;
	width: 590px;
}

#central {
	display: block;
	width: 400px;
	float: left;
}
#central h2 {
	background-image: url(../img/ttl_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 60px;
	width: 400px;
	text-indent: -9999px;
}
#central h3 {
	background-image: url(../img/ttl_h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 360px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}
/* hide from Mac IE \*/
* html #central h3 {
	height: 32px;
	width: 400px;
}
/* */


#central p {
	clear: left;
	clear: both;
    float: none;
	margin-left: 10px;
	margin-bottom: 10px;
}
#central ul {
	margin-left: 30px;
}
#central ol {
	margin-left: 30px;
}
#central #bloglist {
	border: 1px dashed #D9C2B8;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#central #bloglist h3 {
	background-image: none;
	color: #666699;
	font-weight: bold;
	margin-bottom: 0px;
	width: auto;
}
#sub #sub_main {
	display: block;
}

/* =4 sub
----------------------------------------------- */
#sub #sub_main p {
	margin-left: 10px;
	margin-bottom: 10px;
}
#sub #sub_main ul {
	margin-left: 30px;
}
#sub #sub_main ol {
	margin-left: 30px;
}
#sub_main h2 {
	font-size: 3em;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
	color: #333366;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#sub #sub_main h3 {
	clear: both;
	background-image: url(../img/sub_ttl_h3.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 550px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}
/* hide from Mac IE \*/
* html #sub #sub_main h3 {
	height: 32px;
	width: 590px;
}
/* */

#sub #sub_main td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E4B7A6;
	border-bottom-color: #E4B7A6;
	text-align: center;
}
#sub #sub_main th {
	background-color: #F0DDCA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E4B7A6;
	border-bottom-color: #E4B7A6;
	padding: 8px;
	text-align: center;
} 
#sub #sub_main table {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E4B7A6;
	border-left-color: #E4B7A6;
	margin-left: 10px;
}
#sub #sub_main td {
	text-align: left;
}
#sub #sub_main #tbl_noborder table{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#sub #sub_main #tbl_noborder td{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 2px;
}
#sub #sub_main .snap {
	display: block;
	margin-bottom: 20px;
	width: 590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #BBBBBB;
	border-left-color: #DDDDDD;
	float: left;
	background-color: #FFFEFB;
	background-image: url(../img/snap_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	line-height: 30px;
}
#sub #sub_main .snap img {
	float: left;
	clear: left;
	padding: 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: #ECECEC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #ECECEC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #FFFFFF;
}
#sub #sub_main .snap strong {
	color: #AA8C80;
	font-size: 12px;
}
#sub #sub_main #bloglist {
	display: block;
	border: 1px dashed #D9C2B8;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	clear: left;
	width: 560px;
}
#sub #sub_main #bloglist h3 {
	background-image: none;
	color: #666699;
	font-weight: bold;
	margin-bottom: 0px;
	width: auto;
}



#rside {
	width: 180px;
	display: block;
	float: right;
	position: relative;
	top: 0px;
	text-align: center;
}
#rside ul {
	list-style-type: none;
}
#rside a img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#rside a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#rside .rside_menu {
	text-align: left;
}
#rside .rside_menu a {
	background-image: url(../img/rside_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 140px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
/* hide from Mac IE \*/
* html #rside .rside_menu a {
	height: 40px;
	width: 180px;
}
/* */
#rside .rside_menu a:hover {
	color: #3AC3AF;
}

#rside #rnews h3 {
	display: block;
	padding: 5px;
	background-color: #F9EEE3;
	color: #333366;
}
#rside #rnews {
	text-align: left;
	border: 1px solid #EED5C2;
	margin-top: 20px;
}
#rside #rnews p {
	margin: 5px;
	color: #444444;
}

#yahoo {
	margin-top: 30px;
}




#foot {
	font-size: 0.9em;
	color: #666666;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	display: block;
	width: 800px;
	background-image: url(../img/bg_lside.jpg);
	background-repeat: repeat-y;
	clear: left;
}


/* =5 font
----------------------------------------------- */
.uline {
	text-decoration: underline;
}
.font_l {
	font-size: 2em;
}
.font_m {
	font-size: 1.5em;
}
.font_s {
	font-size: 0.8em;
}

.an {
	color: #FF0000;
}
.an2 {
	color: #3366CC;
}
.an3 {
	color: #009933;
}
