@charset "utf-8";

/* CSS Document */
/** Common Settings **/
/*** Fontサイズをそろえるリファレンスコード ***/
/*** 出典：色々 ***/

/*** All Reset Code(冒頭に記述) ***/
body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd { margin: 0; padding: 0 }
/* blockquote, li, dt, dd { margin-left: .5em } */
blockquote { margin-left: .5em }
li { list-style: none }
fieldset, img { border: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
input, textarea { font-size: 1em }
abbr, acronym { border-bottom: 1px dotted #2b2b2b; cursor: help }
textarea { overflow: auto }

/*** 文字サイズ指定(プロパティ*Hack For IE) ***/
body{
	font-size: 13px;
	line-height: 1.231;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea,button{
	font-size: 99%;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*** /文字サイズ指定(プロパティ*Hack For IE) ***/
/*
 以降は、文字サイズの指定はすべて％で表記する。
 使用できる％表記も決まっている。
 77%, 85%, 93%, 100%, 108%, 116%, 123.1%, 131%, 138.5%
 146.5%, 153.9%, 161.6%, 167%, 174%, 182%, 189%, 197%
 */
/* 
 メイリオ・ヒラギノ対応なので、MSPゴシックのマシンには
 拡張CSSをJSで読み込む必要がある。
 */

/*** /Fontサイズをそろえるリファレンスコード ***/

/*=== Body ===*/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../common/bg.gif) repeat;
	text-align: center;
}

/*=== Text ===*/
h1,h2,h3,h4,h5,h6,p,em,address {
	font-size: 100%;
	text-align: left;
}


.red {
	color: #CC0000;
}

.redBold {
	color: #CC0000;
	font-weight: bold;
	line-height: 120%;
}

.pinkBold {
	color: #CC3366;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC3366;
	font: bold 150%/120% "Times New Roman", Times, serif;
}

.blue {
	color: #0033CC;
}

.blueBold {
	color: #0033CC;
	font-weight: bold;
	line-height: 120%;
}

.blue2Bold {
	color: #6666CC;
	font-weight: bold;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
}

.bold {
	font-weight: bold;
	line-height: 120%;
}

.faqBold1 {
	font-weight: bold;
	color: #666666;
	display: block;
	padding-top: 8px;
	border-top: 1px dotted #999999;
	margin-top: 14px;
	margin-bottom: 14px;
}

.faqBold2 {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #933147;
	margin-top: 10px;
}

.faqBold3 {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #003399;
}

/*=== Hypertext ===*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

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

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

a img {
	border-style: none;
}

/*===ページ全体===*/
#pageAll {
	background: #FFFFFF url(../common/side.gif);
	margin: 0px auto;
	padding: 0px 14px;
	width: 900px;
}
/* MSP Gothic 用サイズ調整 */
#pageAll.MSPGothic{
	font-size: 108%;
}

/*===ヘッダ===*/
#header {
	background: #FFFFFF url(../common/header_bg.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	width: 900px;
	overflow: visible;
}

#header .pagetop {
	height: 1px;
}

#header h1 {
	font-size: 85%;
	line-height: 100%;
	color: #6363CB;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-weight:normal;
}

#header h2 {
	float: left;
	width: 210px;
	padding-top: 12px;
}


#header p.TitleLogo {
	float: left;
	width: 210px;
	padding-top: 12px;
}


#header .headLeft {
	float: left;
	width: 125px;
}

#header .headRight {
	float: left;
	width: 773px;
}

#header .headRight p.head1{
	font-size: 85%;
	line-height: 100%;
	color: #6363CB;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#header .headRight .head2 {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 12px 0px 0px;
	text-align: left;
}

#header .headRight .shinryou {
	float: left;
	width: 250px;
}
#header .headRight .shinryou p.line1 {
	color: #CC0000;
	font-size: 93%;
	line-height: 110%;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-left: 2px;
}
#header .headRight .shinryou p.line2 {
	font-size: 93%;
	line-height: 110%;
	font-weight: bold;
	color: #34349E;
	padding-bottom: 2px;
}
#header .headRight .shinryou p.line3 {
	font-size: 100%;
	line-height: 110%;
	color: #34349E;
}
#header .headRight .shinryou p.line4 {
	font-size: 85%;
	line-height: 110%;
	color: #34349E;
	text-indent:4.9em;
}

