@charset "utf-8"; /* 文字コード */

/* IE 6 hack */

/*
<!--[if IE 6]>
body { behavior:url("js/csshover.htc"); } 
<![endif]-->
*/

/* 各ブラウザの初期設定リセット */

body{
	background: #808080;
	margin: 0;
	padding: 0;
}

body, td{
	color: #595959;
	font-size: 10px;
	font-family: sans-serif;
	line-height: 1.6;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}

p{
	margin: 0 0 16px 0;
}

img{
	border: none;
}

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

form{
	margin: 0;
	padding: 0;
}

address{
	font-style: normal;
	margin: 0 30px 40px 0;
}

/* table layout */

#wrapper1{
	width: 894px;
	background: #B3B3B3;
	margin: auto;
}

#wrapper2{
	width: 820px;
	background: #ffffff;
	margin: auto;
}

#wrapperTable{
	width: 100%;
}

#wrapperTable td{
	vertical-align: top;
}

#menuLeftBox, #footerLeftBox{
	width: 460px;
}

#menuRightBox, #footerRightBox{
	width: 360px;
}

#footerRightBox{
	text-align: right;
}

/* common */

#headerBox{
	background: url(../img/layout_titleBack.gif) no-repeat top right;
}

#header h1{
	position: relative;
	top: 80px;
	left: 10px;
}

#header{
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	height: 255px;
	margin: 0 40px;
}

#menuLeftBox{
	padding: 0 40px;
}

#menuLeftBox .menu{
	border-bottom: 1px solid #d9d9d9;
	padding-left: 2px;
	height: 48px;
}

#menuLeftBox .menu img{
	margin: 14px 15px 0 0;
}

#menuRightBox{
	padding: 0 40px 0 0;
	text-align: right;
}

#menuRightBox .menu{
	border-bottom: 1px solid #d9d9d9;
	padding-right: 15px;
	height: 48px;
}

#menuRightBox .menu_inner{
	padding-top: 15px;
}

#menuRightBox .menu span{
	margin-left: 20px;
}

#menuRightBox a{
	color: #999999;
}

#footerLeftBox{
	padding: 45px 0 0 40px;
}

#footerRightBox .pageTopBox{
	margin: 0 60px 60px 0;
}

#footerRightBox .pageTop{
	cursor: pointer;
}

#footerRightBox .pageTop:hover{
	text-decoration: underline;
}

br.clear{
	clear: both;
}

.mt2em{
	margin-top: 2em;
}

.mt3em{
	margin-top: 3em;
}

.lv_80{
	color: #FF7500;
}






