@charset "UTF-8";



/*
	1 : initialize
	2 : textLink
	3 : layout
*/



/* **********************************************************************
1 : initialize
********************************************************************** */
* {
margin: 0;
padding: 0;
}


body {
background-color: #FFFFFF;
color: #333333;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
font-size: 11px;
line-height: 1.7;
text-align: center;
}

img {
border: 0;
}

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

hr {
display: none;
}

.dn {
display: none;
}

.noborder {
border: none;
}

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


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
text-decoration: none;
}

a:link {
color: #D98C3F;
}

a:visited {
color: #D98C3F;
}
/*
a:active {
color: #D98C3F;
}
*/
a:hover {
text-decoration: underline;
}



/* **********************************************************************
3 : layout
********************************************************************** */
#wrapper {
background: url(../img/bg_top.gif) top no-repeat;
text-align: left;
width: 800px;
margin: 0 auto;
padding-top: 6px;
}

#footer {
clear: both;
}

ul#banner {
float: left;
}

ul#banner li {
float: left;
margin-right: 10px;
}

p#copyright {
float: right;
text-align:right;
}