@charset "iso-8859-1";

@media all{

/* body.css */

body {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6,ul,li,p,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ab0d0d;
	text-decoration: underline;
}

hr {
	display:none
}
/* header.css */

#header {
	background-image: url(../../img/header/header_bg_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 750px;
	float: left;
	height: 75px;
}

#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #logo {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

#header #right {
	margin-right: 10px;
	text-align: right;
	float: right;
	margin-top: 20px;
}

#header #right #search {
}

#header #right #search form {
	margin: 0px;
	padding: 0px;
}

#header #right #search img {
	margin-right: 55px;
	vertical-align: middle;
}

#header #right #search #textbox {
	background-color: #fdfcc2;
	width: 150px;
	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: #6e6e6e;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-left-color: #6e6e6e;
}
#header #right #search #submit {
	vertical-align: middle;
}



/* global-s menu */
#header #right #gmenu-s {
	margin-top: 8px;
}

#header #right #gmenu-s img {
	margin: 0px;
	padding: 0px;
}
#header #right #gmenu-s #moji {
	margin-right: 20px;
}





/* global menu */

#gmenu {
	clear: left;
	float: left;
	width: 748px;
	border: 1px solid #989898;
	background-image: url(../../img/header/gmenu_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}



#gmenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gmenu li {
	display: inline;
	text-indent: -9999px;
}
#gmenu .menu01 a {
	background-image: url(../img/header/gmenu_li_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 73px;
	background-position: 0px -20px;
}

#gmenu .menu01 a:hover,
#global_01 #gmenu .menu01 a {
	background-position: 0px 0px;
	text-decoration: none;
}

#gmenu .menu02 a {
	background-image: url(../img/header/gmenu_li_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 152px;
	background-position: -73px -20px;
}

#gmenu .menu02 a:hover,
#global_02 #gmenu .menu02 a {
	background-position: -73px 0px;
	text-decoration: none;
}

#gmenu .menu03 a {
	background-image: url(../img/header/gmenu_li_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 125px;
	background-position: -225px -20px;
}

#gmenu .menu03 a:hover,
#global_03 #gmenu .menu03 a {
	background-position: -225px 0px;
	text-decoration: none;
}

#gmenu .menu04 a {
	background-image: url(../img/header/gmenu_li_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 218px;
	background-position: -350px -20px;
}

#gmenu .menu04 a:hover,
#global_04 #gmenu .menu04 a {
	background-position: -350px 0px;
	text-decoration: none;
}

#gmenu .menu05 a {
	background-image: url(../img/header/gmenu_li_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 132px;
	background-position: -568px -20px;
}

#gmenu .menu05 a:hover,
#global_05 #gmenu .menu05 a {
	background-position: -568px 0px;
	text-decoration: none;
}




/* docs2.css */

/* --BOX--*/

#docs {
	clear: left;
	float: left;
	width: 750px;
	background-image: url(../../img/common/common_bg.gif);
	background-repeat: repeat-y;
}

#docs #docs-c {
	clear: left;
	float: left;
	width: 740px;
	padding-top: 8px;
	padding-left: 10px;
}

#docs #docs-c #contents {
	width: 710px;
	margin-right: 10px;
	margin-left: 10px;
}


/* --tag--*/

#docs #docs-c #contents h1 {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #25419a;
	border-bottom-color: #25419a;
	border-bottom-style: solid;
}

#docs #docs-c #contents h1 img {
	margin: 0px;
	padding: 0px;
}	

#docs #docs-c #contents h2 {
	color: #FFFFFF;
	background-color: #21409A;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#docs #docs-c #contents h3 {
	color: #21409a;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5e7acd;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#docs #docs-c #contents h4 {
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #5E7ACD;
	padding-left: 4px;
}

#docs #docs-c #contents h5 {
	margin-top: 10px;
	margin-left: 10px;
}


#docs #docs-c #contents p {
	line-height: 150%;
	color: #232323;
	margin-left: 10px;
	margin-bottom: 10px;
}

#docs #docs-c #contents ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#docs #docs-c #contents li {
	line-height: 150%;
}

#docs #docs-c #contents dl {
	margin-left: 10px;
	line-height: 120%;
}

#docs #docs-c #contents table {
	margin-left: 10px;
	line-height: 120%;
}




/* --ID or Class--*/

#docs #docs-c #contents #breadcrumb {
	background-color: #e1e1e1;
	color: #ab0d0d;
	padding-top: 1px;
	padding-bottom: 2px;
}


#docs #docs-c #contents #breadcrumb strong {
	font-weight: normal;
}

