@charset "UTF-8";
/*==============================================================================
 * デフォルトスタイルシートの上書き
 *----------------------------------------------------------------------------*/
body, div, p, pre, blockquote, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, object, embed {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
ul, ol {
	list-style-position: outside;
	list-style-type: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	font-size: 1em;
}
* {
	word-break: break-all;
}
*:first-child+html table {
	border-collapse: collapse;
}
* html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
}
address, cite, caption, th, del, ins, abbr, acronym, dfn, em, strong, code, kbd, samp, var {
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: baseline;
}
a img {
	vertical-align: text-bottom;
}
* html a img {
	vertical-align: baseline;
}
br {
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: "";
}
form, fieldset, input, textarea {
	margin: 0;
}
form, fieldset {
	padding: 0;
}
fieldset {
	border: none;
}
form p {
	margin: 0;
	padding: 0;
}

/*==============================================================================
 * 共通指定
 *----------------------------------------------------------------------------*/

a:link {
	color: #026cd1;
}
a:visited {
	color: #004a95;
}
a:hover, a:active {
	color: #76afe6;
}
.input_text, .input_password, textarea {
	background-color: #f8f8f8;
}
.input_text, .input_password, textarea, select {
	border: 1px solid #888888;
}
.input_image {
	border: none;
}
p {
	overflow: hidden;
}
strong {
	font-weight: bold;
}
/*----------------------------------------------
 * テーブル
 *--------------------------------------------*/
div.parts table {
	table-layout: fixed;
	width: 100%;
}
div.parts th, div.parts td {
	overflow: hidden;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #BF7C7C;
}
div.parts tr th:first-child, div.parts tr td:first-child, div.parts tr th.first-child, div.parts tr td.first-child {
	border-left-width: 0;
}
/*----------------------------------------------
 * 画像置換指定
 *--------------------------------------------*/
#globalNav a, #globalNavBefore a, .localNav a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -9999px;
	text-decoration: none;
}
#globalNav a:focus, #globalNavBefore a:focus, .localNav a:focus {
	overflow: hidden;
}
/*----------------------------------------------
 * clearfix, overflow: hidden
 *--------------------------------------------*/
div#LayoutA, div#LayoutB, div#LayoutC {
	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
	margin-bottom: 10px;
}
#Left, #Center {
	overflow: hidden;
}
/*----------------------------------------------
 * ベースレイアウト
 *--------------------------------------------*/

#Header {
	position: relative;
}
#topBanner {
	position: absolute;
	top: 5px;
	left: 247px;
	width: 468px;
	height: 60px;
}
#Top {
	padding-left: 5px;
}
#Top .infoBox, #Top .descriptionBox {
	margin: 0 20px 10px;
}
/*----------------------------------------------
 * パーツ枠
 *--------------------------------------------*/
div.dparts, div.dparts div.parts, div.ditem, #LayoutA #Left div.parts {
	border: 1px solid #BF7C7C;
}
div.ditem div.item {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #BF7C7C;
}
div.dparts {
	margin: 0 auto 10px;
	padding: 7px;
}
div.dparts div.parts {
	margin: 0;
	background-color: #ECC2B2;
	background-image: url(/common/img/pattern_bg.jpg);
	background-repeat: repeat;
}
div.parts {
	margin: 0 auto 10px;
}
div.ditem {
	padding: 5px 6px;
}
/*----------------------------------------------
 * パーツ見出し
 *--------------------------------------------*/
.partsHeading {
	overflow: hidden;
	padding: 2px 0 2px 36px;
	background: #E85050 url(/skin/default/img/content_header_1.gif) no-repeat 0 0;
	text-align: left;
	font-size: 100%;
}
#LayoutA #Left .partsHeading {
	padding-left: 24px;
	background-image: url(/skin/default/img/icon_title_1.gif);
}
.partsHeading h3 {
	display: inline;
	font-weight: bold;
}
.partsHeading p {
	display: inline;
	margin-left: 0.5em;
}
/**=============================================================================
 * 配色設定
 *----------------------------------------------------------------------------*/



div.parts {
	background-color: #FFFFFF;
}
.sideNav .item {
	background-color: #FFFFFF;
}

/*==============================================================================
 * 文字装飾
 *----------------------------------------------------------------------------*/
span.op_b {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: bold;
	color: inherit;
	font-size: inherit;
}
span.op_u {
	text-decoration: underline;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}
span.op_s {
	text-decoration: line-through;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}
span.op_i {
	text-decoration: inherit;
	font-style: italic;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}
span.op_large {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: 20px;
}
span.op_small {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: 8px;
}
span.op_color {
	text-decoration: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}
/*==============================================================================
 * カスタムCSS
 *----------------------------------------------------------------------------*/
/**フォント色変更**/

/*リンク関連*/
a:link {
	color: #026CD1;
}
a:visited {
	color: #004A95;
}
a:hover {
	color: #76AFE6;
}
a:active {
	color: #76AFE6;
}
/*コンテンツ見出しlv1*/
td.bg_06 span.b_b, .c_00 {
	color: #222222;
}
/*コンテンツ見出しlv2*/
.c_01 {
	color: #444444;
}
/*強調文字暖色*/
.c_02 {
	color: #D92C49;
}
/*強調文字寒色*/
.c_03 {
	color: #2C65D9;
}
/*その他文字色*/


