@charset "UTF-8";


/*　main layout　*/
html {
	height: 100%;
	text-align: center;
}

body{
	background-color: #dddddd;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 160%;
}

div, h1, h2, h3{
	margin: 0px;
	padding: 0px;
}

#header{
	background:url(../images/header-back.jpg) no-repeat;
	margin: 0px auto;
	width: 800px;
	height: 110px;
}

#mail{
	float: right;
	margin: 0px auto;
	padding-top: 52px;
	padding-right: 54px;
	text-align: left;
	line-height: 140%;
	color: #FFFFFF;
}

#wrapper{
	background:url(../images/back.jpg) 0 0 repeat-y;
	margin: 0px auto;
	padding: 0px 40px 10px;
	width: 720px;
	overflow: auto;
	text-align: left;
}

#main{
	float: left;
	width: 520px;
}

#main img{
	margin-bottom: 10px;
}

#side{
	float: right;
	width: 180px;
}

#footer{
	clear: both;
	margin: 0px auto;
	width: 760px;
	height: 24px;
	font-size: 9px;
	color: #666666;
	border-top: 1px solid #bbbbbb;
}

.pagetop{
	width: 720px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
	text-align: right;
}


/*　link set　*/
a{
	color: #666600;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #666600;
}

a:hover{
	color: #6a1917;
	text-decoration:underline;
}


/*　side menu set　*/
#side ul{
	list-style: none;
	width: 180px;
	margin: 0px;
	padding: 0px;
}


#side li a{
	display: block;
	width: 180px;
	text-indent: 1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px;
}

#side li a:hover{
	text-decoration: none;
	background-color: #dddddd;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #eeeeee;
}

/*　h1 layout　*/
h1{
	color: #6a1917;
	font-size: 13px;
	height: 30px;
	padding-top: 6px;
}

.info{
	background: url(../images/title-info.jpg) no-repeat;
}

.policy{
	background: url(../images/title-policy.jpg) no-repeat;
}

.business{
	background: url(../images/title-business.jpg) no-repeat;
}

.recruit{
	background: url(../images/title-recruit.jpg) no-repeat;
}

.company{
	background: url(../images/title-company.jpg) no-repeat;
}


h2{
	margin-top: 8px;
	padding-left: 4px;
	font-size: 12px;
	color: #6a1917;
	border-left: 3px solid #cccccc;
	border-bottom: 1px dotted #999999;
	height: 18px;
}


h3{
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
	color: #999999;
	border-bottom: 1px dotted #999999;
	width: 480px;
}

/*　list layout　*/

.list01 dl{
	margin-left: 10px;
}

.list01 dt{
	float: left;
	clear: both;
	border-left: 3px solid #6a1917;
	padding-left: 6px;
	height: 18px;
	margin-bottom: 1em;
}

.list01 dd{
	border-left: 2px dotted #999999;
	padding-left: 6px;
	margin-left: 8em;
	margin-bottom: 1.5em;
}


/*　table layout　*/
.table01 table{
	margin: 14px;
	border: 1px solid #999999;
	width: 500px;
	border-collapse: collapse;
}

.table01 th{
	border: 1px dotted #999999;
	padding: 4px 8px;
	white-space: nowrap;
	text-align: center;
	color: #6a1917;
	background-color: #eeeeee;
}

.table01 td{
	border: 1px dotted #999999;
	padding: 4px 6px;
}


/*　decoration layout　*/
.notes{
	font-size: 11px;
	color: #666666;
}

.notes-color{
	font-size: 11px;
	color: #6a1917;
}

.pagetop{
	width: 520px;
	border-bottom: 1px dotted #666600;
	text-align: right;
	font-size: 11px;
}


/*　policy-page layout　*/
#policy p{
	width: 470px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#policy ol{
	width: 440px;
	margin-left: 20px;
}

.policy1{
	color: #6699CC;
	font-weight: bold;
	margin-bottom: 0px;
}

.policy2{
	color: #993333;
	font-weight: bold;
}

.policy3{
	color: #FF9900;
	font-weight: bold;
}

.policy4{
	color: #669933;
	font-weight: bold;
}


/*　business-page layout　*/
#business p{
	width: 470px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#business ul{
	width: 440px;
	margin-left: 20px;
}

#business li{
	margin-bottom: 10px;
}
