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

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

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

a {
	text-decoration: none;
}

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



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

#container {
	width: 100%;
	margin: 0 auto;
	background: url("common/head_gra.gif") repeat-x;
}

#container #header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

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

#container #contents #contentsMain {
	width: 510px;
	padding-top: 20px;
	position: relative;
	float: left;
}

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

#container #footer {
	background: url("common/footer_gra.gif") repeat-x;
	width: 100%;
	height: 30px;
}

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



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

#page-header {
	width: 510px;
	float: left;
	margin-top: 35px;
}

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

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

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

#header-top-bg {
	width: 260px;
	height: 100px;
	padding: 0px;
	position: relative;
	float: right;
	background: url("common/sidebar_bg_a.jpg") center top no-repeat;
}

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



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

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

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

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

.entry-date {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
/*	border-top: 2px solid #E6E6E6;*/
	background-color: #ececec;
}

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

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

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

.latest-date {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
/*	border-top: 2px solid #E6E6E6;*/
	background-color: #ececec;
}

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

.module-bg {
	width: 234px;
	height: 131px;
	padding: 0px 13px 15px 13px;
	background: url("common/sidebar_bg_b.jpg") center top no-repeat;
}

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

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

.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: #262626;
	font-size: 11pt;
}

#calendar-head {
	width: 100%;
/*	text-align: center;*/
	border-collapse: collapse;
}

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

#calendar-head .gt {
	width: 55px;
	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: 234px;
	height: 160px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

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



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

#footer-inner {
	width: 800px;
	padding: 7px;
	margin: 0 auto;
	color: #ffffff;
	text-align: right;
}

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



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

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

#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 12px 15px 12px;
}

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

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

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