@charset "euc-jp";

/*＃*/

/* 初期設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

h1{
	text-align: left;
	width: 766px;
	padding-top: 3px;
	padding-bottom: 3px;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}

/* ボディー */
body {
	width:970px;
	height:100%;
	font-size: 12px;
	color: #323232;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(../common/back_img.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


/* 画像ボーダー */
img {
	border: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 強調 */
strong {
	color: #323232;
}

/* 区切り */
hr {
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #582600;
	margin: 5px 0px;
	padding: 0px;
}

td {
	word-break: break-all;
	font-size: 12px;
	line-height: 1.5em;
}
div {
	word-break: break-all;
}


/*　リンク */
a,a:visited{
	text-decoration: none;
}
a:hover{
	color: #ff5800;
	text-decoration: none;
}

