@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #a9d2ff;
	/*
	background-image: url(../image/back_test.gif);
	background-repeat: repeat-x;
	*/
}

img { 
	max-width:100%; height:auto;
}

a img {
	border: none;
}

div#pageWrapper {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}

/* old \*/
* html div#pagewrapper {
	width: 660px;
}
/* end */

div#contentsWrapper {
	width: 640px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	/*overflow: auto;*/
	overflow: hidden;
}

div#header {
	width: 640px;
	height: 120px;
	margin-bottom: 10px;
	background-image: url(../image/header2.png);
}

div#mainContents {
/*
	float: right;
*/
	text-align: center;
	width: 640px;
}
/*  

div#nav {
	float: left;
	display: inline;
	width: 150px;
	height: 229px;
	margin-top: 10px;
	margin-left: 7px;
	background-image: url(../image/nav.png);
}

div#nav h3 {
	margin: 10px 0 3px 7px;
}

div#nav ul {
	list-style-type: none;
}

div#nav ul li {
	margin-left: 7px;
	margin-bottom: 3px;
}

div#nav img {
	vertical-align: bottom;
}

div#nav a:hover {
	position: relative;
	left: 3px;
}
\*/
div#footer {
	clear: both;
	width: 640px;
	height: 105px;
	background-image: url(../image/footer2.png);
}

div#footer p {
	padding: 85px 0 0 10px;
	color: #ffffff;
	font-size: 82%;
}

div.contents {
	position: relative;
	width: 608px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px 15px 15px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-image: url(../image/grd_test.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3;
	color: #333333;
	font-size: 83%;
}

div#description p {
	margin: 0 0 10px;
}

h1 {
	padding: 32px 18px 0;
}

h2 {
	position: absolute;
	top: -22px;
	left: -19px;
}
/*
img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 3px #999;
}

div#about h3 {
	clear: left;
	padding-left: 5px;
	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 ul li {
	display: inline;
}
*/

div#default h3 {
	width: 583px;
	margin-bottom: 15px;
	padding: 3px 5px;
	padding-left: 15px;
	border: solid 1px #99cbff;
	border-left: solid 5px #99cbff;
	font-size: 18px;
	text-align: left;
}

div#default p.note {
	margin: 0 15px 10px;
	text-align: left;
}

div#default table {
	width: 480px;
	margin: 0px 15px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

div#default table th {
	padding: 5px;
	border: solid 1px #ccc;
	text-align: left;
}
div#default table td {
	padding: 5px;
	border: solid 1px #ccc;
	text-align: left;
}

div#default table th {
	background-color: #fff2ab;
}

div#default table.list {
	width: 608px;
	margin: 0px 0px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
	font-size: 100%;
}

div#default table.list th {
	padding: 5px;
	padding-left: 15px;
	border: solid 1px #ccc;
	text-align: left;
	background-color: #f0f8ff;
}
div#default table.list td {
	width: 103px;
	padding: 5px;
	border: solid 1px #ccc;
	text-align: left;
}

div#default table.list#clmn_bg {
	 background-color: #000000;
}


div#default p.horizon {
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: solid 1px #99cbff;
	font-size: 83%;
	text-align: right;
}

div#default {
	padding-bottom: 30px;
}

div.dispBox {
	text-align: right;
}
div.chkBox {
	text-align: left;
}
div.top10 {
	text-align: left;
}
div.chkBoxBtm {
	text-align: left;
}
.pageNavi li {
	list-style-type: none;
	float: left;
	width: 30px;
}
div.pageNavi {
	float: right;
}
p.note {
	font-size: 95%;
}

/*------ header ---------*/
#h_navi ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#h_navi li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: left;
}
#h_navi a{
	display: block; 
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: small;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
	color: #333;
	width: 100px; 
	margin: 0px 1px 1px 0px;
	text-align: center;
}
#h_navi li.now a{
	display: block; 
	border: solid 1px #ccc;
	background-color: #F0F8FF;
	font-size: small;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
	color: #333;
	width: 100px; 
	margin: 0px 1px 1px 0px;
	text-align: center;
}

#h_navi a:hover{
	background-color: #F0F8FF;
	color: #333;
}
/*
#h_navi ul{
	list-style-type: none;
}
#h_navi li{
	float: left;
}

#h_nav ul li {
	margin: 0;
	margin: 0;
}

#h_nav img {
	vertical-align: bottom;
}

#h_nav a:hover {
	position: relative;
	left: 3px;
}
*/

/*
dl.list {
	margin: 5px 15px;
}

dl.list dd {
	margin-top: 5px;
	margin-left: 15px;
}

dl.list a {
	font-weight: bold;
}

dl.list a:link {
	color: #99cbff;
}

dl.list a:visited {
	color: #d971c9;
}

dl.list a:hover {
	text-decoration: none;
}

dl.list a:active {
	color: #fff;
	background: #99cbff;
}
*/
embed.chara {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 90px;
	height: 90px;
	/*
	padding: 15px 15px 15px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	*/
}


