/* ------------ 共通 ------------ */

body{
	background-color:#FFFFFF;
	font-size: small;
	color: #000000;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
}

/* リンク色 */
a:visited {			/* 080507変更 */
	color: #0057CC;
	text-decoration: none;
}
a:link {			/* 080507変更 */
	color: #0057CC;
	text-decoration: none;
}
a:active {
	color: #4092FF;
	text-decoration: underline;
}
a:hover {
	color: #4092FF;
	text-decoration: underline;
}

/* タグ */
ul, ol {
	margin-bottom: 2px;
	margin-left: 15px;
	margin-top: 3px;
}
li {
	margin-bottom: 3px;
}

/* リスト項目 */
.list {			/* 080902追記 */
	display: list-item;
	margin-left: 15px;
}

/* 改行禁止 */
/* 2010/04/27追加 */
.no-wrap {
	white-space: nowrap;
	display: inline-block;
}

/* 主要フレーム */
.headpr {
	color: #FF6600;
	margin-top: 18px;
	margin-right: 5px;
}
.headlink {
	padding-top: 20px;
}
.header_line {		/* 081128追記 */
	border-bottom: 2px solid #009900;
}
.cancel {
	width:720px;
	margin:0px auto;
	padding:3px 0px;
	text-align:right;
}
.pan {
	font-size: 80%;
	text-decoration: none;
	border-bottom: 8px solid #AADCA3;
	width: 720px;
	margin:0px auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tit {
	font-size: 14px;
	font-weight: bold;
	background: url(../img/gen/cmn/tit.gif) no-repeat 0px 0px;
	padding-left: 20px;
	height: 30px;
}
.footer {
	padding: 5px 10px 10px;
	border-top: 2px solid #009900;
	height: 50px;
	vertical-align: top;
	text-align: center;
}
.copyright {			/* 080513追記 */
	font-size: 11px;
	color: #8A8A8A;
	text-align: center;
}

/* 汎用フレーム */
.stit_a {
	background: url(../img/gen/cmn/stit_a.gif) no-repeat 0px 0px;
	height: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.stit_b {			/* 080409追記 */
	background: url(../img/gen/cmn/stit_b.gif) no-repeat 0px 0px;
	height: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.pagetop {
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fr_1 {
	border: 1px solid #4EAA40;
}
.fr_1a {
	border: 1px solid #4EAA40;
	margin-bottom: 10px;
}
.fr_1dot {
	border-bottom: 2px dotted #4EAA40;
}
.fr_2 {
	border: 1px solid #E2D9C7;
}
.fr_2a {
	border: 1px solid #E2D9C7;
	margin-bottom: 10px;
}
.fr_3 {
	background: #C7E8C1;
	border-right: 1px solid #8DD084;
	border-bottom: 1px solid #8DD084;
}
.fr_4a {
	border: 2px solid #139900;
	margin-bottom: 10px;
}
.fr_5 {
	border: 2px solid #FFCC00;
}
.fr_5dot {
	border-top: 2px dotted #FFCC00;
}
.fr_6 {
	border: 2px solid #DF1C00;
}
.fr_7 {
	border-bottom: 1px dotted #999999;
}
.fr_8 {
	border: 1px dotted #999999;
}
.fr_9 {				/* 080409追記 */
	border: 1px solid #FFAC00;
}
.fr_9a {			/* 080409追記 */
	border: 1px solid #FFAC00;
	margin-bottom: 10px;
}
.fr_9dot {
	border-bottom: 2px dotted #FFAC00;
}
.fr_10{			/* 080716追記 */
	border-bottom: 1px dotted #999999;
	padding-top:7px;
	padding-bottom:7px;
}
.fr_11 {			/* 090119追記 */
	border: 1px solid #999999;
	width:96%;
	padding:5px;
	margin:auto;
	margin-bottom: 10px;
}
/* フレーム内スタイル */
.fr_1 td {
	padding-right: 3px;
	padding-left: 3px;
}
.fr_1a td {
	padding-right: 3px;
	padding-left: 3px;
}
.fr_1a .noborderC {
	background: #E2F3E0;
	border: 0;
	text-align: center;
}
.fr_1a .noborderL {
	background: #E2F3E0;
	border: 0;
	text-align: left;
}
.fr_1a .noborderR {
	background: #E2F3E0;
	border: 0;
	text-align: right;
}
.fr_9 td {				/* 080409追記 */
	padding-right: 3px;
	padding-left: 3px;
}
.fr_9a td {				/* 080409追記 */
	padding-right: 3px;
	padding-left: 3px;
}

/* 枠なしフィールド */
.noborderC {
	border: 0;
	text-align: center;
}
.noborderL {
	border: 0;
	text-align: left;
}
.noborderR {
	border: 0;
	text-align: right;
}

/* テキスト */
.txts {
	font-size: 80%;
}
.txts_att {
	color: #DF1C00;
	font-size: 80%;
	margin-right: 3px;
	margin-left: 3px;
}
.txts_att2 { /* 080902追加 */
	color: #0000aa;
	font-size: 80%;
	margin-right: 3px;
	margin-left: 3px;
}
.txts_mild {
	color: #666666;
	font-size: 80%;
	margin-right: 3px;
	margin-left: 3px;
}
.txt_11p {			/* 080507追記 */
	font-size: 11px;
}
.txt_12p {			/* 080507追記 */
	font-size: 12px;
}
.txt_13p {			/* 080530追記 */
	font-size: 13px;
}
.txt_14p {
	font-size: 14px;
}
.txt_20p {			/* 100701追記 */
	font-size: 20px;
}
.txth_150 {			/* 080409追記 */
	line-height: 150%;
}

/* ライン */
.line_a {
	border-top: 1px dotted #139900;
	margin-top: 3px;
	margin-bottom: 3px;
}
.line_a2 {
	border-top: 1px dotted #139900;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line_b {
	border-top: 1px dotted #6B541F;
	margin-top: 3px;
	margin-bottom: 3px;
}
.line_b2 {			/* 080409追記 */
	border-top: 1px dotted #6B541F;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line_c {
	border-top: 1px dotted #999999;
	margin-top: 3px;
	margin-bottom: 3px;
}
.line_d {
	border-top: 1px dotted #DF1C00;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* スペーサー */
.sp0 {
	margin: 0px;
}
.sp3 {
	margin-bottom: 3px;
}
.sp5 {
	margin-bottom: 5px;
}
.sp10 {
	margin-bottom: 10px;
}
.sp15 {
	margin-bottom: 15px;
}
.sp20 {
	margin-bottom: 20px;
}
.mgn_a {
	padding-right: 3px;
	padding-left: 3px;
}
.mgn_b {
	padding-right: 10px;
	padding-left: 10px;
}
/* 080718追加 */
.mgn_b2 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:2px;
}
.mgn_c {
	padding-right: 20px;
	padding-left: 20px;
}

/* 配置調整 */
.vmid {
	vertical-align: middle;
}
.vtop {	/* 090526追記 */
	vertical-align: top;
}

/* img下のスペースを削除 090602追記*/
.vtxtbtm { vertical-align: text-bottom; }

/* 画像ボタン */
a:link.img_button {
    border-width : 0px;
	border-style : none;
    position:relative;
    top: 0px;
    left: 0px;
}
a:visited.img_button {
    border-width : 0px;
	border-style : none;
    position:relative;
    top:0px;
    left:0px;
}
a:hover.img_button {
    border-width : 0px;
	border-style : none;
    position:relative;
    top:0px;
    left:0px;
}
a:active.img_button {
    border-width : 0px;
	border-style : none;
    position:relative;
    top: 1px;
    left: 1px;
	margin: 0px;
    padding: 0px;
}

/* 画像リンク */
a:link img {
	margin: 0px 1px 1px 0px;
    padding: 0px;
}
a:visited img {
	margin: 0px 1px 1px 0px;
    padding: 0px;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	margin: 0px 1px 1px 0px;
    padding: 0px;
}
a:active img {
	margin: 1px 0px 0px 1px;
    padding: 0px;
}


/* ****************************** */			/* 20130731変更 */
/* ヘッダー                       */
/* ****************************** */
#HEADER {
	width:720px;
	height: 90px;
	position: relative;
	margin:0px auto;
}
#HEADER img {
	border-style: none;
}
#HEADER .logo {
	margin-top: 15px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
#HEADER .pr {
	font-size: 12px;
	color: #F60;
	position: absolute;
	left: 160px;
	bottom: 15px;
	text-align: left;
}
#HEADER .link {
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 15px;
	font-size: 12px;
	line-height: 1em;
}
#HEADER .link li {
	line-height: 1em;
	margin-top: 5px;
	list-style: none;
	background: url(../img/gen/cmn/ico_move.gif) no-repeat 0px center;
	padding-left: 12px;
}
#HEADER .language {
	position: absolute;
	top: 5px;
	right: 0px;
	font: 12px 'Hiragino Kaku Gothic Pro', Meiryo, san-serif, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#HEADER .language li {
	float: right;
	list-style: none;
	margin-left: 10px;
}
.clear {
	clear: both;
}
#HEADER td{
	line-height: 15px;
	font-size: 12px;
}
.compact {
	width: auto !important;
}

