@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #e1e1e1;
    color: #1a1a1a;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴPro W3",Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ"	,Meiryo,sans-serif;
    line-height: 1.6;
    font-size: 0.8em;
}
body#top {
    background: #e1e1e1 url(../images/top/bg_body.gif) repeat-x top;
}

a:link,
a:visited {
    color: #1a1a1a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, div, p, ul, li, img {
    margin: 0;
    padding: 0;
    border: 0;
}
/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding-bottom: 12px;
    background: #ffffff url(../images/top/bg_header_002.gif) no-repeat bottom;
    text-align: left;
}
#top #header {	background: #ffffff url(../images/top/bg_header_001.gif) no-repeat bottom;}

#header h1 {
    width: 207px;
    padding: 7px 15px 6px;
}
#loginMenu {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 1.0em;
    text-align: right;
}
#loginMenu p {
    float: right;
    padding-left: 21px;
    background: url(../images/top/img_arrow_001.gif) no-repeat 15px center;
}
#loginMenu a {
    color: #dd0011;
    text-decoration: underline;
}
#loginMenu li {
    float: left;
    padding-left: 21px;
    background: url(../images/top/img_arrow_001.gif) no-repeat 15px center;
}


#subMenu {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 0.9em;
    text-align: right;
}
#subMenu p {
    float: left;
    padding-left: 21px;
    background: url(../images/top/img_arrow_001.gif) no-repeat 15px center;
}
#subMenu li {
    float: left;
    padding-left: 21px;
    background: url(../images/top/img_arrow_001.gif) no-repeat 15px center;
}

#menu {	margin-left: 15px;}
#menu a {
    display: block;
    float: left;
    width: 221px;
    height: 46px;
    text-indent: -9999px;
}
#menu a:hover {	background-position: 0 -46px;}
#menu #link001 { background-image: url(../images/top/btn_001.gif);}
#menu #link002 { background-image: url(../images/top/btn_002.gif);}
#menu #link003 { background-image: url(../images/top/btn_003.gif);}
#menu #link004 { background-image: url(../images/top/btn_004.gif);}

/*----------------------------------------------------
loginArea
----------------------------------------------------*/

#loginArea {
    width: 910px;
    margin: 0 auto;
}
#loginArea #flashArea {
    float: left;
    width: 434px;
    margin-left: 5px;
}
#loginArea h2 {
    width: 410px;
    margin-left: 470px;
    padding-top: 47px;
    text-align: left;
}
#loginArea form {
    position: relative;
    width: 390px;
   /*-- margin-top: 35px;--*/
    margin-top: 10px;
    margin-left: 470px;
    padding: 12px 0;
    background-color: #eaeaea;
    border: #ffffff 10px solid;
    text-align: left;
}
#loginArea #login {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
#loginArea #login a{
    color: #dd0011;
    text-decoration: underline;
}


/*----------------------------------------------------
btmArea
----------------------------------------------------*/

#btmArea {
    clear: both;
    width: 910px;
    margin: 0 auto;
    background: url(../images/top/bg_btmarea_001.gif) repeat-y top;
    text-align: center;
}

#btnArea {
    position: relative;
    height: 50px;
    background: url(../images/top/bg_btmarea_002.gif) no-repeat 0 0;
}
#btnArea a {
    display: block;
    position: absolute;
    top: -49px;
    width: 235px;
    height: 91px;
    text-indent: -9999px;
}
#btnArea a:hover {	background-position: 0 -91px;}
#btnArea #link005 {
    left: 439px;
    background-image: url(../images/top/backbtn_005.gif);
}
#btnArea #link006 {
    left: 674px;
    background-image: url(../images/top/btn_006.gif);
}

#btmArea h3 {
    clear: both;
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: left;
}
#btmArea ul#news {
    float: left;
    width: 450px;
    margin-left: 20px;
    padding-bottom: 35px;
    text-align: left;
    list-style-type: none;
}

/*----------------------------------------------------
mainArea
----------------------------------------------------*/

#mainArea {
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding-top: 15px;
    background: url(../images/top/bg_btmarea_002.gif) no-repeat 0 55px;
    text-align: left;
}

#admin {
    width: 540px;
    margin-bottom: 25px;
    margin-left: 5px;
}

#admin div {
    float: left;
}

#admin #name {
    padding: 6px 0;
    font-size: 1.1em;
    margin-right: 5px;
}
#admin #name span {
    color: #1e7400;
    font-weight: bold;
}

#admin #log p {
    margin-right: 15px;
    padding-left: 6px;
    background: url(../images/top/img_arrow_003.gif) no-repeat left center;
    font-size: 0.8em;
    font-weight: bold;
}
#admin #log a {
    color: #dd0011;
    text-decoration: underline;
}

#admin #date {
    padding: 6px 0;
}

