@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#headerMain h1 {
    margin: 0; 
    padding: 12px 0 0 5px;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
}

#headerLogo {
    width: 400px;　/*　500→400　*/
	height: 60px;
    float: left;
}

#headerLogo a {
	display: block;
	margin:0;
	padding:0;
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	background-image: url(../images/logo_10B.png);
    background-repeat: no-repeat;
	background-position: center left;
}

#headerExtra1 {
    width:440px;　/*　330→440　*/
    margin: 0;
    padding: 0;
    float: right;
	height:60px; /* 追加 */
}

p.top-right-address{　/*　追加　*/
	font-size:14px;
    margin: 0 5px 0 0;
	font-weight:bold;
	line-height:18px;
	text-align:right;
}

/*　＝＝　ここから未使用　＝＝　*/

#hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.6em;
    line-height: 21px;
    text-align: right;
    font-weight: bold;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    display: block;
    font-weight: normal;
    font-size: 0.6em;
}

#hpb-headerExtra1 p.address {
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 18px;
    text-align: right;
    font-size: 1.1em;
}

#hpb-headerExtra2 {
}
/*　＝＝　ここまで未使用　＝＝　*/



/* フッター内パーツ */
#footerMain {
    margin-left: auto;
    margin-right: auto;
    background-color: #949694;
    padding-top: 10px;
    padding-bottom: 20px;
}

#footerMain p {
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 3px;
    font-size: 0.9em;
    text-align: center;
    color: #ffffff;
}

#footerLogo {
}

#footerExtra1 {
}

#footerExtra2 {
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    color: #00a0e9;
    text-decoration: underline;
}
a:visited {
    color: #00a0e9;
    text-decoration: underline;
}
a:hover {
    color: #FABE00;
    text-decoration: none;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}

a:active {
    color: #FABE00;
    text-decoration: none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	padding-top: 2px;
}

#skip {
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4;
	text-align: left;
}

p.large {
	margin-bottom: 1em;
	font-size: 1.3em;
	margin-top: 1em;
}
p.indent {
    padding-left: 15px;
}

.left {
    float: left;
}
.right {
    float: right;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.layoutset-02 h2 {
    background-color: #FABE00;
    background-image : url(../images/titleBg_10B.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    overflow: hidden;
    height: 50px;
    line-height: 54px;
}

.layoutset-02 h2 span.ja {
    font-size: 1.1em;
    color: #ffffff;
    padding-top: 2px;
    padding-left: 18px;
    padding-right: 15px;
}

.layoutset-02 h2 span.en {
    color: #666666;
    font-size: 0.9em;
    text-transform: uppercase;
}

#wrapper h3 {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 15px;
    text-align: left;
    background-color: #EEEFEF;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: normal;
    text-align: left;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: #FFD900;
}

#wrapper h3 span.en {
    text-transform: uppercase;
    padding-right: 15px;
}

h3.c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4 {
    margin: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: bold;
    color: #FABE00;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left:0;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
	color:#630;
	text-decoration:underline;
}

table {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D1D1D2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D1D1D2;
}

table th {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #EEEFEF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D1D1D2;
    color: #000000;
}

table td {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D1D1D2;
}

/* フォームパーツ設定 */
input.button {
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea {
    width: 380px;
    height: 200px;
}

input.l {
    width: 380px;
}
input.m {
    width: 250px;
}
input.s {
    width: 50px;
}

.center {text-align:center}


/* メインコンテンツ内基本パーツ */

#main ul {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 0;
    list-style-type: none;
}

#main ul li {
    padding: 0px;
	margin-bottom:5px;
}

#main #toppage .menu .left a img{
	float:left;
	margin-right:6px;
	}


#jump{
	width:640px;
	height: 370px;
	}

#jump p a img {
	width:200px;
	height:160px;
	padding:0;
	margin:-10px 7px 15px 5px;
	float:left;}
	
#jump p.first a img {
	margin-top:2px;}
	
.bntitle {
	text-align:left;
	padding:0;
	margin:0;
}


#pagetop {
	clear:both;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
	height:22px;
	width:618px;
}

#pagetop a {
    /* ページの先頭へのリンク設定 */
	clear:both;
    display: block;
    width: 117px;
    height: 22px;
    background-image : url(../images/returnTop_10B.png);
	background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    text-align: left;
}

#link_fees {
	clear:both;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
	height:22px;
	width:618px;
}

#link_fees a {
    /* リンク設定 */
	clear:both;
    display: block;
    width: 117px;
    height: 22px;
    background-image : url(../images/returnTop_10B.png);
	background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    text-align: left;
}


/* トップページ デザイン定義 */

/* メニューページ デザイン定義 */
#main #policy #page_menu {
	text-align: left;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	color: #333;
}


/*----*/
#linklabo{
	float:left;
	}


div.transfer{
	width:100%;
	height:400px;
	display:block;
}

div.transfer p{
	width:400px;
	height:200px;
	margin:200px auto;
	text-align:center;
	line-height:2em;
}