/* CSS Document */

body{ padding-bottom:0.5em;}

h2{ font-size:105%;}
h2.subtitle{ background:#CCFFCC;}
h3.subtitle{ background:url('/eshop/guide/img/bg_h3.gif') repeat-x; padding:4px 10px 2px 10px;}
h4,h5{ margin-left:10px; margin-bottom:0.2em;}
h4.subtitle{ background:url('/eshop/guide/img/icon_h3.jpg') no-repeat left top; padding-left:20px; font-size:95%; margin-left:10px; margin-bottom:0.2em;}
.unit_h4{ margin:0 15px;}

.headImg{background:url('/eshop/guide/img/header.gif') repeat-x top left;}
.headImg h1{font-size:105%; margin-bottom:5px; padding:8px 20px 0 20px;}
.headImg p{background:url('/eshop/guide/img/header2.gif') repeat-x top left; padding:4px 10px 0px 52px;float:right; cursor:pointer; color:#0000FF;}
.headImg h2{ padding:8px 0 0 20px; font-size:105%;}
.headImg a{ color:#000000;}
.headImg a:hover{ color:#ffffff; background:transparent;}

/*手順矢印_ysm_081205*/
.migi{ color:#009900; font-size:12px; font-weight:bold; margin:0 3px;}

/*矢印アイコン_ysm_081209*/
.icon_next{ margin-right:3px;}

/*TOPへ戻る_ysm_081208*/
.toTop{ text-align:right;}

/*タブ切り替え_ysm_081114*/
.step{ color:#0066CC;}

#box01,#box02,#box03,#box04,#box05{
	margin:5px 10px 5px 10px;
}
#box01 p,#box02 p,#box03 p,#box04 p,#box05 p{ margin-right:10px; margin-left:10px;}

/*メニュー_ysm_081119*/
.tabMenu{overflow: hidden; width:550px; margin:0 15px;}
.tabMenu a{
	padding:7px 8px 5px 8px;
	margin-top:8px;
	margin-right:0;
	font-size:12px;
	
	background:#fff;
	border:1px solid #c7ccc2;
    text-decoration:none;
	text-align:center;
	color:#000;
	
	float:left;
}

.tabMenu a:hover{
	margin-top:4px;
	padding:8px 8px 8px 8px;
	
	background:#fff url('/eshop/guide/img/bg_menu_o.gif') center top;
	border:1px solid #c7ccc2;
	text-decoration:none;
	text-align:rihgt;
	
	float:left;   
}
a.selected,a.selected:hover{
	margin-top:0;
	padding:10px 8px 10px 8px;
	background:#fff url('/eshop/guide/img/bg_menu_select.gif') left top;
	border:1px solid #c7ccc2;
	border-bottom:1px solid #fff;
	font-weight:bold;
}


.clearMenu{ border:none; display:block; height:1px; width:60px;}

/*テーブル_ysm_081126*/

table.tbl_g {
    border: 1px #888 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 10px 0.5em 10px;
}

table.tbl_g th {
    border:1px #888 solid;
	border-collapse: collapse;
    background: #b9e681;
    font-weight: bold;
	font-size:95%;
}
table.tbl_g td {
    border: 1px #888 solid;
	border-collapse: collapse;
	font-size:95%;
}

td,th{
	font-size:95%;
    padding: 0.2em;
}

/*リスト_ysm081126*/
ul li{ list-style:url('/img/common/list.gif');}

dt{}
dd{ padding-left:1em;}

