@charset "Shift_JIS";

@import url(default.css);

/************/
/* タイトル */
/************/
#title
{
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
}

#title h1
{
	border: none;
	font-size:130%;
	background-image: none;
}

/**********/
/* メイン */
/**********/
#left
{
	float:left;
	width: 260px;
/*	border-right: 1px dashed #000;*/
}

#right
{
	float:right;
	margin: 0px;
	padding:0;
	left:0;
	right:0;
}

/************/
/* うんちく */
/************/
#about
{
	border-left: 3px solid #FFCCFF;
/*	border-top: 5px solid #FFCCFF;
	border-bottom: 5px solid #FFCCFF; */
	border-right: 3px solid #FFCCFF;
	
	margin:0;
	padding-left:7px;
	padding-right:7px;
}

/************/
/* メニュー */
/************/
#topmenu
{
	width: 235px;
}

#topmenu h2
{
	display: none;
}

#topmenu dl
{
	margin-top: 20px;
}

#topmenu dt
{
	padding: 0;
	line-height: 1.3em;
}

#topmenu dt .datetime
{
	font-size:80%;
}

#topmenu dd
{
	padding: 0 0 10px 15px;
	
	font-size: 90%;
	/* line-height 1.1未満では
	   WinIE5で文字の上部が欠ける。*/
	line-height: 1.3;
}


#topmenu a:active,
#topmenu a:focus,
#topmenu a:hover
{
	position: relative;
	left:-8px;
	padding-left: 5px;
	border-left: 3px solid;
/*	padding-right: 5px;
	border-right: 3px solid;*/

}


#topmenu .item1
{
	margin-left: 70px;
}

#topmenu .item2
{
	margin-left: 30px;
}

#topmenu .item3
{
	margin-left: 10px;
}

#topmenu .item4
{
	margin-left: 0px;
}

#topmenu .item5
{
	margin-left: 30px;
}

#topmenu .item6
{
	margin-left: 70px;
}

#topmenu .item7
{
	margin-left: 60px;
}

/******************/
/* お知らせボード */
/******************/
#oshirase
{
	padding-left:10px;
}

#oshirase h2
{
	font-size:13px;
	border-bottom: 2px solid #faf;
}
#oshirase p
{
	margin-bottom: 0;
}
#oshirase .datetime
{
	font-size: 90%;
	font-weight: normal;
}

/**************/
/* サイト検索 */
/**************/
#search h2
{
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	margin:0;
}
/************/
/* 更新履歴 */
/************/
#koushin
{
	padding-left:10px;
}
#koushin h2
{
	font-size: 100%;
	margin-bottom:0;
}
#koushin textarea
{
	width:200px;
	height:50px;
}

/**********/
/* 連絡先 */
/**********/
#cl
{
	clear:both;
}
#contact
{
	clear:both;
}

#contact h2
{
	border-bottom: 5px double #faf;
	padding-top: 5px;
	padding-bottom:3px;
	text-align: center;
}

#contact address
{
	margin-top:5px;
	padding-top:0px;
	font-style: normal;
}

#map_img img
{
	margin-bottom:10px;
}

div.add_middle
{
	background-image: url("../img/add_middle.png");
	background-repeat: repeat-y;
	width: 550px;
}

div.add_top{
	background-image: url("../img/add_top.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div.add_bottom
{
	background: url("../img/add_bottom.png") no-repeat left bottom;
	text-align: left;
	padding:30px 50px 40px 50px;
}


