﻿@charset "UTF-8";

* {
	font-style: normal;
	font-size: 100%;
	list-style: none;
}

/* 各要素のデフォルトスタイル
========================================================= */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
address,
blockquote,
div,
span,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color: #FFFFFF;
	font: 81.25% arial, "Sans Serif", helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	/* IE */
	_font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* anchors */

a {
	color: #3399CC;
	text-decoration: none;
}

a:visited {
	color: #663399;
}

a:hover,
a:focus,
a:active {
	color: #00CCFF;
	text-decoration: underline;
}

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/* hr */

hr {
	display: none;
}

/* text decorations */

em {
	color: #EE6600;
}

strong {
	font-weight: bold;
}

/* img */

img {
	border: none;
}

/* table */

table {
	font-size: inherit;
	font: 100%;
}

/* テーブル（標準） */

* table.basic {
	margin-top: 1em;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: none solid solid none;
}

* table.basic th,
* table.basic td {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid none none solid;
	padding: 5px 10px;
}

* table.basic th {
	color: #333333;
	background-color: #F3F3F3;
	font-weight: bold;
}

* table.basic th.h,
* table.basic td.h {
	color: #FFFFFF;
	background-color: #444444;
	font-weight: bold;
}

/* センタリング */

* table.basic tr.ta-c th,
* table.basic tr.ta-c td,
* table.basic th.ta-c,
* table.basic td.ta-c {
	text-align: center;
}

/* v-align top */

* table tr.vt th,
* table tr.vt td {
	vertical-align: top;
}


div.section table p {
	margin: 5px 0;
}

/* 汎用スタイル指定
========================================================= */

/* font-size-l */

*.l {
	font-size: 123.35%;
}

/* font-size-m */

*.m {
	font-size: 116.75%;
}

/* font-size-s */

*.s {
	font-size: 84.75%;
}

/* 強調 */

.notice {
	color: #EE0000;
}

/* columns */

*.col-l {
	float: left;
}

*.col-r {
	float: right;
}

/* clear */

*.clr {
	clear: both;
}

/* btn */

a.btn img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
}

a.btn:hover img {
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
}

/* icon */

a img.icon {
	padding: 0 5px;
}

/* 矢印つきリンク */

.arr {
	padding-left: 15px;
	text-indent: -15px;
}
.arr a {
	background: url(/images/common/arrow_next.gif) no-repeat 0 0.2em;
	padding-left: 15px;
	/* IE */
	_background-position: 0 0;
}

/* テンプレートスタイル定義
========================================================= */

/* clearfix */

#header,
#gglWrapper,
#header #googleSrc ul,
#globalNavi,
#content,
ul.row,
ul.rowFence,
dl.row,
*.fix {
	display: inline-block;
}

#header,
#gglWrapper,
#header #googleSrc ul,
#globalNavi,
#content,
ul.row,
ul.rowFence,
dl.row,
*.fix {
	/* \*/
	display: block;
	/*  */
}

#header:after,
#gglWrapper:after,
#header #googleSrc ul:after,
#globalNavi:after,
#content:after,
ul.row:after,
ul.rowFence:after,
dl.row:after,
*.fix:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}

/* list-in-a-row (float) */

ul.row {
	margin-right: -1.0em;
}

ul.row li {
	margin-right: 1.0em;
	float: left;
	white-space: nowrap;
	/* IE */
	*line-height: 1.75;
	_line-height: 1.5;
}

/* list-in-a-row (fence) */

ul.rowFence {
	margin-right: -0.7em;
	/* IE */
	*zoom: 1;
}

ul.rowFence li {
	background: url(/images/common/bg_row.gif) no-repeat 0 50%;
	margin-right: 0.7em;
	padding-left: 1.0em;
	display: inline;
	white-space: nowrap;
	/* IE */
	*line-height: 1.75;
	_line-height: 1.5;
	*zoom: 1;
}

ul.rowFence li:first-child {
	background: none;
	padding: 0;
}

* html ul.rowFence li.first-child {
	/* IE */
	_background: none;
	_padding: 0;
}

* html ul.rowFence li {
	/* IE */
	_behavior: expression(this.className += (this.previousSibling == null) ? " first-child" : "", this.style.behavior = "none");
}

