@charset "utf-8";

/*------------------------------------------------------------------------------
	Update: 2010/04/20 by umetsu
------------------------------------------------------------------------------*/

* {
	margin:0;
	font-size: 100%;
}


/*
########################################################
  global layout
########################################################
*/

body{
	background: url(../images/bg_brick.jpg) repeat left top;
	padding: 0;
}

#wrapper{
	background: url(../images/bg_brick_grd.jpg) repeat-x left top;
	padding: 0;
}

#container {
	width:1000px;
	position: relative;
	margin: 0 auto;
}

.printHead{
	display:none;
}

/*
########################################################
  header layout
########################################################
*/

#header{
	height: 280px;
	width: 822px;
	position: static;
	z-index: 1;
	background: url(../images/bg_header_green.png) no-repeat left top;
	padding: 10px 89px 10px 89px;
	margin: 0;
}

#header h1{
	margin:0 0 30px 0;
	padding:0;
}

#header h2{
	display: block;
	margin: 0 41px 10px 41px;
	width: 740px;
}

/*
########################################################
  global navigation
########################################################
*/
#gNav {
	display:block;
	height:80px;
	margin: 0 20px 20px 20px;
	width: 780px;
}

#gNav ul {
	width:651px;
	margin: 0 auto;
	display: block;
	text-align:center;
}

#gNav ul li{
	float: left;
	list-style:none;
	margin-right: 15px;
}

#gNav ul li.end {
	float: left;
	list-style:none;
	margin-right: 0;
}


/*
########################################################
  bread crumbs list
########################################################
*/

#breadcrumbs {
	font-size:80%;
	color:#999999;
	display: block;
	margin: 0 41px 0 41px;
}

#breadcrumbs dt {
	display:inline;
	margin-right:6px;
}

#breadcrumbs dd {
	display:inline;
	margin-right:6px;
}


/*
########################################################
  contents/main layout
########################################################
*/

#contentsWrapper{
	width:822px;
	margin: 0;
	clear: both;
	background: url(../images/bg_main_green.png) repeat-y left top;
	padding: 0 89px;
}

#contentsWrapper #contents {
	width:780px;	
	margin: 0 21px;
}

#contentsWrapper #main {
	width:100%;
}

#contentsWrapper #mainPrint {
	width:100%;
}

#contentsArea {
	padding: 0 20px;
}


/* メイン　１カラム */
#contentsArea .col_1 {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
}

/* メイン　２カラム */
#contentsArea .col_2L {
	width: 365px;
	margin: 0 0 0 0;
	padding: 0;
	float:left;
}

#contentsArea div.col_2R {
	width: 365px;
	margin: 0;
	padding: 0;
	float: right;
}

/* メイン　1＆２カラム　共通 */

#contentsArea .col_1 p,
#contentsArea .col_2L p,
#contentsArea .col_2R p { margin-bottom:10px;}

#contentsArea .col_1 span,
#contentsArea .col_2L span,
#contentsArea .col_2R span{ font-weight:bold;}

#contentsArea .col_1 p.alignC,
#contentsArea .col_2L p.alignC,
#contentsArea .col_2R p.alignC { text-align:center;}

#contentsArea .col_1 p.alignR,
#contentsArea .col_2L p.alignR,
#contentsArea .col_2R p.alignR {	text-align:right;}

/* グレータイトルバー見出しh3 */
#contentsArea .col_1 h3,
#contentsArea .col_2L h3,
#contentsArea .col_2R h3 {
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #5c3000;
	border-left-color: #5c3000;
	padding-left: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #5C3000;
}

#contentsArea .col_2L h3 span { font-weight:normal; font-size:80%; margin-left:15px; font-style:italic;}


/* 0000000000. Hack   a.k.a "clearfix"
------------------------------------------------------------------------------------------------------------------------------------------------------------ */

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

#contentsArea { display: inline-block; }

/*hides from IE-mac ＼*/
* html #contentsArea { height: 1%; }

#contentsArea { display: block; }

/*END ＼*/



/*
########################################################
  footer 
########################################################
*/

#footer{
	height:185px;
	font-size: 85%;
	background: url(../images/bg_footer_green.png) no-repeat left top;
	margin: 0 auto;
	padding: 0 89px;
	width: 822px;
}

#pagelink {
	clear:both;
	text-align:right;
	display: block;
	padding-top: 5px;
	padding-right: 41px;
	padding-bottom: 0;
	padding-left: 41px;
	width: 740px;
}

address{
	display:block;
	text-align:center;
	margin:0 auto;
	padding: 0;
	clear: left;
}

