@charset "UTF-8";
/* CSS Document */

/* リセット */
body {
     font:14px/1.231 "ヒラギノ角ゴ Pro W3";
     -webkit-text-size-adjust: 100%;
}
section, nav {
     margin-bottom: 1em;
}
p {
     margin-bottom: 1em;
}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* コンテナ */
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images_smart/bk_container.jpg);
}

#container h2 {
	margin-bottom: 10px;
	width: 320px;
	height: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #222222;
	padding-top: 6px;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
}

#TabbedPanels1 ul li {
	width: 75px;
}


.b {
        font-weight: bold;
}

/* ヘッダー内ナビゲーション */

/* ここまで */

/* 検索ボックス */

/* ここまで */

/* ニュース・イベント */
.newsevent {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.newsevent h3 {
	margin-bottom: 10px;
	width: 320px;
	height: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #33CC00;
	padding-top: 6px;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
}
.newsevent h3 a {
	text-decoration: none;
	text-indent: 15px;
	padding-left: 10px;
	background-position: center;
	font-size: 12px;
	color: #ffffff;
}

.newsevent h4 {
	margin-bottom: 10px;
	width: 320px;
	height: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #996600;
	padding-top: 6px;
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
}

.newsevent .box_news ul li {
	width: 300px;
	float: left;
	display: inline;
	margin-bottom: 5px;
	margin-left: 5px;
}
.newsevent .box_news ul li a {
	text-decoration: none;
	text-indent: 15px;
	padding-left: 10px;
	background-position: left ;
	font-size: 14px;
	color: #0000ff;
}
.newsevent .box_news ul li a:hover {
	color: #0000ff;
}
/* ここまで */

/* サブナビゲーション */
#subnavi {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 0px;
	margin-left: -25px;
}
#subnavi ul li {
	list-style-type: none;
}
#subnavi ul li a {
	height: 30px;
	display: block;
	background-position: 0px;
	margin-bottom: 5px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 16px;
	text-indent: 20px;
	line-height: 30px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid #33CC00;
}
#subnavi ul li a:active {
	color: #0000FF;
	text-decoration: none;
	text-indent: 10px;
}
/* ここまで */

/* このページのトップへ */

/* ここまで */

/* フッター */
footer {
	padding: 0px;
	background-color: #222222;
	margin: 0px;
}
footer p  {
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
footer address {
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
}
footer address a {
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}
