@charset "shift_jis";


/*スクロールバー設定*/
html {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
}


body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #FE5F04;
}
.color2 {
	color: #C00;
}

img {
	border: none;
}
.uline1 {
	background: url(images/uline_1.gif) repeat-x left bottom;
}
table.table1{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFF;
	empty-cells:show;
	padding: 2px 2px 2px 2px;
	line-height: 15px;
	color: #DDDDBD;
}
.table1 th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#000;
	background-color:#FFF;
	background-position:left top;
	background-repeat:no-repeat;
	padding:2px 2px 2px 2px;
	text-align:center;
}
.table1 td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:2px 2px 2px 2px;
	font-size: 12px;
	color: #333;
}



/*全般のリンク設定。*/
a {
	color: #333333;
}
a:hover {
	color: #F90;
}



/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 1040px;
	border: 1px solid #808080;	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 36px;	
	font-weight: bold;	
	color: #FFFFFF;		
	background: url(images/header_bg.gif) no-repeat bottom;
	height: 100px;
}
#header h1 {
	font-size: 10px;	
	padding-left: 10px;
}
#header p {
	padding-left: 20px;
}



/*ページ上部メインメニュー
------------------------------------------------------------------------*/
#mainmenu {
	padding: 0px;
}
#mainmenu ul {
	line-height: 40px;
	height: 50px;
	border-bottom: 1px solid #333;
	background: #FFFFFF;
}
#mainmenu li {
	float: left;
}
#mainmenu ul li a {
	display: block;
	width: 129px;
	text-align: center;
	color: #333333;	
	text-decoration: none;
}
#mainmenu ul li a:hover {
	background: #f5f5f5;	
}
#mainmenu .last {
	border-right-style: none;	
}



/*左コンテンツ
------------------------------------------------------------------------*/
#left {
	background: #dfdfdf;	
	width: 180px;
	vertical-align: top;
	padding: 10px 5px;
	background-color: #FFF;
	line-height: 40px;
}



/*右コンテンツ
------------------------------------------------------------------------*/
#right {
	background: #dfdfdf;
	width: 180px;
	vertical-align: top;
	padding: 10px 5px;
	background-color: #FFF;
}



/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
	width: 650px;
	vertical-align: top;
	background: #efefef;	
	padding: 10px 5px;
}
#center p {
	padding: 0.5em 18px 1em;
	line-height: 20px;
}
#center h2 {
	border-left: 5px solid #666666;
	font-size: 14px;
	background: url(images/h2_bg.gif) no-repeat left bottom;
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
	font-weight: normal;
}



/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
	background: #999999;
	border: 1px solid #808080;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
#left h3, #right h4 {
	background: #999999;
	border: 1px solid #808080;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#left h2 a,#right h3 a {
	color: #FFF;
	text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}
#left p {
	padding-top: 3px;
	padding-bottom: 2px;

}
/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu ,#right ul.menu{
	margin-bottom: 1em;
	text-align: center;
	line-height: 40px;
}
#left ul.menu li a ,#right ul.menu li a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	display: block;
	width: 180px;
	background-color: #dfdfdf;
}
#left ul.menu a:hover ,#right ul.menu a:hover{
	color: #FFF;
	text-decoration: underline;
	background-color: #333;
}




/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	border-top: 1px solid #808080;
	line-height: 50px;
}
#footer a {
	color: #FFFFFF;
}



/*左右コンテンツ内の商品写真を囲んでいるボックス設定（上のラインなし）
------------------------------------------------------------------------*/
.box1 {
	background: #efefef;	
	border-right: 1px solid #808080;	
	border-bottom: 1px solid #808080;	
	border-left: 1px solid #808080;		
	padding: 5px;
	font-size: 12px;	
}




/*中央にある四角い商品写真を囲んでいるボックス
------------------------------------------------------------------------*/
.box2 {
	background: #efefef;	
	padding: 5px;
	border: 1px solid #808080;	
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
.box2 .fl {
	float: left;
	margin-right: 5px;
}
.box-engine {
	border-right: 1px solid #808080;
	padding: 5px;
	font-size: 12px;
}



/*角丸テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.marutable {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.marutable p {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.marutable .td1 {
	background: url(images/table/1.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td2 {
	background: url(images/table/2.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td3 {
	background: url(images/table/3.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td4 {
	background: url(images/table/4.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .white {
	background: #FFFFFF;
}



/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
.style1 {
	font-size: 11px;
}
.style2 {
	font-size: 12px;
	color: #333;
	background: #FFF;
	line-height: 15px;
}
.style3 {
	font-size: 14px;
	color: #C00;
	background: #FFF;
	line-height: 15px;
	text-align: center;
}
.style4 {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.color3 {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}







#calendar{
	margin:auto;
	text-align: center;
}
#calendar #ca_calendar{
	width:600px;
	height:100%;
	background-color:#d6e7e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding:6px;
	margin-top:5px;
}
#calendar #ca_calendar p{
	letter-spacing:normal;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
}
#calendar #ca_calendar table{
	width:100%;
	border-collapse: separate;
	border-spacing:4px;
	text-align:center;
	letter-spacing:normal;
}
#calendar #ca_calendar th{
	background-color:#808080;
	color:#FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	width:14%;
	height:18px;
	line-height:normal;
	vertical-align:middle;
}
#calendar #ca_calendar th.sun{
	background-color:#c70048;
}
#calendar #ca_calendar th.sat{
	background-color:#0080b2;
}
#calendar #ca_calendar td{
/*background-color:#AAD8E6;*/
background-color:#FFFFF0;

	font-weight:bold;
	color:#808080;
	height:100px;
	line-height:normal;
	text-align:center;
	vertical-align:top;
}

#calendar #ca_calendar td.today{
	background-color:#FFB6C1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	color:#000;
}
#calendar #ca_calendar td.bg{
	background-color:#2a9aff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	color:#FFF;
}

#calendar #ca_calendar td .right{
	text-align:right;
}
#calendar #ca_calendar td .left{
	text-align:left;
}


#calendar #ca_calendar td.bg a:link,
#calendar #ca_calendar td.bg a:visited {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#calendar #ca_calendar td.bg a:hover,
#calendar #ca_calendar td.bg a:active {
	color:#f9fc03;
}

#calendar span.title{
	font-weight:bold;
	font-size: 16px;
}

#calendar span.data{
	font-size: 10px;
	overflow: hidden;
}

#calendar span.center{
	color:#669900;
}
#calendar span.akashia{
	color:#B00058;
}
#calendar span.popura{
	color:#FF9900;
}
#calendar span.toyohira{
	/*color:#66CCFF;*/
	color:#039;
}
#calendar span.miyanosawa{
	/*color:#990000;*/
	color:#099;
}

#cal-note{
	border:#999 solid 1px;
	padding:5px;
	float: left;
	/*height:100px;*/
	clear:both;
}
#cal-note .L{
	width:300px;
	float:left;
}
#cal-note .R{
	width:300px;
	float:right;
}
