/* CSS Document */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
	box-sizing : content-box;
	-moz-box-sizing : content-box;
}


body, html {height:100%;}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	*font-size:81.25%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}

a {
	text-decoration:none;
	color:#666666;
}

img {border: none;}

/* page */
#page {
	text-align: left;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px auto;
	padding: 0;
}

/* header */
#header {
	width: 100%;
	height: 99px;
	border-top: 7px solid #004D55;
	background-color:#FFFFFF;
	background-image:url(/assets/templates/ainix/base/headbg.gif);
	background-repeat: repeat-x;
	background-position:top left;
	text-align: left;
}

/* header right */

#headerright {
	position: relative;
	float:right;
	margin-right:15px;
	top:16px;
	line-height: 1;
	text-align: right;
	font-size: 12px;
}

/* header logo */

#headerlogo {
    position: absolute;
    margin: 14px 0 0 20px;
    padding: 0;
    width: 350px;
    height: 48px;
    overflow: hidden;
}

a#logo_ {
    width: 350px;
    height: 48px;
    overflow: hidden;
    background: url(/assets/templates/ainix/base/ainix_logoEN.gif) no-repeat;
    text-indent: -4000px;
    display:block;
}

#headerlogo h1 {
    border: none;
    padding: 0;
    margin: 0;
    }

/* header right */

#hellouser{
	font-weight: bold;
	color:#004D55;
}

#searchbox {
	margin:0;
	padding:0;
}

#searchbox .FSF_form{
	margin:0;
	line-height:1;
	vertical-align:bottom;	
}
#searchbox .FSF_input{
	margin:0;
	margin-right: 4px;
	width: 198px;
	height: 20px;
	line-height:1;
	vertical-align: bottom;	
}
#searchbox .FSF_submit{
	margin:0;
	padding:auto;
	height: 20px;
	width:30px;
}

#headerrightmenu{
	margin: 10px 0;
}

#headerrightmenu a {
	margin-left:11px;
}

/* header menu */

#headermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#headermenu ul li {
	position: relative;
	float: left;
	width:86px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #062E4B;
	height: 20px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
	
#headermenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:21px;
	overflow: visible;
	width: 130px;
}

#headermenu ul li a {
	color: #062E4B;
	font-weight: normal;
}

/* Styles for Menu Items */

#headermenu ul li.category {
	background-image: url(/assets/templates/ainix/base/headermenu.gif);
	background-position: -86px;
}

#headermenu ul li.first {
	background-image: url(/assets/templates/ainix/base/headermenu.gif);
	background-position: 0px;
}

#headermenu ul li.last {
	background-image: url(/assets/templates/ainix/base/headermenu.gif);
	background-position: -431px;
}

#headermenu ul li.first:hover, #headermenu ul li.first.over {
	background-image: url(/assets/templates/ainix/base/headermenu_roll.gif);
}
#headermenu ul li.category:hover, #headermenu ul li.category.over {
	background-image: url(/assets/templates/ainix/base/headermenu_roll.gif);
}
#headermenu ul li.last:hover, #headermenu ul li.last.over {
	background-image: url(/assets/templates/ainix/base/headermenu_roll.gif);
}

#headermenu ul li ul li{
	float:none;
	width: 100%;
	height: auto;
	background-image: none !important;
	font-size: 11px !important;
	padding: 0 !important;
}




/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#headermenu li a {
	text-decoration: none;
}

/* hovered lists */
#headermenu li a, #headermenu li.over a {
	width: 86px;
	display: block;

}
#headermenu li li a:hover, #headermenu li.over li a:hover {
	background-color: #B8DEEB;
	color: #000000;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* set dropdown */

#headermenu li li a,
#headermenu li.over li a {
	color: #000000;
	background-color: #DBEBEC;
	text-align: left;
	border-top:none;
	border-right: 1px solid #B8DEEB;
	border-bottom: 1px solid #B8DEEB;
	border-left: 1px solid #B8DEEB;
	font-weight: normal;
	width: 124px;
	height: auto;
	text-indent: 2px;
	white-space: nowrap;
}

#headermenu li li.first a, 
#headermenu li.over li.first a {
	border-top: 1px solid #B8DEEB;
	height: auto;
}

#headermenu li li a {
	padding:0 2px;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

/* Sub Menu Styles */

#headermenu li ul, #headermenu li.over ul { 
	display: block;
}

/* The pop */
#headermenu {
	display: inline;
	line-height: 1;
	font-size: 10px;
    position: absolute;
	top: 76px;
	margin-left: 15px;
	width: 516px;
}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}

/* side bar */
#sidebar {
	width: 172px;
	padding-left: 15px;
	float: left;
	margin: 0;
	font-size: 12px;
}

#sidebar a{
	color: #000000;
}

#sidebar a:hover{
	color:#A10F11;
}

#ctgmenutop {
	width:172px;
	height:17px;
	margin:0 auto 12px auto;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	background-color: #CEE0DD;
	padding-top:3px;
}

#ctgmenutop a {
	display: block;
	width: 100%;

}

#sidebar ul, #sidebar ol {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar li {
	margin: 0.4em 0 0.4em 1.3em;
	line-height: 1.1;
	text-indent:-1em;
}

a:hover {background: transparent;}

a .righttri_grn {
	display:inline;
	height: 0.75em;
	margin-right: 0.25em;
}
a .righttri_red {
	display:none;
	height: 0.75em;
	margin-right: 0.25em;
}

