@charset "utf-8";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


img {
	line-height: 0;
    vartical-align: bottom;
    font-size: 0;
}


html {
    overflow-y: scroll;
}



/********************/
/********************/

body {
    color: #000000;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: url(../images/background.jpg) 0 0;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
	color: #C33;
	text-decoration: underline;
}

a:hover {
	color: #996633;
	text-decoration: none;
}


a:active {
	color: #996600;
	text-decoration: underline;
}


h1 {
	margin: 20px 0 0 45px;
}


/**************/
/***** ID *****/
/**************/
#container {
    width: 100%;
	text-align: center;
	background: url(../images/container_back.jpg);
	border-top: #f08200 3px solid;
}


#containerIn {
    width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	background: url(../images/container_back2.jpg) 0 0 repeat-y;
}


#wrapL {
	width: 230px;
	float: left;
}


#wrapR {
	width: 720px;
	float: right;
	background: url(../images/dot.png) 0 0 no-repeat;
}


#footer {
	width: 100%;
	text-align: center;
}


#footerIn {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: left;
}


#copy {
	width: 950px;
	margin: 30px auto 0;
	font-size: 9px;
	text-align: center;
	color: #fff;
}


#bnrUl {
	margin-top: 5px;
	text-align: center;
}


#bnr {
	margin-top: 10px;
	text-align: center;
}


#langBtn {
	margin: 0 5px 5px;
	text-align: right;
}


/*****************/
/***** CLASS *****/
/*****************/
.sec {
	margin-right: 50px;
	padding-left: 7px;
	font-size: 12px;
	color: #fff;
	border-left: #fff 5px solid;
	float: left;
}


.sec dt {
	margin-bottom: 3px;
	font-weight: bold;
}


.sec dd a {
	color: #fff;
}



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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.marT5 {
	margin-top: 5px;
}


.marT10 {
	margin-top: 10px;
}


.marT15 {
	margin-top: 15px;
}


.marT20 {
	margin-top: 20px;
}


.marT30 {
	margin-top: 30px;
}


.marT40 {
	margin-top: 40px;
}


.marB2 {
	margin-bottom: 2px;
}


.marB5 {
	margin-bottom: 5px;
}


.marB10 {
	margin-bottom: 10px;
}


.marB15 {
	margin-bottom: 15px;
}


.marB20 {
	margin-bottom: 20px;
}


.marB25 {
	margin-bottom: 25px;
}


.marB30 {
	margin-bottom: 30px;
}


.marB40 {
	margin-bottom: 40px;
}


.marL12 {
	margin-left: 12px;
}


.marL14 {
	margin-left: 14px;
}



.marL25 {
	margin-left: 25px;
}


.marL28 {
	margin-left: 28px;
}


.marL38 {
	margin-left: 38px;
}


.marL49 {
	margin-left: 49px;
}


.marL55 {
	margin-left: 55px;
}


.windowIcon {
	margin-right: 2px;
	padding-right: 16px;
	background: url(../images/window_icon.gif) 100% 0.3em no-repeat;
}


.windowIcon2 {
	margin-left: 2px;
	padding-left: 14px;
	background: url(../images/window_icon.gif) 0 0.3em no-repeat;
}


.pdfIcon {
	margin-right: 2px;
	padding-right: 16px;
	background: url(../images/pdf_icon.gif) 100% 0.3em no-repeat;
}


.figureL {
	margin-right: 10px;
	float: left;
}


.figureR {
	margin-left: 10px;
	float: right;
}

.clear{
	clear:both;
}

.bold {
	font-weight: bold;
}


.fontS {
	font-size: 12px;
}


.fontL {
	font-size: 16px;
}


.red{
	color:#C00;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}