@charset "UTF-8";

/* ================================================================
   基本構造
================================================================ */
/* 神奈川県 */
body.styleKanagawa{
	margin: 0px;
	padding: 5px 0px;
	background-color: #e6eae4;
	font-size: 95%;
}

#wrapper{
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	font-size: 85%;
}
#header{}
#contents{}
#footer{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}





/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }
cut{
	clear: both;
	float: none;
}

/* 回り込み解除 */
.clearfix{	zoom:1; } 
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a:link,
a:visited {	color: #069;	text-decoration: underline;}
a:hover,
a:active {	text-decoration: none;	color: #e15a00;}

.unit{
	width: 740px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.red{	color: #FF3300;}
.bold{	font-weight: bold;}



