/*=====================================================================
	基本的な設定　ここから
---------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	background-color: #ffffff;

/*	font-style: normal;
	font-weight: normal;*/
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
/*	line-height: 1.4em;*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear-left {
	clear: left;
/*	visibility: hidden;*/
}

.clear-right {
	clear: right;
/*	visibility: hidden;*/
}

.clear-both {
	clear: both;
	visibility: hidden;
}

a:link { color: #00a0c5; }
a:visited { color: #795180; }
a:hover { color: #777777; }
a:active { color: #777777; }

a {
	text-decoration: none;
}

/*---------------------------------------------------------------------
	基本的な設定　ここまで　
=====================================================================*/



/*=====================================================================
	レイアウト配置　ここから
---------------------------------------------------------------------*/

#container {
	width: 100%;
	margin: 0 auto;
}

#container #header {
	width: 100%;
	height: 230px;
	background-color: #021b5b;
	background: url("common/head_bg.jpg") repeat-x;
	position: relative;
	margin-bottom: 20px;
}

#container #contents {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}

#container #contents #contentsMain {
	width: 560px;
	padding: 0px;
	position: relative;
	float: left;
}

#container #contents #sideBar {
	width: 240px;
	padding: 0px;
	position: relative;
	float: right;
}

#container #footer {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px 0px 10px 0px;
	position: relative;
	border-top: 2px solid #00a0c5;
}

/*---------------------------------------------------------------------
	レイアウト配置の設定　ここまで
=====================================================================*/



/*=====================================================================
	headerの設定　ここから
---------------------------------------------------------------------*/

#header-inner {
	width: 800px;
	margin: 0 auto;
}

#header-banner {
	width: 800px;
	height: 13px;
	padding: 3px 0px;
	margin: 0 auto;
	background: url("common/header_bg.gif") no-repeat;
}

#header-banner p {
	font-size: 12px;
	text-align: center;
}

#header-banner img {
	vertical-align: bottom;
}

#item {
	width: 800px;
	margin: 0 auto;
}

#header-menu  {
	width: 800px;
	position: absolute;
	top: 210px;
	text-align: center;
}

#header-menu li {
	position: relative;
	display: inline;
	list-style: none;
	margin: 0px 3px 0px 3px;
	font-size: 14px;
}

#header-menu li a  {
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}

#header-menu li a:hover  {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a0c5;
}

#header-menu li.current span {
	color: #ffffff;
	text-decoration: none;
	background-color: #00a0c5;
	padding: 5px 5px 5px 5px;
}

#page-title {
	padding: 50px 0px 0px 0px;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
}

#page-title a {
	color: #ffffff;
	text-decoration: none;
}

#page-description {
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	font-size: 15px;
}

/*---------------------------------------------------------------------
	headerの設定　ここまで
=====================================================================*/



/*=====================================================================
	entryの設定　ここから
---------------------------------------------------------------------*/

.entry {
	width: 530px;
	padding: 0px 30px 30px 0px;
}

.entry-title {
	padding: 0px 0px 3px 0px;
	color: #00a0c5;
	font-size: 18px;
	border-bottom: 2px solid #00a0c5;
}

.entry-content {
	padding: 15px 0px 0px 0px;
	line-height: 1.4em;
}

.entry-date {
	padding: 10px 0px 0px 0px;
	margin-top: 15px;
	text-align: right;
	border-top: 2px solid #E6E6E6;
}

.entry-more-link li {
	margin: 10px 0px 0px 0px;
	list-style: disc outside url("common/more.gif");
	text-align: right;
}

.article-list {
	margin-top: 10px;
	text-align: right;
}

.article-list a {
	text-decoration: underline;
}

.latest-date {
	padding: 10px 0px 0px 0px;
/*	margin-top: 15px;*/
	text-align: right;
/*	border-top: 2px solid #E6E6E6;*/
}

.search-title {
	padding: 0px 0px;
	font-size: 16px;
}

.edit-title {
	padding: 0px 0px;
	font-size: 14px;
	text-align: right;
}

.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

/*---------------------------------------------------------------------
	entryの設定　ここまで
=====================================================================*/



/*=====================================================================
	moduleの設定　ここから
---------------------------------------------------------------------*/

.module {
	width: 228px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	background-color: #f0f0f0;
	border: 1px solid #828282;
}

.module-title {
	padding: 0px 0px 5px 15px;
	color: #00a0c5;
	font-size: 15px;
	background: url("common/arrow_s.gif") left 30% no-repeat;
	background-color: #f0f0f0;
}

.module-content {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	line-height: 1.4em;
}

.module-content-cal {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	line-height: 1.4em;
	height: 165px;
}

.module-content-list {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	line-height: 1.4em;
	height: 283px;
}

.ul-disc-wide li {
	margin-left: 1.5em;
	list-style: disc outside url("common/ten_b.gif");
}

.ul-disc-wide a {
	text-decoration: underline;
}

.calendar-title {
	padding: 0px 0px 5px 0px;
	color: #00a0c5;
	font-size: 11pt;
}

#calendar-head {
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	border-collapse: collapse;
}

#calendar-head .lt {
	width: 30px;
	text-align: left;
	font-weight: bold;
}

#calendar-head .gt {
	width: 30px;
	text-align: right;
	font-weight: bold;
}

#calendar {
	width: 100%;
	border-collapse: collapse;
}

#calendar td,th {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#calendar a {
	text-decoration: underline;
}

.today {
    display: block;
    border: 1px solid #444444;
}

.cal-iframe {
	width: 228px;
	height: 165px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.list-iframe {
	width: 228px;
	height: 283px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*---------------------------------------------------------------------
	moduleの設定　ここまで
=====================================================================*/



/*=====================================================================
	footerの設定　ここから
---------------------------------------------------------------------*/

#footer-banner {
	width: 800px;
	height: 18px;
	padding: 11px 0px;
	margin-bottom: 10px;
	background: url("common/footer_bg.gif") no-repeat;
}

#footer-banner p {
	font-size: 12px;
	text-align: center;
}

#footer-banner img {
	vertical-align: middle;
}

/*---------------------------------------------------------------------
	footerの設定　ここまで
=====================================================================*/



/*=====================================================================
	共通項目の設定　ここから
---------------------------------------------------------------------*/

#page-gotop {
	width: 530px;
	padding: 0px 30px 0px 0px;
}

#page-gotop-link li {
	list-style: disc outside url("common/top.gif");
	text-align: right;
}

#page-gotop-link a {
	text-decoration: none;
}

#sideBar-banner li {
	list-style: none;
	margin: 0px 3px 15px 3px;
	text-align: center;
}

#sideBar-banner img {
	vertical-align: middle;
}

#sideBar-banner2 li {
	list-style: none;
	margin: 0px 3px 15px 3px;
	text-align: left;
}

/*---------------------------------------------------------------------
	共通項目の設定　ここまで
=====================================================================*/
