@charset "Shift_JIS";


/******************************************************
初期設定
*******************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: ＭＳ Ｐゴシック, sans-serif;
	text-align: center;
	line-height: 16px;
	color: #666666;
}

table, tr, td {
	font-size: 12px;
}

body, form, fieldset,
h1, h2, h3, h4, h5, h6,
blockquote, ul, ol, dl, dt, dd, p {
	margin:0; padding:0;
}
ul li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal; 
}
a:link , a:visited , a:active {
	text-decoration: none ;
	color: #3b598f;
}
a:hover {
	text-decoration: none ;
	color: #ef3b3b;
}

img {
	border: 0px;
}



#all {
	width: 870px;
	margin: 0px auto;
}



h1 {
	width: 100%;
	height: 16px;
	font-size: 11px;
	background-color: #6f6f6f;
	color: #ffffff;
}

#menu {
	padding-top: 8px;
}

#menu a{
	text-decoration: none ;
}



#logo {
	padding-top: 20px;
	padding-bottom: 15px;
}


.foot {
	padding-top: 50px;
	clear:left;
}
