/* CSSの初期化 */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, form {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
/*
	font-family: 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
*/
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	line-height: 130%;
}

/* 幅とフォントサイズの初期化 */
body {
	font-size: 10px;
}

/* 文字を均等に配置 */
p {
	text-align: justify;
	text-justify: inter-ideograph;

}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}

/* リンクの色の初期化 ※順番に注意*/
a {
	outline-style: none;
}
a:link.link{
	color: #000;
	border-bottom-color: #000;
}
a:visited.link{
	color: #000;
	border-bottom-color: #000;
}
a:hover.link {
	background-color: #000;
	color: #fff;
	text-decoration: none;
/*
	border-bottom-color: #fff;
*/
}

/* clearfix */
.clerfloat {
	clear: both;
}

/* 画像は基本ボーダー無し */
img {
	border:0 solid;
}




#wrapper {
	width: 1040px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

