/* CSS Document */

/*================================================
リセチE・基本設宁E
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

img {
	border: 0;
}


/*============================
チEスト設宁E
----------------------------*/
/*
body {
	font: 12px/1.22 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'EE EゴシチE', Verdana, Arial, sans-serif,;
	color: #231815;
}

a {
	color: #701111;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #c00b0b;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}

::-moz-selection {
	background: #701111;
	color: #ffffff;
}

::selection {
	background: #701111;
	color: #ffffff;
}


.fs10 {
	font-size: 10px;
	line-height: 130%;
}
.fs10_02 {
	font-size: 10px;
	line-height: 150%;
}
.fs14 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}


/*============================
※対忁Ejquery利用
----------------------------*/
ul.note {
	margin: 0;
	padding: 0;
}
ul.note li {
    list-style: none;
}
ul.note li span.marker {
	*margin-top: 2px;
    margin-right: 2px;
	color: #231815;
    text-align: right;
    _text-indent: -3px;
    white-space: nowrap;
    display: block;
    float: left;
}


/*================================================
レイアウチE
------------------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: #dcd6d7;
}

#container {
	width: 900px;
	height: 100%;
	background: #ffffff;
}

#header {
	width: 900px;
	height: 100px;
	margin: 0;
	position: relative;
}

h1,
h2,
h3 {
	text-indent:-9999px;
	font-size: 1px;
}

#logo {
	width: 395px;
	height: 100px;
	margin: 0;
}
#logo a {
	width: 395px;
	height: 100px;
	margin: 0;
	background: url(../img/2nd_logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo img {
	display: none;
}


/*============================
メインメニュー
----------------------------*/
#menu {
	width: 495px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 395px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	text-indent: -9999px;
}
#menu ul li a {
	margin: 0;
	padding: 0;
	display: block;
}

#menu ul li a#menu_top {
	width: 60px;
	height: 100px;
	background : url(../fivestreets/menu.gif) no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu ul li a:hover#menu_top {
	background-position: 0px -100px;
}

#menu ul li a#menu_five {
	width: 102px;
	height: 100px;
	background : url(../fivestreets/menu.gif) no-repeat -61px 0px;
	position: absolute;
	top: 0px;
	left: 61px;
}
#menu ul li a:hover#menu_five {
	background-position: -61px -100px;
}

#menu ul li a#menu_history {
	width: 92px;
	height: 100px;
	background : url(../fivestreets/menu.gif) no-repeat -164px 0px;
	position: absolute;
	top: 0px;
	left: 164px;
}
#menu ul li a:hover#menu_history {
	background-position: -164px -100px;
}

#menu ul li a#menu_about {
	width: 136px;
	height: 100px;
	background : url(../fivestreets/menu.gif) no-repeat -257px 0px;
	position: absolute;
	top: 0px;
	left: 257px;
}
#menu ul li a:hover#menu_about {
	background-position: -257px -100px;
}

#menu ul li a#menu_contact {
	width: 101px;
	height: 100px;
	background : url(../fivestreets/menu.gif) no-repeat -394px 0px;
	position: absolute;
	top: 0px;
	left: 394px;
}
#menu ul li a:hover#menu_contact {
	background-position: -394px -100px;
}


/*============================
コンチEチEリア
----------------------------*/
#main {
	width: 900px;
	margin: 0 0 0 0;
	background: #ffffff;
}

.clear {
	height: 1px;
	clear: both;
}

.clear_02 {
	width: 760px;
	height: 80px;
	clear: both;
}


/*============================
フッター
----------------------------*/
#footer {
	height: 125px;
	padding: 0 16px;
	background: #ffffff;
}
#footer #copyright {
	width: 868px;
	height: 90px;
	margin: 0;
	background : url(../fivestreets/footer_copyright.gif) no-repeat;
	text-indent: -9999px;
	clear: both;
}


/*============================
こEペEジの先頭へ
----------------------------*/
#footer #pagetop {
	width: 856px;
	height: 18px;
	margin: 0 0 16px 0;
}

#footer #pagetop a {
	width: 120px;
	height: 18px;
	margin: 0 0 0 0;
	padding: 6px 20px 0 0;
	background : url(../fivestreets/btn_pagetop.jpg) no-repeat right 3px;
	font-size: 12px;
	text-align: right;
	line-height: 100%;
	display: block;
	float: right;
}
#footer #pagetop a:hover {
	background-position: right -18px;
}