/*----------------------------------------------------
table#a-table{
    margin-left:auto;
    margin-right:auto;
    width:818px;
    font-size:100%;
    text-align:center;
}
table#a-table th{
    color: #696969;
    text-align:left;
    background: #B3EE3A repeat-x 0 100%;
}
table#a-table td{
    text-align:left;
    border-bottom:1px solid #DDDBDB;
}
table#a-table th,
table#a-table td{
    margin:0;
    padding:4px 0;
    padding-left: 10px;
    
}
table#a-table a{
    font-size:100%;
    color: #698B22;
    
}
	width:815px;
	border: 5px #eeeeee solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0px 30px 0px;
}
----------------------------------------------------*/
table#a-table{
	width:815px;
	border: 5px #eeeeee solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0px 30px 0px;
}
table#a-table th {
	color:#698B22;
    font-weight: normal;
    text-align: left;
    white-space: nowrap; 
    border: 5px #eeeeee solid;
    border-width: 0 0 1px 1px;
    padding: 10px 0px 10px 25px;
    background: #B3EE3A repeat-x 0 100%;
}

table#a-table td {
    padding: 10px 0px 10px 20px;
    border: 5px #eeeeee solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
	line-height:130%;
}



.a-btn-box{
    width:818px;
    height:auto;
    text-align:left;
}
.a-btn-box{
    margin:0;
    padding:0;
}
.a-btn-box ul{
    margin:0;
    padding:0;
}
.a-btn-box li{
    float:left;
    display:inline;
    list-style-type:none;
}
.a-btn-box li{
    margin:0;
    padding:0 10px 0 0;
}
.a-btn-box li a{
    background:#0E5B97;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
.a-btn-box li a{
    margin:0 0 5px 0;
    padding:5px 15px;
}
.a-btn-box li a:hover{
    font-weight:bold;
    color:#ffffff;
    background:#2676B4;
}


#tab {
    position: absolute;
    top: 15px;
    right: 9px;
}
#tab a {
    display: block;
    float: left;
    width: 120px;
    height: 43px;
    text-indent: -9999px;
}
#tab a:hover {	background-position: 0 -43px;}
#tab #link007 { background-image: url(../images/top/btn_007.gif);}
#tab #link008 { background-image: url(../images/top/btn_008.gif);}
#tab #link009 { background-image: url(../images/top/btn_009.gif);}
#tab #link010 { background-image: url(../images/top/btn_010.gif);}
#tab #link011 { background-image: url(../images/top/btn_011.gif);}
#tab #link012 { background-image: url(../images/top/btn_012.gif);}
#tab #link013 { background-image: url(../images/top/btn_013.gif);}
#tab #link014 { background-image: url(../images/top/btn_014.gif);}
#tab #link015 { background-image: url(../images/top/btn_015.gif);}
#tab #link016 { background-image: url(../images/top/btn_016.gif);}
#tab #link017 { background-image: url(../images/top/btn_017.gif);}
#tab #link018 { background-image: url(../images/top/btn_018.gif);}
#tab #link019 { background-image: url(../images/top/btn_019.gif);}

#tab a.selected,
#tab a.selected:hover { background-position: 0 -86px;}

#contentsArea {
    width: 865px;
    padding: 20px 0px 33px 45px;
    background:url(../images/top/bg_btmarea_001.gif) repeat-y top;
}

/*----------------------------------------
__contents_Styles
----------------------------------------*/
div.a-contents{
    width:818px;
    height:auto;
    border:1px solid #D0D5D8;
}
div.a-contents{
    margin:0 auto 20px auto;
    padding:20px;
}
.tit-common{
    width:795px;
    height:auto;
    border-bottom:1px dotted #2676B4;
    background:url(../images/admin/tit-mark.gif) no-repeat 2px 5px;
    color:#698B22;
    font-weight:bold;
    font-size:1.5em;
    text-align:left;
}
.tit-common{
    margin:15px auto 15px auto;
    padding:2px 0 2px 25px;
}
.a-common{
    width:795px;
    height:auto;
    background:url(../images/admin/tit-mark.gif) no-repeat 2px 5px;
    color:#698B22;
    font-weight:bold;
    font-size:1.0em;
    text-align:left;
}
.a-common{
    margin:15px auto 15px auto;
    padding:2px 0 2px 25px;
}

/*----------------------------------------
__formError
----------------------------------------*/
.formError{
    padding: 3px 5px 5px 17px;
    margin: 0;
    border: 0;
    height: 10px;
    font-size: 10px;
    line-height: 11px;
    font-weight: lighter;
    color: #DF488E;
    background: url(/images/mark_notice.gif) no-repeat 5px center;
    display: block;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/

#footer {
    clear: both;
    width: 910px;
    margin: 0 auto;
    background: #000000 url(../images/top/bg_footer.gif) repeat-y top;
    color: #ffffff;
    font-size: 0.9em;
}
#footer a:link,
#footer a:visited {
    color: #ffffff;
}

