@charset "utf-8";
/*
Theme Name: ORIGINAL
Description: オリジナルテーマ
Author: 管理人
*/
@import"/css/default.css";
@import"/css/top.css";
@import"/css/page.css";

.gal-box {
width: 165px;
height: 220px;
display: block;
background: url(img/gal-box-bg.jpg) 0 0 repeat-y;
position: relative;
text-align: center;
margin: 0 4px 10px 3px;
padding: 45px 0 10px 0;
float: left;
}

.gal-top {
width: 165px;
height: 24px;
padding: 6px 0;
display: block;
position: absolute;
top: 0;
font-size: 12px;
color: #fb5a95;
line-height: 1.4;
background: url(img/gal-box-top.jpg) 0 0 no-repeat;
}
.gal-bottom {
width: 165px;
height: 45px;
display: block;
position: absolute;
bottom: 0px;
padding: 5px 0 0 0;
font-size: 12px;
color: #666;
line-height: 1.4;
background: url(img/gal-box-name.jpg) 0 0 no-repeat;
}
.calmain {
margin: 0;
padding: 0;
border-collapse: collapse;
font-weight: normal;
float: left;
}
/*　週間カレンダー
--------------------------------------------------------*/
.cal {
width: 434px;
border-collapse: collapse;
}
.cal th, .cal td {
border: 1px solid #000000;
text-align: center;
font-size: 10px;
padding: 3px;
}