@charset "euc-jp";

/*--------------------------------------*/
/*                                      */
/* ### 基本設定項目 ###                 */
/*                                      */
/*--------------------------------------*/


/*--------------------------------------*/
/*# Reset Elements #                    */
/*--------------------------------------*/
*,th,td,form,fieldset,button{
	margin: 0;
	padding: 0;
	background-position: left top;
}

img,th,td,form,button{
	border: none;
}

/*--------------------------------------*/
/*# Overwrite Elements #                */
/*--------------------------------------*/

/*--- ボディ ---*/
body {
	color: #4f4f4f;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/hd_seo_bg.jpg) repeat-x;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	line-height: 1.5;
}

.win body {
	letter-spacing: 1px;
}

.mac body {
	font-family: ヒラギノ角ゴ Pro W3, Osaka;
	font-size: 11px;
}

/*
.mac.gecko body,
.mac.safari body {
	font-family: ヒラギノ角ゴ Pro W3, Osaka;
	font-size: 11px;
}
*/

/*--- リンク ---*/
a, 
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
}

a, 
a:link,
a:visited,
a:active {
	color: #386bd4;
}

a:hover {
	color: #89c6ff;
}

.caution {
	color: #ac1c00;
}

.blue {
	color: #18449f;
}

.blue_b {
	color: #18449f;
	font-weight: bold;
}

/*--- 見出し ---*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

/*--- リスト ---*/
ul,ol,li {
	list-style-type: none;
}


/*--- テーブル ---*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	th,
	td {
		padding: 0;
		vertical-align: top;
		text-align: left;
	}
	th {
		font-weight: normal;
	}

/*--- アドレス ---*/
address {
	display: block;
	clear: both;
	background: #707070;
	margin: 0 auto;
	padding: 0;
}

/*--- フォーム部品 ---*/
input,
select {
	vertical-align: middle;
}

textarea {
	font-size: 100%;
}

option {
	padding-right: 5px;
}

/*--- 画像 ---*/
img {
	vertical-align: bottom;
}

.imgout {
}

/*--- container ---*/
#container {
	width: 760px;
	margin: 0 auto;
}