#footer dl{
	margin: 0 20px 20px 40px;
}

#footer dt{
	display:none;
}

#footer dd{
	display:inline;
	margin: 0 0 20px 0;
	background:url(../images/list_footer.gif) no-repeat left 1px;
	padding:0;
	height:0;
	line-height: 1;
}

#footer dd a{
	color:#FFFFFF;
	margin-right: 15px;
	padding:0 0 0 12px;
}

* html body * #footer dl dd a{position:static;}

#footer dd a:hover{
	color:#7068b4;
}

/*
########################################################
  common style
########################################################
*/


/* 段落囲み */
.txtBox {
	margin:0 16px 22px 16px;
	line-height:160%;
	color:#444444;
}

.txtBoxWide {
	margin:0 10px 22px 10px;
	line-height:160%;
	color:#444444;
}

.txtBoxNarrow {
	margin:0 35px 22px 35px;
	line-height:160%;
	color:#444444;
}

/* ページ内リンク */
.anchor-nav {
	background: #ededed url(../images/bg_pgnav.gif) repeat-y;
	margin: 0 14px 22px 7px;
	padding: 1px 18px 9px 18px;
	position: relative;
}

.anchor-nav li{
	margin:10px 0 0 0;
	padding:0 0 0 15px;
	background: url(../images/listimg_pgnav.gif) no-repeat left 4px;
	line-height: 1;
}




/* ドット下線小見出しh5 */
#contentsArea h5 {
	margin: 0 0 2px 0;
	background:url(../images/bg_dotted.gif) repeat-x left bottom;
	font-weight:bold;
	color:#7068b4;
	padding: 0 0 3px 0;
	font-size: 100%;
}

#contentsArea .dotR {
	background:url(../images/bg_dotted_Rthick.gif) repeat-x left bottom;
	padding: 0 0 7px 0;
	margin: 0 10px 0 6px;
}

#contentsArea .dotB {
	background: url(../images/bg_dotted02.gif) repeat-x left bottom;
	padding: 0 0 7px 0;
	margin: 0 10px 0 6px;
}

/* グレー背景色ボックス */
.leadBox{
	padding:10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	display:block;
}


/* list */
li.listtype-01,
ul.listtype-01 li {
	padding:3px 5px 3px 14px;
	background: url(../images/listimg_01.gif) no-repeat 0px 10px;
}

li.listtype-03,
ul.listtype-03 li,
p.listtype-03 {
	padding:0 0 10px 20px;
	background: url(../images/listimg_03.gif) no-repeat left 0.3em;
}

ul.listtype-02 {
	float:left;
	width: 50%;
}

ul.listtype-02 li {
	padding:3px 5px 3px 14px;
	background: url(../images/list_nodes.gif) no-repeat 0px 10px;
}

ol.listtype-03 {
	list-style-type:decimal;
	list-style-position:outside;
}

ol.listtype-03 li {
	margin-left:2.5em;
}

/* list_library */
dl.listtype-02 {}
dl.listtype-02 dt {}
dl.listtype-02 dd { font-size: 85%; margin-bottom: 10px; }



/* icon
*******************************************************/

/* glossary link */
a.glossary, a.glossary:visited, a.glossary:hover {
	color:#444444!important;
	border-bottom:1px dotted #0B92FF;
	text-decoration:none!important;
}

a.glossary:hover {color:#1D7FB3!important;}




/* テーブルスタイル
*******************************************************/
.commonTB01 span{
	font-size: 80%;
	color:#B03500;
	font-weight:bold;
}
.commonTB01 th span{
	margin-left: 10px;
	line-height: 1em;
}
.commonTB01 td span{
	margin-left: 10px;
	vertical-align:text-bottom;
	line-height: 1em;
	color: #444444;
	font-weight: lighter;
}
.commonTB01 table{
	width:822px;
	border-collapse: separate;
	text-align:left;
}

.commonTB01 table thead th{
	background-color:#70A0B2;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 5px;
}

.commonTB01 table tbody th{
	padding: 10px 5px 10px 18px;
	color: #444;
	margin:0;
	background-color: #EDF1F3;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d8d8d8;
	vertical-align: top;
}

.commonTB01 table tbody td{
	padding: 10px 10px 10px 10px;
	margin:0;
	background-color: #f5f5f5;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d8d8d8;
	vertical-align: top;
}

.commonTB01 table p{
	line-height:1;
	padding:0;
}



/*
########################################################
  clearFix
########################################################
*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exclude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
