@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Style Info:     コンテンツのスタイル
-----------------------------------------------------------
Style Index

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header_top { 
	width:900px; 
	height:140px; 
	padding:0px; 
	margin:0px; 
}

#header_top h1 {
	width:144px;
	height:36px;
	padding:0;
	margin:30px 0 0 30px;
	background-image: url(../img/hd_rogo.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#header_top h1 a {
	width:144px;
	height:36px;
	padding:0px;
	margin:0px;
	display:block;
}

:root #header_top h1 a {
	width:144px;
	height:36px;
	padding:0px;
	margin:0px;
	display:block;
	overflow:hidden;
}

h1#top_logo {
	width:144px;
	height:61px;
	padding:0;
	margin:30px 0 0 30px;
	background-image: url(../img/hd_rogo_top.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

h1#top_logo a {
	width:144px;
	height:61px;
	padding:0px;
	margin:0px;
	display:block;
}

:root h1#top_logo a {
	width:144px;
	height:61px;
	padding:0px;
	margin:0px;
	display:block;
	overflow:hidden;
}

#goto_country {
	width:900px;
	height:30px;
	padding:0px;
	margin:0px;
	background-image: url(../img/hd_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}

#goto_country ul {
	width:563px;
	height:25px;
	padding:5px 0 0 330px;
	margin:0;
	list-style:none;
	}
		
#goto_country ul li {
	height:25px;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
	}


#goto_country ul:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
	}

#goto_country ul li {
	line-height:0px;/*--firefox--*/
	}
		
#goto_country ul li img {/*---IE-------*/
	vertical-align:top;
	}

/*----------------------------------------------------
	Log in
----------------------------------------------------*/
#navi {
	width:293px;
	height:95px;
    background:url(../img/login_bg.jpg) no-repeat top left;
	padding:0 0 0 0;
    margin:-53px 30px 0 0px;
	float:right;
}

* html #navi {
	width:293px;
	height:95px;
    background:url(../img/login_bg.jpg) no-repeat top left;
	padding:0 0 0 0;
    margin:-53px 15px 0 0px;
	float:right;
}

#navi p {
    text-indent:-9999px;
}

#navi_02 {
	width:293px;
	height:95px;
    background:url(../img/login_bg.jpg) no-repeat top left;
	padding:0 0 0 0;
    margin:-75px 30px 0 0px;
	float:right;
}

* html #navi_02 {
	width:293px;
	height:95px;
    background:url(../img/login_bg.jpg) no-repeat top left;
	padding:0 0 0 0;
    margin:-75px 15px 0 0px;
	float:right;
}

#navi_02 p {
    text-indent:-9999px;
}

#login {
    width:280px;
	height:62px;
	margin:0;
	padding:10px 0 0 7px;
}

#login_01 {
    width:137px;
	height:47px;
	margin:0;
	padding:0 3px 0 0;
	float:left;
}

#login_01 img {
    width:137px;
	height:47px;
}

#login_02 {
    width:137px;
	height:15px;
	margin:0;
	padding:0 3px 0 0;
	float:left;
}

* html #login_02 {
    width:137px;
	height:15px;
	margin:-3px 0 0 0;
	padding:0 3px 0 0;
	float:left;
}

#login_02 img {
    width:137px;
	height:15px;
}

/*----------------------------------------------------
	全体
----------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
}

* html body {
	font-size:13px;
}

body p {
    margin:0;
	padding:0;
	text-align:left;
	font:1em/1.231 arial,helvetica,sans-serif;
		/* for IE6/7 */ 
		*font-size:small; 
		/* for IE Quirks Mode */
		*font:x-small;
	line-height:1.3em;
	vertical-align: top;
	letter-spacing:0.1em;
	color:#666666;
	font-size:100%;
}



#allwrapper {
	width:900px;
	padding:0px;
	margin:0px auto 0px auto;
	border-left:#C7C6C5 1px solid;
	border-right:#C7C6C5 1px solid;
	border-bottom:#C7C6C5 1px solid;
	border-top:none;
	}
		
#contents {
	width:932px;
	padding:0px;
	margin:0px;
	background-image:url(../img/white_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#contents:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#allwrapper_maintenance {
	width:900px;
	padding:0px;
	margin:0px auto 0px auto;
	}

