@charset "utf-8";
/* CSS Document */

/*-----------------*/
/* welcome message */
/*-----------------*/

div.welcome{
	width:580px;
	text-align:center;
}

#welcome div{
	width:550px;
	text-align:left;
}

#welcome div.area{
	margin:auto;
	float:none;
}

#welcome div.top{
	background-image:url(../images/contents/top/introd_t_bg.png);
	height:10px;
}

#welcome div.middle{
	background-image:url(../images/contents/top/introd_m_bg.png);
	background-repeat:repeat-y;
}

#welcome div.bottom{
	background-image:url(../images/contents/top/introd_b_bg.png);
	height:10px;
}

#welcome div.text{
	width:510px;
	margin:0px 20px;
}

#welcome div.text h2{
	font-size:14px;
	font-weight:normal;
}

/*-------------*/
/* information */
/*-------------*/
#information div
{
	width:580px;
}

#information div.area
{
}

#information div.head
{
}

#information div.body
{
	width:540px;
	margin:10px 20px;
}

#information #body div.date
{
	width:100px;
}

#information #body div.contents
{
	width:440px;
}


/*---------*/
/* service */
/*---------*/
#service div
{
	width:580px;
}

#service div.area
{
}

#service div.head
{
}

#service div.body
{
	margin-top:10px;
	text-align:center;
}


/*-----------*/
/* free_dial */
/*-----------*/
#free_dial div
{
	width:580px;
}

#free_dial div.area
{
	text-align:center;
}