@charset "UTF-8";

/*
===========================================================================
| 			site common style
===========================================================================
*/


*{
	margin: 0;
	padding: 0;
}
html{
	height:100%;
}

/* clearfix */
.clearfix:after {
 content:"."; 
 display:block; 
 height:0; 
 clear:both; 
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */

body{
	background: #000000 url(/images/common/bg.gif) repeat-x;
	font-size: 80%;
	color: #cccccc;
	line-height: 170%;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana, helvetica,'ＭＳ Ｐゴシック',sans-serif;
	height: 100%;
}
body.smallWindow{
	background-image: none;
	padding: 0 20px;
}

/*----------------------------------------------------------------------
/			layout 
/----------------------------------------------------------------------*/
div.wrapper{
	min-height:100%;
	_height:100%;
	text-align: left;
	width: 803px;
	background: url(/images/common/bg_line.gif) repeat-y;
}
body.smallWindow div.wrapper{
	background-image: none;
	width: 100%;
}
div.wrapper p#logo{
	/*background: transparent url(/images/common/logo.gif) no-repeat 20px 55px;*/
	height: 165px;
	margin: 0 0 0 20px;
	padding: 60px 0 0 25px;
}
div.wrapper p#logo span{
	line-height: 160%;
	position: absolute;
	top: -2000px;
}

div#english,div#japanese{
	position: absolute;
	top: 30px;
	left: 775px
}
/*----------------------------------------------------------------------
/			header 
/----------------------------------------------------------------------*/
div#header{
	background: url(/images/common/bg_shadow.gif) repeat-x bottom;
	height: 240px;
	width: 802px;
}
div#header div.flash{
	text-align:right;
	position: absolute;
	top: 236px;
	left: 95px;
}
div#header div.menu{
	position: absolute;
	left: 95px;
	height: 40px;
	width: 708px;
	top: 196px;
	background: url(/images/common/menu_bg.gif) repeat-x;
	height: 44px;
}
div#header div.menu ul{
	margin:0;
	padding: 7px 0px;
	list-style-type: none;

}
div#header div.menu li{
	margin:0;
	padding: 2px 15px 0 15px;
	background: url(/images/common/menu_line.gif) no-repeat right 1px;
	width: 84px;
	float: left;
}
/*----------------------------------------------------------------------
/			submenu 
/----------------------------------------------------------------------*/
div#subMenu{
	border-bottom:1px solid #999999 ;
	width:707px;
	padding: 8px 0;
	margin-left:95px;
	background-color:#000;
}
div#subMenu ul li{
	list-style-type:none;
	display:inlin-block;
	float:left;
	margin:0 20px 0 0 ;
}
div#subMenu ul{
	margin:0;
	padding:0;
}
div#subMenu li a{
	text-decoration: none;
	font-weight:bold;
	color:#006699
}
div#subMenu li.on a,
div#subMenu li.on a:visited{
	text-decoration :none;
	color:#ffffff;
}
/*----------------------------------------------------------------------
/			contents 
/----------------------------------------------------------------------*/
div.contents{
	width: 800px;
}
body.smallWindow div.contents{
	width: 100%;
}
div.contents div.inner{
	width: 610px;
	margin: 40px 95px 40px 95px;
}
body.smallWindow div.contents div.inner{
	width: 100%;
	padding: 40px 0 20px 0;
	margin:0;
}

/*----------------------------------------------------------------------
/			footer 
/----------------------------------------------------------------------*/

div#footer{
	border-top: 1px solid #333333;
	margin: 0px 0 0px 0;
	padding: 10px 40px 20px 40px;
}
div#footer p#copyright{
	padding: 0;
	margin: 5px 5px 5px 0;
	background: url(/images/common/copy.gif) no-repeat right;
	height: 12px;
}

div#footer div.bannar{
	float: left;
	margin-top: 4px;
	width: 200px;
}
div#footer ul{
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 0;
	text-align:right;
}
div#footer li{
	float:right;
	margin: 0 0 0 5px;
}
div#footer span{
	display:none;
	position:absolute;
	top: -2000px;
	width:1px;
}
body.smallWindow div#footer{
	padding: 10px 0 10px 0;
	margin-top:15px;
}
body.smallWindow div#footer p#copyright{
	padding: 0;
	float: none;
	width: 100%;
	text-align :right;
}

/*----------------------------------------------------------------------
/			image 
/----------------------------------------------------------------------*/
img{
	border:none;
}