#docs #docs-c #contents #breadcrumb img {
	vertical-align: middle;
}

#global_00_h #docs #docs-c #contents h1 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #25419A;
	padding-left: 10px;
}


#docs #docs-c #contents .url {
	background-image: url(../img/common/a_url_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


#docs #docs-c #contents .url:hover {
	background-image: url(../img/common/a_url_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

#docs #docs-c #contents .pdf {
	background-image: url('../img/common/pdficon_small2.gif');
	background-repeat: no-repeat;
	background-position:left -1px;
	padding-bottom:1px;
	padding-left: 16px;
}

#docs #docs-c #contents .up {
	background-image: url(../img/common/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}



#docs #docs-c #contents .down {
	background-image: url(../img/common/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#docs #docs-c #contents .next {
	background-image: url(../img/common/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#docs #docs-c #contents .back {
	background-image: url(../img/common/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}






#docs #docs-c #contents .ind {
	text-indent: 1em;
}

#docs #docs-c #contents .centering {
	text-align: center;
}


#docs #docs-c #contents .float_left {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#docs #docs-c #contents .float_right {
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#docs #docs-c #contents .centering em,
#docs #docs-c #contents .float_left em,
#docs #docs-c #contents .float_right em {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
}

#docs #docs-c #contents .cr {
	clear: both;
}

#docs #docs-c #contents .m-indent1 {
	text-indent: -1em;
	margin-left: 2em;

}

#docs #docs-c #contents .m-indent1_5 {
	text-indent: -1.5em;
	margin-left: 2em;

}

#docs #docs-c #contents .m-indent2 {
	text-indent: -1.5em;
	margin-left: 2em;

}

#docs #docs-c #contents .table-type01 {
	margin-bottom: 20px;
}

#docs #docs-c #contents .table-type01 table {
	border-collapse: collapse;
	border: 1px solid #23429a;
	border-spacing: 0;
	empty-cells: show;

}

#docs #docs-c #contents .table-type01 th {
	white-space: nowrap;
	border: 1px solid #23429a;
	padding: 2px;
	background-color: #6784dc;
	color: #FFFFFF;
}


#docs #docs-c #contents .table-type01 td {
	border: 1px solid #23429a;
	padding: 2px;
	vertical-align: top;
}

#docs #docs-c #contents .table-type01 .nw {
	white-space: nowrap;
}



#docs #docs-c #contents .table-type01 .color_g {
	background-color: #e7e8eb;
}




#docs #docs-c #contents .intro {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 2px solid #6784DC;
	background-color: #EAEEFA;
	margin-bottom: 20px;
	margin-top: 20px;
}

#docs #docs-c #contents .intro p{
	text-indent: 0em;

}




/* footer.css */
#footer {
	clear: left;
	float: left;
	width: 730px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../../img/footer/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



#footer #return {
	text-align: right;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8E8E;
}


#footer #f-menu {

}

#footer #policy {

}

#footer #f-menu a,#footer #policy a {
	color: #5c5c5c;
	margin-right: 6px;
	margin-left: 6px;
}

#footer address {
	display: block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #23429a;
	margin-top: 2px;
	margin-bottom: 10px;
}

/* #namazu */

#docs #docs-c #contents #namazu{
	margin:16px 10px 12px 10px;
}

#docs #docs-c #contents #namazu hr{
	display:block;
	border:none;
	background-color:#21409A;
	color:#21409A;
	height:1px;
	margin:12px 0px;
}

#docs #docs-c #contents #namazu p{
	margin-left:0px;
	border-top:1px dotted #CCCCCC;
	margin-top:12px;
	margin-bottom:4px;
	padding-top:4px;
	padding-left:0px;
}

#docs #docs-c #contents #namazu dd{
	margin-bottom:12px;
	margin-left:1em;
}
/*
#docs #docs-c #contents #namazu dt{
	text-indent:-1em;
}

#docs #docs-c #contents #namazu dt strong{
	color:#5E7ACD;
}
*/

/* for Contact Page */

#docs #docs-c #contents #c_form table{
	width:98%;
}

#docs #docs-c #contents #c_form td{
	padding:6px 3px;
}

#docs #docs-c #contents #c_form table table{
	width:80%;
}

/* for Zenbun Page */

#docs #docs-c #contents #namazu .nmz_form table{
	background-color:#F6F6F6;
	border:1px dotted #E1E1E1;
	width:100%;
	margin-left:0px;
	margin-bottom:12px;
}

#docs #docs-c #contents #namazu .nmz_form td{
	white-space:normal;
}
}
