﻿@charset "utf-8";
/* CSS Document */
#container{
	background: none;
}
#left{
	display: none;
}
#main{
	width: 100%;
}
#main h2#text_ttl{
	color: #abcd44;
	font-size: 1.2em;
	font-weight: 600;
	margin: 5px 15px 5px 15px;
	padding: 2px 2px 2px 6px;
	background: #fff url(../../images/bg/gra_bg_grn.gif) repeat-x bottom;
	letter-spacing: 2px;
}
