/*基本*/

body{
font-size:12px;
color: #666666;
letter-spacing:1px;
margin: 0px;
padding: 0px;
background:url(/images/common/bg.jpg) repeat;
}
h1, h2, h3, h4, p, ul, li {
margin: 0px;
padding: 0px;
font-weight:normal;
}



.clear{
clear: both;
}

/*基本テキストパーツ*/

h1{
width:885px;
height:15px;
text-align:left;
color:#999999;
font-size:10px;
margin:2px 5px 5px 10px;
padding:0px;
}

h2 {
font-size:10px;
color: #cccccc;
margin: 0px;
padding: 2px;
text-align:right;
}

h3 {
font-size: 13px;  
padding: 6px 0px 6px 19px;  
margin: 0px 0px 0px 0px;
color:#444444;  
letter-spacing:0.1em;
}

#shm h3.w300{
background: url(/images/sh/shm_h3_bg_300.jpg) no-repeat;
}
#shm h3.w400{
background: url(/images/sh/shm_h3_bg_400.jpg) no-repeat;
}
#shm h3.w600{
background: url(/images/sh/shm_h3_bg_600.jpg) no-repeat;
}

#sht h3.w300{
background: url(/images/sh/sht_h3_bg_300.jpg) no-repeat;
}
#sht h3.w400{
background: url(/images/sh/sht_h3_bg_400.jpg) no-repeat;
}
#sht h3.w600{
background: url(/images/sh/sht_h3_bg_600.jpg) no-repeat;
}

#spt h3.w300{
background: url(/images/spt/spt_h3_bg_300.jpg) no-repeat;
}
#spt h3.w400{
background: url(/images/spt/spt_h3_bg_400.jpg) no-repeat;
}
#spt h3.w600{
background: url(/images/spt/spt_h3_bg_600.jpg) no-repeat;
}



h4{
font-size:12px;
color: #444444;
letter-spacing:0.1em;
line-height:150%;
padding: 3px 0 1px 10px;  
margin: 10px 5px 10px 10px;
}

#shm h4.w580{
color: #000000;
border-left: 5px solid #00789a;
border-bottom: 1px solid #00789a;
background:#F9F9F9;
}

#sht h4.w580{
color: #000000;
border-left: 5px solid #329f2a;
border-bottom: 1px solid #329f2a;
background:#F9F9F9;
}

#spt h4.w580{
color: #000000;
border-left: 5px solid #a42826;
border-bottom: 1px solid #a42826;
background:#F9F9F9;
}

#spc h4.w580{
color: #000000;
border-left: 5px solid #3E007B;
border-bottom: 1px solid #3E007B;
background:#F9F9F9;
}

p {
line-height:140%;
}


ul{
line-height:150%;
letter-spacing:0.1em;
list-style:none;
}


.tls {
margin: 10px 10px 10px 20px;
text-align: left;
}
 
.tlt {
margin: 10px 10px 5px 20px;
text-align: left;
} 

.tlm {
margin: 5px 10px 5px 20px;
text-align: left;
} 
.tlm_notes {
margin: 2px 10px 2px 20px;
padding-left:1em;
text-indent: -1em;
}

.tlb {
margin: 5px 10px 10px 20px;
text-align: left;
}


a:link{
color:#0000cc;
padding:0px;
}

a:visited{
color:#996699;
padding:0px;
}

a:hover{
color:#ff9933;
text-decoration:none;
padding:0px;
}

.notes {
margin: 0px 10px 0px 30px;
padding-left:1em;
text-indent: -1em;
font-size:10px;
}

.big {
font-size:14px;
margin: 10px 10px 5px 20px;
text-align: left;
}

.small{
font-size:80%;
}

/*フォーム*/
input[type="text"]:focus, textarea:focus {
   background-color: #ffffcc;
}

.err_txt{
margin: 5px 10px 5px 30px;
font-size:13px;
color: red;
list-style-type: square;
}

/*header*/

#header{
width: 900px;
height:80px;
background:url(/images/hf/bg_header.jpg) top no-repeat;
margin: 0 auto;
}

#header #logo {
padding:0 0 0 10px;
float:left;
}

#header #mailto {
padding: 40px 190px 0px 0;
float:right;
}


/*footer*/

#footer{
width: 100%;
height:80px;
background:url(/images/hf/bg_footer.jpg) top no-repeat;
float: left;
color:#79A3CC;
}

#footer #bmenu{
width: 95%;
padding: 25px 0 10px 0;
font-size:12px;
text-align:center;
}

#footer #cp{
width: 95%;
font-size:10px;
text-align:center;
}

#footer a{
color:#79A3CC;
text-decoration:none;
}

#footer a:hover{
color:#C1BDE8;
}

/*ページトップへ戻る*/
.return_top {
padding: 10px 20px;
text-align: right;
}