@charset "utf-8";
/*body 全体設定*/
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
}

/*文字*/
#bold{font-size: 110%;
      font-weight: bold;}
#large{font-size: 150%;
       font-weight: bold;}
#red {color: #f00;}
#gold {color: #c5a05d;}
#gold2 {color: #9D7A58}
#pink{color: #c39;}
#blue{color: #69c;}

/*レイアウトセレクタ*/
#CNT{
	text-align:center;
	}
#L{
	text-align:left;
	}
#R{
	text-align:right;
	}

/*リンク*/
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: underline;
}
a img {
	border-style:none;
}

/*コンテナ部分*/
.mainstyle #container { 
	width: 800px;
	_width: 820px;
	background: #000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 

/*ヘッダー部分*/
.mainstyle #header { 
	height: 75px;
} 
.mainstyle #header a {
    display:block;
	width:800px;
	background: #461c1d url(../img/material/header.jpg) center no-repeat;
    height: 75px;
}

/*メニュー部分*/
.mainstyle #menu {
    display:block;
	width: 800px;
	background: #dfd6d4;
	height:40px;
}
.mainstyle #menu a{
	display:block;
	width:160px;
	background:url(../img/material/button1.jpg) repeat;
	height:40px;
	line-height:40px;
	color:#dfd6d4;
	text-decoration:none;
	text-align:center;
	position:relative;
	float:left;
}
.mainstyle #menu a:hover{
	background:url(../img/material/button2.jpg);
	color:#461c1d;
}

/*トップ告知部分*/
.mainstyle #toptext { 
	text-align:left;
	padding: 0 10px 0 10px;
}

/*トップ画像部分*/
.mainstyle #topimage { 
	background: #461c1d url(../img/lsa01_new.jpg) top no-repeat;
	height: 250px;
	padding: 10px 10px 0 20px;
}
/*サイドバー部分*/
.mainstyle #sidebar1 {
	float: right;
	width: 150px;
	background: #000;
	padding: 15px 10px;
	text-align: center;
}

/*メインコンテンツ*/
.mainstyle #mainContent { 
	margin: 0 180px 0 0;
	padding: 0 10px;
} 
.mainstyle #mainContent h2{
	text-align: center;
	display:block;
	width:600px;
	height:40px;
	background:url(../img/material/bar2.jpg) center repeat;
	margin: 0 0;
	line-height:40px;
	color:#dfd6d4;
}
.mainstyle #mainContent .date{
	margin: 10px 0;
	text-align: right;
    font-size:small;
}
.mainstyle #mainContent h3{
	display:block;
	width:600px;
	height:30px;
	background:url(../img/material/bar.jpg) /*no-repeat*/;
	line-height:30px;
	color:#c5a05d;
}
#mainContent div.typeB div.left{
	float:left;
	width:290px;
	}
#mainContent div.typeB div.right{
	float:right;
	width:290px;
	margin:0 0 0 20px;
	}

/*ページの上へ部分*/
.mainstyle #footer3 {
	padding: 0 10px 0 10px;
    background: #000;
}
.mainstyle #footer3 p {
	margin: 0; 
	text-align: right;
	font-size: small;
}

/*ホームへ・Pポリシー部分*/
.mainstyle #footer2 {
	padding: 0 10px 0 10px;
    background: #000;
}
.mainstyle #footer2 p {
	margin: 0; 
	text-align: center;
	font-size: small;
}

/*フッター部分*/
.mainstyle #footer { 
	padding: 0 10px 0 10px;
	background:#000; 
} 
.mainstyle #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
