/* 全体共通 */
body {
	font-family: Verdana, Geneva, Arial, Helvetica;
	color: #666666;
	line-height: 130%;
	margin: 0px;
	text-align: center;
	background: ; 
	min-width: 900px;
	background-color: #000000;
}

img {
	border-style: none;
	vertical-align: middle;
}

h1,h2,h3,h4,h5,p,ul,ol,dl,blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:link {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:link:hover,
a:visited:hover {
	text-decoration: underline;
	color: #FF0000;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* 上部MAGABON */
#magabon {
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 900px;
    text-align: left;
    margin: 0 auto;
}
.spcn {
     float: left;
     width: 400px;
}
.magabon-logo {
     float: right;
     width: 300px;
     text-align: right;
     margin-top: 0px;
}

/* 全体の枠 */
div.all  {
	width: 900px;
	border: 0px;
	margin: 0 auto;
	background-image: ;
	background-repeat: ;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(img/bg_ichigo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	min-height: 100px;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
}
.main:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}


/* -----------------ヘッダー------------------------------- */

div.header {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 78px;
	text-align: left;
	width: 822px;
}

#top_logo {
	width: 517px;
	margin: 0;
}
/* 説明 */
.description {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 870px;
}

/* -----------------左メニュー--------------------- */

.left-column {
	width: 185px;
	float: left;
	text-align: left;
	margin:  0px 0px 0px 0px;
	padding: 15px 0px 15px 15px;
	font-size: 10px;
	line-height: 130%;
	color: #FFFFFF;
}
.module {
    width: 185px;
}
.module-header {
    margin: 0;
}
.module-content {
    position: relative;
    margin: 5px 10px 5px 5px;
}

.module-list{
    margin: 0 0 0 35px;
    padding: 0;
    list-style: none;
}

.module-list-item {
    line-height: 130%;
}

.module-content a {
	text-decoration: none;
	color: #1D3A8B;
}
.module-content a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.module-content a:visited {
	text-decoration: none;
	color: #DDDDDD;
}
.module-content a:link:hover,
.module-content a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.module-end {
	background-image: url(img/menu_space.gif);
	background-repeat: no-repeat;
	height: 49px;
} 
.module-search {
	text-align: right;
}
.module-search .submit {
	background: #CEDEDED;
	border: #999999 solid 1px;
	font-size: 11px;
}

/* カレンダー */
.module-calendar {
	color: #333333;
	width: 161px;
	height: 119px;
	padding: 5px 5px 0px 5px;
	background-image: url(img/bg_calendar.gif);
	background-repeat: no-repeat;
}

.calendarhead {
    padding-bottom: 0px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 0px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 110%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
} 

img.bannar {
   border: 1px solid #000000;
}

/* -----------------右コンテンツ--------------------- */

.right-column {
	width: 590px;
	float: left;
	text-align: left;
	margin: 15px 0px 15px 50px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

.entry {
	margin-top: 5px;
	margin-bottom: 10px;
}
.entry-title {
	font-size: 13px;
	font-weight: 600;
	background-image: url(img/bg_entrytitle.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
	color: #e61e19;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.entry-text {
	line-height: 160%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.entry-text img {

}

.entry-footer {
	color: #555555;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF0000;
}
.content-nav {
	margin-top: 5px;
	margin-bottom: 20px;

}
.search-title {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* ----------------フッター------------------------- */
div.footer {
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	width: 700px;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 200px;
}

#copy {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

