@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Your Name (admin)
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main img  {
	border: 4px solid #E4E4D0;
	float: right;
	margin-left: 5px;
}
#main table {
	width: 100%;
}
#main th {
	height: 30px;
	border-bottom: dotted 1px #D9D9BD;
	padding-left: 5px;
}
#main td {
	height: 30px;
	border-bottom: dotted 1px #D9D9BD;
}
#column {
	width: 490px;
	background-image: url(../img/process/h3bg.png);
	height: 50px;
	background-repeat: no-repeat;
	font-size: 160%;
	padding-left: 6px;
	font-weight: bold;
	background-position: 0px 14px;
	padding-top: 14px;
	color: #333333;
}
#mag_title {
	width: 490px;
	background-image: url(../img/corporate/mag_title.png);
	height: 70px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 14px;
}
#copyright {
	width: 490px;
	background-image: url(../img/corporate/copyright.png);
	height: 25px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
/*----------------------------------------------------
	#sub
----------------------------------------------------*/
#sub {
	float: right;
	width: 249px;
	height: 100%;
	background-color: #F3F3EB;
	border-left: solid 1px #E3E3CC;
	text-align: center;
	padding-bottom: 20px;
}
#mag_body {
	background-image: url(../img/corporate/mag_bg.jpg);
	height: 500px;
	background-repeat: no-repeat;
	width: 260px;
	padding-right: 230px;
}
#mag_body li {
	list-style-type: none;
	background-image: url(../img/corporate/listdot.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 5px 0.6em;
}


#accessmap       {
	width: 250px;
	height: 30px;
	background-image: url(../img/corporate/access_head.png);
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-top: 27px;
}
#business {
	width: 250px;
	height: 30px;
	background-image: url(../img/corporate/business_head.png);
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sub .item {
	width: 229px;
	float: left;
	font-size: 85%;
	margin-bottom: 8px;
	color: #AF8B5A;
	border-bottom: solid 1px #D9D9BD;
	margin-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}
#sub .imgbod  {
	border-color: #D9D9BD;
	border-width: 4px;
	margin-right: 5px;
	float: left;
	border-style: solid;
}
.imgbod {
	border-color: #E9E9DA;
	border-width: 4px;
	margin-right: 5px;
	float: left;
	border-style: solid;
}

