@charset "UTF-8";


/* 基本設定 */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}

body{
	background:#fff;
	text-align:center;
}

br{
	letter-spacing:normal;
}

a{
	color:#fff;text-decoration:none;
}

a:hover{
	color:#fff;text-decoration:none;
}

img{
	border:0px;
}

/* テンプレート */
#temp{
	width:870px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#header{
	background-color:#fff;
	width:860px;height:170px;
	text-align:left;
}

#menu{
	width:860px;height:30px;
	text-align:left;color:#fff;
	background-color:#d3d3d3;
}

#main{
	background-color:#fff;
	width:840px;
	text-align:left;
	padding:10px;
}

#footer{
	background:#fff;
	width:860px;
	color:#000;
	padding:8px 0px;
}

/* タイトル部分 */
#header h1{
	padding:15px 0px 0px 5px;
}

/* メニュー部分 */
#menu ul{
	list-style-type:none;
	height:24px;
}

#menu li{
	display:inline;
	padding:0px
}

#menu a{
	color:#000;
	display:block;
	line-height:30px;
	float:left;
	text-decoration:none;
	padding:0px 15px;
}

#menu a:hover{
	display:block;
	background-color:#363636;
	color:#fff;
	text-decoration:none;
}

#menu #current{
	color:#fff;
	display:block;
	line-height:30px;
	float:left;
	background-color:#363636;
	text-decoration:none;
	padding:0px 15px;
}

/* ページタイトル */
#page_title{
	color:#e97e0b;
	font-size:24px;
	font-family:Times New Roman,serif;
	font-weight:bold;
	padding:5px 0px;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("../img/mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#463202;
}

#main a{
	color:#FF6600;
}

#main a:hover{
	color:#FF6600;
}

table#contact_table {
	width:650px;
	margin: 20px;
}
table#contact_table td {
    padding: 5px;
    white-space: nowrap;
}
th.wid100 {
	width:100px;
}
th.wid550 {
	width:550px;
}

.line{
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	width:680px;
	padding:15px 0px 15px;
}

.bbs_title{
	font-size:12px;
	font-weight:Bold;
}

.bbs_name{
	font-size:12px;
	color:#8B0000;
}
.bbs_date{
	font-size:11px;
	color:#8B0000;
}
.bbs_width{
	width:100px;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}


