@charset "UTF-8";

/*******************************************************

【共通】基本タグ仕様

 *******************************************************/
* {
margin: 0;
padding: 0;
font-family:
メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, "ＭＳ Ｐゴシック", "MS P Gothic", 
arial, helvetica, sans-serif, Osaka-UI, Osaka;
line-height: 1.6;
letter-spacing: 0.1em;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
img {
vertical-align: top;
border: none;
vertical-align: text-bottom;  /* 画像の下の隙間をなくす */
}

input,select,textarea {
line-height: 1.5;
vertical-align: middle;
font-family: Verdana,sans-serif;	/* mac のため	***/
font-size: 99%;
}

th, td {
vertical-align: top;
border-collapse: collapse;
text-align: left;
font-size: inherit;
font: 100%;
}

ul,ol,li {
list-style: none;
text-align: left;
list-style-position: outside;
font-size: 100%;
}

object {
border: none;
}

p {
font-size: 100%;
text-align: left;
margin-bottom: 5px;
}

a {
outline: none; /* リンクをクリックした時に点線が残るのを消す */
}

br {
letter-spacing: normarl;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*******************************************************

【共通】レイアウト

 *******************************************************/
body {
_text-align: center;  /* IE用 */
zoom: 1; /* IE用 */
border: 0;
    font: 13px;
    *font-size: small;
    *font: x-small;
}
#wrapper {
_text-align: center;  /* IE用 */
zoom: 1; /* IE用 */
margin: 0 auto;
}
#header { /* border: 1px solid red; */
position: relative;
zoom: 1; /* IE用 */
}
#haeder:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#header h1 a {
display: block;
text-indent: -9999px;
}
#logo {
zoom: 1; /* IE用 */
}
#logo:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

#nav {/* border: 1px solid red; */
zoom: 1; /* IE用 */
}
#nav:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#nav li {
float: left;
display: block;
}
#nav li.end {
float: right;
display: block;
}

#contents { /* border: 1px solid red; */
margin: 0 auto;
text-align: center;
zoom: 1; /* IE用 */
}
#contents:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#article {
zoom: 1; /* IE用 */
}
#article:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#aside {
text-align: center;
zoom: 1; /* IE用 */
}
#aside:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#footer {
margin: 0 auto;
zoom: 1; /* IE用 */
}
#footer:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
#pagetop {
width: 100%;
text-align: right;
}
#pankuzu {
width: 100%;
text-align: left;
font-size: 93%;
}
#pankuzu a {
font-size: 100%;
}
.sectionA {/*border: 1px solid blue;  */
margin-bottom: 20px;
width: 670px;
text-align: center;
zoom: 1;
}
.sectionA:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sectionB {/*border: 1px solid blue;  */
margin-bottom: 20px;
width: 670px;
text-align: center;
zoom: 1;
}
.sectionB:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*******************************************************

【共通】パーツ

 *******************************************************/
/* fontsize13px時のfont群 */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* リンク */
a:link, a:visited {
color: #562119;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}

/* 配置 */
.left {
float: left;
margin-right: 20px;
text-align: center;
line-height: 2;
}
.right {
float: right;
margin-left: 20px;
text-align: center;
line-height: 2;
}

.leftOn {
text-align: left;
}
.rightOn {
text-align: right;
}

/* ライン */
hr.nml {
margin: 5px 0;
width: 100%;
border-top: solid 1px #CCCCCC;
color: #CCCCCC;
}
hr.dot {
margin: 5px 0;
border: 0;
border-top: dotted 1px #CCCCCC;
color: #CCCCCC;
}
hr.dash {
margin: 5px 0;
border: 0;
border-top: dashed 1px #CCCCCC;
color: #CCCCCC;
}

/* 強調文字 */
.attn1 {
font-size: 105%;
font-style: normal;
font-weight: bold;
}
.attn2 {
font-size: 123.1%;
}
.attn3 {
font-size:0.8em;
color:#FF0000;
}
strong {
font-weight: bold;
}
hr {
border: 0 none; 
margin: 15px 0;
height: 1px;
border-top: 1px dotted #ccc;
background-color:#fff;
}

/* 余白（下） */
.mgn5 {
margin-bottom: 5px;
}
.mgn10 {
margin-bottom: 10px;
}
.mgn15 {
margin-bottom: 15px;
}
.mgn20 {
margin-bottom: 20px;
}
.mgn30 {
margin-bottom: 30px;
}
.mgn40 {
margin-bottom: 40px;
}
.mgn50 {
margin-bottom: 50px;
}
.mgn60 {
margin-bottom: 60px;
}
/* 写真枠 */
.photoFrame {
border: 1px solid #ccc;
}
.photoFrame img {
margin: 3px;
}