/* ****************************** */			/* 080513追記 */
/* フッター                       */
/* ****************************** */
#FOOTER td{
	line-height: 15px;
	font-size: 12px;
}

/* ****************************** */
/* Wait表示部分                   */
/* ****************************** */
#WAIT {
	text-align: center;
}

#WAIT .fr { /*090122追加*/
 padding:120px 0px;
}

#WAIT .msg{
	color: #139900;
	font-size: 20px;
	border: dashed 2px #139900;
}

#WAIT .freeze_off {
	visibility: hidden!important;			/* 101004追記 */
	display: none;
	position: absolute!important;			/* 101004追記 */
	top: -100px;
	left: -100px;
}

#WAIT .freeze_on {
	position: absolute!important;			/* 101004追記 */
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 300%;					/* 101004更新 */
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:0.20;					/* 101004更新 */
	padding-top: 100%;
}

/* ****************************** */
/* メッセージ                     */
/* ****************************** */
#MSG .msg {
	width: 580px;
}
#MSG .msg_1t {
	background: url(../img/gen/cmn/msg_1t.gif) no-repeat 0px 0px;
	height: 40px;
}
#MSG .msg_1c {
	background: #E2F3E0;
	border-right: 1px solid #AADCA3;
	border-left: 1px solid #AADCA3;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_1b {
	background: url(../img/gen/cmn/msg_1b.gif) no-repeat 0px 0px;
	height: 40px;
}

