@charset "UTF-8";
/* CSS Document */


/* Layout */

#maincontainer{
	height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img-format/menu-bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#hedder {
	background-image: url(../img-format/hedder-bg.jpg);
	clear: both;
	height: 60px;
	width: 100%;
}

#menu {
	height: 450px;
	width: 140px;
	float: left;
	background-image: url(../img-format/menubar-bg-flame.jpg);
}

#menubar{
	height: 420px;
	width: 120px;
	background-image: url(../img-format/menubar-bg.jpg);
}

#contentsbox{
	width: 660px;
	float: left;
	background-repeat: repeat-y;
}

#contentscontainer{
}

#contents{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url(../img-format/fotter-bg.jpg);
	clear: both;
	height: 60px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* Heaader,Footer */

#head-copy {float:left;}
#head-logo {float:right;}
#footer-corner {float:left;}
.mmhide_footer-copyright {
	float:right;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#print-hedder {	
display:none;
}

#print-footer {
	display:none;
}


/* Menu */

.mmhide_menu {
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.3em;
	height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 15px 0px 5px 10px;
}


.mmhide_menu a {
	color: #333333;
	text-decoration: none;
}
.mmhide_menu a:visited {
	color: #333333;
	text-decoration: none;
}
.mmhide_menu a:hover {
	color: #333333;
	text-decoration: underline;
}
.mmhide_menu a:active {
	color: #333333;
	text-decoration: underline;
}

#worksindex #menu-works,#works #menu-works , #home #menu-home, #about #menu-about{
}

#home #menu-home,
#works #menu-works,#worksindex #menu-works,
#kodawari #menu-kodawari,
#workflow #menu-workflow,
#about #menu-about,
#map #menu-map,
#link #menu-link,
#inquiry #menu-inquiry{
	background-image: url(../img-format/menu-selected.gif);
	background-repeat: no-repeat;
}

#menu-home{}
#menu-works{}
#menu-kodawari{}
#menu-workflow{}
#menu-about{}
#menu-map{}
#menu-link{}
#menu-inquiry{}

#menu-blog{
	border-top: 1px dotted #666666;
	border-right: 0px dotted #666666;
	border-bottom: 0px dotted #666666;
	border-left: 0px dotted #666666;
	margin: 10px 7px 0px;
	padding: 5px 3px;
}

#menu-about .small{
	font-size: 10px;
	letter-spacing: 0em;
}


#visitors{
	font-size: 10px;
	color: #666666;
	margin-top: 30px;
	margin-left: 10px;
}

#visitorsnum{
	display: inline;
}
