@charset "Shift_JIS";

/*
===============================================================================
| 			COMMON 
===============================================================================
*/

*{
	margin: 0;
	padding: 0;
}
div.clear{
	font-size: 1px;
	clear: both;
	line-height: 1px;
	height: 0px;
}
body{
	background-color : #ffffff;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
	color: #444444;
	line-height: 150%;
	padding-bottom: 30px;
	background: url(/common_img/background.gif) repeat-y center top;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Osaka, sans-serif;

}
div.wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 746px;
}
img{
	border:none;
}
/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a:link{
	color: #006699;
}
a:visited{
	color: #996666;
}
a:hover{
	color: #cc3333;
}


/*----------------------------------------------------------------------
/			header 
/----------------------------------------------------------------------*/

div.header{
	height: 55px;
	text-align: left;
}
div.header div.logo{
	height: 55px;
	width: 200px;
	float: left;
}
div.header div.logo img{
	margin-top: 20px;
}
div.header div.sub{
	height: 55px;
	float: right;
	width: 300px;
	text-align: right;
}
div.header div.sub img#english{
	margin-top: 11px;
}
div.header div.sub img#jpLogo{
	margin-top: 14px;
}
/*----------------------------------------------------------------------
/			menu 
/----------------------------------------------------------------------*/

div.menu{
	width: 744px;
	background-color: #000000;
}

