@charset "utf-8";

/*=========================================
SETTING
===========================================*/

html{width:100%;}

body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,textarea,blockquote {
margin: 0;
padding: 0;
font-size: 100%;
list-style: none;
}



body {
	color: #371806;
	font-size: 75%;
	font-family: "メイリオ","meiryo",Verdana,"Hiragino Kaku Gothic Pro W3","MS UI Gothic";
	text-align:center;
	width: auto;
	line-height: 18px;
}

img {
border: none;}

a   {
color:#371806;
text-decoration: underline;}

a:hover {
color: #371806;
text-decoration: none;}

em,address {}

strong {font-weight: bold;}

.clear {clear: both;}


#main {
width:630px;
margin:40px auto 20px auto;

}

.copy{
margin-top:25px;
}

.info{
margin-bottom:25px;
}

li{
width:304px;
float:left;
margin:0 5px;
}



