/* Base Weblog (base-weblog.css) */
/* basic elements */

form { margin: 0; padding: 0; }
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: underline;
}
a img { border: 0; }

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", "Osaka−等幅",verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	text-align: center;
	background:url(/image/bg_body.gif) top left repeat;
}


#container {
    position: relative;
    width: 770px;
    margin: 0px auto; 
    text-align: left;
	background-color:#fff;
}
#container-inner {
	position: static;
    width: 760px;
    margin: 0px auto;
	padding-bottom:5px
}

/*-------------- ヘッダー --------------*/
#banner { position: relative; }
#banner-inner,
#banner-inner2 {
	position: static;
    width: 760px;
    height: 290px;
	background:url(/image/bg_banner.gif) bottom left no-repeat;
	background-color:#336699;
}
#banner-inner2 {
    height: 70px;
}
#banner-inner h1,
#banner-inner h2,
#banner-inner2 h1,
#banner-inner2 h2 {
	font-size:12px;
	display:none;
}
#banner-left {
	float:left;
	width:310px;
}
#banner-inner2 #banner-left{
	float:left;
	width:280px;
	padding-left:20px;
}
#banner-left img{
	margin:5px 0 0 8px;
}
#banner-comment {
	width:280px;
	margin:10px 0 0 30px;
	color:#fff;
}
#banner-comment a{
	color:#C2D7E9;
}
#banner-comment a:hover{
	color:#C2D7E9;
	text-decoration: underline;
}
#banner-comment h3 {
	text-indent:-10000px;
	font-size:12px;
	height:24px;
}
.banner-comment-header{
	background:url(/image/bg_banner_header.gif) top left no-repeat;
	background-color:#336699;
	height:24px;
	margin-bottom:0px;
}
.banner-comment-text{
	margin:5px;
	font-size:11px;
	height:170px;
	overflow:auto;
	background-color:#369;
	scrollbar-base-color: #369;
	scrollbar-darkshadow-color: #369;
	scrollbar-track-color:#369;
	scrollbar-arrow-color:#FFF1BB;
}
.banner-comment-text p{
	margin:5px 5px 0 0;
	font-size:12px;
}
#banner-right {
	float:left;
	width:450px;
}
#banner-right img{
	margin:10px 0 0 10px;
}
#banner-right p{
	margin:10px 0 0 10px;
	color:#fff;
	line-height:140%;
}
#banner-right a{
	color:#fff;
}

/*-------------- ページボディ --------------*/
#pagebody {
	position: relative; width: 100%;
    min-height: 1px;
}
#pagebody-inner {
	position: static;
    width: 760px;
}

/*-------------- アルファ --------------*/
#alpha {
    position: relative;
}
#alpha-inner{
    position: static;
	margin-top:5px;
	padding-bottom:15px;
    width: 760px;
/*    float: left;*/
	background:url(/image/bg_alpha.gif) top left no-repeat;
	background-color:#CCC;
}
.title_logo{
	margin:15px 0 0 40px;
	font-size:10px;
	text-indent:-10000px;
	background:url(/image/saisin.gif) top left no-repeat;
	height:20px;
}
#entry_mainpage{
	margin:5px 0 5px 20px;
	width:730px;
	height:250px;
	overflow:auto;
	background-color:#DBDBDB;
	scrollbar-base-color: #DBDBDB;
	scrollbar-darkshadow-color: #DBDBDB;
	scrollbar-track-color:#DBDBDB;
}
.newssize{
	text-align:right;
	margin:0;
	margin-right:20px;
	font-size:10px;
}
.entry_main{
	text-align:left;
	margin:10px 0 5px 20px;
}
.entry_main p{
/*	margin:5px;*/
}
.date-header{
	width:100px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#333;
	background:url(/image/bg_date2.gif) top left no-repeat;
	padding-left:25px;
}
#entry_mainpage .date-header{
	background:url(/image/bg_date.gif) top left no-repeat;
}
.entry{
	width:550px;
	float:left;
}

