@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
}
a:link {
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #C06;
}
a:active {
	color: #C06;
}
.twoColFixRtHdr #container {
	width: 918px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body-m.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.twoColFixRtHdr #header {
	padding-top: 20px;
	padding-right: 39px;
	padding-bottom: 0;
	padding-left: 39px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.3em;
	position: absolute;
	left: 476px;
	top: 194px;
	width: 398px;
	height: 55px;
}
.twoColFixRtHdr #header #Title-Img{
	position: absolute;
	left: 56px;
	top: 38px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 300px;
	margin-right: 39px;
	margin-top: 16px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 16px;
	margin-right: 369px;
	margin-bottom: 0;
	margin-left: 39px;
} 
.twoColFixRtHdr #footer {
	padding-top: 30px;
	padding-right: 39px;
	padding-bottom: 0;
	padding-left: 39px;
	font-size: 10px;
} 
.twoColFixRtHdr #footer hr {
	color: #CCCCCC;
	height: 1px;
}

#Copyright {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pan{
	font-size: 10px;
	color: #333333;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 8px;
}
/*お知らせページ専用スタイル */
.DateType{
	font-weight: normal;
	color: #900;
	text-align: center;
	font-size: 10px;
	margin: 0px;
}

/* ＢＯＸのスタイル */
.BulueBox {
	background-color: #F2F2F2;
	padding: 8px;
	border: 1px solid #CCC;
}
.YellowBox{
	background-color: #DCDBCD;
	padding: 8px;
}
img {border:0}

.ListMark-Gray {
	background-image: url(../images/sankaku1_9_lgrey.gif);
	background-repeat: no-repeat;
	height: 12px;
	padding-left: 10px;
	background-position: left;
	padding-right: 10px;
}
.ListMark_Red{
	background-image: url(../images/7.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 3px;
}
.ListMark_Yellow{
	background-image: url(../images/4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 3px;
}

.h2_bg_iamge{
	background-image: url(../images/h2_bg_image.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-indent: 20px;
}

.h3_bg_image{
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
	height: 30px;
	margin: 0px;
	line-height: 30px;
}

.Title-bg-image{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 34px;
	text-indent: 15px;
}

#News p{
	line-height: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-bottom: 4px;
}

.News-Date{
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #C00;
	margin: 0px;
}
.G_box_center{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
}
.G_Mark{
	background-image: url(../images/sankaku2_10_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 4px;
}
