@charset "utf-8";

/* -----------------------------------------------------------
 * リセット
 * ----------------------------------------------------------- */
* {
	line-height: 1.7;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	clear: both;
}
img {
	border: none;
}
a {
	color: #3d8cc9;
}
a:hover {
	color: #f3a31d;
}

body {
	text-align: center;
	font-size: 80%;
	color: #333;
}

table#border_none,
table#border_none tr td{
	border: 0;
}

/* -----------------------------------------------------------
 * レイアウト
 * ----------------------------------------------------------- */
div#header {
	text-align: left;
}
div#header_inner {
	position: relative;
	margin: 0 auto;
	width: 800px;
}
div#main {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
div#main_inner {
	width: 100%;
}
div#main_inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#contents {
	float: right;
	width: 565px;
}
div#utilities {
	float: left;
	width: 220px;
}
div#footer {
	text-align: center;
}
div#footer_inner {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

/* -----------------------------------------------------------
 * 共通
 * ----------------------------------------------------------- */

/* ヘッダー
------------------------------------------------------------- */
div#header {
	background-color: #10007d;
	background-image: url("../images/header_bg.jpg");
	background-repeat: repeat-x;
}
div#header_inner {
	height: 0;
	margin-bottom: 80px;/*ヘッダーグローバルナビの高さ＋マージン*/
	padding-top: 135px;
	background-image: url("../images/header_inner_bg.jpg");
	background-repeat: no-repeat;
}

/* サイトロゴ
-------------------------- */
div#header .site_name {
	position: absolute;
	top: 0;
}
div#header .site_name a {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 135px;
	background-image: url("../images/");
	background-repeat: no-repeat;
}

/* サイトディスクリプション
-------------------------- */
div#header .site_description {
	display: none;
}


/* ヘッダーボタンナビ
-------------------------- */
div#header ul.button {
	position: absolute;
	top: 44px;
	left: 280px;
}
div#header ul.button li {
	display: inline;
}
div#header ul.button li a {
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 75px;
	margin: 0;
	background-repeat: no-repeat;
}
div#header ul.button li.button_01 a {
	width: 110px;
	background-image: url("../images/header_button_01.jpg");
}
div#header ul.button li.button_01 a:hover {background-image: url("../images/header_button_01_over.jpg");}
div#header ul.button li.button_02 a {
	width: 135px;
	background-image: url("../images/header_button_02.jpg");
}
div#header ul.button li.button_02 a:hover {background-image: url("../images/header_button_02_over.jpg");}


/* ヘッダーグローバルナビ
-------------------------- */
div#header ul.global_navi {
	overflow: hidden;
	position: absolute;
	width: 792px;
	height: 60px;
	padding: 0 4px;
	margin: 0;
	background-color: #fffbce;
}
div#header ul.global_navi li {
	display: inline;
}
div#header ul.global_navi li a {
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 130px;
	height: 60px;
	margin: 0 1px;
	background-repeat: no-repeat;
}
div#header ul.global_navi li.global_navi_01 a {background-image: url("../images/g_navi_01.jpg");}
div#header ul.global_navi li.global_navi_01 a:hover {background-image: url("../images/g_navi_01_over.jpg");}
div#header ul.global_navi li.global_navi_02 a {background-image: url("../images/g_navi_02.jpg");}
div#header ul.global_navi li.global_navi_02 a:hover {background-image: url("../images/g_navi_02_over.jpg");}
div#header ul.global_navi li.global_navi_03 a {background-image: url("../images/g_navi_03.jpg");}
div#header ul.global_navi li.global_navi_03 a:hover {background-image: url("../images/g_navi_03_over.jpg");}
div#header ul.global_navi li.global_navi_04 a {background-image: url("../images/g_navi_04.jpg");}
div#header ul.global_navi li.global_navi_04 a:hover {background-image: url("../images/g_navi_04_over.jpg");}
div#header ul.global_navi li.global_navi_05 a {background-image: url("../images/g_navi_05.jpg");}
div#header ul.global_navi li.global_navi_05 a:hover {background-image: url("../images/g_navi_05_over.jpg");}
div#header ul.global_navi li.global_navi_06 a {background-image: url("../images/g_navi_06.jpg");}
div#header ul.global_navi li.global_navi_06 a:hover {background-image: url("../images/g_navi_06_over.jpg");}


