@charset "utf-8";
@import url("reset-min.css");
/* clearfix */
.clearfix:after, .FloatWrap:after { /*--新しいブラウザ用--*/
content: url("/common/images/spacer.gif");
display: block;
clear: both;
height: 0;
}
.clearfix, .FloatWrap{ /*--IE 5.5-7--*/
zoom:1;} 
hr.Clear {
clear: both;
border: solid 1px #FFF;
font-size: 1px;
margin-top: -1px;
}
/* ------------------------------------
    Common
------------------------------------ */
html, body {
    background-color: #E7E7E7;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    color: #666;
    font-size: 12px;
    background: url(/common/images/background.gif) repeat-y center top;
    padding-bottom: 20px;
}
a { color: #666; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
/* ------------------------------------
    Layout
------------------------------------ */
#Wrap {
    margin: 0px auto;
    width: 860px;
}
#Contents {
    margin: 0px auto;
    width: 798px;
    padding-top: 56px;
}
#Side {
    width: 224px;
    float: left;
}
#Main {
    width: 540px;
    float: right;
}
#Side, #Main {
    padding-bottom: 30px;
    text-align: left;
}
#Footer {
    text-align: right;
    border-top: 1px solid #616161;
    padding-top: 7px;
    clear: both;
    width: 798px;
    margin: 0px auto;
}
/* ------------------------------------
    Header
------------------------------------ */
#Visual {
    height: 477px;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
    background: url(/common/images/main_visual.jpg) no-repeat left top;
    text-align: left;
}
#Visual img {
    vertical-align: top;
}
#Visual .Name {
    padding: 123px 0px 0px 297px;
}
#Visual .Profile {
    padding: 24px 0px 0px 297px;
}
#Visual ul {
    padding: 80px 0px 0px 450px;
}
#Visual li {
    display: inline;
    padding-right: 42px;
}
/* ------------------------------------
    Main
------------------------------------ */
#Main .Block {
    border: solid 1px #000;
    padding: 34px 25px 15px 25px;
    margin-bottom: 32px;
}
#Main .EntryCategory {
    border-top: 1px solid #000;
    text-align: right;
    padding-top: 7px;
    font-size: 10px;
    clear: both;
}
#Main .EntryMain p {
    padding-top: 23px;
    line-height: 180%;
    color: #666;
}
#Main .EntryMain p a {
    color: #B0B0B0;
}
#Navigation {
    text-align: center;
    color: #666;
}
/* ------------------------------------
    Side
------------------------------------ */
#Side dd {
    width: 190px;
    padding: 17px 17px 50px;
}
#Side #SCalendar dd {
    width: 190px;
    padding: 17px 17px 30px;
    text-align: center;
}
#SCalendar table {
    border-collapse: collapse;
    border: solid 1px #B8B8B8;
}
#SCalendar th,
#SCalendar td {
    text-align: center;
    line-height: 26px;
    border: solid 1px #B8B8B8;
    color: #616161;
}
#SCalendar td a {
    color: #616161;
}
#SCalendar .SCMonth th {
    background-color: #616161;
    color: #FFF;
}
#SCalendar .SCMonth th a {
    color: #FFF;
}
#SCalendar .SCWeek td {
    background-color: #DFDFDF;
}
#Side li {
    padding-bottom: 5px;
}
#SSearch p,
#SSearchMT p {
    width: 188px;
    height: 22px;
    border: solid 1px #000;
}
#SSearch input,
#SSearchMT input {
    padding: 0px;
    margin: 0px;
    border: none;
    vertical-align: middle;
}
#SSearch input#search,
#SSearchMT input#search {
    width: 163px;
    height: 20px;
    line-height: 20px;
    padding-top: 2px;
    padding-left: 2px;
}
#SCalendar .DayTrue {
    background: url(/common/images/side_calendar_today.gif) no-repeat left top;
}
#SProfile,
#SRecent,
#SCategory {
    font-size: 11px;
}
#SRecent li a,
#SCategory li a {
    color: #666;
}
#SRecent li {
    margin-left: 12px;
    text-indent: -10px;
}
#SProfile p {
    line-height: 164%;
}
#SProfile p.LinkMail {
    padding-top: 10px;
    text-align: right;
    line-height: 100%;
}
#Main .EntryTitle {
    background: url(/common/images/entry_title.gif) no-repeat 0px 7px;
    padding-left: 41px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    width: 325px;
    line-height: 120%;
}
* html #Main .EntryTitle {
    width: 366px;
}
#Main .EntryDate {
    text-align: right;
    font-size: 11px;
    color: #000;
    float: right;
    height: 21px;
    width: 120px;
    padding-top: 5px;
}
#Main .TitleWrap {
    width: 488px;
    padding-bottom: 2px;
}

