@charset "utf-8";

/* 各ページ共通部分のCSS */

/* ==========================
    レイアウト
========================== */
body
{
	margin: 0;
	padding:0;
	text-align: center;
	background: url("../images/background.gif") repeat-x scroll 0 top #fff;
}

/* 全体エリア */
#container
{
	width:740px;
	margin:0 auto;
}

/* ヘッダー */
#header
{
	margin-bottom:10px;
	background-color:#2e66cb;
	height:88px;
	background: url("../images/header.gif") no-repeat scroll 0 center #fff;
}

/* 左サイド */
#leftArea
{
	float:left;
	width:196px;
}

/* フッター */

#footer
{
	height:100px;
	line-height:100px;
}

/* 著作権表記 */
address
{
	font-size:93%;
	color:#333;
	text-align:center;
}

/* ==========================
    フォントの指定
========================== */
body
{
	font-family:Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #313131;
	background-color:#fff;
}

* + html body
{
	font-family: "メイリオ", "Meiryo";
}

/* リンクの指定 */
a:link
{
	color: #2e66cb;
}

a:visited
{
	color: #2e66cb;
}

a:hover
{
	color: #2e66cb;
	text-decoration:none;
}

a[target="_blank"] {
	background: url("../images/window.gif") no-repeat left center;
	padding:0 0 0 19px;
	margin:0 2px;
	white-space:nowrap;
}
a.nonblank {
	background:none;
	padding:0;
}

/* ==========================
    2カラム
========================== */

body#TwoColumn #content
{
	float:right;
	width:530px;
	padding:1px 0 0 0;
	text-align:left;
}

body#TwoColumn #content .top
{
	margin-bottom:15px;
	font-size:93%;
	line-height:1.4;
	padding:0 5px 10px; 
	border-bottom:dotted 1px #ccc;
}

body#TwoColumn #content .top p
{
	margin: 0 0 15px;
}

body#TwoColumn #content .top dl
{
	margin: 0 0 15px;
}

body#TwoColumn #content .top dt
{
	font-weight:bold;
	margin:0 0 5px;
	background: url("../images/arrow-white-right.gif") no-repeat scroll 5px 50% #2E66CB;
	padding: 5px 0 5px 21px;
}
body#TwoColumn #content .top dt a
{
  color: #FFFFFF;
}

body#TwoColumn #content .top dd
{
	margin:0 10px 10px;
	padding:10px;
	background:url("../images/arrow-blue-right.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 16px;
}

body#TwoColumn #content div.menu
{
	margin:0 0 15px;
	padding:10px;
	background-color: #F3F3F3;
}
body#TwoColumn #content div.menu li
{
	float:left;
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 5px transparent;
	padding: 0 0 0 16px;
	margin-right:5px;
}
body#TwoColumn #content div.menu li a
{
	white-space: nowrap;
}

body#TwoColumn #content .article
{
	margin-bottom:15px;
	font-size:93%;
	line-height:1.4;
	padding:0 5px 10px; 
	border-bottom:dotted 1px #ccc;
}

body#TwoColumn #content .article p
{
	margin: 0 0 15px;
	font-size: 15px;
    line-height: 1.7;
}

body#TwoColumn #content .article p.mb_10
{
	margin: 0 0 10px;
}
body#TwoColumn #content .article p.headline {
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 8px transparent;
    margin-bottom: 15px;
    padding: 0 0 0 16px;
}

body#TwoColumn #content .article dl
{
	margin: 0 0 15px;
}

body#TwoColumn #content .article dt
{
	font-weight:bold;
	margin:0 0 5px;
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 8px transparent;
	padding: 0 0 0 16px;
	font-size: 15px;
    line-height: 1.7;
}

body#TwoColumn #content .article dd
{
	margin:0 0 10px;
	padding:10px;
	background-color: #F3F3F3;
	font-size: 15px;
    line-height: 1.7;
}

body#TwoColumn #content .article ul
{
	margin: 0;
}
body#TwoColumn #content .article ul li
{
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 8px transparent;
	padding: 0 0 0 16px;
	font-size: 15px;
    line-height: 1.7;
}

