@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/

*{
margin: 0;
padding: 0;
font-size: 100%;
}

body{
background: url(img/bg.jpg) no-repeat center top #E7D575;
color:#666;
text-align:center;
font-size:75%;
line-height:1.5;
/*\*/
letter-spacing:0.1em;
/**/
}

body {
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
}

a { text-decoration: underline;}

a:link, a:visited, a:active { color: #609; }

a:hover { color: #96C; }

a img ,img { border:none; vertical-align: top; }


h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form, input{
margin: 0px;
padding: 0px;
font-weight: normal;
list-style:none;
}

h1{ color:#796605; padding:4px 6px;}
h3.md{ margin-top:8px; margin-bottom:15px;}

#wrapper { width:860px; margin:0 auto; padding:10px; background:#fff;}
#contents{ background:url(img/con_bg.gif) repeat-y; padding-bottom:20px;}
#sideBox { width:260px; float:left; margin-right:20px;}
#sideBox #site ul{ text-align:center;}
#sideBox #site li{ width:240px; margin-left:10px; padding-top:14px; padding-bottom:14px; border-bottom:1px dashed #BD984A;}
#conBox{ width:575px; margin:0 auto; float:left; text-align:left;}
#conBox dl.top dt{ width:74px; float:left; margin-bottom:6px;}
#conBox dl.top dd{ width:500px; float:left; margin-bottom:6px;}

#profile p{ margin-bottom:15px;}

#PageContents{ margin-top:30px; padding:6px; border:1px dashed #BD984A; text-align:center;}

#footer { clear:both; height:25px; background:url(img/footer.gif) no-repeat bottom; color:#fff; text-align:left; padding-top:55px}

#footer a:link , #footer a:visited , #footer a:active{
font-size:80%;
text-decoration:none;
color:#fff;
}

#footer a:hover {
font-size:80%;
text-decoration:none;
color: #fff;
}

#mediaCon{ margin:10px 10px 0; font-size:90%; text-align:left; line-height:120%;}
#mediaCon p{ margin-bottom:10px;}

/* トップページ
---------------------------------------------------- */
#topBox01 { width:450px; float:left;}
#topBox02 { width:290px; float:right;}
#topWel{ width:800px; height:319px; background:url(img/main.jpg) no-repeat; margin-top:15px; margin-bottom:15px;}
#topWel .txt{ width:200px; padding-top:60px; padding-left:30px;}

#topWel .txt p{ margin-bottom:15px;}

.tt a:link, .tt a:visited , .tt a:active{ color:#ae9d6a; font-weight:bold;}
.tt a:hover{ color:#960;}
.dd{ color:#b1b0ae; font-size:80%;}
ul#whats li, .archives li{background:url(img/ico.gif) no-repeat left 6px; padding-left:10px;}
#whats li { margin-top:10px;}
.archives li{ margin-top:6px;}

/* MT関連
---------------------------------------------------- */
#mtBox01 { width:535px; float:left;}
#mtBox02 { width:170px; float:right; padding:15px;}
.bg{ background:url(common/img/mt_bg.gif) repeat-y;}
#mtBox01 h4 {color:#514835; font-weight:bold; font-size:120%; padding-top:10px; padding-bottom:10px; border-top:1px dashed #a59c90; border-bottom:1px dashed #a59c90;}
#mtBox01 .data{ text-align:right; padding-top:6px;}
#mtBox01 h5{ font-weight:bold;}

#mtBox02 h4{ border-bottom:1px dashed #a59c90; margin-bottom:6px;}

#mtBox02 ul { margin-bottom:20px;}
#mtBox02 li {background:url(common/img/ico_li.gif) no-repeat left 6px; padding-left:10px;}

.mtTxt {margin-top:40px;}

.entTxt p { padding-top:15px;}

.count{border:1px dashed #a59c90;
padding:6px;
text-align:center;
margin-top:20px;}

/* プロフィール
---------------------------------------------------- */
#proBox01 { width:440px; float:left;}
#proBox02 { width:300px; float:right;}
#proBox01 .txt { margin-left:20px; margin-top:20px;}
#proBox01 .txt p { margin-bottom:15px;}



/*
---------------------------------------------------- */

.w200 {width: 200px;}
.w400 {width: 400px;}

/* スペース関連
---------------------------------------------------- */

.mb05{margin-bottom:05px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb40{margin-bottom:40px;}

.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}




/* その他
---------------------------------------------------- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clr{clear:both; visibility: hidden; min-height: 0; height: 0; width:0;}
.left{float:left;}
.right{float:right;}

.toLeft, th.toLeft, td.toLeft {text-align:left;}
.toRight, th.toRight, td.toRight {text-align:right;}
.toCenter, th.toCenter, td.toCenter {text-align:center;}

.small{ font-size:80%; color:#999;}

.tospBn{ margin-left:15px;}
.tobnPk{ color:#CC0066;}
