@charset "UTF-8";

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul, ol{
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table{
border-collapse:collapse;
border-spacing:0px;
width: 100%;
}

th, td {
padding: 5px 10px;
border: 1px solid #999999;
vertical-align: top;
}

th {
background-color: #eee;
}

.columnLeft {
	float: left;
	display: block;
}

.columnRight {
	float: right;
	display: block;
}


/* common
------------------------------------*/

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #FF3B37; }
a:active { color: #FF3B37; }

body{
border-top: 2px solid #1E693B;
background: url(img/bg.jpg) left bottom repeat-x;
text-align:center;
line-height:1;
color: #FFF;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* clearfix
------------------------------------*/

#btnarea div:after,
#btnarea div ul:after,
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}

#btnarea div,
#btnarea div ul,
.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html #btnarea div,
* html #btnarea div ul,
* html .clearfix {
height: 1%
}

#btnarea div,
#btnarea div ul,
.clearfix {
display:block;
}

/* end MacIE5 */