body#TwoColumn #content .article .bankatt {
    border: 1px solid #CCCCCC;
    margin: 0 0 15px;
    padding: 15px;
}
body#TwoColumn #content .article .bankatt ul.check {
	margin:0;
}
body#TwoColumn #content .article .bankatt ul.check li {
    background: url("../images/cat25/img-icon_check.gif") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 24px;
}

body#TwoColumn #content .article  ul.normal {
    background-color:#F2F2F2;
	padding:5px;
	margin-top:10px;
}

body#TwoColumn #content .article  ul.normal li {
    background: none repeat scroll 0 0 transparent;
    line-height: 1.4;
    list-style-position: inside;
    list-style-type: disc;
    margin: 10px;
    padding: 0;
}

body#TwoColumn #content .article img {
 border:1px solid #808080;
 margin:5px auto;
}
body#TwoColumn #content .article img.non {
 border:none;
}

p.pagetop {
	text-align:right;
}

/* ==========================
    左サイド
========================== */

#leftArea .head
{
	background:url("../images/leftArea_head.gif") no-repeat scroll 0 0 transparent;
	height:20px;
	margin:0;
	padding:0;
}

#leftArea .middle
{
	background:url("../images/leftArea_back.gif") repeat-y scroll 0 0 transparent;
	margin:0;
	padding:0;
}

#leftArea .middle dl dt
{
	margin:0 0 10px;
}

#leftArea .middle dl dd
{
	width:196px;
}

#leftArea .middle dl dd.lv1 a
{
	text-align:left;
	display: block;
	line-height:22px;
	height: 22px;
	margin: 0 12px;
	padding:0 0 0 6px;
	text-decoration: none;
	color:#313131;
	font-size:86%;
	white-space:normal;
}
#leftArea .middle dl dd.lv2 a
{
	text-align:left;
	display: block;
	line-height:22px;
	height: 22px;
	margin: 0 20px;
	padding:0 0 0 6px;
	text-decoration: none;
	color:#313131;
	font-size:86%;
	white-space:normal;
}

