@charset "utf-8";
@import url(common.css);

/* ===== Header ========================================= */
#Topimage{width:950px; height:400px; background:url(../img/topimage.jpg) top no-repeat; margin:0 auto;}
.diary{width:250px; height:240px; background:url(../img/diary_bg.png) repeat /*rgba(255,255,255,0.5)*/; margin:0 18px; padding-top:14px; overflow:hidden; position:relative; top:70px; text-align:center; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.diary h3{margin:3px 0 10px 20px; font-size:1.15em; text-align:left;}
.diary p{margin:5px 0 0 20px; font-size:0.9em; text-align:left;}

/* ===== Main Contents(Container) =========================== */
#Container{width:950px; margin:38px auto 0 auto;}
#Container .left{width:770px; margin:0; float:left; text-align:left;}
#Container .right{width:180px; margin:0; float:right; text-align:right;}


/*お知らせ*/
.left h3.info{width:750px; height:35px; margin-bottom:10px; background:url(../img/top_info.gif) top left no-repeat; text-indent:-9999px;}
.left section{width:750px; background:#dbd7cf; margin-bottom:20px; padding:5px 0; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.left h2{margin-left:10px;}
.left a, .left a:hover{color:#660033;}

.left ul{margin:10px;}
.left li{padding:5px 15px; border-bottom:1px dotted #999999;}
.left span.date01{color:#d65772; font-size:0.85em; display:block;}
.left span.date02{font-size:0.95em; display:block;}
.left span.category{font-size:0.85em; font-weight:bold;}


.left h3{margin-top:6px; font-size:1.1em; letter-spacing:0.1em;}

.left span.switch{color:#d65772; text-decoration:underline; display:block;}
.switch:after{color:#d65772; content:" ＋";}
.switch:hover{color:#d65772;}
.open:after{content:" －";}
p.topics{height: auto; margin-top:10px; font-size:0.95em; overflow:hidden;}
p.detail{font-size:0.95em;}
img.thumbnail{width:120px; float:left; margin:5px 5px 0 0;}
img.new{width:31px; height:20px; margin-left:5px;}


/* ===== Sidebar ============================================= */
.right ul#Banner-kagi{width:180px; height:180px;}
.right ul#Banner-link{width:180px; margin-bottom:20px;}
.right li.banner{width:180px; float:left; margin-bottom:8px; padding-bottom:5px; color:#ffffff; font-size:85%;}


/* EOC */