@charset "utf-8";
body {
	background-color: #FFFFFF;
	color:#3F3F3F;
	font-family: "Hiragino Maru Gothic ProN", sans-serif;
	font-size:14px;
	line-height: 1.4;
}

#header {
	display:none;
}

#contents #menu {
	display:none;
}

#headmenu h1 {
	margin:0;
	padding:0;
	/*border-top: 1px solid #666;
    border-bottom: 1px solid #666;*/
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 4px;
    text-align: right;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background:url(/img/menu-on.png) repeat-x;
}

#headmenu div.leftButton {
	position:absolute;
	top:9px;
	left:8px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-shadow:rgba(0,0,0,0,6) 0px -1px 0px;
	line-height:24px;
	/*border-right: 1px solid #666;*/
	background:url(/img/menu-on.png) repeat-x;
	/*-webkit-border-image: url(/img/menu.png) 0 8 0 8;*/
}

#headmenu div.pressed {
	background:url(/img/menu-on.png) repeat-x;
	/*-webkit-border-image: url(/img/menu.png) 0 8 0 8;*/
}

#headmenu ul {
	list-style:none;
	margin:10px;
	padding:0;
}

#headmenu ul li a{
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#222222;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:-1px;
	padding: 12px 10px;
	text-decoration:none;
}

#headmenu ul li:first-child a {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px
}

#headmenu ul li:last-child a {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px
}

#headmenu ul.hide {
	display:none;
}

#contents{
	padding:10px;
}

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

#contents h2 {
	font-size: 120%;
	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 h4 {
	margin-left: 10px;
}

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

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

#contents #company{
	overflow:hidden;
	padding: 0px 0 10px 0px;
}

#contents #company dt {
	clear: both;
	font-weight: bold;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:#daddde;*/
}

#contents #company dd {
	color: #6c787b;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 30px;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:#daddde;*/
}

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

#footer {
	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%;
}

#footer #copyright #commons {
	display:none;
]