/* ページイメージ
------------------------------------------------------------- */
div.page_image {
	position: relative;
	top: -20px;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

/* コンテント
------------------------------------------------------------- */
h1.head_image {
	margin-bottom: 20px;
}
h1.title {
	line-height: 60px;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	background-image: url("../images/title_bg.jpg");
	background-repeat: no-repeat;
}
h2.title a {
	display:block;
	color:#444;
	font-weight:bold;
	padding: 0 0 8px 25px;
	margin-top: 10px;
	background-image:url(../images/title_sub_bg.jpg);
	background-repeat:no-repeat;
}


/* .entry
--------------------------------------------- */
div.entry {
	clear: both;
	margin: 0 0 25px;
	padding: 0 0 10px;
}
div.entry hr {
	clear: both;
}

/* .asset_meta
--------------------------------------------- */
.asset_header .asset_meta {
	text-align: right;
	margin: 2px 0;
}

/* .asset_content 
--------------------------------------------- */
div.asset_content {
	word-break: break-all;
	padding: 8px 13px 8px 24px;
	margin: 10px 0 20px;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

.asset_content h3,
.asset_content h4,
.asset_content h5,
.asset_content h6 {
	margin: 1em 0;
	clear: both;
}

.asset_content em {
	font-weight: bold;
}
.asset_content strong {
	font-weight: bold;
}
.asset_content h3 {
	line-height: 1;
	padding-left: 10px;
	border-left: 10px solid #2a130b;
}
.asset_content p {
	margin: 1em 0;
}
.asset_content ul,
.asset_content ol,
.asset_content dl {
	margin: 1em 0;
	padding: 0 1em;
}
.asset_content ul li {
	display: list-item;
	list-style-type: disc;
	margin-left: 1em;
}
.asset_content ul li ul li {list-style-type: circle;}
.asset_content ul li ul li ul li {list-style-type: square;}
.asset_content ul li ul li ul li ul li {list-style-type: disc;}
.asset_content ul li ul li ul li ul li ul li {list-style-type: circle;}
.asset_content ul li ul li ul li ul li ul li ul li {list-style-type: square;}

.asset_content ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 1em;
}
.asset_content ol li ol li {list-style-type: lower-latin;}
.asset_content ol li ol li ol li {list-style-type: decimal;}
.asset_content ol li ol li ol li ol li {list-style-type: lower-latin;}

.asset_content dt {
	font-weight: bold;
	color: #0b3273;
}
.asset_content dd {
	margin: 0 0 1em 1em;
	padding: .6em 0 0 8px;
	border-left: 1px solid #b1cbe6;
}
.asset_content table {
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
	margin: 1em 0;
	background-color: #fff;
	border: 1px solid #2382ae;
}
.asset_content table th {
	text-align: center;
	color: #fff;
	padding: 3px 5px;
	background-color: #014b6d;
	border: 1px solid #2382ae;
}
.asset_content table td {
	padding: 3px 0 3px 10px;
	border: 1px solid #2382ae;
}
.asset_content table ul,
.asset_content table ol,
.asset_content table dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* .asset_footer
--------------------------------------------- */
.asset_footer {
	overflow: hidden;
	clear: both;
	text-align: right;
}
.asset_footer h4 {
	display: inline;
	margin-bottom: 0;
}
.asset_footer ul {
	overflow: hidden;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.asset_footer ul li {
	display: inline;
	padding: 0 8px;
	margin-right: -1px;
	border-right: 1px solid #8d7666;
}


/* トラックバック
--------------------------------------------- */
div#trackbacks {
	margin-bottom: 15px;
}
div#trackbacks h2 {
	line-height: 1.2;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 15px 0;
	border-left: 3px double #340000;
}
div#trackbacks div.trackbacks-info {
	padding: 8px;
	margin: 0 10px;
	background-color: #f5f5f5;
	border: 1px dashed #555;
}
div#trackbacks div.trackbacks-info p {
	margin: 0;
}


/* コメント
--------------------------------------------- */
div#comments {}

div#comments h2 {
	line-height: 1.2;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 15px 0;
	border-left: 3px double #340000;
}

div#comments .comments-open-header {
	display: none;
}

div#comments div.comments-content {
	margin: 10px;
}
div#comments div.asset-meta span.author {
	font-weight: bold;
	padding-right: 8px;
}
div#comments div.comment-content {
	padding: 4px 0 0 8px;
	margin-bottom: 1em;
	border-left: 5px solid #ededed;
}

div#comments div.comment-reply {
	margin-left: 2em;
}

div#comments-open {
	overflow: hidden;
	padding: 10px;
	margin: 35px 10px;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

div#comments-open-data {
	float: left;
	width: 155px;
	margin: 0;
}

div#comments-open-data div {
	padding: 2px 0;
}
div#comment-form-name label,
div#comment-form-email label,
div#comment-form-url label {
	display: block;
}
div#comment-form-name input,
div#comment-form-email input,
div#comment-form-url input {
	width: 155px;
}

div#comments-open-text {
	overflow: hidden;
	float: right;
	width: 350px;
}
textarea#comment-text {
	width: 338px;
	height: 200px;
}

div#comments-open-captcha {}

div#comments-open-footer {
	text-align: right;
	padding: 0 5px 5px;
	clear: both;
}


/* ユーティリティーズ
------------------------------------------------------------- */

/* カテゴリ01
-------------------------- */
div#utilities dt.category_01 a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 91px;
	background-image: url("../images/side_menu_01_title.jpg");
	background-repeat: no-repeat;
}
div#utilities dd.category_01 {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.category_01 ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.category_01 ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.category_01 ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.category_01 ul li a:hover {
	background-color: #effaff;
}