a:hover .righttri_grn {display:none;}
a:hover .righttri_red {display: inline;}


#sidebar li li{
	margin-left: 0.5em;
	text-indent: -0.5em;
}

/* current -> active = always red */
#sidebar ul li.LV1.current a {color:#A10F11;}
#sidebar ul li.LV1.active ul li a {color:#000000 ;}
#sidebar ul li.LV1.active ul li.current a {color:#A10F11 !important;}
#sidebar ul li.LV1.active ul li a:hover {color:#A10F11 !important;}

#ctgmenuMain {
	margin-bottom:8px !important;
	padding-bottom:4px !important;
	border-bottom: 1px solid #cccccc;
}

#ctgmenuSub {
	margin-bottom:8px !important;
	padding-bottom:4px !important;
	border-bottom: 1px solid #cccccc;
}

/* ctgMenuPD */

#sidebar ul li.pdLV1 {
    margin:auto 0;
	text-indent:0;
}

#sidebar ul li.pdLV1 h2{
	display: block;
	margin:0;
	margin-bottom: 8px;
	padding:0;
	width: 100%;
	height:16px;
	padding-top: 2px;
	overflow:auto;
	text-align: center;
	background-color: #EBF4F4;
	background-image:url(/assets/templates/ainix/top/menubk.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#sidebar ul li.pdLV1 h2 a{
	display: block;
	width: 170px;
}

#sidebar ul li.pdLV2 {
	margin: 0.4em 0.1em 0.4em 1.3em;
	text-indent:-1em;
}

#sidebar ul li.pdLV2.current a {color:#A10F11;}
#sidebar ul li.pdLV2.active ul li a {color:#000000 ;}
#sidebar ul li.pdLV2.active ul li.current a {color:#A10F11 !important;}
#sidebar ul li.pdLV2.active ul li a:hover {color:#A10F11 !important;}

#sidebar ul li.pdLV1 ul {
	margin-bottom:10px;
}

#sidebar ul li.pdLV3.current a {color:#A10F11;}
#sidebar ul li.pdLV3.active ul li a {color:#000000 ;}
#sidebar ul li.pdLV3.active ul li.current a {color:#A10F11 !important;}
#sidebar ul li.pdLV3.active ul li a:hover {color:#A10F11 !important;}

#sidebar ul li.pdLV2.active ul li.current ul li a {color:#000000 !important;}
#sidebar ul li.pdLV2.active ul li.current ul li a:hover {color:#A10F11 !important;}

#sidebar li.pdLV2 {
	margin-left:0;
	text-indent:-1em;
}

#sidebar li.pdLV4 {
	text-indent:0;
	margin-left:0;
}

/* safari only \*/
html:\66irst-child #sidebar li.pdLV4{
margin-left:1em;
}
/* end */ 
		
/* footer */
#footwrapper {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.push {clear:both;height:70px;}

#footer {
	width: 768px;
	text-align: right;
	margin:0 auto;
	padding:0;
    overflow: hidden;
}

#copyright, #footerMenu, #footerMenu ul, #footerMenu li {
	display:inline;
	font-size:11px;
	margin:0;
	padding:0;
}

#copyright {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 16px;
}

#footerlogo{
	width:100%;
	height: 20px;
	*height: 17px;
	padding-top:3px;
	margin-top:7px;
	background-color: #004D55;
	background-image: url(/assets/templates/ainix/base/ainix_logoJP.gif);
	background-repeat:no-repeat;
	background-position:top right;
    overflow: hidden;
    display:block;
	text-align: left; 
}

#footerlogo h1{
    overflow: hidden;
	color: #FFFFFF;
	font-size: 16px;
	text-indent: -4000px;
	line-height: 1;
    margin: 0;
	padding: 0;
}

/* other */

.h2mark {display:none;}

/*content*/

#content {
	width: 585px;
	margin-right:15px;
	_margin-right:7px;
	float: right;
	line-height: 1.4;
	text-align: justify;
	text-justify : inter-ideograph;
/*	word-break:break-all;
	text-autospace:ideograph-alpha;*/
	line-break:strict;
}


#content * {
	margin:0;
	padding:0;
}

#content #breadcrumbs {
	width:auto;
	background-color:#CCCCCC;
	font-size: 12px;
	padding: 4px 6px;
	overflow:hidden;
	line-height:1.1;
}

#content #breadcrumbs .B_homeCrumb {
	font-family:Arial, Helvetica, sans-serif;
}

#content #breadcrumbs a{
	color:#000000;
	text-decoration:none;
}

#content #contentHeaderImage {
	width:auto;
	background-color:#CEE0DD;
	margin-top: 0;
	font-size:5px;
}

.filedetail {
	margin-left:0.25em;
	color:#333333;
	font-weight:normal;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

#content #Accordion ul {
	list-style-type: none;
	margin-left: 2em;
}

#content #Accordion h3{
	display: block;
	margin:0;
	margin-bottom: 0.5em;
	padding:0;
	padding-bottom: 0.2em;
	width: 100%;
	overflow:auto;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
    cursor:pointer;
}

#content #Accordion h4{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight: normal;
}

#content #Accordion ul li {
	margin-bottom: 0;
}

#content #Accordion .element {
	margin:0;
}

#content #Accordion .LV_1{
	margin-bottom: 0.5em;
}

#content #Accordion .LV_2{
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}

#content #Accordion .revDesc{
	font-size: 83%;
	margin-bottom: 0.25em;
	
}