/*----------------------

TOPページ設定

-----------------------*/

#mainVisual
{
	margin:1px 0 7px 0;
}

/*----NEWS設定----*/

#news
{
	float:left;
	width:492px;
	height:170px;
	margin:0 0 0 1px;
	padding:0 0 5px 0;
	background:url(img/news_bg.gif) 0% 0% repeat-y;
	border-bottom:1px #ccc solid;
}

h2#newsTitle
{
	background:url(img/news_title.jpg) 0% 0% no-repeat;
	width:492px;
	height:22px;
	text-indent:-9000px;
	line-height:0%;
	font-size:0%;
}

.textBox
{
	padding:0 0 0 5px;
	width:487px;
	color:#666;
	overflow:auto;
	height:150px;
}

.textBox p.date
{
	color:#f63;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	margin:4px 0 0 0;
}

.textBox p.caption
{
	margin:0;
}

/*----menu設定----*/

#about
{
	float:right;
	width:232px;
	height:90px;
	margin:0 1px 0 0;
	padding:0 0 5px 0;
	background:url(img/about_bg.gif) 0% 0% repeat-y;
	border-bottom:1px #ccc solid;
	position:relative;
}

h2#aboutTitle
{
	background:url(img/about_title.jpg) 0% 0% no-repeat;
	width:232p;
	height:22px;
	text-indent:-9000px;
	line-height:0%;
	font-size:0%;
}

.textBox2
{
	padding:0 0 0 5px;
	width:225px;	
	color:#666;
	height:70px;
}

.textBox2 ul
{
	list-style:outside;
	margin:0 0 0 20px;
}

.textBox2 li
{
	line-height:200%;
}

.textBox2 h3
{
	line-height:200%;
}

p.blog
{
	position:absolute;
	right:0px;
	bottom:-90px;
}