#MSG .msg2 {
	width: 580px;
}
#MSG .msg_2t {
	background: url(../img/gen/cmn/msg_2t.gif) no-repeat 0px 0px;
	height: 40px;
}
#MSG .msg_2c {
	background: #F7EEDB;
	border-right: 1px solid #E7DBC2;
	border-left: 1px solid #E7DBC2;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_2b {
	background: url(../img/gen/cmn/msg_2b.gif) no-repeat 0px 0px;
	height: 40px;
}
#MSG .msg_2t {
	background: url(../img/gen/cmn/msg_2t.gif) no-repeat 0px 0px;
	height: 40px;
}
#MSG .msg_2c {
	background: #F7EEDB;
	border-right: 1px solid #E7DBC2;
	border-left: 1px solid #E7DBC2;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_2b {
	background: url(../img/gen/cmn/msg_2b.gif) no-repeat 0px 0px;
	height: 40px;
}

/*080826追加*/
#MSG .msg3 {
	width: 560px;
}
#MSG .msg_3t {
	background: url(../img/gen/cmn/msg_3t.gif) no-repeat 0px 0px;
	height: 22px;
}
#MSG .msg_3c {
	background: #E2F3E0;
	border-right: 1px solid #AADCA3;
	border-left: 1px solid #AADCA3;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_3b {
	background: url(../img/gen/cmn/msg_3b.gif) no-repeat 0px 0px;
	height: 22px;
}

/*080826追加*/
#MSG .msg4 {
	width: 560px;
}
#MSG .msg_4t {
	background: url(../img/gen/cmn/msg_4t.gif) no-repeat 0px 0px;
	height: 22px;
}
#MSG .msg_4c {
	background: #F7EEDB;
	border-right: 1px solid #E7DBC2;
	border-left: 1px solid #E7DBC2;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_4b {
	background: url(../img/gen/cmn/msg_4b.gif) no-repeat 0px 0px;
	height: 22px;
}

/*080910追加*/
#MSG .msg5 {
	width: 420px;
}
#MSG .msg_5t {
	background: url(../img/gen/cmn/msg_5t.gif) no-repeat 0px 0px;
	height: 22px;
}
#MSG .msg_5c {
	background: #E2F3E0;
	border-right: 1px solid #AADCA3;
	border-left: 1px solid #AADCA3;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_5b {
	background: url(../img/gen/cmn/msg_5b.gif) no-repeat 0px 0px;
	height: 22px;
}
/*080910追加*/
#MSG .msg6 {
	width: 420px;
}
#MSG .msg_6t {
	background: url(../img/gen/cmn/msg_6t.gif) no-repeat 0px 0px;
	height: 22px;
}
#MSG .msg_6c {
	background: #F7EEDB;
	border-right: 1px solid #E7DBC2;
	border-left: 1px solid #E7DBC2;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;				/*080910追加*/
}
#MSG .msg_6b {
	background: url(../img/gen/cmn/msg_6b.gif) no-repeat 0px 0px;
	height: 22px;
}

/* ****************************** */
/* エラーメッセージ               */
/* ****************************** */
#ERRMSG .title{
	color: #DF1C00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#ERRMSG .err_msg{
	color: #DF1C00;
}
#ERRMSG a:link {
    color: #DF1C00;
	font-weight: bold;
}
#ERRMSG a:visited {
    color: #DF1C00;
	font-weight: bold;
}
#ERRMSG a:hover {
    color: #608DCA;
}
