@charset "utf-8";
/*body 全体設定*/
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #461c1d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: underline;
}

/*レイアウトセレクタ*/
#CNT{
	text-align:center;
	}
#L{
	text-align:left;
	}
#R{
	text-align:right;
	}
	
/*コンテナ部分*/
.mainstyle #container { 
	width: 780px;  
	background: #dfd6d4;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 

/*ヘッダー部分*/
.mainstyle #header { 
	height: 50px;
} 
.mainstyle #header a {
    display:block;
	width:780px;
	background: #461c1d url(../../ajo/img/material/header.jpg) center no-repeat;
    height: 50px;
}


/*トップ画像部分*/
.mainstyle #topimage { 
	background: #dfd6d4 url(../../ajo/img/ajo01.jpg) center no-repeat;
	height: 280px;
	padding: 0 10px 0 20px;
}

/*メインコンテンツ部分*/
.mainstyle #maincontent { 
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0px;
} 
.mainstyle #maincontent h2{
	text-align: center;
	display:block;
	width:760px;
	height:40px;
	background:url(../../ajo/img/material/bar.jpg) center repeat-y;
	margin: 0 0;
	line-height:40px;
	color:#dfd6d4;
}
#large{
	font-size:150%;
}
.mainstyle #maincontent .date{
	margin: 10px 0;
	text-align: right;
    font-size:small;
}
.mainstyle #maincontent h3{
	display:block;
	width:760px;
	height:30px;
	background:url(../../ajo/img/material/bar.jpg) no-repeat;
	line-height:30px;
	color:#dfd6d4;
}

/*フッター部分*/
.mainstyle #footer { 
	padding: 0 10px 0 10px;
	background:#dfd6d4; 
} 
.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 { /*このクラスは、div またはブレークエレメントに適用*/
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