div.menu img#about_dowa, div.menu img#jigyo, div.menu img#ir , div.menu img#kankyo{
	margin-right: 1px;
}  
/*----------------------------------------------------------------------
/			bread menu 
/----------------------------------------------------------------------*/
div.breadMenu{
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	font-size: 80%;
	padding: 2px 10px;
	color: #999999;
}
div.breadMenu span.on{
	font-weight:bold;
	color: #000000;
}
/*----------------------------------------------------------------------
/			contents 
/----------------------------------------------------------------------*/
div.contents{
	width: 100%;
	text-align: left;
	border: 1px solid #dddddd;
	border-top: none;
	background-image:url(/common_img/corner_background.gif);
}
/*----------------------------------------------------------------------
/			contents,menu block 
/----------------------------------------------------------------------*/
div.contents div.leftBlock{
	float: left;
	width: 594px;
}
div.contents div.rightBlock{
	float: right;
	width: 148px;
}
div.contents div.leftBlock div.inner{
	margin: 20px 22px;
	width: 550px;
}
div.contents div.rightBlock div.inner{
	padding: 0px;
	margin: 0;
}
/*corner menu*/
div.contents div.rightBlock div.inner div.cornerMenu{
	border-bottom: 1px solid;
}
div.contents div.rightBlock div.inner div.cornerMenuOn{
	border-bottom: 1px solid;
	background-image: url(/common_img/corner_menu_on.gif);
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub{
	margin-left: 7px;
	width: 133px;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub ul{
	list-style-type: none;
	width: 133px;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub li{
	display: block;
	background-color: #dddddd;
	margin: 0 0 1px 0;
	padding-left:  6px;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub li.on{
	background-color: #ffffff;
	text-decoration: none;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub li a{
	font-size: 80%;
	color: #006699;
	text-decoration: none;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub li  a:visited{
	color: #006699;
}


div.contents div.rightBlock div.inner div.cornerMenuOn div.bottom{
	background-image: url(/common_img/corner_background_bottom.gif);
	height: 10px;
	font-size:1px;
	line-height: 1;
}
/*----------------------------------------------------------------------
/			footer 
/----------------------------------------------------------------------*/
div.footer{
	margin-top: 10px;
}
div.footer div.menu{
	width: 370px;
	background-color: #ffffff;
	text-align: left;
	float: left;
}
div.footer div.copyright{
	width: 326px;
	text-align: right;
	float: right;
	margin-top: 5px;
}

div.footer div.menu font.line{
	margin: 0 3px 0 7px;
	color: #CCCCCC;
	font-size: 90%;
}

/*----------------------------------------------------------------------
/			paragraph
/----------------------------------------------------------------------*/
h1{
	margin: 0 0 20px 0;
}
h2{
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 0 16px;
	background-image:url(/common_img/h2_square.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin: 0 0 10px 0;
}
h3{
	font-weight: bold;
	font-size: 110%;
	color: #017c9d;
	margin: 0 0 5px 0;
}
h3#grey {
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 3px;
	font-size: 110%;
	color: #444444;
}

p{
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 14px;
}
strong{
	font-weight:bold;
	font-style: normal;
	color: #cc0000;
}
em{
	font-weight:bold;
	font-style: normal;
}
/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/
table{
	border-collapse: collapse;
	margin: 10px 0 ;
	font-size: 100%;
}
table.usual{
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 100%;
}
table.usual th{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #017c9d;
	color: #ffffff;
	padding: 3px ;
	line-height: 150%;
}
table.usual th.sub{
	background-color: #4B9BB2;
	font-weight: normal;
	padding: 3px;
}
table.usual th.sub2{
	background-color: #e5e5e5;
	color: #000000;
	font-weight: normal;
	padding: 3px;
	text-align: left;
}
table.usual th.sub3{
	background-color: #ffffff;
	color: #000000;
}
table.usual td{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	line-height: 150%;
}
table.usual td.txtRight{
	text-align: right;
}
table.usual tr.highlight th{
	background-color: #cccccc;	
}
table.usual tr.highlight td{
	background-color: #ffffdd;
}


/*----------------------------------------------------------------------
/			object parts
/----------------------------------------------------------------------*/

/*詳しくはこちら等、右揃え*/
div.moreDetail{
	text-align: right;
	font-size: 90%;
	margin:  0 0 24px 0;
}
/*リンク前の矢印アイコン*/
img.arrow{
	vertical-ailgn: millde;
	margin: 0 5px 0 0
}
a.pagetop{
	display: block;
	padding: 5px 6px;
	background-color: #e5e5e5;
	margin: 40px 0 0 0;
}

/*----------------------------------------------------------------------
/			追加
/----------------------------------------------------------------------*/
table.usual td.highlight2  {
	background-color: #FFFF66;
	text-align: right;
}
table.usual td.sub2 {

	background-color: #e5e5e5;
	color: #000000;
	font-weight: normal;
	padding: 3px;
	text-align: right;
}
table.usual td.highlight {
	background-color: #ffffdd;
	text-align: right;
}
table.usual td.sub4 {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding-left: 15px;
}
table.usual td.sub5 {

	background-color: #ffffff;
	color: #000000;
	text-align: left;
	padding-left: 30px;
}
table.usual th.sub4 {

	background-color: #e5e5e5;
	color: #000000;
	font-weight: normal;
	padding: 3px 3px 3px 15px;
	text-align: left;
}
table.usual th.sub5 {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #017c9d;
	color: #ffffff;
	padding: 3px;
	line-height: 150%;
	text-align: left;
}
table.usual th.sub6 {
	background-color: #e5e5e5;
	color: #000000;
	font-weight: normal;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}
div.border {
	width: 530px;
	padding: 10px 10px 6px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
div.left {
	width: 48%;
	float: left;
}
div.right {
	width: 48%;
	float: right;
	text-align: right;
}
table.index {
	border-right: none;
	border-top: none;
	width: 100%;
	border-bottom-style: none;
	border-left-style: none;
}
table.index td{
	padding: 3px;
	line-height: 150%;
	vertical-align: top;
}
div.line {
	width: 100%;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 20px;
}
div.releaseicon {
	width: 80px;
	padding: 1px;
	background-color: #017c9d;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
}
.f_caution {
	font-size: 80%;
	line-height: 140%;
}
li.pdf {
	list-style-image: url(/common_img/icon_pdf.gif);
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 5px;
}
div.in{
	width: 100%;
	padding-bottom: 20px;
}
li.pdf_nest {
	list-style-image: url(/common_img/icon_pdf.gif);
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 5px;
	padding-left: 15px;
}
h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 5px 0;
}
.f_blue {
	color: #017c9d;
	font-size: 80%;
}
table.usual td.txtCenter {

	text-align: center;
}


/*----------------------------------------------------------------------
/			追加2
/----------------------------------------------------------------------*/
table.usual th.sub7{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #017c9d;
	color: #ffffff;
	padding: 10 0 10 15 ;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
}

div.contents div.leftBlock div.inner div.summary p.summary,
div.contents div.leftBlock div.inner div.summary2 p.summary{
	width: 360px;
}
div.contents div.leftBlock div.inner div.summary div.right,
div.contents div.leftBlock div.inner div.summary2 div.right{
	width: 170px;
}
div.contents div.leftBlock div.inner div.summary div.right div.cap,
div.contents div.leftBlock div.inner div.summary2 div.right div.cap{
   text-align: left;
   line-height:100%; 
   font-size: 80%;
   margin-bottom:10px;
   margin-top:5px;
}
div.contents div.leftBlock div.inner div.summary{
   margin-bottom:40px;
}
div.contents div.leftBlock div.inner div.summary2{
   margin-bottom:200px;
}
div.contents div.rightBlock div.inner div.cornerMenuOn div.sub li a{
	font-size: 80%;
	color: #006699;
	text-decoration: none;
	line-height:100%
}
h4{
	font-weight: bold;
	font-size: 110%;
	color: #333333;
	margin: 0 0 5px 0;
}
div.right2 {
    margin-left:10px;
	float: right;
	text-align:right;
}
.f_small {
	font-size: 60%;
}

