@charset"euc-jp";

/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}


/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color:#F3ABBA;
	font-size:12px;
}


#wrapper {
	width:886px;
	margin:0 auto;
	padding:0 15px;
	background-color:#FFFFFF;
	text-align:left;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:886px;

}

/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
	width:886px;
	background:url(../img/main_bg.gif)  0 0 repeat-y;
}

#primary{
	float:right;
	width:652px;
	margin-left:10px;
	padding-bottom:30px;
}

#primary p{
margin:0.5em 0 0 10px;
}

/* ---------------------------------------------------------
　secondary
--------------------------------------------------------- */

#secondary {
	width:209px;
	float:left;
	text-align:center;
}

#src_shop {
	width:187px;
	background-color:#FFFFFF;
	text-align:center;
	margin:10px auto 0 auto;
}


/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
background:#d93c76;
color:white;
padding:5px;
border-bottom:10px solid #ffffff;
text-align:center;
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
	text-align:center;
}

ul.menu li {
	display:inline;
}

ul.menu li a img {
}

.side_menu {
}

.side_menu li {
}

.menu_bg {
	background:url(../img/menu_bg.gif) 0 0 repeat-x;
	padding-top:5px;
	height:42px;
	clear:both;
}


/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */
.lined_table{
	border-collapse:collapse;
	border:#999999 1px solid;
}

.lined_table tr td, table.lined_table tr th{
	border-collapse:collapse;
	border-right:#DDDDDD 1px solid;
	border-left:#DDDDDD 1px solid;
	border-top:#999999 1px solid ;
	border-bottom:#999999 1px solid ;
	padding:5px;
}



.lined_table tr th{
	border-right:#DDDDDD 1px solid;
	background-color:#E3E8F1;
	font-weight:normal;
	text-align:left;
}


/* ---------------------------------------------------------*/

.lined_table2{
	border-collapse:collapse;
}


.lined_table2 tr.line01 td{
	background-color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	padding:2px 5px;
}

.lined_table2 tr.line02 td{
	background-color:#f8efe6;
	font-weight:normal;
	text-align:left;
	padding:2px 5px;
}

/* ---------------------------------------------------------*/


.calendar_table tr th.head{
	background:#ffffff;
	color:#e62a52;
	border:1px solid #ffffff;
	font-size:14px ;
	font-weight:bold;
	text-align:left;
}



.calendar_table tr th{
	background:#6699ff;
	color:white;
	text-align:center;
	border:1px solid #6699ff;
	font-size:10px;
}

.calendar_table tr td{
	margin:1px;
	border-left:1px solid #999999;
	border-right:1px solid #cccccc;
	border-top:1px solid #999999;
	border-bottom:1px solid #cccccc;
	background:url(../img/cal-back.jpg) top repeat-x;
	text-align:center;
	color:#bbbbbb;
	width:21px;
}

.calendar_table tr td.cnt a{
	color:white;
	display:block;
	background:#ff0f66;
}

.calendar_table tr td.cnt a:hover{
	color:white;
	display:block;
	background:#6699ff;
}


.calendar_table tr td.today{
	background:#ddf9ba !important;
}

.calendar_table tr td.today a{
	color:white !important;
	background:#75d400 !important;
}



/* ---------------------------------------------------------*/


.list_menu{
padding:5px;
margin:1em 0 1em 0;

}

.list_menu a{
border:1px solid #dddddd;
padding:0 4px;
margin:0 5px;
}

.list_menu a:hover{
border:1px solid #57b3eb;
background:#57b3eb;
color:#ffffff;

}

.list_menu b{
border:1px solid #dddddd;
background:#dddddd;
padding:0 4px;
margin:0 5px;
}


/* ---------------------------------------------------------*/


.list table{
	
}
.list th{
	background:#F8EFE6;
	padding:3px;
}
.list td{
	border-bottom:1px dashed #ccc;
	padding:3px;
}
