@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;
}

/*文字*/
#red {color: #f00;}
#gold {color: #c5a05d;}
#brown {color: #461c1d}
#larger {font-size: larger;}

/*レイアウトセレクタ*/
#CNT{
	text-align:center;
	}
#L{
	text-align:left;
	}
#R{
	text-align:right;
	}
	
/*リンク*/
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;
}
a img {
	border-style:none;
}

/*コンテナ部分*/
.mainstyle #container { 
	width: 780px;  
	background: #dfd6d4;
	margin: 0 auto; 
	border: 1px solid #461c1d;
	text-align: left;
} 

/*ヘッダー部分*/
.mainstyle #header { 
	height: 50px;
} 
.mainstyle #header a {
    display:block;
	width:780px;
	background: #461c1d url(../img/material/header.jpg) center no-repeat;
    height: 50px;
}


/*トップ画像部分*/
.mainstyle #topimage { 
	background: #dfd6d4 url(../img/ajo01.jpg) center no-repeat;
	height: 400px;
	padding: 0 10px 0 20px;
}

/*プロフィール画像部分*/
.mainstyle #profile { 
	background: #dfd6d4 url(../img/ajo05.jpg) center no-repeat;
	height: 350px;
	padding: 0 10px 0 20px;
}

/*プロフィール過去画像部分*/
.mainstyle #old { 
	background: #dfd6d4 url(../img/ajo06.jpg) center no-repeat;
	height: 300px;
	padding: 0 10px 0 20px;
}

/*パン耳部分*/
.mainstyle #necker {
	background:url(../img/material/bar.jpg) repeat;
    margin: 1px 0;
	padding: 5px 20px;
	text-align:left;
}
.mainstyle #necker p{
	margin: 1px; 
	color: #dfd6d4;
	font-size: small;
}
.mainstyle #necker a{
    color: #dfd6d4;
}

/*メニュー部分*/
.mainstyle #sidebar1 {
	float: left;
	width: 150px;
	background: #dfd6d4;
	padding: 10px 0 15px 10px;
	text-align: center;
}
.mainstyle #sidebar1 a{
	display:block;
	width:150px;
	background:url(../img/material/side1.jpg) no-repeat;
	height:40px;
	line-height:40px;
	color:#dfd6d4;
	text-decoration:none;
	text-align:center;
}
.mainstyle #sidebar1 a:hover{
	background:url(../img/material/side2.jpg) no-repeat;
	color:#461c1d;
}
.mainstyle #sidebar1 #double{
    margin: 0 0;
    line-height:20px;
}

/*メインコンテンツ部分*/
.mainstyle #maincontent { 
	margin: 0 10px 0 170px;
	padding: 10px 0 0 20px;
} 
.mainstyle #maincontent h2{
	text-align: center;
	display:block;
	width:580px;
	height:40px;
	background:url(../img/material/bar2.jpg) center repeat-y;
	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:580px;
	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: #dfd6d4;
}
.mainstyle #footer3 p {
	margin: 0; 
	text-align: right;
	font-size: small;
}

/*ホームへ・Pポリシー部分*/
.mainstyle #footer2 {
	padding: 0 10px 0 10px;
    background: #dfd6d4;
}
.mainstyle #footer2 p {
	margin: 0; 
	text-align: center;
	font-size: small;
}

/*フッター部分*/
.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 {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