/*----------------------------------------------------
	ベース
----------------------------------------------------*/
#contents_base {
    clear:both;
	float:left;
    width:900px;
	margin:0;
	padding:3px 0 0 0;
}

/*----------------------------------------------------
	コンテンツメニュー
----------------------------------------------------*/
#contents_menu {
    clear:both;
	width:898px;
	height:90px;
	padding:0px;
	margin:0 0 0 1px;
	}
	
#contents_menu img {
	height:90px;
	padding:0px;
	margin:0;
	width:auto;
	}

#contents_menu ul {
	width:898px;
	height:90px;
	padding:0;
	margin:0;
	list-style:none;
	}
		
#contents_menu ul li {
	height:90px;
	padding:0px;
	margin:0px;
	float:left;
	}

#contents_menu ul:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
	}

#contents_menu ul li {
	line-height:0px;/*--firefox--*/
	}
		
#contents_menu ul li img {/*---IE-------*/
	vertical-align:top;
	}

/*----------------------------------------------------
	ぱんくず
----------------------------------------------------*/
#pankuzu {
    width:530px;
	height: auto;
	margin:5px 0 0 0;
	padding:0 0 0 33px;
}

#pankuzu p {
	color:#666666;
	font-size:85%;
	margin:0;
	padding:0;
	letter-spacing: 0.1em;
	}
	
#pankuzu a {
	color:#095CA7;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	}
	
#pankuzu a:hover {
    color:#095CA7;
	text-decoration:underline;
	}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#foot {
    width:900px;
    height:65px;
	padding:0;
	margin:0;
}

#foot_clear {
    clear:both;
    width:900px;
    height:100%;
	padding:0 0 5px 0;
	margin:0;
}

* html #foot_clear {
    clear:both;
    width:900px;
	padding:0 0 0px 0;
	margin:0;
}

#foot_navi {
	width:900px;
	height:17px;
	padding:0px;
	margin:0px;
	background-image: url(../img/ft_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}

#foot_navi ul {
	width:800px;
	height:17px;
	padding:0 0 0 100px;
	margin:0;
	list-style:none;
	}

#foot_navi ul li.foot_navi_01 {
	border-left:#999 1px solid;
	}
	
#foot_navi ul li {
	height:9px;
	padding:6px 10px 0 10px;
	margin:1px 0 0 0;
	float:left;
	border-right:#999 1px solid;
	color:#ffffff;
	}
	
#foot_navi a {
	font-size:85%;
	letter-spacing:0.1em;
	color:#ffffff;
	text-decoration:none;
	}
	
#foot_navi a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	

	
#foot_navi ul:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
	}

#foot_navi ul li {
	line-height:0px;/*--firefox--*/
	}
		
#foot_navi ul li img {/*---IE-------*/
	vertical-align:top;
	}

#foot_about {
    margin:0;
	padding:10px 0 10px 125px;
	height:100%;
}
	
#footer_logo {
    width:76px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
}

#footer_office {
    width:500px;
	height:100%;
	margin:0;
	padding:0 0 0 10px;
	float:left;
}

#footer_office p {
	font-size:85%;
	letter-spacing: 0.1em;
}

#footer_tel {
    width:118px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
}

#footer_iso_01 {
    width:34px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
}

#footer_iso_02 {
    width:34px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
}

/*----------------------------------------------------
	バナー
----------------------------------------------------*/
#banner {
    clear:both;
	width:815px;
	height:70px;
	padding:0 0 0 0;
	margin:10px 0 0 85px;
	float:left;
	}
	
* html #banner {
    clear:both;
	width:815px;
	height:70px;
	padding:0 0 0 0;
	margin:10px 0 0 30px;
	float:left;
	}	

#banner_02 {
    clear:both;
	width:615px;
	height:70px;
	padding:0 0 0 200px;
	margin:10px 0 0 0;
	float:left;
	}

#banner_03 {
    clear:both;
	width:730px;
	height:70px;
	padding:0 0 0 85px;
	margin:0 0 0 0;
	float:left;
	}
	
