@charset "UTF-8";

body {
	margin: 0px auto 0;
	font-size: 12px;
	font-family:  'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", 'Osaka', "Lucida Grande", sans-serif;
	color: #333;
	text-align: center;
}

/* -- for WinIE6 -- */
* html body {
	font-size: 62.5%;
	font-family:'ＭＳ Ｐゴシック';
	letter-spacing: 0px;
	vertical-align:baseline;
	_height: 100%;
    _overflow: auto;    
}
/* -- for WinIE7 -- */
*:first-child+html body { 
	font-size: 62.5%;
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
}

/* -- for WinIE8 -- */
/*html>/**//*body {
	font-size: 62.5%\9;
}*/

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6,p,form {
	margin: 0;
	line-height: 30px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img,input {
	vertical-align: top;
}
a {
	color: #333366;
	overflow:hidden;
	text-decoration: none;	
}
a:hover {
	color: #FF9900;
}
input,select,button {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.imgover {
	margin-bottom: 1px;
}

.month_l {
	font-size:3.0em;
}

.month_m {
	font-size:2.0em;
}

.month_s {
	font-size:1.0em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0; clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

