/* リセット・共通パーツ
=============================================== */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 0.5em;
    color: #333;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border:0;
    font-size:100%;
    font-weight:normal;
}
header, nav, section, article, aside, span, figure, figcaption {
    width: 100%;
    margin:0 auto;
}
p {
    margin:0;
    padding:0;
    font-size:100%;
    text-decoration:none;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
img {
    border:none;
}
a {
    text-decoration: underline;
    color: #339900;
}
a:hover,
a:active {
    text-decoration: none;
}
a:hover img{
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* フォント
=============================================== */
.M {
    font-size: 14px;
}
.Mb {
    font-size: 14px;
    font-weight: bold;
}
.S {
    font-size: 12px;
}
.SS {
    font-size: 10px;
}
.Sb {
    font-size: 12px;
    font-weight: bold;
}
.L {
    font-size: 16px;
}
.Lb {
    font-size: 16px;
    font-weight: bold;
}
.LL {
    font-size: 18px;
}
.LLb {
    font-size: 18px;
    font-weight: bold;
}

/* パーツ
=============================================== */
a.greenlink {
background: url("../img/common/arrow_green.png") center left no-repeat;
padding-left: 14px;
font-size: 15px;
text-decoration:none;
font-weight:bold;
color: #333;
}
a.greenlink:hover,
a.greenlink:active {
color: #339900;
}
a.graylink {
background: url("../img/common/arrow_gray.png") center left no-repeat;
padding-left: 12px;
font-size: 14px;
color: #333;
}
a.brownlink {
background: url("../img/common/arrow_brown.png") center left no-repeat;
padding-left: 12px;
font-size: 14px;
text-decoration:none;
font-weight:bold;
color: #AF946E;
}
hr {
height: 0;
margin: 10px 0;
padding: 0;
border: 0;
border-top: 1px solid #CCC;
}
.newsdate {
    font-size: 16px;
    line-height: 30px;
}
#footer .footerlink {
    font-size: 15px;
    color: #FFF;
}
#footer a {
    text-decoration: none;
    color: #FFF;
}
#footer a:hover,
#footer a:active {
   text-decoration: none;
   border-bottom: 1px solid #FFF;
}
.footerbranch {
    font-size: 13px;
    font-weight: bold;
    color: #62614A;
}
.footercopy {
    font-size: 11px;
    color: #FFF;
}
.subtitle {
font-size: 19px;
line-height:35px;
font-weight: bold;
background-image: url(../img/common/subtitle.png);
background-repeat: no-repeat;
height: 35px;
width: 660px;
padding-left: 15px;
}
.photoframe{
     border:1px solid #CCC;   
     padding:3px;
     background-color:#FFF;
}
.btn {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    background: -moz-linear-gradient(top,#5CAD33 0%,#339900);
    background: -webkit-gradient(linear, left top, left bottom, from(#5CAD33), to(#339900));
    line-height: 100%;
    border: solid 1px #339900;
    cursor: pointer;
}
.btn:hover  {
	background: #339900;
	text-decoration: none;
}
.btn2 a{
    display: inline-block;
    padding:10px;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    margin: 15px 0;
    font-size: 15px;
    background-color:#81562B;
    line-height: 100%;
    cursor: pointer;
}
select {
    font-size:14px;
    padding:5px;
}
input {
    font-size:14px;
    padding:5px;
}
textarea{
    font-size:14px;
    padding:5px;
    height:140px;
    width:100%;
}
input[type=checkbox] {
    width: 16px;
    height: 16px;
    vertical-align: top;
}
input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: top;
}