@charset "utf-8";
/* CSS Document */

/* ------ base ------ */

#main {
	width: 820px;
	padding-right: 15px;
	padding-left: 15px;
}
#main #contents {
	height: auto;
	width: 635px;
}
#contents p {
	margin-bottom: 10px;
}
#contents #copyright p,
#contents #totop p  {
	margin-bottom: 0px;
}
#contents .totop {
	padding-right: 18px;
}
#contents #copyright {
	padding-right: 0px;
}

/* ------ category ------ */

.red {
	color: #DC1414;
}
.black_bold {
	font-weight: bold;
	color: #000;
}

#contents h2 {
	font-size: 120%;
	line-height: 65px;
	font-weight: bold;
	color: #003299;
	background: url(../common/bg_h2.jpg) no-repeat left top;
	height: 65px;
	width: 620px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#contents h3 {
	font-size: 100%;
	line-height: 32px;
	font-weight: bold;
	background: url(../common/bg_h3.gif) no-repeat left top;
	width: 613px;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#contents .qa {
	margin-bottom: 15px;
	padding: 10px 10px 5px;
	background: #E6FFFF;
}
#contents .qa .question {
	font-size: 110%;
	line-height: 28px;
	font-weight: bold;
	background: url(../images/Q.gif) no-repeat left top;
	padding-left: 35px;
}
#contents .qa .answer {
	background: url(../images/A.gif) no-repeat left top;
	padding-left: 35px;
	line-height: 1.5;
}

/* ------ company ------ */

#contents table {
	font-size: 90%;
	margin-bottom: 15px;
}
#contents table tr {
	border-top: 1px solid #39C;
	border-bottom: 1px solid #39C;
}
#contents .area tr {
	border-bottom: 1px solid #CFF;
	border-top-style: none;
}
#contents #GoogleMap {
	text-align: center;
}

/* ------ inquiry ------ */

#contents #inquiry {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
#inquiry table tr {
	border-style: none;
}
#contents #inquiry #mailform {
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5;
}
#inquiry #mailform .form {
	margin-top: 15px;
	background: #CFF;
}
#contents .entry {
	margin-top: 0px;
}
#contents .class {
	margin: 0px;
	padding: 0px;
}

