@charset "utf-8";
/* CSS Document */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #666666;
	background-color: #5CD1FC;
	background-image: url(images/contents_back.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0099FF;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	font-size: 1em;
}
caption {
	white-space: nowrap;
}
th {
	color: #FFFFFF;
	background-color: #AAAAAA;
	padding: 5px;
	white-space: nowrap;
}
td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

#TOP {
}
#crumbs_navi {
	width: 958px;
	top: 280px;
	position: absolute;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #BCC1CB;
	height: 27px;
	font-size: 0.9em;
	padding-top: 3px;
}
#crumbs_navi h2 {
	display: none;
}
#crumbs_navi a {
	color: #FFFFFF;
}
.centers {
	text-align: center;
}
.details {
	text-align: right;
}
.alerts {
	color: #FF3399;
}
.pageup {
	font-size: 0.8em;
	text-align: right;
	padding: 20px;
	clear: both;
}
.pageup a {
	color: #999999;
}
.pageup a:hover {
	color: #0099FF;
	text-decoration: none;
}
.feeds li {
	display: inline;
	background-image: url(images/rss.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

/*ヘッダー*/
#header {
	height: 100px;
	background-color: #00266E;
}
#header-logo {
	padding-top: 10px;
	padding-left: 10px;
}
#header-logo a {
	height: 33px;
	width: 235px;
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/*メニュー*/
#mainmenu h2,#submenu h2 {
	display: none;
}
#mainmenu ul,#submenu ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	display: block;
	padding: 0px;
	float: left;
}
#mainmenu {
	width: 978px;
	position: absolute;
	top: 70px;
	left: auto;
	right: auto;
}
#mainmenu a {
	background-image: url(images/main_menu.gif);
	display: block;
	height: 30px;
	width: 163px;
	text-indent: -9999px;
}
#bt01 a {
	background-position: 0px 60px;
}
#bt01 a:hover {
	background-position: 0px 30px;
}
#bt02 a {
	background-position: 815px 60px;
}
#bt02 a:hover {
	background-position: 815px 30px;
}
#bt03 a {
	background-position: 652px 60px;
}
#bt03 a:hover {
	background-position: 652px 30px;
}
#bt04 a {
	background-position: 489px 60px;
}
#bt04 a:hover {
	background-position: 489px 30px;
}
#bt05 a {
	background-position: 326px 60px;
}
#bt05 a:hover {
	background-position: 326px 30px;
}
#bt06 a {
	background-position: 163px 60px;
}
#bt06 a:hover {
	background-position: 163px 30px;
}
#submenu {
	position: absolute;
	top: 10px;
	right: 20px;
	height: 33px;
}
#submenu li {
	display: block;
	padding: 0px;
	float: right;
}
#submenu a {
	height: 33px;
	display: block;
	width: 178px;
	text-indent: -9999px;
}
#sbt01 a {
	background-image: url(images/sub_menu);
}
/*フォルダーリスト*/
#folder-list {
	top: 103px;
	width: 978px;
	position: absolute;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}
#folder-list h2 {
	display: none;
}
#folder-list a {
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#folder-list ul {
	display: inline;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#folder-list li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/*コンテンツ*/
#contents {
	background-color: #FFFFFF;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#header-name {
	background-color: #5CD1FC;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 180px;
	width: 978px;
	background-position: bottom;
}
#assets-body-side {
	float: left;
	width: 700px;
	padding-top: 60px;
	padding-left: 30px;
}
.archive-title {
	font-size: 1.8em;
	font-weight: normal;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	padding-left: 10px;
	line-height: 1.5em;
	color: #669966;
	margin-bottom: 10px;
}
.asset-name {
	background-image: url(images/title.gif);
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border: 1px solid #CCCCCC;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 1.2em;
	padding-right: 10px;
}
.asset-subname {
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.asset-subname2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #FF9966;
}
.content-nav {
	text-align: center;
}
/*記事コンテンツ*/
#content-nav-previous {
}
#content-nav-next {
	text-align: right;
}
.asset-footer {
	background-image: url(images/block_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
/*サイドバー*/
#sidebar {
	float: right;
	width: 180px;
	margin-top: 60px;
	margin-right: 30px;
	border: 1px solid #999999;
	padding-bottom: 10px;
	line-height: 1.5em;
}
#sidebar h2 {
	background-image: url(images/topics_t.gif);
	text-indent: -9999px;
	height: 41px;
}
.widget-topics, .widget {
	background-image: url(images/block_footer.gif);
	padding-bottom: 10px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.widget-content {
	padding: 10px;
}
.widget-content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.widget-header, .widget-header-link {
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #FF6600;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.widget .feed-reader {
	text-align: center;
	margin-bottom: 10px;
}
/*フッター*/
#footer {
	background-color: #00266E;
	color: #FFFFFF;
	font-size: 0.9em;
	background-image: url(images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer-inner {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#footer h2, #footer h3 {
	display: none;
}
#footer-menu {
	text-align: center;
	padding: 10px;
}
#footer-menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer-menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#footer-menu a {
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#abouts {
	text-align: center;
}
#abouts ul, #abouts li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#copyright {
	text-align: center;
	font-size: 0.9em;
	padding: 20px;
	line-height: 1.5em;
	color: #93B9FF;
}