#footer p {
    float: left;
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-left: 6px;
    background: url(../images/top/img_arrow_002.gif) no-repeat left center;
}
#footer p#copy {
    float:right;
    margin-right: 20px;
    background: none;
    text-align: right;
}
#footer2 {
    clear: both;
    width: 910px;
    margin: 0 auto;
    padding-bottom: 13px;
    background: #698B22 url(../images/top/bg_btmarea_001.gif) repeat-y top;
    color: #000000;
    font-size: 0.9em;
}
#footer2 a:link,
#footer2 a:visited {
    color: #000000;
}
#footer2 p {
    float: left;
    margin-right: 15px;
    margin-top: 13px;
    padding-left: 6px;
    background: url(../images/top/img_arrow_001.gif) no-repeat left center;
}
#footer2 p#copy {
    float:right;
    margin-right: 20px;
    background: none;
    text-align: right;
}


/*----------------------------------------------------
margin etc.
----------------------------------------------------*/
.mgnL15 {	margin-left: 15px;}
.mgnL20 {	margin-left: 20px;}

.mgnB8 {	margin-bottom: 8px;}

.pdgB35 {	padding-bottom: 35px;}
.pdgl20 {	padding-left: 20px;}
.pdgl50 {	padding-left: 50px;}
.pdgl70 {	padding-left: 70px;}


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

.clearfix {
    min-height: 1px;
}


* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}








/*----------------------------------------------------
HeatClick200905作業分
----------------------------------------------------*/

li {  
    list-style-type:none;  
}  

img {  
    border:0;  
}  

.contentsBox{
	width:815px;
	padding:20px 0px 15px 0px;
	border-bottom:#eeeeee 1px solid;
}

.contentsBox p{
	padding:0px 45px 0px 5px;
	margin:0;
}
.contentsBox p a{
    color: #698B22;
}

h2 {
	padding:0px 0px 0px 0px;
}

h3 {
	padding:0px 0px 15px 0px;
}

.linkbox{
	padding:15px 0px 0px 5px;
}

.linkbox li{
	padding:0px 0px 0px 18px;
	background: url(../images/list_linkbox.jpg) no-repeat left center;
}

.linkbox li a { 
	color:#ff9900; 
    text-decoration:none; 
    outline:none; 
}   
.linkbox li a:link {  
    color:#ff9900;  
    text-decoration:none;
}  
.linkbox li a:visited {  
    color:#ff9900;  
    text-decoration:none;
  
}  
.linkbox li a:hover { 
    color:#ff9900;   
    text-decoration:underline;  
}  
.linkbox li a:active {  
    color:#ff9900; 
    text-decoration:underline;
} 


.contentsBox_01{
	width:815px;
	padding:20px 0px 15px 0px;
	border-bottom:#eeeeee 1px solid;
	background: url(../images/img_concept01.jpg) no-repeat 95% 20px;
}

.contentsBox_01 p{
	padding:0px 45px 0px 5px;
	margin:0;
}

.agentBox{
	width:805px;
	margin-top:20px;
	padding:10px 0px 15px 0px;
	border:#eeeeee 5px solid;
}

.agentBox dt{
	padding:10px 0px 10px 45px;
	background: url(../images/list_agentbox.jpg) no-repeat 10px center;
    color: #698B22;
	text-decoration:underline;
}

#priceBox{
	width:815px;
	border: 5px #eeeeee solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0px 30px 0px;
}


#priceBox th {
	color:#ffffff;
    font-weight: normal;
    text-align: left;
    white-space: nowrap; 
    border: 5px #eeeeee solid;
    border-width: 0 0 1px 1px;
    padding: 10px 0px 10px 25px;
}

#priceBox td {
    padding: 10px 0px 10px 20px;
    border: 5px #eeeeee solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
	line-height:130%;
}

#priceBox td a{
   color:#698B22;
}

#price01{
	background: url(../images/list_price01.jpg) no-repeat 10px center;
	color:#FFFFFF;
}

#price02{
	background: url(../images/list_price02.jpg) no-repeat 10px center;
	color:#FFFFFF;
}

#price03{
	background: url(../images/list_price02.jpg) no-repeat 10px center;
	color:#FFFFFF;
}


#faqBox{
	width:805px;
	margin-top:20px;
	padding:10px 0px 15px 0px;
	border:#eeeeee 5px solid;
}

#faqBox dt{
	padding:10px 0px 0px 40px;
	background: url(../images/list_question.jpg) no-repeat 20px 12px;
    color: #698B22;
}

#faqBox dd{
	width:710px;
	padding:0px 0px 10px 20px;
	background: url(../images/list_answer.jpg) no-repeat 0px 3px;
    color: #111111;
	border-bottom:#eeeeee 1px dotted;
}