@charset "Shift_JIS";


* {
	padding: 0;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

body {
	text-align: center;
	background-image : url(../image/fbg_6B.png);
    background-position: top;
    background-repeat: repeat-x;
}

a img {
	border: none;
}

div#pageWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}

/* old \*/
* html div#pagewrapper {
	width: 900px;
}
/* end */

div#header {
	width: 900px;
	height: 70px;
}

/* コンテンツ全体の設定 */

div#contentsWrapper {
	width: 900px;
	margin-bottom: 10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-image:url(../image/Eye.png);
	background-position:top;
	background-repeat:no-repeat;
}

div#contwrapper {
	width: 900px;
	margin-bottom: 10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}


/* 右カラム関連の設定 */

div#mainContents {
	float: right;
	width: 650px;
	margin-top : 280px;
	text-align: left;
}

div#mainContents h3{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	margin-left:10px;
	color:#09F;
}

div#mainContents p {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	text-align:left;
	margin-left:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

div#info {
	height: 250px;
	width: 600px;
	background-image:url(../image/info.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#infolist {
	padding-top: 40px;
}

div#info li {
	border-bottom:solid 2px;
	border-bottom-color:#E3E3E3;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size:13px;
}

div#labinfo {
	margin: 10px;
	height: 170px;
	width: 600px;
	padding:20px;
	border:#E3E3E3 solid 2px;
}

div#mtitle {
	float:right;
	height: 25px;
	width : 650px;
	height:800px;
}

div#mtitle h4 {
	background-image:url(../image/mtitle.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 30px;
	text-align:left;
	color:#FFF
}

div#mtitle h5 {
	padding-left: 15px;
	text-align:left;
	font-size:13px;
	margin-top: 10px;
}

div#mtitle p {
	padding: 10px 5px 10px 30px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

div#mtitle table{
	margin-left: 30px;
	margin-top: 10px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	text-align:left;
}
	
	
/* 左カラム関連*/
/* ナビゲーションの設定 */
div#nav {
	float:left;
	width:220;
}

div#nav ul {
	display: block;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}

div#nav li {
	display: block;
	overflow: hidden;
	width: 220px;
}


div#nav li a {
    display: block;
    height: 52px;
    text-align: left;
    overflow: hidden;
    line-height: 1;
    padding-left: 20px;
}

div#nav li span.en {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 52px;
}

div#nav li span.ja {
	color:#4ADBFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 12px;
}

div#nav a:link {
    background-image : url(../image/bnr.png);
    background-position: top left;
    background-repeat: no-repeat;
}
div#nav a:visited {
    background-image : url(../image/bnr.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div#nav a:hover {
    background-image : url(../image/bnr.png);
    background-position: top left;
    background-repeat: no-repeat;
}
div#nav a:active {
    background-image : url(../image/bnr.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div#nav a:hover span.en {
    color: #C1DBB3;
}

div#nav a:active span.en {
    color: #C1DBB3;
}

div#nav a:link {
    text-decoration: none;
}

div#nav a:visited {
    text-decoration: none;
}

div#nav a:hover {
    text-decoration: none;
}

div#nav a:active {
    text-decoration: none;
}

/* バナー関連の設定 */
div#aside {
	float:left;
	height:350px;
	width: 220px;
	margin: 15px 5px 10px 0px;
}

div#aside p.pic{
	margin-top: 5px;
	margin-bottom:5px;
}

/* フッター関連の設定 */

div#footer {
	clear: both;
	width: 900px;
	height: 70px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#footer p {
	padding: 20px 0 0 20px;
	color: #000000;
	font-size: 82%;
	text-align:center;
}


div.contents {
	position: relative;
	width: 413px;
	margin-top: 30px;
	margin-left: 20px;
	padding: 40px 60px 25px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	line-height: 1.3;
	color: #333333;
	font-size: 100%;
}

div.description p {
	margin: 0 0 10px;
}

h1 {
	padding: 40px 18px 0;
	text-align: center;
}

h2 {
	position: absolute;
	top: -22px;
	left: -19px;
}

p.head {font-weight:bold;
font-size:12px;
color:#999;
}

img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 3px #999;
}

div#about h3 {
	clear: left;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: solid 5px #99cbff;
	font-size: 100%;
}

div#about p.name {
	margin-bottom: 20px;
	padding-left: 10px;
}

div#about ul {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 10px;
}

div#about ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

div#about ul li {
	display: inline;
}



div#contact p {
	margin-top: 10px;
	margin-left: 10px;
}