img.icon{
	vertical-align: middle;
	margin-right: 5px;
}
img.photoRight{
	float: right;
	margin: 0 0 15px 15px  
}
/*----------------------------------------------------------------------
/			form 
/----------------------------------------------------------------------*/
input,select{
	vertical-align: middle;
	margin-right: 5px;
}
option{
	padding-right: 10px;
}
input.formButton{
	padding: 2px 20px;
}
input,textarea{
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana, helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
}
input.radioCheck{
	width: 1em;
	background-color: transparent;
}
/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a{

}
a:link{
	color: #cc0000;
	text-decoration: underline;
}
a:visited{
	/*color: #663366;*/
	color: #ffffff;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a.arrow{
	padding-left: 16px;
	background-image: url(/images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
a.pdf{
	padding-left: 25px;
	background-image: url(/images/common/icon_pdf.gif);
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
}
a.newWindow{
	padding-left: 16px;
	background-image: url(/images/common/icon_window.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
/*----------------------------------------------------------------------
/			paragraph 
/----------------------------------------------------------------------*/
h1{
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 150%;
	height: 30px;
	color: #000000;
	font-weight: bold;
	background-position: right;
}
h1 span.title{
	position: absolute;
	top: -2000px;
	display: block;
}

h2{
	font-size: 140%;
	font-weight:bold;
	margin: 0 0 15px 0;
	padding: 2px 0;
	color :#ffffff;
	line-height: 160%;
}
h2 span.title{
	position: absolute;
	top: -2000px;
	display: block;
}

h3{
	font-size: 100%;
	font-weight:bold;
	margin: 0 0 8px 0;
	padding: 0px;
	color: #ffffff;
}
h3.bar{
	font-size: 100%;
	font-weight:bold;
	margin:0 0 15px 0;
	padding: 6px 10px 5px 10px;
	line-height;150%;
	color: #ffffff;
		background:url(/images/common/tbg.gif) repeat-x;
}



h4{
	font-size: 110%;
	font-weight:bold;
	margin: 3px 0 8px 0;
}

p{
	padding: 0;
	margin-bottom: 15px;
}
div.chapter{
	margin-bottom: 30px;
}
p.error{
	color: #990000;
}

.caption{
	font-size: 85%;
}
p.caption{
	line-height: 130%;
}
span.normal{
	font-weight: normal;
}
strong{
	color :#cc0000;
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
em{
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
sup{
	font-size: 70%;
}
span.label{
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	top:-9999px;
}
/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/

/*通常表組*/
table{
	font-size: 100%;
	line-height: 160%;
}
table.line{
	background : url(/images/common/dot_line.gif) repeat-x top;
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
	margin: 5px 0 20px 0;
}
table.line td{
	padding: 6px 0 6px 6px ;
	vertical-align: top;
	text-align:left;
	background : url(/images/common/dot_line.gif) repeat-x bottom;
}
table.line th{
	padding: 6px 6px 6px 0;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight:bold;
	background : url(/images/common/dot_line.gif) repeat-x bottom;
}
table.line th a{
	font-weight:normal;
}

table.line tr.error td,table.line tr.error th{
	/*background-color: #990000;*/
	border-bottom: 2px solid #990000;
	color: #990000
}
table.line tr.error input,table.line tr.error textarea{
	background-color: #990000;
	color: #ffffff;
}
caption{
	text-align :left;
	color: #006699;
	font-weight: bold;
}

table.line2{
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-collapse: collapse;
	font-size: 100%;
	background-image: none;
	width: 100%;
	margin: 5px 0 15px 0;
}
table.line2 tr{
	background-image: none;
}
table.line2 td{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 3px 6px;
	vertical-align: top;
}
table.line2 th{
	text-align: center;
	padding: 3px 6px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	background-color: #222222;
	color: #ffffff
}
table.line2 td.center,table.line2 th.center{
	text-align: center
}

/*レイアウト*/
table.layout{
	border-collapse: collapse;
	line-height: 100%;
}
table.layout td,table.layout th{
	padding:0;
	vertical-align: top;
}
/* for form */
span.required{
	color :#cc0000;
	font-weight: bold;
	line-height: 130%;
	font-size: 100%;
	margin-left: 5px;
}
th span.required{
	line-height: 130%;
}
td span.required{
	font-weight: normal;
	line-height: 130%;
}
table.line2 tr.error th{
	background-color: #cc0000;
	color :#ffffff;
}
table.line2 tr.error td{
	background-color: #cc0000;
}
table.line2 tr.error td,
table.line2 tr.error th,
table.line2 tr.error span.must{
	color :#ffffff;
	font-weight: normal;
}
table.line2 th span.annotation,
table.line2 td span.annotation{
	font-size: 90%;
	line-height: 130%;
	display: block;
}
/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ol,ul{
	margin: 5px 0 5px 16px;
}
ol.important, ul.important{
	font-weight: bold;
}
ol li{
	margin: 0 0 5px 0;
}
ul li{
	margin: 0 0 2px 0;
}
li{

}
dl{
}
dt{
	font-weight: bold;
	color: #ffffff;
}
dt span.normal{
	font-weight: normal;
}
dd{
	margin-bottom: 20px;
	padding: 0 0 0 0px;
}
ul.link{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0 ;
}
ul.link li{
	padding-left: 18px;
	background: url(/images/common/arrow.gif) no-repeat 0 4px;

}

/*----------------------------------------------------------------------
/			etc
/----------------------------------------------------------------------*/

/* サイト共通フッターバナー */
div.commonBanner {
		padding:0;
		width: 700px;
		margin: 0 auto 30px auto;
		padding-left: 30px;
}
div.commonBanner  a{
	display:block;
	float:left;
	margin:0 10px 10px 0;
}

div.chapter{
	margin-bottom: 30px;
}
div.jumpTop{
	text-align :right;
	margin-left: 610px;
	width: 100px;
	height: 20px;
	background: url(/images/common/b_pagetop.gif) no-repeat ;
	line-height: 100%;
}

div.jumpTop span.pagetop{
	display: none;
}
div.jumpTop a{
	display: block;
	width: 100px;
	height: 20px;
}
div.returnNavi{
	text-align: right;
	margin: 20px 0 0 0;

}
div.menuPager{
	text-align: right;
}
div.ex{
	background-color: #333333;
	padding: 5px 20px;
	margin: 15px 0 15px 0;
	color: #ffffff
}
div.ex p{
	margin-bottom: 0;
}
