@charset Shift_JIS;


/*##################################################
	ヘッダ
##################################################*/
#header
{
}

#header .heaer-ttl
{
	text-align: center;
	vertical-align: top;
}

#header .heaer-tel
{
	text-align: center;
	vertical-align: bottom;
}

#header .header-web
{
	text-align: center;
	vertical-align: bottom;
}


/*##################################################
	メイン
##################################################*/
#main
{
	padding: 0 25px 0 25px;
	text-align: left;
}

#main h2
{
	margin: 20px 0 15px -15px;
}

#main h3
{
	margin: 15px 0 15px -10px;
}

#main p, table, ul
{
	margin-bottom: 15px;
}

#main table, td
{
	border-color: #000;
}

#main li
{
	list-style-type: disc;
	margin-left: 15px;
}

#main .center
{
	text-align: center;
	vertical-align: middle;
}

#main .navi
{
	text-align: right;
}