@charset "utf-8";
* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	background-color: #ffffff;
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", /*"Hiragino Kaku Gothic Pro",  "ヒラギノ角ゴ Pro W3",*/ Osaka, Meiryo, "メイリオ", "VL PGothic", "IPAPGothic", Verdana, Tahoma, sans-serif;
	line-height: 1.4;
	/*color: #6c787b;*/
	color: #3F3F3F;
    font-size: small !important; /* for IE 7 */
    font-size: small; /* for IE 6 and lower */
}

html>/**/body {
    font-size: 12px; /* for modern browser */
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

p {
	margin:0 0 1em 0;
}

li {
	list-style-type:none;
}

table {
	border:0;
}

img {
	border:0;
	vertical-align: top;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 

a:link {
	color:#6c787b;
	text-decoration:none;
}

a:visited {
	color:#6c787b;
	/*color:#551a8b;*/
	text-decoration:none;
}
a:hover {
	color:#980f0e;
	text-decoration:underline;
}

a:active {
	color:#980f0e;
	text-decoration:underline;
}

#contents-base {
	width: 780px;
	margin: 0px auto;
	background-color: #ffffff;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#header {
	position: relative;
	width: 780px;
	height: 270px;
	background-image: url(/img/top.jpg);
	margin-right: auto;
	margin-left: auto;
	color:#ffffff;
}

#header #sub {
	text-align: right;
	color: #ffffff;
	padding-right: 20px;
	padding-top:180px;
}



#headmenu {
	width: 780px;
	overflow: hidden;
	align : center;
	text-align: center;
	/*background-color: #4f97e3;*/
	/*background-color: #c0c0c0;*/
	/*background-color: #3366aa;*/
}

#headmenu h1 {
	display:none;
}

#headmenu li {
	float:left;
	margin-bottom:1.5em;
	text-align:center;
}

#headmenu li a {
	display: block;
	width: 156px;
	height: 25px;
	/*color:#555;*/
	color:#000;
	line-height:25px;
	font-size:14px;
	text-decoration:none;
	/*background:url(/img/headmenu.gif) repeat-x;*/
	background:url(/img/menu.png) repeat-x;
}

#headmenu li a:hover { 
	/*color:#FFF;*/
	color:#000;
	/*background:url(/img/headmenu_on.gif) repeat-x;*/
	background:url(/img/menu-on.png) repeat-x;
}

#headmenu li a.on { 
	/*color:#FFF;*/
	color:#000;
	font-weight:bold;
	/*background:url(/img/headmenu_on.gif) repeat-x;*/
	background:url(/img/menu-on.png) repeat-x;
}

#headmenu span {
	font-size: 120%;
	color: #000000;
}

#contents {
	width: 780px;
	overflow: hidden;
	margin: 30px 0 50px 0;
}

#contents p{
	color: #6c787b;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 150%;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #3366aa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents #menu {
	margin: 0 20px 0 0;
	width: 215px;
	float: right;
	display: inline;
}

#contents #menu ul {
	margin-bottom: 20px;
}

#contents #menu li {
	border-bottom: 1px dashed #b3b3b3;
	padding: 8px 0 8px 15px;
	font-size: 100%;
}

#contents #menu li a {
	/*color: #6c787b;*/
	display: block;
}

#contents #menu .menuEnd {
	border-bottom: 1px solid #b3b3b3;
}

#contents #mainTop {
	margin: 0;
	width: 540px;
	float: left;
}

#contents #mainTop #indexTitle {
	width: 540px;
	overflow: hidden;
}

#contents #mainTop #indexTitle .titlePoint {
	float: left;
}

#contents #mainTop #indexTitle .titleBox {
	float: right;
	width: 540px;
}

#contents #mainTop #indexTitle .titleBox p {
	margin: 0;
}


#contents #mainTop #indexMain {
	margin: 0 0 0 50px;
	width: 490px;
}

#contents #mainTop #indexMain h4 {
	font-weight: bold;
	font-size: 120%;
	margin: 35px 0 5px 0;
}

#contents #mainTop #indexMain p {
	margin: 0;
}

#contents .box {
	float: left;
	height: 130px;
	width: 350px;
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	margin-left: 12px;
	padding: 5px;
}

#contents .box h3 {
	margin: 0px;
	padding-left:5px;
	background-color: #3366aa;
	color: #ffffff;
}

#contents .box p {
	margin: 0px;
}

#contents #company{
	overflow:hidden;
	/*border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#daddde;*/
	padding: 0px 0 10px 0px;
}

#contents #company dt {
	float: left;
	clear: both;
	width: 170px;
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
	
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#daddde;
	padding:10px 0 0 0;
}

#contents #company dd {
	color: #6c787b;
	float: left;
	width: 450px;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 20px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#daddde;
	padding:10px 0 0 10px;
}

#contents #company p {
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	margin-right: 10px;
}

#footer {
	width: 780px;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer #pagetop {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	font-size: 75%;
}

#footer #pagetop a {
	color: #6c787b;
}

hr.foot {
	border-top:1px solid #c0c0c0;
}

#footer #copyright {
	margin: 0 0 0 30px;
	float: left;
	display: inline;
	font-size: 75%;
}



