@charset "utf-8";

/* Body */
body {
background: #F6f3EA url(../img/bg.gif) repeat-x fixed center top;
border-top: solid 14px #39571c;
margin: 0 auto;
padding: 0;
color: #000000;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
font-size: 13px;
*font-size:small;
*font:x-small;
text-align: center
}

/* Reset */
p,pre,
ul,ol,dl,dt,dd,
form,fieldset,input,textarea,
address,cite {
margin:0;
padding: 0;
}

h1,h2,h3,h4 {
margin:0;
padding: 0;
font-size: 100%;
}

img {
border:0;
}

li {
margin: 0;
padding: 0;
list-style: none;
}

a {text-decoration: none; color: #2183c2;}
a:visited {text-decoration: none; color: #2183c2;}
a:hover {text-decoration: underline; color: #07639e;}

/*Align*/
.al-r {
text-align: right !important;
}
.al-c {
text-align: center !important;
}

/* Clear */
.clearfix{
/zoom:1;
}

.clearfix:after {
content:'';
display:block;
clear:both;
}