@charset "utf-8";
#intro  {
	width: 720px;
	margin-left: 10px;
	display: block;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.oshirase .newicon {
	color: #FFF;
	background-color: #F00;
	margin-left: 3px;
}

#news  {
	width: 725px;
	margin-left: 10px;
	display: block;
	float: left;
	border: thin solid #999;
}
h2  {
	width: 720px;
	background-color: #699;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
dl.oshirase {
	width: 670px;
	overflow: hidden;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}  
.oshirase dd .infotit {
	font-size: 14px;
	font-weight: bold;
}

dl.oshirase dt {
	float: right;
	margin-left: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
	width: 7em;
}  
dl.oshirase dd {
	border-bottom: 1px dotted #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	padding-right: 7em;
}  
.oshirase dd a {
	color: #666;
}
.oshirase dd .infotit a {
	color: #00F;
}


div.tabbox {
	width: 725px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oshirase dd a strong {
}



/* ▼(B)タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
	/* ▼(B-2)リンクをタブのように見せる */
   display: block;
	width: 150px;
	float: left;
	padding: 3px;
	text-align: center;
	height: 25px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs span {
	display: none;
}

/* ▼(B-3)各タブの配色 */
p.tabs a.tab1 {
	color: white;
	background-image: url(image/top/tub_eventinfo.gif);
}
p.tabs a.tab2 {
	color:white;
	background-image: url(image/top/tub_koubo.gif);
}
p.tabs a.tab3 {
	color: white;
	background-image: url(image/top/tub_sonota.gif);
}
p.tabs a.tab4 {
	color: white;
	background-image: url(image/top/tub_event.gif);
}

p.tabs a:hover { color: yellow; }

/* ▼(C)タブ中身のボックス */
div.tab {
	/* ▼(C-2)ボックス共通の装飾 */
   height: 300px;
	overflow: auto;
	clear: left;
}

div#tab1 {
	border: 2px solid #369;
	line-height: 20px;
	font-size: 14px;
}
div#tab2 {
	border: 2px solid #69C;
	font-size: 14px;
	line-height: 20px;
}
div#tab3 {
	border: 2px solid #699;
	font-size: 14px;
	line-height: 20px;
}
#sonota_sq {
	color: #699;
}
div.tab  p{
	margin: 0.5em;
	line-height: 25px;
}
#tab1 li {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}
.tab a {
	text-decoration:none
}
#event_sq {
	color: #369;
}
#koubo_sq {
color: #69C;
}
#facebook {
	width: 350px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#twitter {
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#center_txt {
	text-align: center;
	margin: 30px;
	line-height: 30px;
}
ul.news_ul {
	margin-left: -20px;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
.square_btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;/*色*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: 2px solid #466A6A;/*線色*/
	background-color: #699;
	font-size: 16px;
	width: 8em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	text-align: center;
	margin-top: 20px;
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
