@charset "utf-8";
/*
====================================================
	
	pageParts.css
	
	CSS Page Parts setting
	
====================================================
*/

/*=====index=========================================*/

/*---------------------------------------------------
	#subNavi
---------------------------------------------------*/

#subNavi {
	margin:0 0 10px 0;
	padding: 0;
	
}
#subNavi li{
	margin: 0;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

/*---------------------------------------------------
	#btn
---------------------------------------------------*/
.section02 {
	margin-bottom:10px;
	float:left;
	width:295px;
	
}
.section03 {
	margin-bottom:10px;
	width:600px;
	
}
.sectionRight {
	margin-right:10px;
	}
.btn {
	background:url(../../img/btn/contentBtnUp.gif) no-repeat ;
	padding:8px 20px 0px 30px;
	width:245px;
}
.btn02{
	background:url(../../img/btn/contentBtnUp02.jpg) no-repeat ;
	padding:8px 20px 0px 30px;
	width:550px;
}
p.btnTxt {
	font-size:93%;
}

.btnBottom {
	font-size:122%;
	padding-bottom:15px;
}

/*---------------------------------------------------
	#foreign
---------------------------------------------------*/

#foreign p a:link,
#foreign p a:visited{
	color:#0093DD;
	text-decoration:none;
}
#foreign p a:hover,
#foreign p a:active{
	color: #818181;
	text-decoration:none;
}
#foreign h3 {
	padding:50px 0px 30px 0px;
}

dl {
}
dt {
	display:block;
	float:left;
	width:90px;
	height:20px;
	margin:0px 10px 10px 0px;
	text-align:center;
	background:#D5D5D5;
}
dd {
	display:block;
	
	margin-bottom:10px;
}
/*---------------------------------------------------
	#transfer
---------------------------------------------------*/
#transfer p{
	padding:40px 0px 30px 0px;
}
.transferUl {
}
.transferUl li {
	background:url(../img/transfer/point.gif) no-repeat 0px 10px;
	padding:5px 0px 10px 15px;
}

/*---------------------------------------------------
	#transfer02
---------------------------------------------------*/
table {
	width:600px;
	text-align:center;
	border:#6C6C6C solid 1px;
	font-size:92%;
}
table tr {
}
table th {
	font-size:108%
	font-weight:bold;
	padding:5px 15px;
	border:#696969 solid 1px;
	background-color:#C0C0C0;
	color:#FFF;
}
table td {
	border:#ABABAB solid 1px;
	padding:5px 10px;
}




