@import url("style.css");


/* ------------------------------------------------------------ basic */

h2{	font-size:1.2em; }

h2#title{
	height:110px;
	}

h2#privacypolicy{
	margin:20px auto;
	}

h3{
	font-size:0.95em;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px solid #1c85bf;
	}
h4{
	font-size:0.9em;
	margin:40px auto 10px 0px;;
	}

/* --------------------------------------------------------- main-area */

#main-contents .content{
	margin:20px 20px 60px 30px;
}

/* ------------------------------------------------------------ table */

table {
	height:auto;
	margin-left:0px;
	border-collapse:collapse;
}

table.info {
	font-size:0.85em;
}

table td.header{
	background-color:#666666;
	color:#ffffff;
   }

table td{
	border: 1px solid #cccccc;
	padding:7px;
	background-color:#ffffff;
}

table td.left{
	border: 1px solid #cccccc;
	background-color:#F0F0F0;
	color:#333333;}

/* Plain table */

table.space {
	margin-top:20px;
	margin-bottom:20px;
}

table.plain td{
	padding:0;
	border:none;
}

table.plain td.fixed{
	padding:10px;}

/* ---------------------------------------------------------- contents-top */
div#contents-top{
	clear:both;
	width:902px;
	height:110px;
	margin:10px auto 0px auto;
}

/* ---------------------------------------------------- company info map */

div#map {
	width: 400px;
	height: 300px;
	margin:10px auto 10px 0;
	border:1px solid #dedede;
}
