@charset "EUC-JP"; 

	*{
		padding:0px;
		margin:0px ;
	}

	html{
		padding:0px;
		margin:0px ;
	}
	body{
		font-size: 13px;
		line-height: 18px;
		padding:0px;
		margin:0px ;
		background:#F3F5CD url("/images/common/bg.gif")  repeat-y center top;
		color:#333333;
/*====================
		font-family:"Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka","MS P ¥´¥·¥Ã¥¯", sans-serif;
====================*/
		text-align:center;
	}
	div.clear{
		clear:both;
	}
	.spacer{
		clear:both;
		height: 15px;
	}
	br.clear{
		clear:both;
	}
/*====================
				body
====================*/
img{
		border:none;
}
img.left-img{
	float: left;
	margin:0 10px 10px 0 ;
}
img.right-img{
	float: right;
	margin:0 0 0 10px;
}
.center-img{
	text-align:center;
	margin: 0 0 15px 0;
}
img.arrow{
	vertical-align: middle;
	padding-right: 5px;
}
img.titleIcon{
	vertical-align:middle;
	padding-right: 10px;
}

#wrapper{
	width: 740px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	border:1px solid #ffffff;
	background:#FFFFFF;
}
#header{
	margin: 0;
	padding: 20px 0 0 0;
	background:#ffffff url("/images/common/bg_header.gif") repeat-y center top ;
	height: 67px;
}
#header .logo{
	width: 237px;
	height: 40px;
	float: left;
	padding: 10px 0 0 0;

}
#header .global-menu{
	width: 238px;
	float: right;
	margin: 0;
	padding: 10px 0 7px 0;
	line-height: 0;
	height: 16px;
}
#header .menu{
	width: 383px;
	height: 34px;
	float: right;
	margin:0 0 0 0;
	padding: 0;

}
#footer{
	background:#ffffff url("/images/common/footer_bar.gif") ;
 	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	padding: 0;

}
#copyright{
	text-align: right;
	margin: 18px 0 0 0;
	float : right;
}
#footer ul{
	margin:  18px 0 0 0;
	float : left;
	list-style-type: none;
	font-size:12px;
	padding:0;
}
#footer ul a{
	color: #333333;
	text-decoration:none;
}
#footer li{
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	background-image: url("/images/common/arrow_red.gif");
	background-position:0 5px;
	background-repeat: no-repeat;
	display :inline;
}

/*====================
			link
====================*/
a:link {
	color: #ff6600;
	text-decoration:underline
}

a:visited{
	color: #CC6633;
	text-decoration: underline
}

a:active{
	color: #ff3300;
	text-decoration: underline
}

a:hover{
	color: #ff3300;
	text-decoration: underline
}

/*====================
			pragraph
====================*/
p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
p.subcopy{
	font-size: 12px;
	line-height: 18px;
}
p.caption{
	font-size: 10px;
	line-height: 16px;
}
.caption{
	font-size:10px;
}
h1{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	line-height: 18px;
}
h2{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	padding: 0 0 1px 0;
	margin:0px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}
h3{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
em{
	color: #ff0000;
	font-style:normal;
	font-weight:normal;
}
/*====================
				table
====================*/

table.table-line{
		border-collapse : collapse ;
		border: 1px solid #cccccc;
		border-width : 1px 1px 0px 1px  ;
		width: 100%;
		font-size: 12px;
		margin: 0 0 10px 0;
}
table.table-line td{
		border-width : 0 1px 1px 0 ;
		border-style : solid ;
		border-color: #cccccc;
		padding : 3px 3px 3px 6px ;
		line-height: 18px;
}
table.table-line th{
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	border-color: #cccccc;
	color: #333333;
	font-weight: bold;
	padding : 3px 3px 3px 6px ;
	white-space :nowrap;
	text-align:left;
	background-color: #efefef;
	vertical-align: top;
	line-height: 18px;
}
table.table-line th.one-line{
	white-space:  nowrap;
}
table.table-line td.one-line{
	white-space:  nowrap;
}
td{
	vertical-align: top;
}

table.table-dot{
		border-collapse : collapse ;
		width: 100%;
		font-size: 12px;
		margin: 0 0 10px 0;
}
table.table-dot td{
		border-width : 0 0px 1px 0 ;
		border-style : dotted ;
		border-color: #999999;
		padding : 4px 4px 4px 0 ;
		line-height: 18px;
}
table.table-dot th{
	border-width : 0 0px 1px 0 ;
	border-style : dotted ;
	border-color: #999999;
	color: #333333;
	font-weight: bold;
		padding : 4px 4px 4px 0 ;
	white-space :nowrap;
	text-align:left;
	background-color: #ffffff;
	vertical-align: top;
	line-height: 18px;
}

/*====================
				list
====================*/
dd{

	margin:0 0 20px  30px ;
	width: 520px;
}
dt{
	margin:10px 0 3px  0px ;
	font-weight: bold;	
}
ul{
	padding: 0 0 20px 30px;
}
li{
	line-height: 18px;
	margin: 0 0 6px 0;
}
ol{
	padding: 5px 0 0 20px;
}
/*====================
			corner common
====================*/


#corner-title{
	background:#ffffff url("/images/common/title_bar.gif") ;
 	background-repeat: no-repeat;
	 height: 97px;
	 margin: 1px 0 20px 0;
}
#corner-menu .button{
	margin: 3px 2px 0 5px;
}
#corner-menu .button-on{
	margin: 3px 2px 0 5px;
}

/** page common **/
#page-menu{
	width: 162px;
	float: left;
}
#page-menu img{
	margin:0;
	padding: 0;
}
#page-menu .button{
	padding: 0 0 10px 0;
}
#page-menu .bunner{
	margin: 10px 0px 10px 0px;
}
#contents{
	width: 540px;
	float: right;
	padding-bottom: 10px;
}
.gotop{
	margin-top: 20px;
	text-align: right;

}

