@charset "utf-8";
/* ALL RESET
-------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,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;
}
addr,acronym {
	border: 0;
	font-variant: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
table {
	font-size:inherit;
	font: 100%;
}
br.clear {
	clear: both;
	display: block;
	font: 0pt/0pt sans-serif;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
html {
	overflow-y: scroll;
}
/* BASE SET
-------------------------------------*/
body {
	color: #333333;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.4;
	text-align: center;
	background: #000 url(../images/bg_all.jpg) top center no-repeat;
}
img {
	border: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}
hr {
	display: none;
}
/* CONTAINER
-------------------------------------*/
#container_out {
	width: 980px;
	margin: 30px auto 30px;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	border: 1px #333333 solid;
}
#container_in {
	width: 880px;
	margin: 50px auto;
	padding: 0;
	background: #dcdcd8 url(../images/index_bg.jpg) no-repeat;
	border-bottom: 6px #333333 solid;
	text-align: left;
}
/* HEADER
-------------------------------------*/
#header {
	float: left;
	width: 230px;
	height: 34px;
	margin-right: 15px;
	text-align: left;
}
#header h1{
	display: block;
	width: 230px;
	height: 34px;
	margin-top: 6px;
	background: url(../images/notre_escalier.jpg) no-repeat;
	text-indent: -9999px;
}
/* MENU
-------------------------------------*/
#menu {
	float: left;
	width: 280px;
	height: 40px;
	background: url(../images/menu.jpg) no-repeat;
	text-align: left;
	z-index: 99;
}
#menu ul, #menu li{
	float: left;
}
#menu li, #menu a{
	display: block;
	text-indent: -9999px;
}
#m_top a{background-image: url(../images/menu.jpg); background-position: 0 0; width: 34px; height: 40px;}
#m_top a:hover{background-image: url(../images/menu.jpg); background-position: 0 -40px; width: 34px; height: 40px;}

#m_news a{background-image: url(../images/menu.jpg); background-position: -40px 0px; width: 44px; height: 40px; margin-left: 6px;}
#m_news a:hover{background-image: url(../images/menu.jpg); background-position: -40px -40px; width: 44px; height: 40px; margin-left: 6px;}

#m_about a{background-image: url(../images/menu.jpg); background-position: -90px 0px; width: 57px; height: 40px; margin-left: 6px;}
#m_about a:hover{background-image: url(../images/menu.jpg); background-position: -90px -40px; width: 57px; height: 40px; margin-left: 6px;}

#m_brand a{background-image: url(../images/menu.jpg); background-position: -154px 0px; width: 58px; height: 40px; margin-left: 7px;}
#m_brand a:hover{background-image: url(../images/menu.jpg); background-position: -154px -40px; width: 58px; height: 40px; margin-left: 7px;}

#m_contact a{background-image: url(../images/menu.jpg); background-position: -219px 0px; width: 61px; height: 40px; margin-left: 7px;}
#m_contact a:hover{background-image: url(../images/menu.jpg); background-position: -219px -40px; width: 61px; height: 40px; margin-left: 7px;}
/* MAIN
-------------------------------------*/
#main {
	clear: both;
	text-align: left;
}
/* FOOTER
-------------------------------------*/
#footer {
	font-size: 0.9em;
	text-align: center;
}
#copyright {
	font-size: 0.85em;
	text-align: center;
}