/* カテゴリ02
-------------------------- */
div#utilities dt.category_02 a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 91px;
	background-image: url("../images/side_menu_02_title.jpg");
	background-repeat: no-repeat;
}
div#utilities dd.category_02 {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_yellow_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.category_02 ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_yellow_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.category_02 ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.category_02 ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_yellow.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.category_02 ul li a:hover {
	background-color: #fff9da;
}


/* カテゴリ03
-------------------------- */
div#utilities dt.category_03 {
	margin-bottom: 15px;
}

/* メニュー
-------------------------- */
div#utilities dt.menu {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	width: 220px;
	height: 20px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
}
div#utilities dd.menu {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.menu ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.menu ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.menu ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.menu ul li a:hover {
	background-color: #effaff;
}

/* feed
-------------------------- */
div#utilities dt.feed {
	display: none;
}
div#utilities dd.feed li a {
	display: block;
	padding-left: 20px;
	background-image: url("../images/icon_feed.gif");
	background-repeat: no-repeat;
	background-position: center left;
}


/* 【ブログ】最近のブログ記事
-------------------------- */
div#utilities dt.recent_entries {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	font-weight: bold;
	line-height: 20px;
	width: 190px;
	height: 20px;
	padding: 0 15px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #8ec1d6;
}
div#utilities dd.recent_entries {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.recent_entries ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.recent_entries ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.recent_entries ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.recent_entries li a:hover {
	background-color: #effaff;
}


/* 【ブログ】最近のコメント
-------------------------- */
div#utilities dt.recent_comments {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	font-weight: bold;
	line-height: 20px;
	width: 190px;
	height: 20px;
	padding: 0 15px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #8ec1d6;
}
div#utilities dd.recent_comments {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.recent_comments ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.recent_comments ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.recent_comments ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.recent_comments li a:hover {
	background-color: #effaff;
}


/* 【ブログ】カテゴリ
-------------------------- */
div#utilities dt.categories {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	font-weight: bold;
	line-height: 20px;
	width: 190px;
	height: 20px;
	padding: 0 15px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #8ec1d6;
}
div#utilities dd.categories {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.categories ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.categories ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.categories ul li li {
	background-image: none;
}
div#utilities dd.categories ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.categories ul li li a {
	background-image: none;
}
div#utilities dd.categories li a:hover {
	background-color: #effaff;
}


/* 【ブログ】カテゴリ
-------------------------- */
div#utilities dt.archive_monthly {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	font-weight: bold;
	line-height: 20px;
	width: 190px;
	height: 20px;
	padding: 0 15px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #8ec1d6;
}
div#utilities dd.archive_monthly {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.archive_monthly ul {
	overflow: hidden;
	list-style: none;
	padding: 0 10px 10px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.archive_monthly ul li {
	position: relative;
	top: -4px;
	padding-top: 4px;
	background-image: url("../images/dotted_x.jpg");
	background-repeat: repeat-x;
}
div#utilities dd.archive_monthly ul li a {
	display: block;
	width: 185px;
	padding: 6px 0 6px 15px;
	background-image: url("../images/arrow_blue.jpg");
	background-repeat: no-repeat;
	background-position: center left;
}
div#utilities dd.archive_monthly li a:hover {
	background-color: #effaff;
}


/* 【ブログ】カテゴリ
-------------------------- */
div#utilities dt.recent_assets {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
	font-weight: bold;
	line-height: 20px;
	width: 190px;
	height: 20px;
	padding: 0 15px;
	background-image: url("../images/side_menu_blue_top.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #8ec1d6;
}
div#utilities dd.recent_assets {
	margin: 0 0 20px;
	background-image: url("../images/side_menu_blue_bg.jpg");
	background-repeat: repeat-y;
}
div#utilities dd.recent_assets ul {
	overflow: hidden;
	list-style: none;
	width: 215px;
	padding: 0 0 10px 5px;
	background-image: url("../images/side_menu_blue_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#utilities dd.recent_assets ul li {
	display: inline;
}
div#utilities dd.recent_assets ul li a {
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #3d8cc9;
}
div#utilities dd.recent_assets li a:hover {
	border-color: #f3a31d;
}


/* このページのトップへ
------------------------------------------------------------- */
p.page_to_top {
	position: relative;
	clear: both;
	height: 15px;
	margin: 10px 0;
}
p.page_to_top a {
	overflow: hidden;
	position: absolute;
	right: 0;
	display: block;
	text-indent: -9999px;
	width: 47px;
	height: 15px;
	background-image: url("../images/page_top.jpg");
	background-repeat: no-repeat;
}
p.page_to_top a:hover {
	background-image: url("../images/page_top_over.jpg");
}


/* フッター
------------------------------------------------------------- */
div#footer {
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background-color: #10007d;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
}
div#footer_inner {
	width: 800px;
	margin: 0 auto;
}
div#footer ul.global_navi {
	display: inline;
	border-left: 1px solid #fff;
}
div#footer ul.global_navi li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #fff;
}
div#footer ul.global_navi li a {
	color: #fff;
	text-decoration: none;
}
div#footer ul.global_navi li a:hover {
	text-decoration: underline;
}
div#footer address,
div#footer p.copy_right {
	margin: 15px 0;
}
