@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,N
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}
	
body{
	background:#fffff8 url(../_img/master/bg_border.gif) repeat-x left top;
	margin: 0px;
	font-size:12px;
	line-height:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:"Verdana", "Arial";*/
	/*	font-family: "ＭＳ Ｐゴシック" , "Osaka";*/
	color:#555555;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 15px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 15px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

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

.clearfix {
	display: inline-block;
	}

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


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
h1{
	float:left;
	display:inline;
	}

h2{
	margin-bottom:20px;
	}
	
h2.txt{
	font-size:14px;
	padding:0 0 2px 0;
	border-bottom:2px solid #2846a6;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	}

h3{
	margin-bottom:30px;
	}
	
h3.txt{
	font-size:14px;
	padding:0 0 2px 0;
	border-bottom:2px solid #2846a6;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
	background:#;
	}	
	
h4{
	font-size:14px;
	padding:0 0 2px 0;
	border-bottom:2px solid #2846a6;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
	background:#;
	}

h4.img{
	border:none;
	padding:0px;
	margin-bottom:15px;
	background:none;
	}	
	
h5{}
h6{}

.txtindent{
	text-indent:10px;
}


/* ====text==== */
strong{
	font-weight:bold;
	color:#db0000;
	}

em{
	font-weight:bold;
	}
	
em.blueTit{
	font-weight:bold;
	color:#2846a6;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}
	
span.must{
	color:#db0000;
	}	

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#555555;
	}
	
a:hover{
	text-decoration:none; 
	color:#555555;
	}
	
	
a.arrowLink{
	background:url(../_img/master/acs01.gif) no-repeat left center;
	padding:0 0 0 15px
	}
	
a.unkLink{
	background:url(../_img/master/acs03.gif) no-repeat left center;
	padding:0 0 0 15px
	}		


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:760px;
	}

#header{
	width:760px;
	margin:0 auto;
	height:84px;
	background:url(../_img/master/bg_border.gif) repeat-x top;
	}
	
#header ul{
	display:block;
	padding:12px 0 0 0;
	}
	
#header li{
	float:right;
	display:inline;
	list-style:none;
	line-height:0px;
	font-size:0px;
	padding:0;
	margin:0 0 7px 15px;
	}
	
#header .seig{
	float:right;
	display:inline;
	margin:13px 0 0 0;
	}		

#mainBody{
	float:right;
	display:inline;
	width:510px;
	margin-bottom:40px;
	}
	


#mainVisual{
	height:272px;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
	}
	
#mainVisual h2{
	margin:0 auto;
	width:760px;
	text-align:left;
	overflow:hidden;
	}


.indent{}

#footer{
	width:100%;
	height:74px;
	background:#eeeee7;
	border-top:1px solid #cecece;
	}
	
#footer p{
	text-align:center;
	margin:15px 0 22px 0;
	}
	
#footer p a{text-decoration:none;}	
#footer p a:hover{text-decoration:underline;}	
	
#footer p.copyright{
	text-align:center;
	margin:0;
	}
	

html, body{
	height: 100%;
	}
 
#container2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -97px; /* the bottom margin is the negative value of the footer's height */
	}
 
#footer, .push {
	height: 96px; /* .push must be the same height as .footer */
	}
 
#footer{
	height:74px;
	text-align:center;
	}
	



/* Global Navi
------------------------------------------------------------------*/
#globalNavi{
	width:100%;
	height:57px;
	background:url(../_img/master/navi_bg.gif) repeat-x;
	text-align:center;
	}

#globalNavi ul{
	width:760px;
	margin:0 auto;
	_margin:0;
	padding:0 0 0 0;
	}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
	}

#globalNavi ul li img{
	display:block;
	}


/* Side Menu
------------------------------------------------------------------*/
#sideMenu{
	float:left;
	display:inline;
	width:230px;
	background:url(../_img/master/side_bg.gif) repeat-y;
	}
	
#sideMenu h2{
	margin:0;
	display:block;
	}
	
#sideMenu ul{
	display:block;
	margin-bottom:7px;
	}
	
#sideMenu li{
	list-style:none;
	width:228px;
	background:url(../_img/master/side_line.gif) no-repeat center bottom;
	float:none;
	display:block;
	margin:0 1px;
	padding-bottom:1px;
	}
	
*html #sideMenu li{margin:0 1px -5px 1px;}
*+html #sideMenu li{margin:0 1px -5px 1px;}
	
#sideMenu li a{
	background-image:url(../_img/master/acs01.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 30px;
	position:relative;
	}
	
