@charset "utf-8";

* {
	font-style: normal;
	text-decoration: none;
font-family:"Meiryo","Lucida Grande", "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.5em;
	padding: 0;
	margin: 0;
}


/*--------------------------------------
  Structure Module
---------------------------------------*/

html {
	height: 100%;
}

body {
	padding: 0px;
	font-size: 80%;
	margin: 0px;
	text-align: center;
	height: 100%;
}


/*--------------------------------------
  Text Module
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

em {
	font-style: normal;
	line-height: 120%;
}

.s {
	font-size: 11px;
}


/*--------------------------------------
   P
---------------------------------------*/

p {
	margin: 0px 0px 10px 0px;
}


/*--------------------------------------
   Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
	color: #1d3994;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol.number {
	list-style-type: decimal;
	padding-left: 25px;
}

ol.number li {
	line-height: 135%;
}

ul.list {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

ul.list li {
	line-height: 2.0em;
	margin: 0px;
}

	
	


/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}



/*--------------------------------------
  Padding
---------------------------------------*/

.pa3 {
	padding: 3px;
}

.pa5 {
	padding: 5px;
}

.pa-t5{
	padding: 5px 0px 0px 0px;
}

.pa10 {
	padding: 10px;
}

.pa-b10 {
	padding: 0 0 10px 0;
}

.paT3R3 {
	padding: 3px 3px 0px 0px;
}

.paL5 {
	padding: 0px 0px 0px 5px;
}


/*--------------------------------------
  float
---------------------------------------*/	

.float_left {
	clear: none;
	float: left;
	margin-right: 10px;
}

.float_right {
	clear: both;
	float: right;
	margin-left: 10px;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}


/*--------------------------------------
  margin
---------------------------------------*/

.ma-r10 {
	margin:0px 10px 0px 0px;
}

.ma-l10 {
	margin:0px 0px 0px 10px;
}

.ma-lb10 {
	margin:0px 0px 10px 10px;
}

.ma-t10 {
	margin:10px 0px 0px 0px;
}

.ma-b5 {
	margin:0px 0px 5px 0px;
}

.ma-b10 {
	margin:0px 0px 10px 0px;
}

.ma_40 {
	margin: 40px;
}


.ma-b15 {
	margin:0px 0px 15px 0px;
}

.ma-b20 {
	margin:0px 0px 20px 0px;
}

.ma-b30 {
	margin:0px 0px 30px 0px;
}

.ma-5 {
	margin:5px;
}

.ma-t5 {
	margin:5px 0px 10px 0px;
}

.ma-t10 {
	margin:10px 0px 10px 0px;
}

.ma-t40 {
	margin:40px 0px 10px 0px;
}

.ma-tb10 {
	margin:10px 0px;
}

.ma-tb20 {
	margin:20px 0px;
}

.ma-10 {
	margin:10px;
}

.ma-0 {
	margin:0px;
}


/*--------------------------------------
  background_color
---------------------------------------*/

.bgc_EFEFEF {
	background-color: #EFEFEF;
	overflow: hidden;
}


/*--------------------------------------
  text_color
---------------------------------------*/	

.txt_CC6600 {
	color: #CC6600;
}

.txt_red {
	color:#FF0000;
}

.txt_brown {
	color:#660000;
}

/*--------------------------------------
  text-position
---------------------------------------*/
	
.right-txt {
	text-align: right;
}

.center-txt {
	text-align: center
}

.left-txt {
	text-align: left;
}


/*--------------------------------------
  text_style
---------------------------------------*/	

.txt_large {
	font-size:120%;
}

.txt_small {
	font-size:80%;
}

txt_norm {
	font-weight:normal;
}

.txt_i {
	font-style:italic;
}

.txt_b {
	font-weight:bold;
}

.txt_u {
	text-decoration:underline;
}

.txt_o {
	text-decoration:overline;
}

.txt_t {
	text-decoration:line-through;
}

.txt_sup {
	vertical-align:super;
}

.txt_sub {
	vertical-align:sub;
}

.txt_no {
	text-decoration:none;
}


/*--------------------------------------
  text_position
---------------------------------------*/

.txt_l {
	text-align:left;
}

.txt_c {
	text-align:center;
}

.txt_r {
	text-align:right;
}


/*--------------------------------------
  text_indent
---------------------------------------*/

.txt_in1em {
	text-indent:1em;
}

.txt_in3px {
	text-indent:3px;
}

.txt_in2em {
	text-indent:2em;
}


/*--------------------------------------
  image_position
---------------------------------------*/		
		
.img_l {
	float:left;
	clear:both;
	width:150px;
}

.img_r {
	float:right;
	clear:both;
	width:150px;
}

.img_c {
	margin:0px auto;
	width:150px;
}


/*--------------------------------------
  list_type 
---------------------------------------*/	

ul li.item {
	list-style-type:none;
	margin:0px 0px 0px 10px;
}

ul li.item_img {
	list-style-type:none;
}

ul li.item_dott {
	list-style-type:disc;
	margin:3px 0px 0px 25px;
}

ul li.item_eng {
	list-style-type:upper-alpha;
	margin:0px 0px 0px 10px;
}

ol li.item_num {
	list-style-type:decimal;
	margin:0px 0px 0px 10px;
}


/*--------------------------------------
  list_type 
---------------------------------------*/	

dl dt.termS {
	float:left;
}

dl dt dd.explanationS {

}


/*--------------------------------------
  center-position
---------------------------------------*/

.ma_auto {
	margin:0px auto;
}

.ma_auto_b20 {
	margin:0px auto 20px auto;
}


hr {
	margin:10px 0px;
}

span {
	line-height:1em;
}


.clear {
	clear: both;
}

sub {
	vertical-align: bottom;
}

*+html sub {
	vertical-align: sub;
}


/*--------------------------------------
  color
---------------------------------------*/

.link_09F a {
	color: #0099FF!important;
}

.red {
	color: #C61A22!important;
	font-weight: bold;
}	