@charset "utf-8";

/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* CSS RESET */

.clear {
	height:0;
	clear:both;
	overflow:hidden;
}

body {
	color:#331907;
	background: #fff;
	font-family:sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:160%;
	background:#fff url("../img/b3_19.png") repeat;
}

#contents {
	width:945px;
	height:100%;
	text-align:center;
	margin: 0 auto;
	text-align: left; 
	ackground:#fff url("../img/w3_19.png") repeat;
}

#header {
	ackground:#fff;
	padding:10px 0 30px 0;
	width:945px;
	height:40px;
	float:left;
}

#side {
	width:160px;
	height:100%;	
	ackground:#999;
	float:left;
	z-index: 2;
}

#main {
	width:775px;
	height:100%;
	padding:0px 0 0 0px;
	background: url("../img/white.png") repeat-y;
	float:left;
	z-index: 0;
}

/*  ========ヘッダーの下 ======== */

#header_b {
	text-align: center;
	width: 950px;
	float:left;
	height:15px;
	background: url("../img/header_b.png") repeat;
}

/*  ========ヘッダ ======== */

h1 {
	float:left;
}

h1 img {
	display:block;
	font-size:20px;
}

.caption{
	padding:30px 0 0px 10px;
	width:410px;
	height:20px;
	color: #99887b;
	text-align:right;
	float:left;
}

/*  ========メニュー ======== */

#menu{
	padding: 18px 0 0 0;
	ackground:#999;
}
#menu li{
	display:block;
	text-indent:-1000px;
	height:35px;
}
#menu li.m1 , #menu li.m2 , #menu li.m3 , #menu li.m4 , #menu li.m5 , #menu li.m6 , #menu li.m7 {
	width:155px;
}

#menu a {
	display:block;
	height:25px;
}
#menu .m1 a {
	background-image:url("../img/menu/profile.png");
}
#menu .m2 a {
	background-image:url("../img/menu/disco.png");
}
#menu .m3 a {
	background-image:url("../img/menu/gallery.png");
}
#menu .m4 a {
	background-image:url("../img/menu/blog.png");
}
#menu .m5 a {
	background-image:url("../img/menu/book.png");
}
#menu .m6 a {
	background-image:url("../img/menu/contact.png");
}
#menu .m1 a:hover,#menu .m2  a:hover,#menu .m3  a:hover,#menu .m4  a:hover,#menu .m5  a:hover,#menu .m6  a:hover {
	background-position:0px -25px;
}

/*  ========トピック ======== */

.topic {
	width:250px;
	height:320px;
	position: relative; top:10px; right:30px;
	z-index: 3;
	ackground:#999;
}

/*  ========トピック ======== */

.new {
	width:250px;
	ackground:#999;
	margin-top:50px;
	font-weight:nomal;
}

dl.news,dl.news_a {
	padding:10px 0 0px 10px;
	margin:0 0 0px 0px;
	width:180px;
	background: url("../img/stat43a.png") repeat;
	ilter : alpha(opacity=70) !important; /* 範囲は0-100。Internet Explorer */
	pacity : 0.7 !important; /* 範囲は0-1。firefox/Safari/Opera*/

}
dl.news dt,dl.news_a dt {
	font-size:12px;
	color:#331907;
	font-weight:bold;
	ackground:#999;
	vertical-align:bottom
}

dl.news dd {
	width:165px;
	margin: 0px 0 0px 0px;
	padding: 3px 2px 7px 0px;
	background-position: center bottom;
	border-bottom: 1px solid #ffffff;
}

dl.news_a dd {
	width:165px;
	margin: 0px 0 0px 0px;
	padding: 3px 2px 7px 0px;
	background-position: center bottom;
}

/*  ========フッター ======== */

#footer {
	padding: 50px 0 10px 50px;
	text-align: center;
	width: 700px;
	float:left;
}

#footer ul li {
	border-left:1px solid #999999;
	padding: 2px 5px 0 10px;
	display: inline;
}
#footer ul li.mail {
	border-right:1px solid #999999;
}
#footer ul li a {
	color:#b21363
	text-decoration:none;
}
#footer ul li a:hover,a:active {
	color:#b21363;	text-decoration:underline;
}

/*  ========フッターの下 ======== */

#footer_b {
	text-align: center;
	width: 950px;
	float:left;
	height:30px;
	background: url("../img/footer_b.png") repeat;
}