@charset "UTF-8";
/* CSS Document */
a:link    {
	color: #F69;
	text-decoration:none
}    
	a:visited {
	color: #F69;
}   
	a:hover   {
	color: #F06;
} 
	
.hover_img:hover {
	opacity: 0.7 ;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 0.8em;
}

*html body{ /*for winIE6*/
	font-size: 75%;
	font-family:Verdana, "MS P ゴシック", sans-serif;
	clear: both;
}

*: first-child+html body{ /* for WinIE7*/
  font-size: 75%;
	font-family:'メイリオ',Meiryo,sans-serif;
}
#container {
	margin: 0px auto;
	width: 860px;
}
#header {
	position: relative;
	height: 350px;
	background: url(../image/bg.gif) repeat-x;
	background-image: url(../image/bg.gif);
}
#header h1 {
	font-size: 0.8em;
	padding-top: 14px;
	padding-left: 5px;
	color: #F69;
	font-weight: normal;
}
#header ul#headmenu {
	position: absolute;
	left: 145px;
	top: 160px;
	width: 718px;
}
#header ul#headmenu li {
	float: left;
}

#gnavi {
	position: absolute;
	left: 700px;
	top: 5px;
	width: 180px;
}
#header #gnavi ul li {
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	padding-left: 0px;
}
img#top {
	clear: both;
	position: absolute;
	top: 220px;
	left: 0px;
}
#subcontents {
	float: left;
	width: 250px;
	margin-top: 30px;
	line-height: 2em;
	font-size: 0.9em;
}
#contents {
	clear: both;
	margin: 0px auto;
	width: 860px;

}
#subcontents h2 {
	font-size: 1.3em;
	border-left: 4px solid #F69;
	height: 40px;
	margin-bottom: 20px;
	line-height: 2.2em;
	padding-left: 8px;
	font-weight: normal;
}
#subcontents h2 a {
	text-decoration: none;
}
#subcontents h3 {
	border-bottom: 1px dashed #999;
}
#subcontents h3 a {
	text-decoration: none;
  color: #666;
}
	#subcontents h3 a:hover   {
	color: #F06;
} 
#subcontents ul li {
	list-style: square outside;
	margin-left: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
#subcontents #calendar {
	line-height: 1.5em;
	padding-left: 2px;
	padding-right: 2px;
}
.calendertb {
	margin-top: 20px;
}
.table_aki {
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#calender_main {
	width: 820px;
	padding: 40px 20px 50px;
}
.calendarmidashiA {
	background: #F9C;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
	margin: 14px;
}

.calendarmidashiB {
	background: #69C;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
}

.calendarmidashiC {
	background: #039;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
}

.calendarmidashiD {
	background: #F93;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
}

.calendarmidashiE {
	background: #C03;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
}
.calendarmidashiF {
	background: #9C3;
	padding-top: 4px;
	padding-left: 6px;
	margin-top: 14px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #FFF;
}






#maincontents {
	float: right;
	margin-left: 15px;
	width: 560px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 2em;
}
#maincontents h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}
#maincontents h3 {
	font-size: 1.2em;
	border-bottom: 1px dotted #F69;
	font-weight: normal;
	margin-bottom: 5px;
}
#maincontents h4 {
	color: #F69;
	padding-top: 10px;
}
#maincontents .kakomi {
	padding: 10px;
	border: 2px dotted #F69;
}
#maincontents .joei {
	font-size: 1.2em;
}
#maincontents strong {
	color: #F69;
}
#maincontents img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#maincontents ul {
	list-style: disc outside;
	padding-left: 22px;
}
.filmocontainer {
	clear: both;
	padding-top: 20px;
}
#maincontents .filmo_p {
	float: left;
	width: 195px;
	height: 130px;
	text-align: right;
}
.filmo_p_book {
	float: left;
	width: 130px;
	height: 170px;
	text-align: right;
}

#maincontents .filmo_t {
	float: right;
	width: 355px;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
}
.link a {
	font-size: 0.8em;
	color: #666;
	padding-top: 20px;
}
.shop_p {
	height: 260px;
	float: left;
	width: 200px;
}
.shop_t {
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 350px;
}
.shop_t .comment {
	background: #F6F6F6;
	padding: 10px;
}
.shopkomidashi {
	font-weight: normal;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	color: #6E6E6E;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
	margin-top: 10px;
	font-size: 1em;
}
#maincontents .shopkomidashi {
	clear: both;
	margin-top: 5px;
}
.filmocontainer h3 {
	font-size: 1.2em;
}
.filmo_t_book{
	float: right;
	width: 410px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
}
.filmo_t_book h5 {
	line-height: 2em;
	font-weight: normal;
}
.filmo_t h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #F69;
}
.filmo_t_book h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #F69;
}
.filmo_t .sub {
	font-size: 1.1em;
	font-weight: normal;
	color: #F69;
	margin-top: 5px;
}
.filmo_t h4 {
	border-bottom: 1px solid #F69;
	margin-bottom: 4px;
}
.filmo_t p .bunka {
	background: url(../image/bunka.jpg) no-repeat 0px 0px;
	padding-left: 18px;
}
.namae {
	font-size: 1.2em;
	color: #F69;
}
#totop {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
	height: auto;
	background: #FFE5F0;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 10px;
}
/*#footer #menu {
	float: left;
	overflow: hidden;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: 10px;
	width: 100%;
	height: auto;
}*/
#footer #menu {
	display: flow-root;
	float: left;
	overflow: hidden;
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: 10px;
	width: 100%;
	height: auto;
}
#footer #menu li {
	float: left;
	border-left: 1px solid #FFF;
	padding-left: 5px;
	margin-left: 10px;
}
#footer address {
	clear: both;
	color: #B0B0B0;
}
.joei_rei {
	width: 540px;
	border: 5px double #FCC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
	padding-left: 10px;
}
.joei_komi {
	font-weight: bold;
	color: #363;
}
.joeimidashi {
	text-align: center;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.jo_sakuhin {
	font-size: 1.2em;
	color: #333;
}
.jo_s {
	line-height: 0.8em;
}
.joei_link {
	margin-bottom: 20px;
	margin-left: 10px;
}
.joei_tebiki {
	margin-top: 25px;
	margin-left: 15px;
}
.calendar_ {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	text-align: center;
	float: left;
	width: 101px;
	margin-right: 7px;
	margin-left: 7px;
}
.calendar_ img {
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#calender_sub {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}


/*ページトップへ*/


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	line-height: 1.1em;
	z-index: 2;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #FF6699;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #FF99CC;
}
.shop_m {
	letter-spacing: .2em;
	font-weight: bold;
}

hr {
	color: #D9C9CD;
}
.adress {
	clear: both;
	float: right;
	width: 540px;
	padding: 10px;
	font-size: 85%;
	line-height: 120%;
	border: 1px dotted #FFE5F0;
}
.company {
	text-align: center;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #999;
}