select, input, textarea {
	padding: 3px;
}
#help dl {
	margin:15px 10px;
}
#help_a dl {
	margin:15px 10px;
}
.howto {
	margin:0 auto;
	padding:10px 0;
}
#globalNavBefore h1 {
	top:5px;
	left:15px;
	width:268px;
	height:119px;
}
h2 {
	font-size:160%;
	border: 0;
	padding:9px 0 0 15px;
	margin:10px 10px;
	line-height:2em;
	width:676px;
	height:51px;
	color:#FFF;
	background: url(/common/img/h2_bg.jpg) no-repeat;
}
h3 {
	font-size:130%;
	border: 0;
	padding:10px 5px 0 5px;
	margin:7px 12px 3px 12px;
	width:575px;
	height:33px;
	color:#000;
	background: url(/common/img/h3_bg.jpg) no-repeat;
}
.jump_top {
	display:block;
	margin:4px 0 4px 520px;
	font-size:85%;
	width:50px;
	height:15px;
}
h4 {
	font-size:105%;
	font-weight:bold;
	border-bottom: #ccc solid 1px;
	padding:2px 5px 2px 5px;
	margin:14px 12px 3px 12px;
	width:85%;
	background:#FFF;
}
ul li {
	list-style:disc;
	background-repeat: no-repeat;
	margin-left:22px;
}
ol li {
	list-style:decimal;
	background-repeat: no-repeat;
	margin-left:22px;
}


.helping {
	padding-bottom:2px 0;
	text-indent: -4em;
	margin:0 0 0 4em;
}
dt em {
	margin-right:10px;
}
.helping em {
	font-weight:bold;
	line-height:1.5em;
}
dt a {
	font-weight:bold;
	line-height:1.5em;/*margin-left:20px;*/
}
.type {
	font-weight:bold;
	color:#990000;
	border:0;
	line-height:normal;
	margin:0;
}

.back {
	line-height:1.8em;
	background:#FFF;
	padding:5px 0 12px 5px;
}
/*faq*/
.faq {
	font-size : 12px;
	text-align : left;
	margin : 30px 90px;
}
.faq dt {
	margin : 0;
	padding : 0;
	height : 35px;
	font-size:110%;
}
.faq dd {
	padding:10px 15px;
	margin:10px;
	overflow : hidden;
	line-height:1.7em;
	font-size:100%;
	color:#111;
	background:#FFF;
}
.accordion_toggle STRONG {
	display : block;
	color : #7A222F;
	font-weight : normal;
	padding : 3px 8px;
	font-size:110%;
	border-bottom : 1px solid #70513F;
	cursor : pointer;
}
.accordion_toggle_active STRONG {
	font-size : 130%;
	font-weight : bold;
}

/******************************
* Navigation
******************************/
#navlist {
	margin:0 30px;
	padding:5px;
	font-size: 95%;
	border-right:#666 1px;
}
#navlist li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
	float: left;
}
#navlist a {
	display:block;
	color:#000000;
}

#navlist a:link, #navlist a:visited {
	padding:0.2em 2.2em;
	margin:0;
	text-decoration: none;
	color: #000;
	display:block;
	float: left;
	text-align: center;
}
#navlist a:hover {
	background-color:#FF3300;
	color:#FFFFFF;
}
.floatclear {
	clear:both;
	margin-bottom:10px;
}



/*----------プライバシーポリシーページ--------------------*/

#privacy p {
margin:5px 10px;
padding: 3px 10px;}

#privacy ul,#privacy ol {
margin:5px 10px;
padding: 3px 10px;
}

#helpLocalNav {
	background: url(/common/img/help-menu.jpg) 0 0 no-repeat;
}
#helpLocalNav li a:hover, #helpLocalNav li a:active {
	background-image: url(/common/img/help-menu-o.jpg);
}
#helpLocalNav li{
list-style-type:none;
margin:0;
padding:0;
}

li#helpLocalNav_1 {	left:   0px;	height: 32px;width: 176px;}/* よさとも */
li#helpLocalNav_2 {	left: 177px;	height: 32px;width: 144px;}/* お手紙を書く・読む */
li#helpLocalNav_3 {	left: 324px;	height: 32px;width: 103px;}/* あしあと */
li#helpLocalNav_4 {	left: 428px;	height: 32px;width: 148px;}/* お気に入り */
li#helpLocalNav_1 a:hover, li#helpLocalNav_1 a:active {background-position:   0 0;}
li#helpLocalNav_2 a:hover, li#helpLocalNav_2 a:active {background-position: -177px 0;}
li#helpLocalNav_3 a:hover, li#helpLocalNav_3 a:active {background-position: -324px 0;}
li#helpLocalNav_4 a:hover, li#helpLocalNav_4 a:active {background-position: -428px 0;}

.midashi{
font-size:140%;
font-weight:bold;
color:#000000;
}

#LayoutC{
clear:both;
}

#globalNavBefore {
	height: 154px;
	margin-bottom: 0;
	background: url(/common/img/no-menu.jpg) 0 0 no-repeat;
}