/* ==================== クロスブラウザ設定 ==================== */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
* Bump up IE to get to 13px equivalent
*/
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

.clearfix:after { content: ""; display: block; clear: both; }

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ==================== タグ初期化 ==================== */
html{color:#000;background:#FFF;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
th {white-space: normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/* ==================== タグ設定 ==================== */
html {
	background: #FFFFFF url(images/bg-header.png) repeat-x;
}

body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, Verdana, sans-serif;
	_font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 144%;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 117%;
	font-weight: bold;
}

h3 {
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 144%;
	font-weight: bold;
	color: #009900;
	border-bottom: 3px solid #CCC;
}

h4 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #009900;
	border: #B1CDDB solid 1px;
	background: #E7F0F6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

h5 {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	_margin: 10px 0 20px 0;
	padding: 0;
	background: #DDDDDD;
	border: 0px none;
	clear: both;
}

/* フォーム関連 */
dl {
	margin: 0 0 20px 0;
	padding: 0;
}

dt {
	margin: 0 5px 5px 0;
	font-size: 100%;
	font-weight: bold;
}

dd {
	margin: 0 5px 10px 0;
}

dt.error {
	color: #FF0000;
}

label {
	margin: 0 5px 5px 0;
}

textarea {
	margin: 0 5px 0 0;
	padding: 3px;
	background: #FFFFFF;
	border: #7F9DB9 solid 1px;
}

.error textarea {
	color: #FF0000;
	border: #FF0000 solid 1px;
	background: #FFE0E0;
}

select {
	margin: 0 5px 0 0;
	padding: 0;
}

option{ 
	padding-right:10px; 
}

/* リンク関連 */
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #333333;
	text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #333333;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #333333;
	text-decoration: none;
}

/* ==================== フォント設定 ==================== */
.font-size-s {
	font-size: 84%;
}

.font-size-m {
	font-size: 92%;
}

.font-size-l {
	font-size: 117%;
}

.font-color-black {
	color: #000000;
}

.font-color-red {
	color: #FF0000;
}

.font-color-blue {
	color: #0066CC;
}

.font-color-green {
	color: #009933;
}

.font-color-gray {
	color: #666666;
}

strong {
	color: #000;
	font-weight:bold;
}

.strong {
	font-weight:bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}


/* ==================== レイアウト設定 ==================== */
#container {
	width: 940px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	position: relative;
}

#header {
	width: 940px;
	height: 45px;
	margin: 0 auto 26px auto;
	padding: 0;
	text-align: left;
	clear: both;
}

#local {
	width: 220px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#localNavigation {
	width: 940px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: url(images/bg-localnavigation.png) repeat-x;
	clear: both;
	overflow: hidden;
}

#contents {
	width: 938px;
	margin: 0;
	padding: 0;
	font-size: 107%;
	text-align: left;
	background: url(images/bg-contents.png) repeat-y;
	border: 1px solid #B5CBD9;
	position: relative;
}

.contents-left {
	width: 220px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.contents-right {
	width: 658px;
	height: 100%;
	margin: 0;
	padding: 20px 30px;
	text-align: left;
	position: relative;
	float: left;
}

#footer {
	width: 700px;
	height: 70px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	font-size: 84%;
	text-align: center;
	position: relative;
	clear: both;
}

/******** ********/
#logo {
	display: block;
	width: 210px;
	height: 0;
	padding-top: 24px;
	background: url(images/logo-fm.png) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/faq_a/images/logo-fm.png", sizingMethod="crop");
	position: relative;
	top: 6px;
	float: left;
	overflow: hidden;
}

#globalnavigation {
	height: 31px;
	position: relative;
	top: 10px;
	float: right;
}

#globalnavigation ul,#globalnavigation li {
	margin: 0;
	padding:0;
	display: block;
}

#globalnavigation li {
	list-style: none;
	white-space: nowrap;
	float: left;
}

#globalnavigation li a#faq_a,#globalnavigation li a#faq_b {
	display: block;
	width: 258px;
	height: 0;
	margin: 0;
	padding-top: 31px;
	background: url(images/globalnavigation.png) no-repeat 0 0;
	overflow: hidden;
}

#globalnavigation li a#faq_b {
	width: 264px;
	background: url(images/globalnavigation.png) no-repeat -258px 0;
}

#globalnavigation li a:hover#faq_a {
	background: url(images/globalnavigation.png) no-repeat 0 -31px;
}

#globalnavigation li a.selected#faq_a {
	background: url(images/globalnavigation.png) no-repeat 0 -62px;
}