#header .headRight .jikan {
	float: left;
	width: 300px;
}
#header .headRight .jikan p.line1 {
	font-size: 80%;
	line-height: 110%;
	color: #34349E;
	padding-top: 2px;
}
#header .headRight .jikan p.line2 {
	font-size: 80%;
	line-height: 110%;
	color: #34349E;
	text-indent: 2em;
}
#header .headRight .jikan p.line3 {
	line-height: 110%;
	color: #34349E;
}

#header .headRight .jikan p.line4 {
	font-size: 85%;
	line-height: 200%;
	color: #CC3300;
}
.dial {
	color: #CC3366;
	font: bold 131%/130% Geneva, Arial, Helvetica, sans-serif;
}

/*===コンテンツエリア===*/
#contentsArea {
	width: 856px;
	padding-top: 16px;
	padding-right: 20px;
	padding-left: 24px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

/*===コンテンツエリア（右）===*/
#contentsArea .right{
	float: left; /* 200910リニューアル時左右入れ替え */
	width: 250px;
	line-height: 110%;
	font-size: 90%;
}

#contentsArea .right h2 {
	font-size: 93%;
	line-height: 110%;
	font-weight: bold;
	color: #B67545;
	border-top: 1px solid #999999;
	margin: 2px 0px 10px;
	padding: 4px 0px 0px;
	border-left-style: none;
	text-align: center;
	letter-spacing: 0.05em;
}

/*=== Page Top ===*/
.pageTop {
	margin: 20px 0px 0px;
	padding: 10px 0px 24px;
	clear: both;
	width: 100%;
	border-top: 1px dotted #CCCCCC;
}

.pageTop p {
	text-align: right;
	font-size: 85%;
	line-height: 110%;
}

.pageTop a,
.pageTop a:visited {
	text-align: right;
	color: #6666FF;
	text-decoration: none;
}

.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=== Page Top(body) ===*/
.pageTopScnd {
	margin: 0px;
	padding: 10px 0px 24px;
	width: 100%;
	border-top: 1px dotted #CCCCCC;
}


.pageTopScnd p {
	text-align: right;
	font-size: 85%;
	line-height: 110%;
}

.pageTopScnd a,
.pageTopScnd a:visited {
	text-align: right;
	color: #6666FF;
	text-decoration: none;
}

.pageTopScnd a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=== Footer ===*/
#footer {
	background: url(../common/footer.jpg) no-repeat center 4px;
	height: auto;
	width: 900px;
	border-top: 1px solid #D0D1EF;
	padding-top: 4px;
}

#footer p.textMenu {
	text-align: right;
	font-size: 80%;
	line-height: 110%;
	color: #003366;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 80px;
	display: block;
}

#footer p.textMenu a,
#footer p.textMenu a:visited {
	text-decoration: none;
	color: #003366;
}

#footer p.textMenu a:hover {
	color: #CC0000;
	text-decoration: none;
}

#footer p.linktoTop {
	text-align: right;
	font-size: 85%;
	line-height: 110%;
	color: #003366;
	padding-right: 14px;
	padding-top: 2px;
	padding-left: 340px;
	display: block;
}

#footer p.linktoTop a,
#footer p.linktoTop a:visited {
	text-decoration: none;
	color: #003366;
}

#footer p.linktoTop a:hover {
	color: #CC0000;
	text-decoration: none;
}

#footer .freedialArea {
	clear: both;
	width: auto;
	margin: 3px 0px 6px;
	padding: 2px 12px 0px 338px;
}

#footer .freedialArea p.freedial {
	clear:both;
	float: right;
	width: auto;
	margin-left: 8px;
	text-align: right;
}

/***=== Utility Styles ===***/

/* float Wrap Div */
.floatwrap{
    overflow: hidden;
}
	.floatwrap:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	/*\*/
	* html .floatwrap {
		height: 1em;
		overflow: visible;
	}
	/**/


/* Clea both */
.cb{
	clear: both;
}

/***=== /Utility Styles ===***/

/*===クリア===*/
.clear {
	clear: both;
	width: 100%;
}