#leftArea .middle dl dd.lv1 a span
{
	background:url("../images/arrow-blue-right.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 16px;
}

#leftArea .middle dl dd.lv2 a span
{
	background:url("../images/arrow-gray-right.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 16px;
}


#leftArea .middle dl dd a:hover
{
	background:url("../images/arrow-blue-right.gif") no-repeat scroll 0 50% transparent;
	background:#2e66cb;
	color:#FFF;
}

#leftArea .middle dl dd a:hover span
{
	background:url("../images/arrow-white-right.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 16px;
}

#leftArea .bottom
{
	background:url("../images/leftArea_bottom.gif") no-repeat scroll 0 0 transparent;
	height:20px;
	margin:0;
	padding:0;
}

/* ==========================
    ul
========================== */

ul.Listleft li
{
	float:left;
}

ul.Listright li
{
	float:right;
}

ol.Listleft li
{
	float:left;
}

ol.Listright li
{
	float:right;
}

#title02
{
	background: url("../images/product_title.gif") no-repeat scroll 0 center #fff;
	color:#fff;
	line-height:25px;
	margin-bottom:10px;
}

#title02 span
{
	padding-left:10px;
	font-weight:bold;
}

div.title03
{
	border-bottom:2px solid #ccc;
	margin:0 0 15px;
	padding:0 0 4px;
	padding:0 0 8px 0px\9; /*IE8 and below */
	_padding:0 0 5px; /*IE6 */
}

div.title03 h2
{
	border-bottom:2px solid #2e66cb;
	margin:0;
	padding:0 0 5px;
	font-size:18px;
	color:#222;
	letter-spacing:2px;
	line-height:100%;
	display:inline;
}

div.title03 h3
{
	border-bottom:2px solid #b9c74b;
	margin:0;
	padding:0 0 6px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	letter-spacing:2px;
	line-height:100%;
	display:inline;
}

h4
{
	border-left:3px solid #2e66cb;
	border-bottom:1px dotted #ccc;
	padding:5px 0 5px 6px;
	margin:0 0 15px;
	font-size:12px;
}

.iblue
{
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 5px transparent;
	padding: 0 0 0 16px;
	margin:0 6px 0 0;
}

/* ==========================
    パンくずリスト
========================== */

/* 通常 */

p.path
{
	font-size: 77%;
	text-align:left;
	margin-bottom: 15px;
}

p.path a
{
	text-decoration: none;
}

/* ==========================
    box
========================== */

.box10
{
	margin:10px;
}

.box15
{
	margin:15px;
}

.graybox
{
	padding:5px;
	background: none repeat scroll 0 0 #F3F2F1;
  border: 1px solid #888888;
}

/* ==========================
    color
========================== */

span.red
{
	color:#FF0000;
}

/* ==========================
    margin
========================== */

/* bottom */
.mb_5
{
	margin-bottom:5px;
}

.mb_10
{
	margin-bottom:10px;
}

.mb_15
{
	margin-bottom:15px;
}

.mb_20
{
	margin-bottom:20px;
}

.mb_25
{
	margin-bottom:25px;
}

.mb_30
{
	margin-bottom:30px;
}

.mb_35
{
	margin-bottom:35px;
}

.mb_40
{
	margin-bottom:40px;
}

/* right */
.mr_5
{
	margin-right:5px;
}

.mr_10
{
	margin-right:10px;
}

.mr_15
{
	margin-right:15px;
}

.mr_20
{
	margin-right:20px;
}

.mr_25
{
	margin-right:25px;
}

.mr_30
{
	margin-right:30px;
}

.mr_35
{
	margin-right:35px;
}

.mr_40
{
	margin-right:40px;
}

/* ==========================
    table
========================== */

/* スタイル1 */

table.gray
{
	width: 100%;
}

table.gray th
{
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
	font-weight: bold;
}

table.gray td
{
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
	background:#FFFFFF;
}

/* スタイル2 */

table.blue
{
	width: 100%;
}

table.blue tr.sys_line
{
	background-color: #2E66CB;
	color: #FFFFFF;
}

table.blue tr.sys_even
{
	background-color: #C2D4F3;
	color: #444444;
}

table.blue tr.sys_erorr
{
	background-color: #FF3333;
	color: #FFFFFF;
}

table.blue tr.sys_odd
{
	background-color: #DDE6F7;
}

table.blue th
{
	border: 2px solid #FFFFFF;
	font-weight: bold;
	padding: 8px;
}

table.blue td
{
	border: 2px solid #FFFFFF;
	padding: 8px;
}

table span.reiqured
{
	color: #FF0000;
	font-size: 10px;
	margin: 0 3px;
}

table span.total
{
	font-weight:bold;
	color:#ff0000;
}

/* ==========================
    width
========================== */

.w10
{
	width:10px;
}

.w15
{
	width:15px;
}

.w20
{
	width:20px;
}

.w25
{
	width:25px;
}

.w30
{
	width:30px;
}

.w35
{
	width:35px;
}

.w40
{
	width:40px;
}

.w45
{
	width:45px;
}

.w50
{
	width:50px;
}

.w55
{
	width:55px;
}

.w60
{
	width:60px;
}

.w65
{
	width:65px;
}

.w70
{
	width:70px;
}

.w75
{
	width:75px;
}

.w80
{
	width:80px;
}

.w85
{
	width:85px;
}

.w90
{
	width:90px;
}

.w95
{
	width:95px;
}

.w100
{
	width:100px;
}

.w110
{
	width:110px;
}

.w120
{
	width:120px;
}

.w140
{
	width:140px;
}

.w160
{
	width:160px;
}

.w180
{
	width:180px;
}

.w200
{
	width:200px;
}

.w260
{
	width:260px;
}

/* ==========================
    align
========================== */

.left
{
	text-align:left;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

/* ==========================
    clearfix
========================== */
.clearfix
{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
  * html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* End hide from IE-mac */

.clear
{
	clear:both;
}
