/* fonts -----------------------------------------------------*/
body{
	font:13px/1.231 Arial, Helvetica,clearn,sans-serif;
	*font-size:small;
	*font:x-small;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* resets -----------------------------------------------------*/
html{
	color:#fff;
}
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;
}

li{
	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;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}

/* blog base -----------------------------------------------------*/
img{
	border:none;
}

body{
	background:url(../../../images/mxmxm/bg001.gif);
}
/*--p------------------------------------------------------------------*/
p{
	margin-bottom:10px;
}

/*--h1------------------------------------------------------------------*/
h1{
	margin:3px auto;
	width:860px;
}

/*--h2------------------------------------------------------------------*/
h2{
	margin-bottom:5px;
}

/*--h3------------------------------------------------------------------*/
h3{
	margin-bottom:5px;
}

/*--link------------------------------------------------------------------*/
a:link{
	text-decoration:underline;
	color:#fff;
}

a:visited{
	text-decoration:underline;
	color:#fff;
}

a:hover{
	text-decoration:none;
	color:#fff;
}

/* nav -----------------------------------------------------*/
div#nav{
	width:157px;
	margin:0;
	padding:0;
	float:left;
}

div#nav a{
	outline:none;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav li,#nav a{
	display:block;
	width:157px;
	float:left;
	margin:0;
	padding:0;
}

#nav li{
	margin:0;
	padding:0;
	display:block;
	width:150px;
}

#nav a{
	text-decoration:none;
	color:#0066cc;
}

#nv_news{
	height:64px;
}

#nv_mmm{
	height:57px;
}

#nv_store{
	height:62px;
}

#nv_kgstore{
	height:61px;
}

#nv_mu{
	height:61px;
}

#nv_de{
	height:58px;
}

#nv_li{
	height:55px;
}

#nv_co{
	height:62px;
}
#nv_mail{
	height:58px;
}
#boro{
	height:74px;
}

#nu{
	height:164px;
}

/* unav -----------------------------------------------------*/
div#unav{
	width:157px;
	text-align:center;
}

#all{
  width:900px;
  margin:10px auto;
  text-align:center;
  background:#000;
}

#main{
	background:#000;
}

#left{
  float:left;
  width:157px;
}

#right{
  float:right;
  width:160px;
  background:#000;
  text-align:left;
  margin:0 10px 0 0;
}
#main #contents{
  float:left;
  text-align:left;
  background:#000;
  padding:5px;
}
#contents{
	width:680px;
  margin:0 0 0 10px;
}
#footerwrap{
  width:900px;
  margin:0 auto;
  text-align:center;
}
.blog_c{
	text-align:center;
	margin-bottom:15px;
}
#blogRecent,#blogCategory,#blogAuther,#blogArchive{
	margin-bottom:15px;
	font-size:95%;
}

#blogRecent a:link,#blogCategory a:link,#blogAuther a:link,#blogArchive a:link{
	color:#fff;
	text-decoration:none;
}

#blogRecent a:visited,#blogCategory a:visited,#blogAuther a:visited,#blogArchive a:visited{
	color:#fff;
	text-decoration:none;
}

#blogRecent a:hover,#blogCategory a:hover,#blogAuther a:hover,#blogArchive a:hover{
	color:#fff;
	text-decoration:underline;
}

.blogData{
	margin-bottom:20px;
	padding-bottom:10px;
}

.blogCont h3{
	font-weight:bold;
	font-size:16px;
	color:#f33;
	height:30px;
	background:url(../../../images/mxmxm/kugiri.jpg) no-repeat bottom left;
}



/* header -----------------------------------------------------*/
#header{
	width:725px;
	text-align:left;
	padding:0 9px;
	float:left;
	margin:0 0 15px 0;
}

/* footer -----------------------------------------------------*/
.push {
	height:78px; /* フッター高さと同じ値 */
}

#footer{
	width:900px;
	height:78px;
	margin:0 auto;
	clear:both;
	text-align:center;
	padding-top:10px;
}

#footer ul{
	width:700px;
	height:20px;
	margin:0 auto;
	padding:0;
}

#footer li{
	display:block;
	float:left;
}

/* backtop -----------------------------------------------------*/
.backtop{
	text-align:right;
	height:50px;
}
/* clear -----------------------------------------------------*/
.clear{
	clear:both;
}


/*--hack------------------------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/


.fl_r{
	float:right;
}

.fl_l{
	float:left;
}

