@charset "utf-8";

/* Copyright (C) www.midoriusui.com All Rights Reserved.
------------------------------------------------------- */

/* Clear __________________________________________________ */
* {
	padding: 0;
	margin: 0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
embed,object {
	margin:0;
	padding:0;
	list-style-type: none;
}
* html {
	overflow-y:scroll;
}
html {
	overflow-y:scroll;
}
html, body {
	margin:0;
	padding:0;
	color:#333;
	line-height:1.7em;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
}
img {
	border:0 none;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}
hr {
	margin-bottom: 20px
}

/* Clearfix ============================== */
.clearfix:after {
	content:".";
	display:block;
	clear:both;	
	height:0;
	visibility:hidden;	
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */


/* ============================== Clearfix */

/* MouseCursor __________________________________________________ */
div#icon {
	width: 90px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* Link __________________________________________________ */
a {
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration: none;
	color: #1b3966;
}
a:hover {
	text-decoration:underline;
}

/* Table __________________________________________________ */
table {
	border-collapse:separate;
	border:1px solid #ccc;
	background-color:#fff;
	width: 100%;
}
table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #efefef;
	width: 20%;
	color: #666666;
}
table td {
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	width: 80%;
}

/* PhotoPosition __________________________________________________ */
.photoRight {
	float: right;
	margin-left: 20px;
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.photoLeft {
	float: left;
	margin-right: 20px;
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

/* Text __________________________________________________ */
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}


/* Layout __________________________________________________ */
#contents {
	width: 1200px;
	height: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -400px 0 0 -600px;
}
#contents .topPage {
	position: absolute;
}
#contents .menu {
	width: 210px;
	position: absolute;
}


