@charset "utf-8";

/*-----------------------------------------------------------------------------
 Contents
-----------------------------------------------------------------------------*/
#Contents {
	min-height: 500px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic";
}

/*-----------------------------------------------------------------------------
 ContentsBlock
-----------------------------------------------------------------------------*/
.ContentsBlock h2 {
	background: url("../../img/customer/img_top_ttl_bg.gif") no-repeat;
	width: 707px;
	height: 42px;
	line-height: 42px;
	padding-left: 13px;
	font-weight: bold;
	color: #2a5b9d;
}

/*-----------------------------------------------------------------------------
 LColumn
-----------------------------------------------------------------------------*/
#Contents #LColumn {
	width: 210px;
	padding-top: 0;
}

/*-----------------------------------------------------------------------------
 RColumn
-----------------------------------------------------------------------------*/
#Contents #RColumn {
	width: 720px;
	padding: 10px 0 50px 20px;
	text-align: left;
}

#RColumn .ContentsBlock {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------------------------------------
 CColumn
-----------------------------------------------------------------------------*/
#CColumn {
	float: left;
	width: 100%;
	font-size: 120%;
}

#CColumn .LoginMenu {
	margin: 0 auto;
	padding: 30px;
	width: 300px;
	margin-top: 60px;
}

#CColumn .LoginMenu .Ltext {
	width: 288px;
	height: 22px;
}

/*-----------------------------------------------------------------------------
 LoginMenu
-----------------------------------------------------------------------------*/
.LoginMenu {
	padding: 20px 15px;
	margin: 10px 0;
	border: 1px solid #3e7fbf;
}

.LoginMenu .Ltext {
	width: 168px;
	height: 18px;
}

.LoginMenu div {
	margin-bottom: 3px;
}

.LoginMenu div p {
	margin-left: 3px;
}

.LoginMenu .maintain {
	margin: 10px 0 10px 0;
	line-height: 18px;
}

.LoginMenu .maintain input {
	height: 16px;
	margin-right: 5px;
}

/*-------------
 Side Privacy
--------------*/
.SidePrivacy { border: 1px solid #dddddd; text-align:center; }
.SidePrivacy img { padding:10px; }
.SidePrivacy h3 { text-align:left; padding:5px; background-color: #cccccc; color: #ffffff; }
.SidePrivacy p { text-align:left; font-size: 10px; padding: 5px; }
.SidePrivacy span { display: block; padding: 5px; text-align: right; }
.SidePrivacy span a, .SidePrivacy span a:visited { color: #666; text-decoration: underline; }

/*-----------------------------------------------------------------------------
 LoginMenu (LoginBtn、LoginBtn)
-----------------------------------------------------------------------------*/
.LoginMenu .LoginBtn,
.LoginMenu .LogoutBtn {
	text-align: center;
	margin-top: 15px;
}

.Btn01 input,
.LoginMenu .LoginBtn input,
.LoginMenu .LogoutBtn input {
	background: url("../../img/customer/img_top_ttl_bg_1.png") no-repeat;
	width: 163px;
	height: 28px;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.Btn01 input:hover,
.LoginMenu .LoginBtn input:hover,
.LoginMenu .LogoutBtn input:hover,
#CColumn .LoginMenu .LoginBtn input:hover,
#CColumn .LoginMenu .LogoutBtn input:hover {
	background: #FFFFFF;
	color: #2a5b9d;
	border: 1px solid #2a5b9d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#CColumn .LoginMenu .LoginBtn input {
	background: url("../../img/customer/img_top_ttl_bg_2.png") no-repeat;
	width: 225px;
	height: 28px;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

input:focus {
	background: #e8f3f7;
}

/*-----------------------------------------------------------------------------
 LocalMenu
-----------------------------------------------------------------------------*/
#LocalMenu {
	margin-top: 20px;
}

#LocalMenu h3 {
	background: #3E7FBF;
	color: #FFF;
	font-size: 100%;
	padding: 3px 5px;
	font-weight: bold;
}

#LocalMenu li a,
#LocalMenu li a.Current,
#LocalMenu li {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.LocalMenu {
	width: 200px;
	padding: 5px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	background-color: #666666;
}

ul.LocalMenu li {
	width: 195px;
	margin: 0 auto 3px auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	border: 1px solid #cdcdcd;
	background: url(../../img/common/bg_submenu.gif) no-repeat left top;
	height: auto;
	border: 1px solid #666666;
}

/*-----------------------------------------------------------------------------
 LocalMenu
-----------------------------------------------------------------------------*/
#LocalBanner {
	margin-top: 20px;
}

#LocalBanner li {
	margin: 0;
}