/* list (basic) */

ul.basic {
	margin-top: 1em;
	padding-left: 20px;
}

ul.basic li {
	list-style-type: disc;
}

/* 順序付きリスト (basic) */

ol.basic {
	margin-top: 1em;
	padding-left: 20px;
}

ol.basic li {
	list-style-type: decimal;
}

/* 順序付きリスト行間広 (basic) */

ol.basicW {
	margin-top: 1em;
	padding-left: 20px;
}

ol.basicW li {
	margin-top: 1em;
	list-style-type: decimal;
}

/* ページの先頭へ戻る */

p.pagetop {
	font-size: 91.25%;
	text-align: right;
}

p.pagetop a {
	background: url(/images/common/arrow_top.gif) no-repeat 0 0.2em;
	padding-left: 15px;
	/* IE */
	_background-position: 0 0;
}

/* header
========================================================= */

#header {
	background-color: #FFFFFF;
}

#header #hdrInner {
	margin: 0 auto;
	padding: 15px 10px 0 20px;
	font-size: 92.3%;
	width: 930px;
	text-align: left;
}

#header #hdrTitle {
	padding-bottom: 5px;
	float: left;
}

/* logo */

#header #hdrLogo {
	margin-bottom: 5px;
}

/* introduction */

#header #introduction {
	color: #666666;
}

/* google */

#header #gglWrapper {
	float: right;
}

#header #gglWrapper #googleLogo {
	margin-right: 10px;
	float: left;
}

#header #gglWrapper #googleSrc {
	width: 290px;
	float: left;
}

#header #gglWrapper #googleSrc #sbi {
	margin-right: 5px;
	width: 220px;
}

#header #gglWrapper #googleSrc #sbb {
	width: 50px;
}

#header #gglWrapper #googleSrc ul li {
	margin: 5px 1em 0 0;
	float: left;
}

/* global-navigation
========================================================= */

#gnWrapper {
	background: url(/images/common/navi.png) no-repeat;
	margin: 0 auto;
	padding: 5px;
	width: 958px;
}

#globalNavi li {
	float: left;
}

#globalNavi img {
	display: block;
}

/* 透過設定 */

* html #globalNavi li img { /* IE-expression (fix png alpha) */
	behavior: expression(
	this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
	this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "clear.gif" : this.src,
	this.style.behavior = "none"
	);
}

#globalNavi a {
	min-height: 43px;
	display: block;
	/* IE */
	_height: 43px;
}

/* navi img */

#globalNavi a.n01 {
	width: 95px;
}

#globalNavi a.n02 {
	width: 129px;
}

#globalNavi a.n03 {
	width: 179px;
}

#globalNavi a.n04 {
	width: 179px;
}

#globalNavi a.n05 {
	width: 131px;
}

#globalNavi a.n06 {
	width: 93px;
}

#globalNavi a.n07 {
	width: 152px;
}

/* navi active */

#home #globalNavi a.n01 img {
	display: none;
}

#money #globalNavi a.n02 img {
	display: none;
}

#loan #globalNavi a.n03 img {
	display: none;
}

#album #globalNavi a.n04 img {
	display: none;
}

#others #globalNavi a.n05 img {
	display: none;
}

#blog #globalNavi a.n06 img {
	display: none;
}

#pasta #globalNavi a.n07 img {
	display: none;
}

/* layout
========================================================= */

#heading {
	background: #FFFFFF url(/images/common/bg_wrapper.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	position: relative;
	z-index: 0;
	text-align: left;
}

#wrapper {
	text-align: left;
	position: relative;
	z-index: 3;
	margin-top: -25px;
}

#content {
	background: url(/images/common/content_normal.png) no-repeat;
	margin: 0 auto;
	padding: 15px 15px 0;
	line-height: 1.5;
	width: 940px;
	min-height: 250px;
	/* IE */
	_background: url(/images/common/content_normal.jpg) no-repeat;
	_height: 250px;
}

#main {
	width: 690px;
	float: left;
}

#navi {
	width: 210px;
	float: right;
}

/* 汎用レイアウト
========================================================= */

