/**********************************************
                 リセット
***********************************************/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;/*background:#FFF;*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,p{
	padding:0;
	margin: 0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
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;}


/**********************************************
                  base
***********************************************/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	line-height: 150%;
	position:relative;
}
li {
	margin-bottom:5px;
}
hr {
	height: 0px;
	width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
	margin: 0px;
	padding: 0px;
}
img{
	border:0px;
}
strong {
	font-weight: bold;
}
a:link {
	color: #116FBB;
}
a:visited {
	color: #116FBB;
}
a:hover {
	color: #0099CC;
	text-decoration:none;
}
form{
    display:table;
}

/**********************************************
                 ヘッダー
***********************************************/

#head {
	width: 600px;
	height:70px;
	background: #FFFFFF url(/common_img/head/worldmap.gif) no-repeat 180px center;
	position: relative;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#head h1 {
	font-size:12px;
	position: absolute;
	left: 33px;
	top: 52px;
	color: #102955;
}
#head p {
	font-size:12px;
	position: absolute;
	left: 33px;
	top: 52px;
	color: #102955;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#head_link {
	width: 770px;
	text-align: right;
	font-size: 12px;
}
#head_con {
	width: 570px;
	position: relative;
	height: 40px;
}
#logo {
	width: 400px;
	float: left;
	line-height: 27px;
	height: 27px;
}
#logo img {
	display: inline;
}
/* 文字サイズ変更
===============================================*/

#size {
	float: right;
	width: 104px;
	background: url(../../common_img/head/sizechange_text.gif) no-repeat 14px 0px;
	padding-top: 17px;
	height: 23px;
	margin-right: 10px;
}
#size img {
	margin-right: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}

/**********************************************
                メニュー
***********************************************/
#menuArea{
	height:35px;
	background:url(/common_img/bg_menu.jpg) repeat-x;
	clear:both;
}

/**********************************************
                コンテンツ
***********************************************/
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size:0.9em;
	clear: both;
}
#main_con {
	width: 600px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	position: relative;
	clear: both;
}
#right_con {
	float: right;
	width: 600px;
	position: relative;
	margin-bottom:20px;
}
#right_con p{
	margin-bottom:15px;
}
/* パン屑
===============================================*/
#route li {
	float: left;
	font-size: 0.9em;
}

/* ログイン
===============================================*/
#login {
	width:173px;
	background: url(../../common_img/member_login.jpg) no-repeat center top;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 26px 5px 3px 5px;
	position: relative;
	overflow:auto;
	text-align: center;
}

#login_sub {
	width: 158px;
	background: url(../../common_img/member_login.jpg) no-repeat center top;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 35px 12px 5px 13px;
	text-align: center;
}

/* h1,h2,h3,共通
===============================================*/
h1,h2,h3{
    font-weight:bold;
}


/* h1
===============================================*/
#right_con h1 {
	background:#FFFFFF url(/common_img/bg_h1.gif) repeat-x left bottom;
	clear: both;
	font-size: 1.2em;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 8px;

}
h1 .txt_s{
	font-size:0.6em;
}
/* h2
===============================================*/
#right_con h2 {
	background: #FCFCFC url(/common_img/h2_bg.jpg) repeat-x left bottom;
	padding: 3px 5px 3px 5px;
	margin-bottom: 15px;
	margin-top:15px;
	font-size: 1.0em;
}
.h2_opt {
	border-left: 4px solid #485a79;
	padding-left: 10px;
}
.h2_opt2 {
	border-left: 3px solid #003366;
	padding-left: 10px;
	color:#4d4d4d;
	padding-left: 13px;
}

/* h3
===============================================*/
#right_con h3 {
	font-size: 1.1em;
	background: url(../../common_img/hr1.gif) repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom:10px;
	margin-top:10px;
	color: #003366;
}
h3 .txt_red{
	font-size:0.8em;
}
#right_con h3.trade_simu {
	width: 672px;	
	height: 29px;	
    background: url(/campaign/img/simu_1.jpg) no-repeat;
	text-indent: -9999px;
	border:none;
	margin-top:0px;
}
/* h4
===============================================*/
#right_con h4 {
	font-size: 1.1em;
	color: #003366;
}

/* h5
===============================================*/
h5 {
	background-color: #D0EFF9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding-left: 5px;
}

