@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Calibri, Hiragino Kaku Gothic Pro", Osaka, CI, Meiryo, "&#xff2d;&#xff33;&#x20;&#xff30;&#x30b4;&#x30b7;&#x30c3;&#x30af;", /*"Arial", */"Helvetica", "Verdana", sans-serif;
	line-height: 100%;
	background-color: #fffef6;
	text-align:center;
}

h1,h2,h3,h4 {
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

a.txt:link,
a.txt:visited {
	color: #000000;
}

a.txt:hover,
a.txt:focus {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

img.obj {
	vertical-align: middle;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.reportEnd {
	height: 50px;
	clear: both;
}

/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height:0;
  font-size:0;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------- */
/* margin-padding */
/* --------------------------------------------------------------------- */

.mt1 {
	margin-top: 1px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.ml10 {
	margin-left: 10px;
}

.pt10 {
	padding-top: 10px;
}



/* --------------------------------------------------------------------- */
/* text */
/* --------------------------------------------------------------------- */

.txt10 {
	font-size: 77%;
}

.txt11 {
	font-size: 85%;
}

.txt12 {
	font-size: 93%;
}

.txt14 {
	font-size: 107%;
}

.txt16 {
	font-size: 122%;
}

.txt18 {
	font-size: 136%;
}

.txtBold {
	font-weight: bold;
}

.txtEx1 {
	font-weight: bold;
	color: #fd2f69;
}

.txtEx2 {
	font-weight: bold;
	color: #E20012;
}


/* --------------------------------------------------------------------- */
/* title */
/* --------------------------------------------------------------------- */

h2.title2_1 img {
	margin-left: 10px;
}

h2.title2_2 {
	width: 680px;
	color: #e20012;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 10px;
	padding-bottom: 14px;
	background: url("../image/title_txt_bg.gif") no-repeat left bottom;
}

h3.title3_1 {
	color: #fd2f69;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: #e9e9e9 solid 1px;
}


div#wrapper {
	width:800px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0 auto;
}

div#wrapperSub {
	width:800px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0 auto;
	background: url("../image/sub_background.gif") no-repeat right 25px;
}

/* --------------------------------------------------------------------- */
/* haeder */
/* --------------------------------------------------------------------- */

div#header {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}



/* --------------------------------------------------------------------- */
/* menu */
/* --------------------------------------------------------------------- */

div#menuArea {
	width: 800px;
	height: 44px;
	margin: 0px auto;
}

ul#menu {
	display: block;
	margin: 30px 0px 0px 33px;
}

ul#menu li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right:10px;
}

div#menuAreaSub {
	width: 800px;
	border-top:25px solid #f39800;
	margin:0 auto;
}


/* --------------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------------- */

div#content {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}


/* --------------------------------------------------------------------- */
/* sideList */
/* --------------------------------------------------------------------- */

ul.sideList {
	display: block;
}

ul.sideList li {
	display: block;
	list-style-type: none;
	font-size: 93%;
	line-height: 1.4;
	margin-top: 10px;
	padding-bottom: 10px;
	background: url("../image/side_list_bg.gif") no-repeat left bottom;
}

ul.sideList li span {
	display: block;
	margin-left: 5px;
	padding-left: 16px;
	background: url("../image/obj.gif") no-repeat left center;
}


/* --------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------- */


div#footerMenuArea {
	width: 800px;
	margin: 0px auto;
}

ul#footerMenu {
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 71px;
}

ul#footerMenu li {
	display: block;
	float: left;
	list-style-type: none;
	padding-right:8px;
}

div#footer {
	width: 800px;
	margin: 20px auto 0px auto;
	background: #f08300;
	padding: 10px 0px;
	text-align: left;
}

div#footer div.inner {
	width: 760px;
	margin-left: 20px;
}

p#copyright {
	width: 530px;
	color: #000000;
	font-size: 77%;
	float: left;
	text-align: left;
}

p#subName {
	width: 230px;
	color: #ffffff;
	font-size: 77%;
	float: right;
	text-align: right;
}