#banner_btn01 {
    width:202px;
	height:61px;
	margin:0 0 0 30px;
	padding:0;
	float:left;
}

	
#banner_top {
    clear:both;
	width:900px;
	height:70px;
	padding:0 0 0 0;
	margin:5px 0 5px 0;
	}
/*----------------------------------------------------
	ページ内リンク
----------------------------------------------------*/
#pagelink {
    width:700px;
	height: auto;
	margin:5px 0 0 0;
	padding:0 0 0 0px;
}

#pagelink p {
	color:#095CA7;
	font-size:90%;
	margin:0;
	padding:0;
	}
	
#pagelink a {
	color:#095CA7;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	margin:0;
	padding:0 10px 0 0;
	}
	
#pagelink a:hover {
    color:#095CA7;
	text-decoration:underline;
	margin:0;
	padding:0 10px 0 0;
	}

/*----------------------------------------------------
	共通
----------------------------------------------------*/	
#clear {
    clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:0px;
}

#contents .clear {
    clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:0px;
}


.nodisplay {
    text-indent:-9999px;
	}
	
#page_top {
    width:670px;
	height:20px;
	margin:0;
	padding:15px 0 0 0;
}

#page_top p {
	margin:0;
	padding:0;
	text-align:right;
	font-size:85%;
}

#page_top a {
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	}
	
#page_top a:hover {
    color:#095CA7;
	text-decoration:underline;
	}
	
#page_top_02 {
	height:20px;
	margin:0;
	padding:15px 0 0 0;
}

#page_top_02 p {
	margin:0;
	padding:0;
	text-align:right;
	font-size:85%;
}

#page_top_02 a {
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	}
	
#page_top_02 a:hover {
    color:#095CA7;
	text-decoration:underline;
	}
	
#page_top_03 {
    width:670px;
	height:20px;
	margin:0;
	padding:100px 0 0 0;
}

#page_top_03 p {
	margin:0;
	padding:0;
	text-align:right;
	font-size:85%;
}

#page_top_03 a {
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	}
	
#page_top_03 a:hover {
    color:#095CA7;
	text-decoration:underline;
	}
	
#txt_decimal li {
    background: url(../img/txt_decimal.jpg) no-repeat 0 1em;
	line-height:140%;
	margin:0 0 0 0;
	padding:10px 0 0 16px;
	list-style-type:none;
	letter-spacing: 0.1em;
	color:#666666;
}

#txt_decimal {
    width:670px;
}

#contents .line_height150 {
    line-height:150%;
}

#txt_decimal_02 li {
    background: url(../img/txt_decimal2.jpg) no-repeat 0 1em;
	line-height:140%;
	margin:0 0 0 0;
	padding:10px 0 0 16px;
	list-style-type:none;
	letter-spacing: 0.1em;
	color:#666666;
}

#txt_decimal_03 li {
    background: url(../img/txt_decimal.jpg) no-repeat 0 0em;
	line-height:140%;
	margin:0 0 0 0;
	padding:0px 0 0 16px;
	list-style-type:none;
	letter-spacing:0.15em;
	color:#666666;
}

#pdf_01 {
    width:199px;
	height:41px;
	margin:30px auto 0 auto;
	padding:0;
}

#pdf_base {
    width:428px;
	height:41px;
	margin:30px auto 0 auto;
	padding:0 0 0 123px;
	float:left;
}


#pdf_02 {
    width:199px;
	height:41px;
	margin:0 auto 0 auto;
	padding:0;
	float:left;
}

#pdf_03 {
    width:199px;
	height:41px;
	margin:0 auto 0 auto;
	padding:0 0 0 30px;
	float:left;
}


#contents .txt_small {
    font-size:85%;
}

.bold {
    font-weight:bold;
}

/*----------------------------------------------------
	Links
----------------------------------------------------*/
#link_txt {
    width:65px;
	height:26px;
	margin:30px 0 0 0;
	padding:0;
}

#link {
    width:700px;
	margin:0;
	padding:0;
}

#link table {
    width:700px;
	margin:0;
	padding:0;
}

#link table td {
    text-align:left;
	margin:0;
	padding:0 0 7px 0;
}

