@charset "shift-jis";
/* CSS Document */


/* index */

html,body{
	font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシチE', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'EE EゴシチE', sans-serif;
	/*min-height: 100%;
	height: 100%;*/
}

body {
	background-image:url(../img/bg.gif);
 	min-width:720px;
	margin:0;
	color:#333;
	display:none;
}

a img {
	box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-moz-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-webkit-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-o-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-ms-box-shadow:0px 0px 3px 1pxx rgba(113,135,164,0.65);}


.shadow {
	box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-moz-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-webkit-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-o-box-shadow:0px 0px 3px 1px rgba(113,135,164,0.65);
	-ms-box-shadow:0px 0px 3px 1pxx rgba(113,135,164,0.65);	
}

#wrapper {
	margin:0 auto;
	width:720px;
}

#wrapper p {
	text-align:center;
	line-height:2em;
}

.bordered {
    text-shadow:
         0px  1px 0 #fff,
        -1px -1px 0 #fff,
         1px -1px 0 #fff,
         1px  1px 0 #fff,
        -1px  0px 0 #fff;
}

.bold {
	font-weight:bold;
}

.fs11 {
	font-size:11px;
}

.fs12 {
	font-size:12px;
}

.fs14 {
	font-size:14px;
}

.fs16 {
	font-size:16px;
}

.fs18 {
	font-size:18px;
}

.fs20 {
	font-size:20px;
}

.day {
	height:11px;
	line-height:11px;
}

.red {
	color:#F00;
}

#title {
	margin-top:32px;
	margin-bottom:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



.header {
	background-image:url(../img/h.gif);
	width:100%;
	height:18px;
	}

.list {
	display:table;
}

.list div{
	display:table-cell;
}

.footer {
	background-image:url(../img/f.gif);
	width:100%;
	height:18px;
	margin:0;
	bottom:0;
	}


/* btn */

a:hover.btn{
    opacity: 0.7;
    filter: alpha(opacity=65);
}
