@charset "utf-8";

/* ========= リンク ========= */

A:link{
text-decoration:none;
color:#666666;
}
A:hover {
text-decoration:underline;
color:#E60000;
}
A:visited {
text-decoration:none;
color:#666666;
}
A:active{
text-decoration:underline;
color:#E60000;
}
body,form,fieldset{
margin:0;
padding:0;
}
fieldset{
border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dt,dd{
margin:0;
padding:0;
}
blockquote,li,dt,dd{
margin-left:1em;
}
img{
border:0;
}
li{
list-style:none;
}
input.textarea{
font-size:1em;
}
body {
text:#000000;
margin-top:0;
margin-left:0;
margin-right:0;
font-size: 90%;
line-height:150%;
background-image: url(img/back.gif);
background-repeat: repeat;
font-family: Verdana,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}
#main{
margin-left:auto;
margin-right:auto;
margin-top: 0;
margin-bottom: 0;
width:750px;
background-color:#FFFFFF;
}
#footer{
margin-left:auto;
margin-right:auto;
width:750px;
padding:1px;
background-color:#CCCCCC;
font-size: 80%;
color:#FFFFFF;
text-align:center;
}

/*---------------------*/
#main p{
	width:400px;
	margin:0 auto;
	padding:75px 0 50px;
}
#main dl{
	text-align:center;
	padding-bottom:50px;
}
#main dt{
	margin-bottom:10px;
}
#main dd{
	font-size:13px;
	line-height:18px;
}
