@charset "utf-8";
.group_line
{
	margin-top: 2px;
	margin-bottom: -6px !important;
	border-top: 6px solid #630;
}

.group_line2
{
	margin-top: 2px;
	margin-bottom: 11px;
	border-top: 6px solid #630;
}
#header
{
	background: #FFFFFF url(/images/bg2_common.jpg) repeat-x top;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF url(/images/bg2_common.jpg) repeat-x top;
	background-position:0px 22px;*/
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
* html body
{
	background-position:0px 0px;
}
*+html body
{
	background-position:0px 0px;
}

h2 {
	margin-right	:	4px;
	margin-bottom	:	12px;
	padding-left	:	12px;
	height			:	38px;
/*
	border-right	:	1px solid #ccc;
	border-top		:	1px solid #ccc;
	border-bottom	:	1px solid #ccc;
	border-left		:	4px solid #630;
*/
	border-bottom	:	12px solid #630;

	color			:	#630;
	font-size:28px; line-height:1.5; font-weight:bold;
}
h4
{
	color			:	#630;
	font-size:15px; line-height:1.5; font-weight:bold;
}
