@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: #333333;
	background: #fff;
	font-family:sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:150%;
	background:#fff url("../image/back_a.jpg") no-repeat;
}

#header {
	background:#fff;
	padding:0px 0 30px 0;
	width:1000px;
	height:60px;
	float:left;
}

#side {
	width:200px;
	height:560px;	
	float:left;
}

#section {
	width:790px;
	height:530px;
	padding:30px 0 0 10px;
	float:left;
}

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

h1 {
	width:500px;
	height:80px;
	float:left;
}

h1 img {
	display:block;
	font-size:20px;
	width:500px;
	height:80px;
}

div.caption{
	padding:61px 0 0px 5px;
	width:420px;
	height:30px;
	color: #99887b;
	float:left;
}

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

#menu{
	padding: 18px 0 0 0;
}
#menu li{
	display:block;
	text-indent:-100px;
	height:40px;
}
#menu li.m1 , #menu li.m2 , #menu li.m3 , #menu li.m4 , #menu li.m5 , #menu li.m6 , #menu li.m7 {
	width:168px;
}

#menu a {
	display:block;
	height:40px;
}
#menu .m1 a {
	background-image:url("../image/menu/profile.gif");
}
#menu .m2 a {
	background-image:url("../image/menu/disco.gif");
}
#menu .m3 a {
	background-image:url("../image/menu/myspace.gif");
}
#menu .m4 a {
	background-image:url("../image/menu/gallery.gif");
}
#menu .m5 a {
	background-image:url("../image/menu/blog.gif");
}
#menu .m6 a {
	background-image:url("../image/menu/bookmark.gif");
}
#menu .m7 a {
	background-image:url("../image/menu/contact.gif");
}
#menu .m1 a:hover,#menu .m2  a:hover,#menu .m3  a:hover,#menu .m4  a:hover,#menu .m5  a:hover,#menu .m6  a:hover,#menu .m7  a:hover {
	background-position:0px -40px;
}

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

#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	width: 1000px;
	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;
}