#sideMenu li a:hover{
	background-color:#f0f0eb;
	}
	
#sideMenu li.now a{
	background-color:#f0f0eb;
	font-weight:bold;

	}	
	
#sideMenu li.main{
	background-image:none;
	}
	
#sideMenu li.sub a{
	background-image:url(../_img/master/acs02.gif);
	background-repeat:no-repeat;
	background-position:30px 11px;
	text-decoration:none;
	padding:5px 0 5px 40px;
	}
	
#sideMenu li.sub a:hover{
	background-color:#fff;
	background-image:url(../_img/master/acs02.gif);
	background-repeat:no-repeat;
	background-position:30px 11px;
	text-decoration:underline;
	}	


/* Ext Navi
------------------------------------------------------------------*/


/* Common parts
------------------------------------------------------------------*/
ul.pMenu{
	display:block;
	}
	
ul.pMenu li{
	float:left;
	display:inline;
	list-style:none;
	padding-left:5px;
	margin:10px 0;
	}
	
ul.pMenu li a{
	padding-right:5px;
	}
	
.pagetop{
	text-align:right;
	width:760px;
	margin:0 auto 15px auto;
	}

#mainBody .pagetop{
	text-align:right;
	width:auto;
	margin: -10px 0 15px 0;
	}
	
.indexMenu{
	float:left;
	display:inline;
	background:url(../_img/master/dotline.gif) repeat-x left bottom;
	padding:0 0 12px 0;
	margin:0 12px 12px 0;
	width:240px;
	}
	
.indexMenu img{
	float:left;
	display:inline;
	}
	
.indexMenu p{
	float:right;
	display:inline;
	width:170px;
	margin:0;
	}
	
.indexMenu p a{
	background-image:url(../_img/master/acs02.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
	padding:0 0 0 8px;
	color:#2846a6;
	text-decoration:none;
	}
	
.indexMenu p a:hover{
	color:#2846a6;
	text-decoration:underline;
	}	
	
.indexMenu p span{
	display:block;
	font-size:10px;
	line-height:16px;
	}
	
em.ttlBor{
	border-left:3px solid #2846a6;
	padding-left:5px;
	display:block;
	margin-bottom:5px;
	line-height:14px;
	}	

dl.dlist{
	float:left;
	display:inline;
	}
	
dl.dlist dt{
	float:left;
	display:inline;
	width:55px;
	display:block;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
	}
	
dl.dlist dd{
	margin-bottom:15px;
	float:left;
	display:inline;
	width:320px;
	line-height:18px;
	border-left:1px solid #2846a6;
	padding-left:10px;
	}
	
ol{
	margin:0 0 15px 30px;
	}
	
.attBox{
	background:#ffffe6;
	border:1px solid #d0d0c1;
	margin-bottom:15px;
	}
	
.attBox .indent{
	margin:10px;
	}
	
ul.acsNon{
	margin:0 0 0 15px;
	}
	
ul.acsNon li{
	list-style:none;
	}		

table.basicTable{
	width:510px;
	border-collapse:collapse;
	border:1px solid #cccccc;
	border-spacing:0;
	empty-cells:show;
	margin:0 0 45px 0;
	background:#FFFFFF;
	text-align:center;
	}
	
table.basicTable th,
table.basicTable td{
	padding:5px;
	border:1px solid #cccccc;
	text-align:center;
	vertical-align:middle;
	}

table.basicTable.supp th,
table.basicTable.supp td{
	font-size:10px;
	line-height:14px;
	padding:3px;
	}

table.basicTable td.yearsUl{
	padding:5px;
	border:1px solid #cccccc;
	text-align:left;
	vertical-align:middle;
	}
	
.yearsUl li{
	margin:0 0 0 30px;
	}

table.basicTable th{
	background-color:#2846a6;
	font-weight:bold;
	color:#FFFFFF;
	}

table.basicTable span{
	color:#FF0000;
	}
	
table.basicTable td.TableColor{
	background:#dce2f3;
	}
	
table.formTable{
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
	width:100%;
	margin:0 0 15px 0;
	}
	
table.formTable td,
table.formTable th{
	text-align:left;
	padding:5px 3px;
	border:1px solid #cecece;
	}
	
table.formTable th{
	background:#f5f5dd;
	font-weight:bold;
	}

table.formTable td ul li{
	list-style:none;
	}		

ul.basic{
	margin:0 0 15px 20px;
	}		

/* top
------------------------------------------------------------------*/
.top #sideMenu{
	float:left;
	display:inline;
	width:230px;
	background: none;
	margin-bottom:20px;
	}
	