.h5_opt {
	background-image: url(../../common_img/icon/arrow_mini_lb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

/* 線
===============================================*/
.hr_line1 {
    height:1px;
    background:url(../../common_img/hr1.gif) repeat-x;
    clear:both;
    margin:5px 0pt;
}
.hr_line2 {
	background:url(../../common_img/hr1.gif) repeat-x center center;
	height:1px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hr_line1_b15{
    background:url(../../common_img/hr1.gif) repeat-x;
    clear:both;
    height:1px;
    margin:5px 0pt 15px 0px;
}

#right_con .border_cam {
	border:1px solid #999999;
	padding:0px 0px 2px 0px;
	margin:0px 0px 25px 0px;
}

.border_black{
	border:1px solid #000000;
}
.border_gray{
	border:1px solid #999999;
	padding:10px;
	width: 548px;
}
.line_dotted {
	border: 1px dotted #CCCCCC;
	padding:5px;
	margin-bottom:15px;
}
.line_solid_gray {
	border: 1px solid #CCCCCC;
	padding:5px;
}

/* アイコン
===============================================*/
.pagetop {
	padding-left: 10px;
	background: url(/common_img/icon/toparrow_mini.gif) no-repeat 0px 4px;
	font-size:0.8em;
}
.arrow1 {
	background: url(../../common_img/icon/login_arrow.gif) no-repeat;
	padding-left: 13px;
}
.arrow2 {
	background: url(../../common_img/icon/arrow1.gif) no-repeat;
	padding-left: 7px;
}
.arrow3 {
	background: url(../../common_img/icon/arrow_mini_lb.gif) no-repeat left center;
	padding-left: 7px;
}
.textlink1 {
	background: url(/common_img/icon/arrow_mini.gif) no-repeat 0px 5px;
	padding-left: 8px;
	font-size:0.8em;
	font-weight:normal;
}
.nextlink {
	background: url(../../common_img/icon/arrow_next.gif) no-repeat right center;
	padding-right: 10px;
}
.pdf{
	background: url(../../common_img/icon/pdf.gif) no-repeat left;
	padding-left: 18px;
}
.pdf2{
	background: url(../../common_img/icon/pdf.gif) no-repeat right;
	padding-right: 18px;
}
#icon_1{
	background-image:url(../../common_img/icon/icon_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_2{
	background-image:url(../../common_img/icon/icon_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_3{
	background-image:url(../../common_img/icon/icon_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_4{
	background-image:url(../../common_img/icon/icon_4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_5{
	background-image:url(../../common_img/icon/icon_5.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_6{
	background-image:url(../../common_img/icon/icon_6.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_7{
	background-image:url(../../common_img/icon/icon_7.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_8{
	background-image:url(../../common_img/icon/icon_8.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_9{
	background-image:url(../../common_img/icon/icon_9.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_10{
	background-image:url(../../common_img/icon/icon_10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_11{
	background-image:url(../../common_img/icon/icon_11.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_12{
	background-image:url(../../common_img/icon/icon_12.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_1 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_2 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_3 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_4 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_5 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_6 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_7 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_8 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_9 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_10 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_11 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}
#icon_12 h3{
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}

/* 位置
===============================================*/
.center {
	text-align: center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.right_fix {
	text-align: right;
}
.imgLfix1 {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.left_pict{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.left_pict_r15{
	float:left;
	margin-bottom:10px;
	margin-right:15px;
}
.left_pict_r20{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}
.left_pict_r25{
	float:left;
	margin-bottom:10px;
	margin-right:25px;
}
.left_pict_b30{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}
.right_pict{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
.right_pict_b30{
	float:right;
	margin-bottom:30px;
	margin-left:10px;
}
.left_pict_border{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #000000;
}
.right_pict_border{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	border:1px solid #000000;
}

/* マージン系
===============================================*/
/*マージン調整
-----------------------------------*/
.mgn1 {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.mgn1-2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
}
.mgn2{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.mgn2-1,
.mgn2-2,
.mgn2-3,
.mgn2-4,
.mgn2-5 {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.mgn2-11,
.mgn2-12 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width:262px;
}
.mgn2-1 ul li,
.mgn2-2 ul li,
.mgn2-3 ul li,
.mgn2-4 ul li,
.mgn2-5 ul li{
	background: url(../../common_img/icon/arrow_box.gif)  no-repeat 0px 7px;
	padding-top:0px;
	padding-left:8px;
	margin-top:0px;
}
/*マージン下
-----------------------------------*/
.mgn_b0,
#right_con p.mgn_b0{
	margin-bottom:0px;
}
.mgn_b5,
#right_con p.mgn_b5{
	margin-bottom: 5px;
}
.mgn_b10,
#right_con p.mgn_b10 {
	margin-bottom: 10px;
}
.mgn_b15,
#right_con p.mgn_b15 {
	margin-bottom: 15px;
}
.mgn_b20,
#right_con p.mgn_b20 {
	margin-bottom: 20px;
}
.mgn_b25,
#right_con p.mgn_b25 {
	margin-bottom: 25px;
}
.mgn_b30,
#right_con p.mgn_b30 {
	margin-bottom: 30px;
}
.mgn_b35,
#right_con p.mgn_b35 {
	margin-bottom: 35px;
}
/*マージン上
-----------------------------------*/
.mgn_t5,
#right_con p.mgn_t5
{
	margin-top:5px;
}
.mgn_t10,
#right_con p.mgn_t10{
	margin-top:10px;
}
.mgn_t15{
	margin-top:15px;
}
.mgn_t20{
	margin-top:20px;
}
.mgn_t25{
	margin-top:20px;
}
/*マージン左
-----------------------------------*/
.mgn_l5{
	margin-left:5px;
}
.mgn_l10{
	margin-left:10px;
}
.mgn_l15{
	margin-left:15px;
}
.mgn_l20{
	margin-left:20px;
}
.mgn_l25{
	margin-left:25px;
}
.mgn_l30{
	margin-left:30px;
}
.mgn_l35{
	margin-left:35px;
}
.mgn_l40{
	margin-left:40px;
}
.mgn_l45{
	margin-left:45px;
}
.mgn_l50{
	margin-left:50px;
}
/*マージン右
-----------------------------------*/
.mgn_r5{
	margin-right:5px;
}
.mgn_r10{
	margin-right:10px;
}
.mgn_r15{
	margin-right:15px;
}
.mgn_r20{
	margin-right:20px;
}
.mgn_r25{
	margin-right:25px;
}
.mgn_r30{
	margin-right:30px;
}
.mgn_r35{
	margin-right:35px;
}
.mgn_r40{
	margin-right:40px;
}
.mgn_r45{
	margin-right:45px;
}
/*マージン上下
-----------------------------------*/
.mgn_tb10{
	margin-top:10px;
	margin-bottom:10px;
}
.mgn_tb15{
	margin-top:15px;
	margin-bottom:15px;
}
/*マージン左下
-----------------------------------*/
.mgn_lb15{
	margin-left:15px;
	margin-bottom:15px;
}
/*マージン左右
-----------------------------------*/
.mgn_l7r8 {
	margin-right:8px;
	margin-left: 7px;
}

.mgn_lr_auto {
	margin-right: auto;
	margin-left: auto;
}

/* パディング
===============================================*/
.pad1 {
	padding-right: 20px;
	padding-left: 20px;
}
.pad2 {
	padding-right: 10px;
	padding-left: 10px;
}
.pdg10{
	padding:10px;
}

/* ボックス
===============================================*/
.w2box {
	padding: 15px;
	position: relative;
}
.w3box {
	width: 182px;
	border: 1px solid #cccccc;
	position: relative;
	float: left;
	margin-bottom: 5px;
}

.w3box_R {
	width: 182px;
	border: 1px solid #cccccc;
	position: relative;
	float: left;
	margin-left: 8px;
	margin-bottom: 5px;
}
.w2box li,
.w3box li{
	background-image: url(../../common_img/icon/arrow_box.gif);
	background-position:0px 7px;
	padding-left:8px;
	background-repeat: no-repeat;
	margin-top:0px;
	padding-top:0px;
}
/* テーブル
===============================================*/
/* tbl1
-----------------------------------*/
.tbl1 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tbl1 td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;		
}

.tbl1 th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;	
}
/* tbl1_2
-----------------------------------*/
.tbl1_2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.tbl1_2 td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tbl1_2 th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #EFEFEF;
}

/* tbl1_cen
-----------------------------------*/
.tbl1_cen {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom:15px;
}
.tbl1_cen td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align:center;	
}
.tbl1_cen th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;	
}
/* tbl2
-----------------------------------*/
.tbl2 {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
}
.tbl2 td {
	padding: 5px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;	
}

.tbl2 th {
	padding: 5px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #002346;
	font-weight: bold;
	background-color: #002C57;
	text-align: center;
	color: #FFFFFF;	
}
.tbl2 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl2 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl2 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/* tbl3
-----------------------------------*/
.tbl3 {
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
}

.tbl3 td {
	padding: 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;	
}

.tbl3 th {
	padding: 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	font-weight: bold;
	background-color: #0099CC;
	text-align: center;
	color: #FFFFFF;
}
.tbl3 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl3 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl3 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/* tbl5
-----------------------------------*/
.tbl5 {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}
.tbl5 td {
	padding: 5px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	vertical-align: top;	
}

.tbl5 th {
	padding: 5px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	font-weight: bold;
	background-color: #5A92BD;
	text-align: center;
	color: #FFFFFF;
}
.tbl5 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl5 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl5 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/* tbl5_2
-----------------------------------*/
.tbl5_2 {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

.tbl5_2 td {
	padding: 5px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	vertical-align: top;		
}

.tbl5_2 th {
	padding: 5px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	font-weight: bold;
	background-color: #5A92BD;
	text-align: center;
	color: #FFFFFF;
}
.tbl5_2 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl5_2 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl5_2 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/* dl_tbl
-----------------------------------*/
.dl_tbl{
	border:1px solid #CCCCCC;
	border-top: none;
	margin-top: 5px;
	position: relative;
	margin-bottom: 25px;
}
.dl_tbl dt{
	height: 100%;
	padding: 10px;
	font-weight: bold;
	background-color: #EBF0F3;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.dl_tbl dd{
	height: 100%;
	padding: 10px;
}

/* テキスト
===============================================*/
.txt_s{
	font-size:0.85em;
}
.txt_l{
	font-size: 1.1em;
}
.txt_gray {
	color: #666666;
}
.txt_red {
	color: #C60000;
}
.txt_blue {
	color: #0000FF;
}
.txt_blue2 {
	color: #1B99BF;
}
.txt_org {
	color: #FF6600;
}
.txt_grn {
	color: #009933;
}
.txt_red_bld {
	color: #C60000;
	font-weight: bold;
}
.txt_blue_bld {
	color: #0000FF;
	font-weight: bold;
}
.txt_org {
	color: #FF6600;
}
.txt_org _bld{
	color: #FF6600;
	font-weight: bold;
}
.txt_grn {
	color: #009933;
}
.txt_grn_bld {
	color: #009933;
	font-weight: bold;
}
.txt_indent{
	text-indent:-14px;
	padding-left:14px;
	margin-bottom:15px;
}
.txt_indent2 dl{
	padding-left:1em;
}
.txt_indent2 dt{
    margin-top:5px;
}
.txt_indent2 dd{
	padding-left:2em;
}

/* background-color
===============================================*/
.back_glay{
	background-color:#EBF0F3;
	padding:5px;
}
.back_glay_center{
	background-color:#EBF0F3;
	padding:5px;
	text-align:center;
}
.bg_gray{
	background-color: #EFEFEF;
	padding:10px;
}
.bg_blue{
	background-color: #9FC2E5;
	padding:10px;
}
.bg_blue2{
	background-color: #9FC2E5;
	padding:10px;
}
.bg_pink {
	background-color: #FFCECE;
}
.back_color1{
	background-color:#FFFFD9;
	text-align: center;
}
.back_color2{
	background-color:#E1F5FF;
	text-align: center;
}
.back_color3{
	background-color:#D9FFD9;
	text-align: center;
}
.back_color4{
	background-color:#FFDFFF;
	text-align: center;
}
.back_color1_l{
	background-color:#FFFFD9;
	text-align: left;
}
.back_color2_l{
	background-color:#E1F5FF;
	text-align: left;
}
.back_color3_l{
	background-color:#D9FFD9;
	text-align: left;
}
.back_color4_l{
	background-color:#FFDFFF;
	text-align: left;
}


/* リスト
===============================================*/
.list1 {
	margin-left: 5px;
	margin-bottom:10px;	
}
.list1 dl {
	width: 545px;
	padding: 10px;
	border: 1px solid #999;
	overflow: hidden;
}
.list1 dt {
	float: left;
	margin-right: 10px;
	padding: 3px 0px 3px 0px;
}
.list1 dd {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
	padding-top: 3px;
}
.list2 {
	clear: both;
	position: relative;
	margin-bottom: 5px;
}
.list2 dt {
	margin-bottom: 3px;
	padding-bottom: 2px;
	float: left;
	padding-right: 10px;
}
.list2 dd {
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
}
.dt_list{
	margin-left:10px;
}
.dt_list dt {
	font-weight: bold;
}
.dt_list dd {
	margin-left:1em;
	margin-bottom: 10px;	
}
.dt_list2{
	margin-bottom:10px;
	margin-top:10px;
}
.dt_list2 dt {
	font-weight: bold;
}
.dt_list2 dd {
	margin-left:1em;
	margin-bottom: 5px;	
}

ol.list1{
	padding-left:1.5em;
	list-style-type: decimal;
}



/* 注釈関連
===============================================*/
#attention {
	background: #EEF7FA url(/common_img/attention.gif) no-repeat 10px 10px;
	padding: 35px 10px 10px 10px;
	margin: 10px 0px;
	font-size:0.8em;
	clear:both;
}
#attention dt {
	font-weight: bold;
	display:block;
}
#attention dd {
	margin-bottom: 10px;
	display:block;
	margin-left:12px;
}
#attention a.textlink1{
    font-size:1.0em;
}
.attention{
	text-indent:-1em;
	padding-left:1em;
	line-height:1.5em;
}
.attention2{
	text-indent:-1.8em;
	padding-left:1.8em;
}
.attention4 {
	text-indent:-1em;
	padding-left:1em;
	font-size:0.85em;
}

/**********************************************
                フッター
***********************************************/
#attention2 {
	font-size: 1em;
	padding: 5px;
	color: #666666;
	clear: left;
	width:590px;
	line-height: 1.4em;
}

#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1B99BF;
	font-size: 0.7em;
	width:590px;
	position: relative;
	padding: 5px;
}
#footer_link3 {
	padding: 5px;
	clear: right;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(/img/top/foot_tel.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#copyright {
	clear: both;
	margin-top: 10px;
}
#footer_link2 ul {
	float: left;
}
#footer_sp {
	float: right;
}
#footer li {
	float: left;
}
#pagetop{
    clear:both;
	text-align:right;
	width:600px;
	margin-bottom:15px;
}

/*追加分-------------------------------------------*/

#right_con ol{
	margin-bottom:15px;
}
#right_con ol li{
	padding-bottom: 5px;
	list-style-type: decimal;
}


#login_btn {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 66px;
}
.input1 {
	width: 145px;
	height: 18px;
	border: 1px solid #666666;
	right: 0px;
	bottom: 0px;
	position: relative;
}
.index {
	width: 49px;
	height: 15px;
	background: #003366 url(/common_img/list.gif) no-repeat left bottom;
	text-indent: -10000px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#checkcont {
	width: 185px;

	float: left;
	margin-left: 15px;
	margin-top:10px;
	margin-bottom: 15px;
	vertical-align: bottom;
}
#checkcont h3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 2px solid #003366;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#account a{
	background-image: url(/common_img/account_b.jpg);
	width:185px;
	height:45px;
	text-indent:-1000px;
	display:block;
	margin-bottom:5px;
	overflow:hidden;
}
#request a{
	background-image: url(/common_img/request_b.jpg);
	width:185px;
	height:45px;
	text-indent:-1000px;
	display:block;
	margin-bottom:5px;
	overflow:hidden;
}
#account a:hover{
	background-image: url(/common_img/account_b_act.jpg);
	
}
#request a:hover{
	background-image: url(/common_img/request_b_act.jpg);
	
}
#b_demo a{
	width:185px;
	height:29px;
	background-image: url(/common_img/b_demo.jpg);
	text-indent:-1000px;
	display:block;
	margin-bottom:5px;
	overflow:hidden;
}
#b_demo a:hover{
	background-image: url(/common_img/b_demo_act.jpg);
	
}

#banner_aria{
	text-align:center;
}
.banner_aria{
	text-align:center;
}
#search{
	vertical-align: middle;
}


#ilogin {
	width: 150px;
	margin-bottom: 0px;
	height: 180px;
}
#plural_new img{
	_margin-bottom: 0.45em;
}

/*キャンペーンボタン*/

.btn_area a{
	margin:5px 0px 20px 13px;
	overflow:hidden;
}


/* ====================================================== */
/* [印刷用スタイル]                                       */
/* ====================================================== */
@media print {
*{
    float:none
}
body {
	background-image:none;
}
#head{
    display:none;
}
#size{
    display:none;
}
#container {
	/*width: 770px;*/
	width: 100%;
	background-image:none
}
#left_con {
	display: none;
}
#right_con {
    float: none;
    width: 570px;
}
#footer_link1 {
	display: none;
}
#footer {
	display: none;
}
#footer_con {
	display: none;
}
#attention {
	width:570px;
	padding-right: 0px;
	padding-left: 0px;	
}
#attention2 {
	width:570px;
	padding-right: 0px;
	padding-left: 0px;	
}
#head_link{
	display: none;
}
#sch{
	display: none;
}
#main_menu{
	display: none;
}
#measurement{
	display: none;
}
}
