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

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

body {
	color: #535353;
	background-color: #ffffff;
	background: url("common/bg_top.gif") left top no-repeat;

/*	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: #535353; }
a:visited { color: #795180; }
a:hover { color: #777777; }
a:active { color: #777777; }

a {
	text-decoration: none;
}

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



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

#container {
	width: 1024px;
/*	margin: 0 auto;*/
	background: url("common/header_bg.gif") repeat-x;
}

#container #header {
	width: 1024px;
	height: 142px;
/*	margin: 0 auto;*/
	position: relative;
	background: url("common/head_bg.jpg") left bottom no-repeat;
}

#container #contents {
	width: 1024px;
/*	margin: 0 auto;*/
	background: url("common/sidebar_bg.gif") left top repeat-y;
	overflow: auto;
/*	background-color: #ffffff;*/
}

#container #contents #contentsMain {
	width: 600px;
	padding: 30px 112px 0px 0px;
	position: relative;
	float: right;
}

#container #contents #sideBar {
	width: 260px;
	padding: 0px 0px 0px 21px;
	position: relative;
	float: left;
/*	border-right: 1px solid #262626;
	border-left: 1px solid #262626;*/
}

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

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



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

#page-header {
	width: 262px;
	height: 142px;
	padding: 0px 0px 0px 20px;
	position: relative;
	float: left;
	background: url("common/page_header_bg.gif") right top no-repeat;
/*	border-left: 1px solid #535353;
	border-right: 1px solid #535353;*/
}

#page-title {
	width: 9em;/*追加*/
	padding: 15px 10px 5px 10px;/*変更*/
	color: #003899;
	font-size: 24px;
	text-decoration: none;
	text-align: right;/*追加*/
}

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

#page-description {
	padding: 0px 10px 0px 10px;
	color: #666666;
	font-size: 12px;
}

#header-inner {
	width: 742px;
	height: 142px;
	float: right;
}

#header-banner {
	width: 732px;
	height: 13px;
	padding: 3px 0px 3px 10px;
}

#header-banner p {
	font-size: 11px;
}

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

#item {
	width: 600px;
	padding: 0px 0px 0px 30px;
}

#header-menu  {
	width: 600px;
	position: absolute;
	top: 121px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

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

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

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

#header-menu li.current span  {
	color: #ffffff;
	text-decoration: none;
	background-color: #003899;
	padding: 7px 4px 7px 4px;
}

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



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

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

.entry-title {
	padding: 0px 0px 3px 0px;
	color: #535353;
	font-size: 18px;
/*	background: url("common/square_g.gif") left 30% no-repeat;*/
	border-bottom: 2px solid #003899;
}

.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;
}

.entry-more-link a:link { color: #003899; }

.entry-more-link a:visited { color: #795180; }

.entry-more-link a:hover { color: #777777; }

.entry-more-link a:active { color: #777777; }

.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: 234px;
	padding: 0px 13px 20px 13px;
	margin: 0px 0px 20px 0px;
	color: #ededed;
/*	background-color: #f0f0f0;
	border: 1px solid #828282;
	background: url("common/line_bot.gif") center bottom no-repeat;*/
}

.module-banner {
	width: 250px;
	padding: 0px 5px 0px 5px;
}

.module-title {
	padding: 5px 5px;
	margin-bottom: 5px;
	color: #003899;
	font-size: 15px;
	background-color: #ededed;
	border: 1px solid #707070;
}

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

.module-content-banner {
	width: 234px;
	padding: 0px 8px 0px 8px;
	background-color: #ffffff;
}

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

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

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

.module a:link { color: #ededed; }
.module a:visited { color: #65e887; }
.module a:hover { color: #ffa200; }
.module a:active { color: #ffa200; }

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



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

#footer-banner {
	width: 500px;
	height: 61px;
	padding: 13px 50px 0px 50px;
	background: url("common/footer_bg.gif") no-repeat;
}

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

#footer-banner img {
	vertical-align: middle;
	margin-bottom: 3px;
}

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



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

#page-gotop {
	width: 600px;
	margin-bottom: 30px;
}

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

#page-gotop-link a:link { color: #003899; }

#page-gotop-link a:visited { color: #795180; }

#page-gotop-link a:hover { color: #777777; }

#page-gotop-link a:active { color: #777777; }

#sideBar-banner {
	padding: 15px 0px 0px 0px;
}

#sideBar-banner li {
	list-style: none;
	padding: 0px 0px 15px 0px;
}

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

#sideBar-banner p {
	margin: 4px 0px 0px 0px;
	font-size: 11px;
}

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