#LocalBanner li.contact {
	background: url(../../img/customer/img_contact_off.jpg) no-repeat left top;
}

#LocalBanner li.contact:hover {
	background: url(../../img/customer/img_contact_on.jpg) no-repeat left top;
}

#LocalBanner li.contact a {
	display: block;
	width: 210px;
	height: 80px;
}

/*-----------------
 TopPage Contents
------------------*/
.topAbout { margin-bottom:30px!important; }
.topAbout h2 { margin-bottom:10px; }
.topAbout p { line-height:1.6; }
.topAbout p span { font-size:125%; color:#2a5b9d; font-weight:bold; }

.topServiceMenu { background:#fff url(../../img/common/bg_gline.gif) center -10px no-repeat!important; width:710px; overflow:hidden; margin:0 auto 50px auto!important; }
.topServiceMenu h2 { background:#fff url(../../img/common/bg_top_h3.jpg) left top repeat-x; border-bottom:1px solid #2a5b9d; margin-bottom:10px; width:100%; }
.topServiceMenu dl { padding: 10px; display:inline-block; vertical-align:top; width:320px; min-height:220px; margin-left:10px; border-bottom:1px solid #ccc; *display:inline; *zoom:1; }
.topServiceMenu dl dt { margin-bottom:10px; }
.topServiceMenu dl dt a, .topServiceMenu dl dt a:visited { color:#333; text-decoration:underline; font-weight:bold; }
.topServiceMenu dl dt img { margin-bottom:5px; }

/*-----------------------------------------------------------------------------
 News、Info
-----------------------------------------------------------------------------*/
.News,
.Info {
	word-break: break-all;
}

.News h2,
.Info h2 {
	margin-bottom: 5px;
}

.News h2 a.archive {
	background: url("../../img/customer/img_top_ttl_bg_1.png") no-repeat;
	width: 163px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	right: 10px;
}

.Info h2 a.archive {
	background: url("../../img/customer/img_top_ttl_bg_2.png") no-repeat;
	width: 225px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	position: absolute;
	top: 350px;
	right: 10px;
}

.News h2 a.archive:hover {
	width: 161px;
}

.Info h2 a.archive:hover {
	width: 223px;
}

.News h2 a.archive:hover,
.Info h2 a.archive:hover {
	background: #FFFFFF;
	color: #2a5b9d;
	border: 1px solid #2a5b9d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

.News ul.NewsBox,
.Info ul.InfoBox {
	padding: 15px 10px 5px 10px;
	height: 200px;
	overflow-y: scroll;
	width: 700px;
	margin-bottom: 30px;
}

.News li,
.Info li {
	font-weight: bold;
	margin-bottom: 3px;
	color: #4b4b4b;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.News li p,
.Info li p {
	float: left;
	width: 150px;
}

.News li a,
.Info li a {
	display: table;
	font-weight: normal;
	color: #0045A2;
}

.News li a:hover,
.Info li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
 details
-----------------------------------------------------------------------------*/
#RColumn .details {
	width: 680px;
	margin: 0 auto;
}

.pageback {
	margin: 20px 0;
	background: url("../../img/common/img_page_back.gif") no-repeat left 45%;
	padding-left: 15px;
}

.pageback a {
	color: #666666;
}

.NewsList h3 {
	border-left: 10px solid #2483FF;
	border-bottom: 1px dotted #333333;
	font-size: 120%;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	width: 680px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------
 Introduction
-----------------------------------------------------------------------------*/
.Introduction .functionList {
	width: 700px;
	padding: 15px 10px 10px 10px;
	margin: 0 auto;
}

.Introduction .functionList dt {
	width: 200px;
	height: 50px;
	float: left;
	clear: both;
}

.Introduction .functionList dd {
	padding: 0 0 5px 210px;
	min-height: 70px;
	margin-bottom: 10px;
}

.Introduction .functionList dd span:hover {
	text-decoration: underline;
}

.Introduction .functionList dt {
	background: url("../../img/customer/btn_customer_func_off.gif") left top no-repeat;
}

.Introduction .functionList dt a {
	color: #666666;
	display: block;
	height: 33px;
	text-align: center;
	padding-top: 17px;
	font-size: 120%;
	font-weight: bold;
}

.Introduction .functionList dt:hover {
	background: url("../../img/customer/btn_customer_func_on.gif") left top no-repeat;
}

.Introduction .functionList dt a:hover {
	color: #333333;
	text-decoration: none;
}

.Introduction .functionList span.notes {
	font-size: 90%;
	color: #666666;
}

/*-----------------------------------------------------------------------------
 NewsList、InfoList
-----------------------------------------------------------------------------*/
.NewsList ul.NewsBox,
.InfoList ul.InfoBox {
	padding: 20px 10px 5px 10px;
	margin-bottom: 20px;
}

.NewsList ul.NewsBox li,
.InfoList ul.InfoBox li {
	font-weight: bold;
	margin-bottom: 3px;
	color: #4b4b4b;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.NewsList li p,
.InfoList li p {
	float: left;
	width: 150px;
}

.NewsList li a,
.InfoList li a {
	display: table;
	font-weight: normal;
	color: #0045A2;
}

.NewsList h3 span,
.InfoList h3 span {
	float: right;
}


/*-----------------------------------------------------------------------------
 ErrorMenu
-----------------------------------------------------------------------------*/
.ErrorMenu {
	width: 650px;
	padding: 20px 15px;
	margin: 0 auto;
	margin-top: 119px;
}

.ErrorMenu h2 {
	background: url("../../img/customer/img_alert.gif") no-repeat left center;
	height: 40px;
	line-height: 45px;
	padding-left: 45px;
	color: #FF0000;
}

.TextC {
	text-align: center;
}

/*-----------------------------------------------------------------------------
 PageNav
-----------------------------------------------------------------------------*/
.PageNav {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 10px 10px;
	text-align: center;
}

.PageNav a,
.PageNav span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background-color: #3E7FBF;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 0 2px;
	font-weight: bold;
}

.PageNav span {
	background-color :#FFFFFF;
	color: #3E7FBF;
	outline: 1px solid #3E7FBF;
}

.PageNav a:hover {
	background:#FFFFFF;
	outline: 1px solid #3E7FBF;
	color: #3E7FBF;
	text-decoration: none;
}

.PageNav span.dot {
	outline: none;
	padding: 0 3px;
	vertical-align: bottom;
}

/*-----------------------------------------------------------------------------
 error
-----------------------------------------------------------------------------*/
ul.error {
	background: #FFF9E6;
	color: #FF0000;
	font-size: 90%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

ul.error li {
	margin-bottom: 3px;
}

/*-----------------------------------------------------------------------------
 comment
-----------------------------------------------------------------------------*/
.comment {
	font-weight: bold;
	color: #2a5b9d;
	font-size: 110%;
	padding: 5px 0px 5px 5px;
	margin: 5px 1px 10px 1px;
	background-color: #E5F4FF;
}

/*-----------------------------------------------------------------------------
 PassForgets
-----------------------------------------------------------------------------*/
.PassForgets {
	text-align: center;
	margin-top: 10px;
	font-size: 90%;
}

.PassForgets a {
	margin-left: 2px;
	border-bottom: 1px solid #0000FF;
}

.PassForgets a:hover {
	text-decoration: none;
	background-color: #E5F4FF;
	border-bottom: none;
}

/*-----------------------------------------------------------------------------
 PassMenu
-----------------------------------------------------------------------------*/
#CColumn .PassMenu {
	margin-top: 60px;
}
#CColumn .PassMenu table {
	width: 800px;
	margin: 0 75px auto;
}

#CColumn .PassMenu table th,
#CColumn .PassMenu table td {
	border: 1px solid #C0C0C0;
	padding: 10px 15px;
}

#CColumn .PassMenu table th {
	width: 25%;
	background-color: #F0F0F0;
	font-weight: bold;
}

#CColumn .PassMenu table td {
	width: 75%;
}

#CColumn .PassMenu table td input {
	width: 300px;
}

#CColumn .PassMenu .ttl {
	background-color: #333333;
	color: #FFFFFF;
	padding: 7px 15px;
	border: 1px solid #333333;
}

/*-----------------------------------------------------------------------------
 Btn
-----------------------------------------------------------------------------*/
.Btn01 {
	text-align: center;
	margin-top: 30px;
}

.Btn01 input {
	margin: 0 10px;
}

/*-----------------------------------------------------------------------------
 GlobalMenu ヘッダー無し
-----------------------------------------------------------------------------*/
#GlobalMenu {
	height: 36px;
	border-top: none;
	background: url(../../img/common/bg_gmenu_02.gif) no-repeat bottom;
}

/*-----------------------------------------------------------------------------
 ContactForm ヘッダー無し
-----------------------------------------------------------------------------*/
.ContactForm {
	margin: 10px;
}

.ContactForm p {
	margin-bottom: 10px;
}

.ContactForm textarea {
	min-width: 692px;
	height: 360px;
	line-height: 1.4em;
	letter-spacing: 1px;
}

.ContactForm .check {
	padding: 10px;
	line-height: 1.4em;
	letter-spacing: 1px;
	min-height: 237px;
	background-color: #F0F6FF;
}

.Rizaen {
    border: thin solid #000000;
    margin: 0 250px 0 0;
    padding: 5px;
}