/* H1 */

#wrapper #main h1 {
	background: url(/images/common/bg_h1_upr.gif) no-repeat;
	margin-bottom: 20px;
	font-size: 161.75%;
}

#wrapper #main h1 span {
	background: url(/images/common/bg_h1_btm.gif) no-repeat 0 100%;
	padding: 5px 15px;
	display: block;
}

/* H2 */

#wrapper #main h2 {
	margin: 30px 0 15px;
	border-top: 2px solid #EE6666;
	font-size: 123.25%;
}

#wrapper #main h2 span {
	background: url(/images/common/bg_h2.gif) repeat-y;
	padding: 5px 10px;
	border-top: 1px solid #FFFFFF;
	display: block;
}

#wrapper #main h2.first {
	margin-top: 0;
}

/* H3 */

#wrapper #main h3 {
	color: #EE6600;
	background: url(/images/common/bg_h3_upr.gif) no-repeat;
	margin: 20px 0 10px;
	font-size: 107.75%;
}

#wrapper #main h3 span {
	background: url(/images/common/bg_h3_btm.gif) no-repeat 0 100%;
	padding: 4px 13px;
	display: block;
}

#title {
	margin: 0 auto;
	padding: 7px 20px 30px;
	width: 920px;
}

/* title 透過設定 */

* html #title img { /* IE-expression (fix png alpha) */
	behavior: expression(
	this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
	this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "clear.gif" : this.src,
	this.style.behavior = "none"
	);
}

/* section */

div.section {
	margin-top: 10px;
	padding: 0 10px;
}

div.section p {
	margin-top: 1em;
}

/* attention */

div.attention {
	background-color: #F3F3F3;
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #E3E3E3;
	font-size: 92.5%;
}

div.section div.attention {
	margin: 20px 0;
}

div.section div.attention p {
	margin: 0;
}

/* 段落見出し */

div.section p.h {
	background-color: #F3F3F3;
	margin-top: 2em;
	padding: 3px 5px;
}

/* comment */

div.comment {
	background-color: #EAF5FA;
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #D6EBF5;
	font-size: 92.5%;
}

div.section div.comment {
	margin: 20px 0;
}

div.section div.comment p {
	margin: 0;
}

/* pic */

div.pic {
	text-align: center;
}

div.section div.pic {
	margin-top: 1em;
}

/* enlarge */

p.enlarge {
	padding-left: 20px;
	text-indent: -20px;
}

p.enlarge a {
	text-decoration: none;
}

p.enlarge img {
	margin-bottom: 10px;
}

p.enlarge a span {
	background: url(/images/common/ico_enlarge.gif) no-repeat 0 0.15em;
	padding-left: 20px;
	min-height: 20px;
	/* IE */
	_background-position: 0 0;
	_height: 20px;
}

/* ダウンロード誘導ボタン */

div.section p.dl {
	background: url(/images/common/bg_btn_dl_link.gif) no-repeat 50% 0;
	margin-top: 20px;
	min-height: 70px;
	text-align: center;
	/* IE */
	_height: 70px;
}

/* ads */

div.contAds {
	margin: 30px 0;
}

/* よくある質問 */

ul.q li {
	background: url(/images/common/ico_q.gif) no-repeat 0 0.1em;
	margin-bottom: 10px;
	padding-left: 22px;
	min-height: 17px;
	text-indent: -22px;
	/* IE */
	_background-position: 0 0;
	_height: 17px;
}

ul.q a {
	padding-left: 22px;
}

div.faqBox {
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #E3E3E3;
}

div.faqBox h4 {
	color: #EE6600;
	background: url(/images/common/bg_faq_q.gif) no-repeat 5px 0.1em;
	padding: 0 0 10px 35px;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 107.75%;
	min-height: 20px;
	/* IE */
	_background-position: 5px 0;
	_height: 20px;
}

div.faqBox div.answer {
	background: url(/images/common/bg_faq_a.gif) no-repeat 5px 0.1em;
	padding-left: 35px;
}

div.faqBox p.h {
	color: #FFFFFF;
	background-color: #555555;
	padding: 3px 5px;
}

/* 更新履歴 */

ul.vu {
	margin-top: 1em;
}

