@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
	text-align: center;
	color: #FFF;
}
body,td,th {
	font-family: メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 14px;
	color: #333;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: normal;
}
strong{
    font-weight: bold;
}
a:focus{
    outline:none;
} 

.top {
	float: none;
	width: 1209px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.both {
	clear: both;
}

.botttom {
	float: none;
	width: 1176px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
}

.left {
	float: left;
	width: 300px;
	margin-right: 2px;
}

.right {
	float: left;
	width: 300px;
}

.wide_left {
	float: left;
	width: 575px;
	margin-right: 19px;
}
.wide_right {
	float: left;
	width: 575ypx;
}

.double_right {
	float: left;
	width: 630px;
}
.ex_left {
    float: left;
	width: 882px;
	margin-right: 2px;
}
.ex_right {
	float: right;
	width: 292px;
}