#link table td a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: url(../img/txt_rollout.jpg) no-repeat 0 -0.05em;
	}
	
#link table td a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 -0.05em;
	}
	
*+html #link table td a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: url(../img/txt_rollout.jpg) no-repeat 0 -0.05em;
	}
	
*+html #link table td a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 -0.05em;
	}
	
#link table .deco_none a {
    margin:0;
	padding:0 0 0 0;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: none;
	}
	
#link table .deco_none a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: none;
	}
	
#link_02 {
    width:660px;
	margin:20px 0 0 10px;
	padding:0;
}

#link_02 table {
    width:660px;
	margin:0;
	padding:0;
}

#link_02 table td {
    text-align:left;
	margin:0;
	padding:0 0 0 0;
}

#link_02 table td a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0;
	}
	
#link_02 table td a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0;
	}

*+html #link_02 table td a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: url(../img/txt_rollout.jpg) no-repeat 0 -0.1em;
	}
	
*+html #link_02 table td a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 -0.1em;
	}	

* html #link_02 table td a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	background: url(../img/txt_rollout.jpg) no-repeat 0 -0.1em;
	}
	
* html #link_02 table td a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 -0.1em;
	}	

.txt_link_blue a {
    margin:0;
	padding:0;
	color:#2194DA;
	text-decoration: none;
	vertical-align:baseline;
}
	
.txt_link_blue a:hover {
    color:#2194DA;
	text-decoration:underline;
}

#link_03 {
    width:160px;
	margin:5px 100px 0 0px;
	padding:0;
	float:left;
}

#link_03 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:5px 0 0 0;
	padding:0;
}

#link_03 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0;
	}
	
#link_03 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0;
	}
	
*+html #link_03 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0.1em;
	}
	
*+html #link_03 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0.1em;
	}


#link_04 {
    width:250px;
	margin:5px 10px 0 0px;
	padding:0;
	float:left;
}

#link_04 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:5px 0 0 0;
	padding:0;
}

#link_04 a {
    margin:0;
	padding:0 0 0 20px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/list_pdf.jpg) no-repeat 0 0.1em;
	}
	
#link_04 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/list_pdf.jpg) no-repeat 0 0.1em;
	}

#link_05 {
    width:170px;
	margin:0 0px 0 0px;
	padding:10px 0 0 0;
	float:left;
}

#link_05 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:0 0 0 0;
	padding:0;
}

#link_05 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0.1em;
	}
	
#link_05 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0.1em;
	}

#link_06 {
    width:600px;
	margin:10px 10px 0 0px;
	padding:0;
}

#link_06 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:5px 0 0 0;
	padding:0;
}

#link_06 a {
    margin:0;
	padding:0 0 0 20px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/list_pdf.jpg) no-repeat 0 0.1em;
	}
	
#link_06 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/list_pdf.jpg) no-repeat 0 0.1em;
	}
	
#link_07 {
    width: auto;
	margin:5px 100px 0 0px;
	padding:0;
	float:left;
}

#link_07 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:5px 0 0 0;
	padding:0;
}

#link_07 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0;
	}
	
#link_07 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0;
	}
	
*+html #link_07 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0.1em;
	}
	
*+html #link_07 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0.1em;
	}
	
#link_08 {
    width: 300px;
	margin:10px 100px 0 0px;
	padding:0;
}

#link_08 p {
    text-align:left;
	letter-spacing:0.1em;
	line-height:140%;
	vertical-align:baseline;
	margin:0 0 0 0;
	padding:0;
}

#link_08 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0;
	}
	
#link_08 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0;
	}
	
*+html #link_08 a {
    margin:0;
	padding:0 0 0 16px;
	color:#666666;
	text-decoration: none;
	letter-spacing: 0.1em;
	vertical-align:baseline;
	display:block;
	background: url(../img/txt_rollout.jpg) no-repeat 0 0.1em;
	}
	
*+html #link_08 a:hover {
    color:#219DD9;
	text-decoration:underline;
	background: url(../img/txt_rollover.jpg) no-repeat 0 0.1em;
	}
/*----------------------------------------------------
	スペース
----------------------------------------------------*/
.m_top5 {
    margin:5px 0 0 0;
}

