@charset "utf-8";

/*-------------------------------------------------
	reset
-------------------------------------------------*/
body, div, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p,
table, th, tr, td, pre,
form, textarea, fieldset, input, select,
address, iframe {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
	line-height: 0;
	text-decoration: none;
}
address, caption, cite, code, dfn, em, var {
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

/*-------------------------------------------------
	clearfix
-------------------------------------------------*/
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-table;
	min-height:1px; /* IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------------------------------------------
	common
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #000;
	font-size: 1.5/13px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Helvetica, Arial, Sans-serif;
	font-family: Arial,"MS PGothic","Osaka",sans-serif;
	background: #ececec;
}
a{
	outline: none;
	overflow: hidden;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a.curt {
	color: #ff0089;
	text-decoration: none;
}
a:focus {
	outline: none;
	overflow: hidden;
}
a img {
	border: 0;
	text-decoration: none;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: &quot;alpha( opacity=80 )&quot;;/* ie6 */
	overflow: hidden;
}
ul,ol {
	list-style-type: none;
}
.one-byte {
	ime-mode: disabled;
}
.error {
	text-align: left;
	color: #f00;
}
.container {
	margin: 10px 0;
	text-align: left;
}
.shadow {
}
.frame {
	width: 900px;
	background:#fff;
	margin: 2px auto;
	margin-left: -10px\9;
	padding:12px 30px;
	-moz-box-shadow: 0 2px 5px #666, 0 0 3px #ccc;
	-webkit-box-shadow: 0 2px 5px #666, 0 0 3px #ccc;
	box-shadow: 0 2px 5px #666, 0 0 3px #ccc;
}
/*-------------------------------------------------
	header
-------------------------------------------------*/
#header {
	height: 30px;
}
#header h1 a {
	float: left;
}
/*-------------------------------------------------
	nav
-------------------------------------------------*/
#nav {
	display: block;
	z-index: 10;
	margin: 5px 0 0;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
}
#nav ul {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 5px;
	height: 30px;
}
#nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav ul li {
	position: relative;
	margin: 3px 1px 0;
	float: left;
}
#nav ul li:hover {
	margin: 2px 0 0;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #f6f6f6;
	background: #f6f6f6;
}
#nav ul li a {
	padding: 5px 15px;
	display: block;
}
#nav ul li a:hover {
	padding: 5px 15px 4px;
}
#nav ul ul {
	display: none;
	width: 150px;
	height: auto;
	position: absolute;
	top: 28px;
	left: -1px;
	padding: 3px 5px 5px;
	border: 1px solid #d0d0d0;
	border-top: none;
	background: #f6f6f6;
}
#nav ul ul:hover {
}
#nav ul ul li {
	margin: 4px 0 0;
	border: none;
}
#nav ul ul li:hover {
	margin: 4px 0 0;
	border: none;
}
#nav ul ul a {
	padding: 2px 10px;
}
#nav ul ul a:hover {
	padding: 2px 10px;
}

/*-------------------------------------------------
	home
-------------------------------------------------*/
#home {
	margin: 15px 0;
	z-index: 0;
}
.slideshow {
	height: 300px;
	background: #02050a;
	margin-bottom: 15px;
}
#icon {
}
#icon ul {
	text-align: center;
	width: 420px;
	margin: 0 auto;
	display: block;
}
#icon ul li {
	float: left;
	width: 148px;
	border: 1px solid #d0d0d0;
	background: #d0d0d0;
	display: inline;
	margin: 5px 40px 15px;
}
#icon ul li p {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 10px 0;
	color: #000;
}
#icon ul li .zitem {
	width: 148px;
	height: 106px;
	overflow: hidden;
	font-size: 0.1px;
	position: relative;
	display: block;
}
#icon ul li .zitem img {
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
}
/*-------------------------------------------------
	contents
-------------------------------------------------*/
#contents {
	clear: both;
}
#snav {
	width: 160px;
	float: left;
	border-bottom: 1px solid #d0d0d0;
}
#snav ul {
	font-size: 12px;
	margin: 26px 9px;
}
#snav ul li {
	margin: 10px 0;
}
#main {
	float: right;
	padding: 70px 40px 70px 30px;
	width: 669px;
	border-left: 1px solid #d0d0d0;
	font-size: 12px;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#main p {
	font-size: 12px;
	margin-bottom: 1em;
}
dl {
	line-height: 1.4em;
}
dt {
	width: 8em;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
dd {
	margin-top: -2.3em;
	margin-bottom: 1em;
	margin-left: 8.5em;
}
.morelink{
	display: block;
	max-width: 100px;
	margin: 36px auto 18px;
	padding: 6px;
	background:#d0d0d0;
	color: #000;
	text-align: center;
	border-radius: 2px;
}
.morelink:hover{
	cursor:pointer;
	opacity: .7;
}

table.prof{
	width: 100%;
}
table.prof th{
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	width: 150px;
	background: #eee;
	padding: 5px 10px;
}
table.prof td{
	border: 1px solid #ccc;
	text-align: left;
	font-weight: 0;
	background: #d9d9d9;
	padding: 5px 10px;
}
table.prof td a {
	color: #333;
	text-decoration: underline;
}
table.prof td a:hover {
	color: #666;
	text-decoration: none;
}
table.typei{
	width: 100%;
}
table.typei th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	width: 150px;
	padding: 5px 10px;
}
table.typei td{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: 0;
	padding: 5px 10px;
}
ul.dotlist {
	list-style-type: disc;
	line-height: 2.0;
	margin-left: 2em;
}
ul.dotlist a {
	color: #666;
}
ul.dotlist a:hover {
	color: #999;
}
/*-------------------------------------------------
	footer
-------------------------------------------------*/
#footer {
	font-size: 10px;
	color: #999;
	border-top: solid 1px #d0d0d0;
	padding: 12px 0 14px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
	text-align: left;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
	border-left : 1px solid #ccc;
}
#footer ul li a {
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #999;
}
/*-------------------------------------------------
	form
-------------------------------------------------*/
#inputForm {
	line-height: 1.3;
}
#inputForm .sample {
	font-weight: normal;
	font-size: 95%;
	color: #777;
}
#inputForm select {
	padding: 4px 2px;
	border: 1px solid #999;
}
#inputForm .btn_confirm{
	margin: 15px auto 5px;
	height: 40px;
	width: 150px;
	display: block;
	text-align: center;
}
#inputForm .btn_submit {
	float: left;
	margin: 15px 5px 5px 160px;
	height: 40px;
	width: 150px;
	display: block;
}
#inputForm .btn_back {
	float: right;
	margin: 15px 160px 5px 5px;
	height: 40px;
	width: 170px;
	display: block;
}
input:disabled {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	overflow: hidden;
	cursor: default;
}