.top #sideMenu h3{
	margin-bottom:12px;
	}
	
.top .linkBox{
	width:510px;
	background:url(../_img/box_bg.gif) repeat-y;
	margin-bottom:20px;
	}
	
.top .linkBox .box{
	width:245px;
	}
	
.top .linkBox .box .indent{
	margin:5px 10px;
	}
	
.top .linkBox .box .indent p{
	margin:5px 0 0 0px;
	}
	
.top #mainBody{
	float:right;
	display:inline;
	width:510px;
	margin-bottom:20px;
	text-align:left;
	}
	
.top #mainBody h3{
	margin-bottom:15px;
	}
	
.top #mainBody span.date{
	display:block;
	color:#999;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	}	
	
.top #container2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -74px; /* the bottom margin is the negative value of the footer's height */
	}
 
.top #footer, .push {
	height: 74px; /* .push must be the same height as .footer */
	}
 
.top #footer{
	height:74px;
	text-align:center;
	}
	
.top #sideMenu p a{
	text-decoration:none;
	}
	
.top #sideMenu p a:hover{
	text-decoration: underline;
	}

#sideMenu h2.top{
	margin:0 0 10px 0;
	}
	

/* net commons
------------------------------------------------------------------*/
.comptabset_tabset{
	margin:40px 0 0 0;
	}


.journal_list_date{
	padding-bottom:15px;
	padding-top:15px;
	border: none;
	width:15% ;
	font-size:10px;
	line-height:14px;
	color:#999;
	background:none;
	padding-left:0;
	padding-right:10px;
	vertical-align:top;
	}

.journal_list_date img{
	vertical-align:middle;
	margin:0 0 0 5px;
	display:none;
	}

.journal_list_title{
	padding-bottom:15px;
	padding-top:15px;
	padding-left:0;
	padding-right:10px;
	border: none;
	background:none;
	vertical-align:top;
	}

.journal_list_title a{
	color:#2846a6 ! important;
	text-decoration:none ! important; 
	}
	
.journal_list_title a:hover{
	text-decoration:underline ! important; 
	color:#2846a6 ! important;
	}

a.syslink{
	color:#2846a6 ! important;
	text-decoration:underline ! important; 
	}

a.syslink:hover{
	color:#2846a6 ! important;
	text-decoration:none ! important; 
	}

.journal_list_title h4{
	border:none;
	padding:0;
	margin:0;
	}

.journal_list_user{
	padding-bottom:0;
	padding-top:15px;
	border: none;
	padding-left:0;
	padding-right:0px;
	font-size:10px;
	line-height:14px;
	display:none;
	}

.journal_content{
	border:none;
	margin:10px 0 15px 0;
	}

.journal_more_none_37_4{
	padding:0;
	}

.journal_list_bottom{
	padding:0 0 15px 0;
	margin:0 0 15px 0 ;
	}

.align-right.journal_list_bottom{
	display:none;
	}

#mainBody .content{
	width:510px;
	}

.content table{
	width:100%;	
	}

#mainBody{
	}

#mainBody h3.topNewsTitle{
	margin:0 0 0px 0;
	padding:0;
	}

#sideMenu.topside{
	background:none;
	}

#sideMenu.topside .b{
	display:none;
	}

.bbs_bbs_name{
	display:none;
	}
	
.bbs_note{
	display:none;
	}

.bbs_thread td .syslink{
	display:none;
	}
	
.bbs_subject img{

	}

.bbs_thread td{
	background:#fffff8;
	padding:0 5px 15px  5px ! important;
	border:none ! important;
	}

.bbs_subject a{
	color:#555555 ! important;
	}
	
.bbs_subject a:hover{
	text-decoration:none; 
	color:#555555 ! important;
	}

.bbs_post_header{
	background:#fffff8  ! important;

	}

.bbs_post_header .float-left{
	width:430px ! important;
	float:none;
	font-size:14px;	
	padding:0 0 2px 0;
	border-bottom:2px solid #2846a6;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}

.bbs_post_header .bbs_user{
	display:none;
	}

#bbs_subject_38{

	}

.bbs_date{
	font-size:10px;
	line-height:14px;
	}

#bbs_visible_row_head_15,
#bbs_visible_row_foot_15{
	display:none;
	}

.nc_block_title{
	display:none ! important;
	}

#header_menu{
	margin:0 0 30px 0;
	text-align:left;
	width:500px;
	border:none;
	text-align:left;
	}


