@charset "utf-8";

@import url("reset.css");

/*基本のスタイル----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	height: 100%;
	margin-top: 100px;
}
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.style1 {
	color: #F00;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #0F9;
	text-decoration: underline;
}
a:active {
	color: #0F9;
}
p.return {
	text-align: right;
}
p.return a:link {
	color: #FF0000;
	text-decoration: underline;
	font-size: 14px;
}
p.return a:visited {
	color: #F00;
	text-decoration: underline;
	font-size: 14px;
}
p.return a:hover {
	color: #0F9;
	text-decoration: underline;
	font-size: 14px;
}
p.return a:active {
	color: #0F9;
	font-size: 14px;
	text-decoration: underline;
}
/*----------------------------------------------------------基本のスタイル*/

div#container {
	width: 100%;
	height: 100%;
}

div#content {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*レフトコンテンツのスタイル------------------------------------------------------*/

div#left_content {
	height: 600px;
	width: 334px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	float: left;
}

ul#global_navi {
	width: 334px;
	margin-right: auto;
	margin-left: 0px;
	height: 674px;
}

ul#global_navi li {
	height: auto;
	width: auto;
}

ul#global_navi li#copy_rights {
	margin-top: 267px;
	margin-bottom: 0px;
	height: 293px;
}

/*------------------------------------------------------レフトコンテンツのスタイル*/

/*ライトコンテンツのスタイル------------------------------------------------------*/
div#right_content {
	overflow: auto;
	height: 600px;
	width: 566px;
	background-color: #000;
	margin-right: 0px;
	margin-left: auto;
	float: right;
}
.headline {
	padding-bottom: 1em;
}
div#main_content {
	height: auto;
	width: 500px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#intro div#right_content {
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 50px;
	color: #F00;
	height: 600px;
}
div#intro {
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	background-attachment: scroll;
}
div.cv {
	background-image: url(../images/bg_cv.jpg);
	background-repeat: no-repeat;
	background-position: 304px bottom;
}
div#main_content dl {
	width: 100%;
	height: auto;

}
div#main_content dl#new {
	overflow: auto;
	height: 130px;
}
div#main_content dl#new dt {
	float: left;
	margin-right: auto;
	margin-left: 0px;
	font-weight: bold;
	color: #F00;
	width: 6em;
	text-align: center;
	border: 1px solid #000;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
	padding-top: 2px;
	background-position: 1px;
}
div#main_content dl#new dd {
	margin-left: auto;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #000;
	color: #FFF;
}
div#main_content dl#staff dt {
	float: left;
	margin-right: auto;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	width: 8em;
	text-align: center;
	border: 1px solid #000;
	padding: 2px;
	background-color: #F00;
}
div#main_content dl#staff dd {
	margin-left: auto;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #000;
	color: #FFF;
}
div#main_content dl#spec dt {
	float: left;
	margin-right: auto;
	margin-left: 0px;
	font-weight: bold;
	color: #000;
	width: 8em;
	text-align: center;
	border: 1px solid #000;
	padding: 2px;
	background-color: #F00;
}
div#main_content dl#spec dd {
	margin-left: auto;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #000;
	color: #FFF;
}
.coution {
	font-weight: bold;
	color: #F00;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.ev_table {
	width: 500px;
}
.ev_table td {
	padding: 3px;
	width: 160px;
}
/*------------------------------------------------------ライトコンテンツのスタイル*/

/*バナー枠200*40*/

body .bannerChara {
	color: #000000;
	background-color: #FF0000;
	width: 688px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: left;
}

.bannerImg {
	width: 700px;
	text-align: left;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: left;
}

.bannerImg p {
	float: left;
}

textarea {
	width: 480px;
	padding-left: 10px;
	background-color: #000000;
	color: #FF0000;
	height: auto;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
}

.banner02 {
	width: 680px;
	padding-left: 10px;
	background-color: #000000;
	color: #FF0000;
	height: 40px;
	border: 1px solid #FF0000;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}

