@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	color:#333;
	font-style: normal;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background: #b0e0e6 url(../../../theme/page_bg.jpg) repeat-x top;

	text-align: center;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0033cc;

	text-decoration: underline;
}
a:active, a:hover {
	color: #006699;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 830px;

	margin: 0px auto;
	
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(../../../theme/body_bg-wt.gif) 0 repeat-y;
}

div#content-inner {
	position: relative;
	width:830px;
}

div#header {
	float: none;
	clear: both;

	height: 340px;
	background: #000000 url(../../../theme/head_bg.jpg) repeat-y;
}
div#menu {
	float: none;
	clear: both;
	background-color: #ddd;
}

div#calen {
	float: none;
	clear: both;

	margin:0px 0px 10px 0px;
	
	font-size: 10px;
}

div#information {
	float: none;
	clear: both;
}

div#navigation {
	width: 180px;
	margin-top: 15px;
	
	float: right;
}

div#logs {
	margin-top: 15px;
	float: left;
}



div#diary, div#comment, div#trackback {
	margin: 0px 15px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

div#header .left {
	width:60%;
	float:left;
}

div#header .right {
	width:40%;
	float:right;
	text-align:right;
	padding:8px 0 30px 0;
}

#head-main {
	width:830px;
}

div#header h1 {
	padding: 13px 5px 5px 15px;
	margin-bottom: 8px;
}
div#header h1 a {
	color: #444444;

	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;
	padding: 10px 0px 5px 0px;

	font-size: 10px;
}
div#header .sub-txt {
	margin: -5px 15px 5px 15px;
	padding: 0px;

	font-size: 10px;
}
div#header hr {
	height: 1px;
	border: none;
	border-top: 1px #CCCCCC solid
}

div#header .clear {
	float: none;
	clear: both;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
	width:830px;
	font-size:80%;
}

#header-module-inner {
	width:830px;
	background:#0066ff;
}


#header-contents {
	width:100%;
	background: #000000 url(../../../theme/head_bg.jpg) repeat-y;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;

}

#header-description {
	font-size:90%;
	line-height: 1.2;
	color: #ffffff;
	width:810px;
	padding:6px 10px;
	background:#666666;
}

#head-main {
	width:830px;
}

#head-main-inner {
	background:#d9d9d9;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
	margin-top:5px;
	margin-bottom:0px;
	padding:0px 10px;
	text-align: right;
	font-size:85% !important;
	font-size:80%;
	clear: both;
	float: right;
	color: #000000;
}

.sub-contents a:link,
.sub-contents a:visited {
	text-decoration: none;
	color:#333;
}

.sub-contents a:hover,
.sub-contents a:active {
	text-decoration: underline;
	color:#333;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */
.widget-header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #454545;
}

.widget-header-search .box {
	margin-right:5px;
}

.widget-header-search .submit {
	
	text-align: center;
	background: url(../../../theme/search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	text-align: center;
	padding: 5px 0px;
	margin:0px 0px 0px 20px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #0033cc;
}
div#menu a:active, div#menu a:hover {
	color: #333333;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 7px 10px 12px 10px;
	padding: 2px 5px;

	color: #FFFFFF;

	background-color: #609BBB;
}

div#navigation ul {
	margin: 0px 0px 0px 12px;

}
div#navigation ul li {
	margin: 0px 0px 2px 0px;
	padding-left: 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
div#navigation ul li ul li {
	margin: 0px 0px 0px 0px;
	padding-left :0px;
	background-color: #ffffff;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #aaaaaa;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #aaaaaa;

	background-color: #ffffff;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #aaaaaa;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .block {
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 20px;


	text-align: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 628px;
}
html>body div#logs {
	width: 630px;
}

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}

div#diary h2 {
	display: none;
}

div#diary .DIVISION_1 h3 {
	margin: 5px 5px 15px 5px;
	padding: 3px 5px;
	color: #FFFFFF;
	background-color: #006600;
}
div#diary .DIVISION_2 h3 {
	margin: 5px 5px 15px 5px;
	padding: 3px 5px;
	color: #FFFFFF;
	background-color: #993300;
}

div#diary h3 {
	margin: 5px 5px 15px 5px;
	padding: 3px 5px;
	color: #FFFFFF;
	background-color: #0066CC;

}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .date {
	margin: 5px 10px;

	text-align: right;
}
div#diary .date * {
	font-size: 10px;
}
div#diary .date li {
	display: inline;

	margin-left: 5px;
}

div#diary .info {
	margin: 5px 10px;
	border-top: #666666 dotted 1px;

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #aaaaaa;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #ffffff;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #aaaaaa;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #aaaaaa;
}

div#comment h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}
div#comment h3 {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	border-bottom: 1px solid #aaaaaa;	
	text-align: right;
	font-size: x-small;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

div#comment .date {
	margin: 5px 10px;

	text-align: right;
}
div#comment .date * {
	font-size: 10px;
}
div#comment .date li {
	display: inline;

	margin-left: 5px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 5px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #eeeeee;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 0px;
	border-left: 5px solid #aaaaaa;

	color: #444444;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 5px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	padding: 0px 15px 0px 15px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 10px;
}
div#footer .copyright-content {
	padding: 5px 15px 20px 15px;
	color: #333333;
	background-color: #ddd;
	text-align: right;
	font-size: 10px;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #ff0000;
}


/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:180px;
	margin:5px 0 15px -12px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:135% !important;
	font-size:120%;
	width:180px;
}

.widget-main-menu .menu-list-item {
	color: #ffffff;
}

.widget-main-menu .menu-list-item a {
	text-decoration:none;
	display:block;
	width:150px;
	border-bottom: 1px solid #999;
	padding:5px 10px 5px 20px;
	background:url(../../../theme/arrow.gif)  no-repeat 5px center;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:none;
	background:url(../../../theme/arrow_over.gif) no-repeat 5px center;
}

.widget-main-menu .menu-list .menu-list a {
	width:130px;
	display:block;
	padding:5px 10px 5px 40px;
	background:url(../../../theme/arrow2.gif)  no-repeat 25px center;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:none;
	background:url(../../../theme/arrow2_ov.gif) no-repeat 25px center;
	
}



/* ---------------------------------------------------------------------
メインメニュー
--------------------------------------------------------------------- */
/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #4e83b3 url(../../../img/hor_menu6_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 2px #84aed2 solid; /* 上境界線 */
border-bottom: 2px #2c5170 solid; /* 下境界線 */
font-size: 18px;
text-align: center;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 830px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #4e83b3 url(../../../img/hor_menu6_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #2c5170 solid; /* メニューの左境界線 */
border-right: 1px #84aed2 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 14.2%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 4px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #84aed2 solid; /* リンクエリアの左境界線 */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
	text-align: center;
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
line-height: 100%; /* 行の高さ */
}
/* 英字部分 */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
	text-align: center;
font-size: 90%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(../../../img/hor_menu6_on.gif) repeat-x top; /* ポイント時の背景 */
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ポイント時の英字の文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}