@charset "utf-8";

@import "reset.css";

/*-------------------------------------------------
基本のスタイル
/*-------------------------------------------------*/
body {
	background-color: #811F30;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}
h1 {
	display: none;
}
.clear {
	clear: both;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFCC;
	text-decoration: underline;
}



/*-------------------------------------------------
 ブロック定義
/*-------------------------------------------------*/
div#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bgContainer.jpg);
	background-repeat: repeat-y;
	height: 100%;

}

div#contents{
	width:auto;
	height: 100%;
}



/*-------------------------------------------------
 ヘッダー定義
/*-------------------------------------------------*/
.header{
	width: auto;
	text-align: left;
	background-image: url(../img/bgHeader.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
.header  h2 {
	float: left;
	width: auto;
}
.header ul {
	float: left;

}
.header li {
	width: auto;
}
#jyogakusei .header ul {
	height: auto;
	width: auto;

}
#jyogakusei .header li {
	width: auto;
	float: left;
	height: auto;
}



/*-------------------------------------------------
 メイン定義
/*-------------------------------------------------*/
.main {
	text-align: left;
	height: auto;
	width: auto;
}
.main .midasi {
	padding-bottom: 4em;
}
.main ul {
	height: auto;
	width: auto;
}
.main li {
	float: left;
	height: auto;
	width: auto;
}
.sell {
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.sell table {
	margin-right: auto;
	margin-left: auto;
}
.sell table td {
	padding: 0.5em;
}
.chara {
	height: auto;
	width: 800px;
	text-align: center;
}
.chara img {
	padding-top: 2em;
	padding-bottom: 2em;
}
.ecg {
	text-align: center;
}
.ecg table {
	margin-right: auto;
	margin-left: auto;
}
.ecg table td .iframe{
	text-align: center;
}
.ecg table td .iframe iframe {
	padding-top: 1em;
	padding-bottom: 1em;
}



/*-------------------------------------------------
フッター定義
/*-------------------------------------------------*/

div#footer {
	height: 49px;
	width: auto;
	background-image: url(../img/bgFooter.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