ul.vu li {
	margin-bottom: 5px;
	padding-left: 70px;
}

ul.vu li.ex {
	background: url(/images/common/ico_extension.gif) no-repeat 5px 0.2em;
	/* IE */
	_background-position: 0 0;
}

ul.vu li.am {
	background: url(/images/common/ico_amend.gif) no-repeat 5px 0.2em;
	/* IE */
	_background-position: 0 0;
}

/* ユーザのみなさんの声 */

ul.voice li {
	border: 1px solid #D5D5D5;
	margin: 10px 0;
	padding: 10px;
}

ul.voice li span {
	color: #666666;
	text-align: right;
	display: block;
}

/* バグ情報 */

#main p.version {
	color: #FFFFFF;
	padding: 5px 8px;
	background-color: #99A5BB;
	font-weight: bold;
}

* table.basic th.version {
	color: #FFFFFF;
	background-color: #99A5BB;
	font-weight: bold;
}

* table.bug th {
	vertical-align: top;
}

/* このサイトについて */

#about dl.row {
	margin-top: 5px;
}

#about dl.row dt,
#about dl.row dd {
	margin-bottom: 5px;
	padding-bottom: 1px;
	min-height: 18px;
	float: left;
	/* IE */
	_height: 18px;
}

#about dl.row dt {
	width: 8.5em;
}

#about dl.row dd {
	margin-left: -8.5em;
	border-bottom: 1px dotted #CFCFCF;
	width: 670px;
}

#about dl.row dd span {
	padding-left: 8.5em;
	display: block;
}

/* footer
========================================================= */

#pgup {
	margin: 30px auto 0px !important;
	text-align: right;
	width: 940px;
}

#footer {
	color: #EEEEEE;
	background: #5B5B5B;
	font: 92.5%/1.5 arial, "Sans Serif", helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: left;
}

#footer #ftrInner {
	margin: 0 auto;
	padding: 10px 10px 20px;
	width: 940px;
}

#footer a:link,
#footer a:visited {
	color: #BBBBBB;
}

#footer a:hover,
#footer a:active {
	color: #EEEEEE;
}

/* navi
========================================================= */

#navi h2 {
	padding: 10px 0 0 60px;
	border-bottom: 1px dotted #CCCCCC;
}

#navi p.download {
	margin-top: 10px;
	text-align: center;
}

#navi p.version {
	margin: 5px 0 10px;
	text-align: center;
}

#navi h3 {
	color: #FFFFFF;
	margin: 0 10px;
	padding: 5px 5px 5px 33px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #D5D5D5;
	width: 152px;
}

/* navi menu */

#navi ul.menu li {
	background-color: #F3F3F3;
	margin: 0 10px;
	padding: 5px 10px 5px 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #D5D5D5;
	text-indent: -20px;
	width: 150px;
}

#navi ul.menu li a {
	background: url(/images/common/navi_ico_list.gif) no-repeat 0 0.2em;
	padding-left: 20px;
	/* IE */
	_background-position: 0 0;
}

/* navi guide */

#navi ul.guide {
	margin: 30px 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 190px;
}

#navi ul.guide li {
	padding-top: 5px;
	border-top: 1px dotted #CCCCCC;
}

#navi ul.guide li a {
	padding: 8px 0 8px 30px;
	min-height: 17px;
	display: block;
	/* IE */
	_height: 17px;
}

#navi ul.guide li.faq a {
	background: url(/images/common/navi_ico_faq.gif) no-repeat 0 0.2em;
	padding: 7px 0 8px 30px;
	min-height: 17px;
	display: block;
}

#navi ul.guide li.voice a {
	background: url(/images/common/navi_ico_voice.gif) no-repeat 0 0.2em;
}

#navi ul.guide li.history a {
	background: url(/images/common/navi_ico_history.gif) no-repeat 0 0.2em;
}

#navi ul.guide li.bug a {
	background: url(/images/common/navi_ico_bug.gif) no-repeat 0 0.2em;
}

#navi ul.guide li.mixi a {
	background: url(/images/common/navi_ico_mixi.gif) no-repeat 0 0.2em;
	padding-top: 0px;
}
