@charset "utf-8";
/* General
====================================================================== */
html {
	background: #2B1F13;
}	

body {
	color: #3F3F3F;
	font-size: 90%;
	line-height: 1.68em;
}

body, input, select, textarea {
	font-family: 'メイリオ',Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
}

code, pre {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}


h1 {
	font-size: 180%;
	color: #FFFFFF;
	background-color: #2C2014;
	margin: 0;
	padding: 10px 15px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック' ,osaka ,sans-serif;
}

h2 {
	font-size: 150%;
	color: #3E546B;
	margin: 30px 0 5px;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', osaka, sans-serif;
	border-bottom: 1px dotted #3E546B;
}

h3 {
	font-size: 135%;
	color: #3E546B;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: -5px;
}

h4 {
	font-size: 120%;
	color: #3E546B;
	font-weight: bold;
	margin: 10px 0 -5px;
}

h5 {
	font-size: 120%;
	color: #3E546B;
	margin-bottom: 10px;
}

h6 {
	font-size: 100%;
	color: #3E546B;
	margin-bottom: 10px;
	font-weight: bold;
}

address {
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
	color: #3D536B;
}

dl {
	margin-left: 30px;
	margin-bottom: 20px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

p {
	line-height: 130%;
	margin: 10px 0px;
}

q {
	font-style: italic;
}

strong {
	font-weight: bold;
}

tt {
	font-family: monospace;
}


ol {
	margin-bottom: 20px;
}

ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
}

ul {
	margin-bottom: 20px;
}

ul li {
	list-style-type: disc;
	margin-left: 35px;
}

a:link,
a:visited {
	color: #144dac;
}

a:hover { color: #739E1F; }

a:active { color: #2765B0 }	
	
	
.txtCenter {
	text-align: center;	
}
	
.txtRight {
	text-align: right;	
}
.cashingLoan {
	text-align: center;
	margin: 30px auto 0px;
	clear: both;
}


	
	
/* Header
====================================================================== */

#header_wrapper {

	width: 100%;
	background: #8E6C48 url('../images/header_shadow_bg.jpg') repeat-x bottom center;	
}

#header_inner_wrapper {
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	position: relative;
	width: 955px;
	margin: 0 auto;
}

#logo {
	margin: 20px 20px 5px;
}

#tagline {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 300px;
	height: 17px;
	background: url('../images/tagline.gif') no-repeat;
	text-align: right;
}

#photo h1 {
	position: relative;
	top: 68px;
	left: 15px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#images {
	width: 460px;
	height: 145px;
}

body #images {
	margin: -45px 20px 0 0;	
	float: right;
	background: url('../images/blank_photo.png') no-repeat top center;
}	

#images img {
	position: relative;
	top: 18px;
	left: 20px;
}

body.Home #photo {
	margin: -35px 0 0 20px;
	width: 909px;
	height: 265px;
/*background: url('../images/temp_flash.png') no-repeat;*/
}	

body #photo {
	margin: -35px 0 0 20px;
	width: 909px;
	background: url('../images/h1_bg.png') repeat-x 0 47px;
}	

	
/* Navigation
====================================================================== */
#headNavi {
	float: right;
	margin: 17px 20px 0 0;
	font-size: 12px;
	font-family: 'メイリオ',Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	font-weight: bold;
	text-align: right;
	width: 510px;
}

#headNavi a:link,
#headNavi a:visited {
	color: #678cc6;
}

#headNavi a:hover,
#headNavi a:active {
	color: #FFFFFF;
}

	
/* SubNavigation
====================================================================== */
#subnav {
	float: left;
	line-height: 2em;
	width: 200px;
	background: url('../images/subnav_border.png') repeat-y top right;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li a {
	text-transform: uppercase;
}

#subnav li img {
	display: none;
	margin: 0 0 0 5px;
}


#subnav li.Current img {
	display: inline;
}

#subnav li.Current a:link,
#subnav li.Current a:visited,
#subnav li.Current:hover a,
#subnav li.Current:active a {
	color: #739E1F;
}

#subnav li a:link,
#subnav li a:visited {
	color: #144dac;
}

#subnav li a:hover,
#subnav li a:active {
	color: #739E1F;
}	


/* Home Page Box Navigation
====================================================================== */	
.contentBox3 {
	background: url(../images/dividers.gif) repeat-y 287px 0;
	
}

.contentBox3 li {
	margin: 2px 0 2px 0;
	padding: 0 0 2px 0;
	list-style: none;
	border-bottom: 2px dotted #CCC;
}

.contentBox3 div {
	width: 260px;
	float: left;
}

.contentBox3 div#center {
	margin: 0px 67px 0 67px;
}

.contentBox3 div.ClearBoth {
	width: auto;
	float: none;
}

.contentBox3 h2 {
	font-size: 16px;
	color: #182A3A;
	margin-left: 15px;
	text-transform: uppercase;
}
.contentBox3 p {
	margin: 0 0 0 15px;
}

.contentBox3 ul {
	margin-left: 15px;
	line-height: 1.68em;
}

.contentBox3 li a:link,
.contentBox3 li a:visited {
	color: #094EAB;
}

.contentBox3 li a:hover,
.contentBox3 li a:active {
	color: #749F23;
}

	
	
/* Content
====================================================================== */	
#contentWrapper {
	width: 100%;
	background-color: #fafafa;
	background-image: url(../images/bg_goldcard.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content {
	width: 915px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

#page_content {
	margin-left: 245px;
}

.cahingLoan p img,
img.Left,
img.Right {
margin: 5px 15px 15px 15px;
border: 2px solid #DDD;
}

img.Left,
p img[align="left"] {
margin-left: 0;
}

img.Right,
p img[align="right"] {
	margin-right: 0;
	float: right;
}
.kyoutyou {
	font-weight: bold;
	color: #CC0000;
}


/* Contact
====================================================================== */		

#general_contact_info {
	padding: 0px 15px;
	width: 250px;
	float: left;
	background: #E8EEFA;
}

#page_content form {
	padding-top: 2px;
	margin: 0 auto;
}

#general_contact_info address {
	border: 1px solid #C6CCD6;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
}
.tyushaku {
	font-size: 85%;
	color: #666;
	line-height: 100%;
	margin:3px 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* Footer
====================================================================== */
#footer_wrapper {
	height: 50px;
	width: 100%;
	background: #8E6C48 url(../images/header_shadow_bg.jpg) repeat-x center bottom;
}

#footer {
	width: 915px;
	margin: 0 auto;
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.9em;
}


#footer a:link,
#footer a:visited {
	color: #B5C8FF;
	text-decoration: underline;
}
ｎ
#footer a:hover {
	color: #99FF00
}

#footer a:hover span { color: #a8d936; }

#footer a:active {
	color: #99FF00
}

/* Miscellaneous
====================================================================== */
.integra {
	display: none;
}
#creditcardCont{

}

#tateBan {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 150px;
}

