@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: none;
}
.content{
	background-image: url(images/content_frame.png);
	background-repeat: repeat-y;
	background-position: center;
}
.content #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.content #header {
	background-color: #DDDDDD;
	background-image: url(images/header_bak.png);
	background-repeat: repeat-x;
	height: 80px;
}
.content #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.header_right {
	background-image:url(images/header_right.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size: 75%;
	text-align: right;
	padding: 4px;
}
.header_right_2 {
	font-size: 75%;
	text-align: right;
	padding: 4px;
	background-image: url(images/header_right_bak_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content #mainContent {
	background: #FFFFFF;
	margin: 0px;
}
.content   #footer {
	padding: 0 10px;
	background-color: #ff9933;
}
.content #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 85%;
}
.navi_box {
	background-color: #ff9933;
	font-size: 80%;
	line-height: 1.8em;
	padding: 2px;
}
.navi_box ul {
	list-style-type: none;
}
.navi_box  a:hover {
	opacity:1;
	filter: alpha(opacity=100);
	background-image: url(images/navi_li_2.png);
}
.navi_box a {
	display: block;
}
.navi_box li {
	background-image: url(images/navi_li.png);
}
.pan_navi {
	font-size: 80%;
	margin-bottom: 10px;
	background-image: url(images/pan_navi.png);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.main_box {
	font-size: 85%;
	line-height: 1.5em;
	padding: 6px;
}
.main_box h2 {
	margin-top: 20px;
	margin-left: 30px;
}
.main_box p {
	margin-top: 10px;
	margin-left: 50px;
	color: #666666;
}
.main_box td {
	color: #666666;
}
.main_box2 {
	font-size: 85%;
	line-height: 1.5em;
	padding: 6px;
	background-image: url(images/header_right_bak_02.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.main_box2 h2 {
	margin-top: 20px;
	margin-left: 30px;
}
.main_box2 p {
	margin-top: 10px;
	margin-left: 50px;
	color: #666666;
}
.main_bo2x td {
	color: #666666;
}
.top_btn {
}
fieldset {
	border: 1px solid #000099;
}
legend {
	margin-left: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bolder;
}
.top_btn a {
	display: block;
}
.top_btn a:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ask_person {
	font-size: 7pt;
	padding: 3px;
	line-height: 1.2em;
	vertical-align: top;
}
.group {
	margin-left: 40px;
}
.group th {
	font-size: 80%;
	color: #666666;
	background-color: #FFFFCC;
	text-align: center;
}
.group td {
	font-size: 90%;
	vertical-align: top;
	padding-top: 5px;
	line-height: 1.2em;
	padding-bottom: 5px;
}
.group h2 {
	font-size: 110%;
	color: #0000FF;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 0px;
	background-image: url(images/arrow_2.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px -5px;
}
.group h3 {
	font-weight: bold;
	font-size: 110%;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.group #gr_1 {
	background-color: #EBEBEB;
}
.group #gr_2 {
	background-color: #D7E5FF;
}
.framework {
	border: 1px solid #8BCA26;
	margin-left: 50px;
	padding: 10px;
	margin-top: 20px;
	background-color: #fffcd9;
}
.framework h2 {
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #FFCC00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(images/csr_h2.png);
	background-repeat: repeat-x;
}
.framework p {
	margin-left: 0px;
	margin-top: 0px;
}
.framework_td {
	background-image: url(images/csr_td_bak.png);
	height: 64px;
	background-repeat: no-repeat;
	vertical-align: top;
}
small {
	font-size: 80%;
}
.news {
	height: 264px;
	padding-top: 5px;
	overflow: auto;
}
.news p {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 90%;
	background-image: url(images/arrow_6.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 3px;
}
.news  a:hover {
	text-decoration: underline;
}
.date {
	font-size: 80%;
	margin-left: 5px;
}