#globalnavigation li a:hover#faq_b {
	background: url(images/globalnavigation.png) no-repeat -258px -31px;
}

#globalnavigation li a.selected#faq_b {
	background: url(images/globalnavigation.png) no-repeat -258px -62px;
}

#globalnavigation li a#service-home {
	display: block;
	width: 120px;
	height: 0;
	margin: 0 0 0 20px;
	padding-top: 31px;
	background: url(images/globalnavigation_guest.png) no-repeat 0 0;
	overflow: hidden;
}

#globalnavigation li a:hover#service-home {
	background: url(images/globalnavigation_guest.png) no-repeat 0 -31px;
}

#copyright {
	width: 260px;
	height: 0px;
	margin: 0 auto;
	padding-top: 12px;
	background: url(images/copyright.png) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/faq_a/images/copyright.png", sizingMethod="crop");
	overflow: hidden;
	cursor: pointer;
}

a#back {
	display: block;
	width: 140px;
	height: 0;
	margin: 20px auto;
	padding-top: 30px;
	background: url(images/btn_back.png) no-repeat 0 0;
	overflow: hidden;
	text-align="center"
}

a:hover#back {
	background: url(images/btn_back.png) no-repeat 0 -30px;
}

a:active#back {
	background: url(images/btn_back.png) no-repeat 0 -60px;
}

.box {
	padding: 10px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #B5CBD9;
	line-height: 1.5;
}

.box2 {
	border: 1px solid #B5CBD9;
	padding: 5px;
	margin: 10px;
	background: #fff;
}

.box3 {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	clear: both;
	border: 1px solid #B5CBD9;
	background: #fff;
}

.tbl {
	padding: 0;
	margin: 0 0 10px 0;
}

.tbl th{
	padding: 5px 5px 5px 10px;
	margin: 0;
}

.tbl td{
	padding: 5px 5px 5px 0px;
	margin: 0;
}

#local ul {
	display: block;
	width: 219px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #666;
	font-weight: bold;
	background: #FFF;
	border-right: #B5CBD9 solid 1px;
	border-bottom: none;
}

#local ul li {
	display: block;
	width: 209px;
	margin: 0;
	padding: 15px 5px;
	color:#333;
	border-bottom: #B5CBD9 solid 1px;
	-webkit-box-shadow:inset #FFF 0px -1px 0px;
	-moz-box-shadow:inset #FFF 0px -1px 0px;
	box-shadow:inset #FFF 0px -1px 0px;
	background: #E7F0F6 url(images/bg-local.png) repeat-x;
}

#local ul li a {
	color: #333;
	font-size: 93%;
}

#local ul.faq {
	width: 206px;
	margin-top: 10px;
	border: #B5CBD9 solid 1px;
	border-bottom: none;
}

#local ul.faq li {
	display: block;
	width: 196px;
	margin: 0;
	padding: 10px 5px;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: #B5CBD9 solid 1px;
	-webkit-box-shadow:inset #FFF 0px -1px 0px;
	-moz-box-shadow:inset #FFF 0px -1px 0px;
	box-shadow:inset #FFF 0px -1px 0px;
	background: #FFF;
}

.faq-date {
	width: 100%;
	font-size: 84%;
	color: #999;
	text-align: right;
}

/* FAQブロックCSS
-------------------------------------------------------------- */
.faq-toplist {
	margin-bottom: 20px;
	padding: 20px;
	color: #666;
	background: whiteSmoke;
	border: #DDD solid 1px;
}

.faq-toplist h4 {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

ul.faq-list    {
	margin-bottom: 20px;
	padding: 10px;
	list-style: none;
}

ul.faq-list li {
	margin: 0;
	padding: 10px 0;
	font-size: 93%;
	border-bottom: 1px dotted #B5CBD9;
}

ul.faq-list .category {
	margin-bottom: 5px;
	font-size: 93%;
}

div.faq-blocks {
	margin: 0; padding: 0;
}

div.faq-blocks  table {
	width: 100%;
}

div.faq-blocks dt {
	font-size: 144%;
	margin: 0;
	padding: 10px 5px 10px 10px;
	color: #0099C9;
	font-weight: bold;
	border-bottom: 3px solid #0099C9;
}

div.faq-blocks dd {
	margin: 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #555;
	line-height: 2;
}

div.faq-blocks dd ul {
	margin-left: 20px;
}

.faq-link a:focus,
.faq-link a:hover { color: #08b; }

.notes {
	margin: 20px 0;
	padding: 20px;
	font-size:84%;
	color: #666;
	background: #EEE;
}