.entry-title{
	width:200px;
	float:left;
	font-size:12px;
}
.entry-title a{
	color:#960;
}
.entry-body{
	width:330px;
	float:left;
	font-size:12px;
	padding-left:5px;
}
.entry-more-link{
	margin:3px 0 0 0;
}
.entry-footer{
	margin:3px 0 0 0;
	clear:both;
}
.paginate{
	margin:15px 20px;
	color:#666;
}
.paginate a{
	color:#960;
}
/*-------------- アルファ（エントリー） --------------*/
.content-nav{
	text-align:left;
	margin:10px 0;
	padding-left:50px;
}
#archive-title{
	margin:10px 25px;
	text-align:left;
	color:#369;
	font-size:18px;
}
.entry-content{
	width:710px;
	margin:0 25px;
	border:1px dotted #369;
	background-color:#fff;
}
.text{
	margin:10px;
	font-size:14px;
	line-height:160%;
}
.text a{
	color:#c30;
}
.text a:hover{
	color:#c30;
	text-decoration: underline;
}
.text img{
	margin-right:10px;
	border:1px solid #333;
}
.text img.banner{
	border:none;
}
.text table{
	border-collapse:collapse;
}
.text td{
	border:1px solid #ccc;
	padding:3px;
}
.text td.item{
	background-color:#eee;
}
.text blockquote{
	border:1px solid #a3c1e0;
	background-color:#CFDFEF;
	padding:3px 10px;
}
.text blockquote a{
	color:#666;
}
.map{
	width:500px;
	height:300px;
	border:1px solid #369;
}
.event td,
.event img{
	border:0px;
}
/*-------------- アルファ（コメント確認） --------------*/
.comment-preview{
	margin:15px auto;
	width:330px;
	
}
.comment-preview .comments-open-content{
	width:330px;
	margin-left:0px;
}
/*-------------- アルファ（問い合わせ） --------------*/
.contact {
	width:500px;
    margin:0 auto; 
}
/*-------------- ベータ --------------*/
#beta {
    position: relative;
}

#beta-inner{
    position: static;
	margin-top:0px;
    width: 230px;
    float: left;
	background-color:#CCC;
}

.module-header{
	margin:15px 0 0 55px;
	font-size:10px;
	text-indent:-10000px;
	height:20px;
}
.module-categories .module-header{
	background:url(/image/category.gif) top left no-repeat;
}
.module-archives .module-header{
	background:url(/image/archive.gif) top left no-repeat;
}

.module-content ul{
	padding:0px;
	margin:5px 0 0 55px;
	list-style:none;
}
.module-content ul ul{
	margin-left:25px;
}
.module-content li{
	margin-bottom:3px;
}
.module-content li,
.module-content a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.module-content a{
color:#693;
}
.module-content a:hover{
	color:#693;
	text-decoration: underline;
}
.todayeki{
	margin:5px 0;
	text-align:center;
	color:#666;
}
.todayeki p{
	margin:3px 0;
}
/*-------------- ガンマ --------------*/
#gamma {
    position: relative;
}
#gamma-inner{
    position: static;
	margin-top:0px;
    width: 530px;
    float: right;
	background:url(/image/bg_gamma.gif) top left no-repeat;
	background-color:#fff;
}
.sankou-header{
	margin:15px 0 0 20px;
	font-size:10px;
	text-indent:-10000px;
	background:url(/image/eventschedule.gif) top left no-repeat;
	height:25px;
}
.sankou-content{
	margin:10px 10px 10px 20px;
	font-size:13px;
	color:#666;
	line-height:120%;
}
.sankou-content strong{
	color:#333;
	font-size:14px;
}
.sankou-content a{
	color:#c30;
}
.sankou-content a:hover{
	color:#c30;
	text-decoration: underline;
}
.benri img{
	float:left;
	vertical-align:top;
}
.benri table{
	border-collapse:collapse;
}
.benri th{
	border:1px solid #a3c1e0;
	background-color:#CFDFEF;
}
.benri td{
	text-align:left;
	padding:5px;
	border:1px solid #a3c1e0;
}
.benri p{ margin:0;padding:0; }
/*-------------- ガンマ（エントリ） --------------*/
.trackbacks,
.comments{
	margin-left:20px;
	margin-bottom:20px;
}

.trackbacks-header,
.comments-header,
.comments-open-header{
	margin-top:15px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
.trackbacks p{
	margin:8px;
}
#trackbacks-info{
	border:1px dotted #A3C1E0;
}
.trackbacks-content{
	margin-top:10px;
	padding:5px 0;
	background-color:#CFDFEF;
}
.trackback-content{
	margin:0 5px;
	line-height:140%;
}
.trackback-footer{
	font-size:11px;
	text-align:right;
}
.comments p{
	margin:5px;
}
.comment-inner{
	padding:3px;
	margin:5px 5px;
	line-height:140%;
	border:1px solid #ccc;
}
.comment-content{
	margin:5px;
}
.comment-footer{
	font-size:11px;
	text-align:right;
}
.comments-open p{
	margin:3px;
}
.comments-open-content{
	width:330px;
	margin-left:60px;
}
#comment-text{
	width:300px;
	height:120px;
}
#comment-author,
#comment-email,
#comment-url{
	width:300px;
}
.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}
/*-------------- フッター --------------*/
#footer { position: relative;clear:both; }
#footer-inner {
	position: static;
	text-align:right;
    width: 760px;
	padding:3px 0;
	border-top:5px solid #CCC;
	color:#fff;
	background:url(/image/bg_footer.gif) bottom left no-repeat;
	background-color:#336699;
	line-height:150%;
}
#footer-inner a{
	color:#fff;
}
#footer-inner a:hover{
	color:#fff;
	text-decoration: underline;
}