.m_top10 {
    margin:10px 0 0 0;
}

.m_top15 {
    margin:15px 0 0 0;
}

.m_top20 {
    margin:20px 0 0 0;
}

.m_top25 {
    margin:25px 0 0 0;
}

.m_top30 {
    margin:30px 0 0 0;
}

.m_top40 {
    margin:40px 0 0 0;
}

.m_top50 {
    margin:50px 0 0 0;
}

.m_btm5 {
    margin:0 0 5px 0;
}

.m_btm10 {
    margin:0 0 10px 0;
}

.m_btm15 {
    margin:0 0 15px 0;
}

.m_btm20 {
    margin:0 0 20px 0;
}

.m_btm25 {
    margin:0 0 25px 0;
}

.m_btm30 {
    margin:0 0 30px 0;
}

.m_btm40 {
    margin:0 0 40px 0;
}

.m_btm50 {
    margin:0 0 50px 0;
}

.p_left50 {
    padding-left:50px;
}

.p_left100 {
    padding-left:100px;
}

.p_left115 {
    padding-left:115px;
}

.p_left150 {
    padding-left:150px;
}

.p_left200 {
    padding-left:200px;
}

.p_top5 {
    padding-top:5px;
}

.p_top10 {
    padding-top:10px;
}

.p_top15 {
    padding-top:15px;
}

.p_top20 {
    padding-top:20px;
}

.p_top25 {
    padding-top:25px;
}

.p_top30 {
    padding-top:30px;
}

.p_top40 {
    padding-top:40px;
}

.p_top50 {
    padding-top:50px;
}

.p_top100 {
    padding-top:100px;
}

#height30 {
    width:auto;
	height:30px;
	margin:0;
	padding:0;
}

#height50 {
    width:auto;
	height:50px;
	margin:0;
	padding:0;
}

#height100 {
    width:auto;
	height:100px;
	margin:0;
	padding:0;
}

#height150 {
    width:auto;
	height:150px;
	margin:0;
	padding:0;
}

#height200 {
    width:auto;
	height:200px;
	margin:0;
	padding:0;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
.red {
    color:#C31920;
}

.txt_blue {
    color:#2194DA;
}

.txt_120 {
    font-size:110%;
}

.txt_130 {
    font-size:120%;
}

.p_left130 {
	padding-left: 130px;
}

.bold {
    font-weight:bold;
}

.orange {
    color:#F0844B;
}

.small {
    font-size:85%;
}

.indent_1 {
    text-indent:1em;
}

.choubun_01 {
	line-height:150%;
}

#db_btn_01 {
    width:350px;
	height:42px;
	margin:5px 0 0 0;
	padding:0;
}

/*----------------------------------------------------
	ライン
----------------------------------------------------*/
#line_01 {
    width:auto;
	border-bottom:1px #999999 solid;
	margin:20px auto;
	padding:0;
}

#line_02 {
    width:auto;
	border-bottom:1px #999999 solid;
	margin:3px auto;
	padding:0;
}

#line_03 {
    width:auto;
	height:1px;
	border-bottom:1px #999999 dotted;
	margin:0;
	padding:0;
}
/*----------------------------------------------------
	ライン
----------------------------------------------------*/
#top_flash {
    clear:both;
    width:900px;
	height:454px;
	margin:0 auto;
	padding:0;
}

#fla_img {
    width:898px;
	margin:0 auto;
}

#allwrapper {
    position:relative;
}

#premium_flash {
	width:98px;
	height:96px;
	margin:0;
	padding:0;
	position: absolute;
	top:472px;
	left:735px;
}




/*--------------------
topics
------------------*/

#topics_box{
width:640px;
padding:2px 10px 7px 10px;
margin:5px auto 0 auto;
border:1px solid #0A61A6;
}

p#topics_arrow{
background: url(../topics/img/topics_icon.jpg) no-repeat 0 0em;
padding:0 0 0 20px;
color:#666;
margin:10px 0;
}

p#topics_arrow a{
color:#666;
}

#top_topics {
	width:131px;
	height:36px;
	margin:0;
	padding:0;
}









