/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/back_g.jpg;
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 13px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align: left;
	background-image: url(../images/back_g.jpg);
}
#wrapper {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #999999;
	background-color: #FFF;
  }

h1{
	font-size: 15px;
	text-decoration: none;
	background-color: #D0A825;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #26393D;
	padding-left: 0.5em;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #26393D;
	padding-top: 5px;
	padding-bottom: 5px;
}  

h2{
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #541219;
	padding-left: 1em;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}  

.13pix{
	font-size: 14px;
}
  
/* リンク
---------------------------------------------------- */
a:link {
	color: #3366ff;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #800080;
	background: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;
	position:relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}  
  
  /* ヘッダー
---------------------------------------------------- */
#head {
}

.hText {
	text-align: left;
	padding: 5px;
}

.hFlash {
	background-color: #333333;
	color: #FFFFFF;
	height: 180px;
	width: 800px;
}

  /* レフトコンテンツ
---------------------------------------------------- */
#lContent {
	width: 510px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 400px;
}

.mFlash {
	height: 350px;
	background-color: #CC9900;
	margin-bottom: 10px;
}

.newsArea1 {
	background-image: url(../images/r_box1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 0px;
}
.newsArea2 {
	background-image: url(../images/r_box2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
}
.newsArea3 {
	background-image: url(../images/r_box3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	height: 20px;
}

.newsAreaTxt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	text-decoration: none;
}

.newsAreaTxt2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-decoration: none;
	color: #FF6600;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 0.5em;
}

.dotLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}


  /* ライトコンテンツ
---------------------------------------------------- */
#rContent {
	padding: 10px;
	width: 210px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

.lBanner {
	height: 750px;
}

  /* フッター
---------------------------------------------------- */
#foot {
	font-size: 11px;
	text-decoration: none;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
