@charset "Shift_JIS";

/* ページ構造 */
body{
margin:0;
padding:0;
text-align:left;
font-size:14px;
line-height:18px;
color:#333;
}

/*背景画像　全体リピート
body {
margin:0;
padding:0;
color:#333333;
line-height:18px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../image/bg.gif);
background-repeat: repeat;
}
*/
/*背景画像　上部横のみリピート
body {
margin:0;
padding:0;
color:#333333;
line-height:18px;
font-size:12px;
background-color:#FFFFFF;
background-image: url(../image/bg.gif);
background-repeat: repeat-x;
}
*/


/*基本設定*/

a:link {
color: #0066CC;
text-decoration:none;
}
a:visited {
color: #0066CC;
text-decoration:none;
  
}
a:hover {
color: #0066CC;
text-decoration:underline;
}
a:active {
color: #0066CC;
text-decoration:underline;
}

h2,h3,h4{
margin:0px;
padding:0px
}

/*テキスト*/
.px14 {
	font-size: 14px;
	color:#362E2B;
	line-height: 20px;
}
.px12 {
	font-size: 12px;
	color:#362E2B;
	line-height: 18px;
}

/*キーワード*/
.border{
	display:block;
	margin:0;
	padding:5px 0 5px 0;
	background:url("../image/line.gif");
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}
#keyword_s{
	width:720px;
	height:22px;
	background:url("../image/acces.gif") no-repeat;
	background-position:0px center;
	margin:0px;
	padding:0;
	}
#keyword_s2{
	clear:both;
	width:720px;
	height:22px;
	background:url("../image/syun.gif") no-repeat;
	background-position:0px 0px;
	margin:0px;
	padding:0px;
	border:0px solid #000;
	}
#keyword_s ul{
	height:22px;
	list-style:none;
	margin:0;
	padding:0px 0 0px 100px;
	background-repeat:no-repeat;
	border:0px solid #000;
	}
	#keyword_s2 ul{
		border:0px solid #000;
	height:22px;
	list-style:none;
	margin:0px 0 0 0;
	padding:0 0 5px 100px;
	background:url("../image/line.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	}
#keyword_s ul li,
#keyword_s2 ul li{
	background:url("../image/point.gif") no-repeat;
	background-position:10px 7px;
	margin:0px;
	padding:0px 10px 0 18px;
	line-height:22px;
	float: left;
	white-space:nowrap;
}