@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
body	{
	margin: 0;
	padding: 0;
	}

a	{
	color: #017acd ;
	}

a img	{
	border-style: none;
	}

a:hover	{color: #000066}

em {
	font-style: normal;
	color: #ff0000;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #191970;
}
/*
strong {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
}
*/

/* コンテナ */
div#container	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

div#container-inner		{
	background-position: right top;
	}

/* ヘッダー */
div#header	{
	background-color: #9999ff;
	background-image: url(images/sky-gradation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: solid 1px #666666;
	padding: 8px 20px 5px;
	margin-bottom: 20px;
	}
/* 	background-color: #92c9ff;	*/

div#header h1	{margin: 0;}

h1.logo img	{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
	}

div#header h2	{
	color: #ffffff;
	font-size: 1.4em;
	margin: 0;
	}

div#header sup	{
	font-size: 0.75em;
	}

div#header p	{
	color: #000000;
	font-size: 0.75em;
	clear: both;
	}

div#header a	{
	color: #ffff00 ;
	}

div#header a:hover	{color: #000066;}

div#logo img	{
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
	}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px;
	}


/* メイン */
div#main	{
	width: 100%;
	float: left;
	margin-right: -130px;
	}

/* コンテンツ */
div#content	{
	width: 100%;
	float: right;
	margin-left: -110px;
	margin-right: auto;
	margin-bottom: 25px;
	}

div#content h2, div#content h3, div#content h4, div#content p, div#content ul, div#content ul li, div#content blockquote, div#frame, div#frame2, div#frame3, div#frame4, div#frame5, div#content pre	{
	margin-left: 110px;
	margin-right: 130px;
	}
/*
div#content h2, div#content h3, div#content h4, div#content p, div#content ul, div#content ul li, div#frame, div#frame2, div#frame3, div#content pre	{
	margin-left: 200px;
	margin-right: 10px;
	}
*/

div#content h2	{
	background-color: #92c9ff;
	background-image: url(images/grad-darkskyblue.png);
	background-repeat: repeat-x;
	border: solid 1px #6495ed;
	font-size: 0.875em;
	color: #000000;
	line-height: 24px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
	}

div#content h3	{
	background-color: #ffffff;
	background-image: url(images/maru-darkskyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 15px;
	margin-bottom: 0;
	}

div#content h4	{
	background-color: #ffffff;
	background-position: 0px 2px;
	font-size: 0.75em;
	line-height: 1.4;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	clear: both;
	}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	}
/*
div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	}
*/

p.button	{margin-bottom: 0px}

p.button a	{
	background-image: url(images/button.png);
	background-repeat: none;
	float: right;	
	display: block;
	width: 97px;
	height: 18px;
	margin-top: -18px;
	}

div#content ul	{
	font-size: 0.75em;
	margin: 5px;
	padding: 0;
	}


div#content ul li 	{
	padding-left: 13px;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
	clear: right
	}

div#content img		{
	border: none;
	float: right;
	margin-top: 10px;
	margin-right: 130px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	}

div#content pre	{
	width: 100%;
	margin-top: 10px;
	}

div#content blockquote	{
	font-size: 0.75em;
	padding-top: 1em;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 1em;
	}

div#content blockquote p	{
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

div#frame	{
	border: solid 1px #666666;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 250px;
	overflow: scroll;
	}

div#frame h4	{
	color: #002B00;
	font-size: 0.75em;
	line-height: 1.4;
	margin: 0;
	}

div#frame h5	{
	color: #970000;
	font-size: 0.75em;
	line-height: 1.2;
	text-align: left;
	margin-left: 0;
	margin: 0;
	}

div#frame p		{
	font-size: 0.75em;
	line-height: 1.2;
	margin: 0;
	}


div#frame2	{
	border: solid 1px #666666;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 350px;
	overflow: scroll;
	}

div#frame2 p		{
	font-size: 0.75em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	}
/*
div#frame2 p		{
	font-size: 0.75em;
	line-height: 1.6;
	margin: 0;
	}
*/

div#frame2 img.photo	{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	}

div#frame2 pre	{
	font-size: 0.75em;
	line-height: 1.4;
	margin-right: auto;
	margin: 0;
	}

div#frame3	{
	border: 0;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	overflow: none;
	}

div#frame3 h4	{
	background-color: #FFFFFF;
	background-image: url(images/line-skyblue.png);
	background-repeat: repeat-x;
	font-size: 0.75em;
	color: #000000;
	line-height: 14px;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 2px;
	}

div#frame3 table	{
	border-style: none;
	background-color: #666666;
	font-size: 0.74em;
	line-height: 1.2;
	text-align: justify;
	text-justify: inter-ideograph;
	}

div#frame3 td	{
	border-style: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	}

div#frame3 th	{
	border-style: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	}

div#frame3 ul	{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.75em;
	margin: 5px;
	padding: 0;
	}

div#frame3 ul li 	{
	background-image: url(images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 13px;
	line-height: 1.4;
	list-style-type: none;
	clear: right
	}

div#frame4	{
	border: solid 1px #eee8aa;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	overflow: none;
	}

div#frame4 h4	{
	background-color: #ffffff;
	background-image: url(images/line-skyblue.png);
	background-repeat: repeat-x;
	font-size: 0.75em;
	color: #000000;
	line-height: 14px;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 2px;
	}

div#frame4 p		{
	font-size: 0.75em;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	}

div#frame4 ul	{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.75em;
	margin: 5px;
	padding: 0;
	}

div#frame4 ul li 	{
	background-image: url(images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 16px;
	line-height: 1.4;
	list-style-type: none;
	clear: right
	}

div#frame4 ol	{
	font-size: 0.75em;
	list-style-type: decimal;
	font: Arial Block 1em;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 26px;
	margin-bottom: 0px;
	padding: 0;
	}

div#frame4 ol li 	{
	font-weight: normal;
	line-height: 1.4;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	}


div#frame5	{
	border: solid 1px #eee8aa;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	overflow: none;
	}

div#frame5 p		{
	font-size: 0.72em;
	line-height: 1.2;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	}

div#frame5 a	{
	text-decoration: none;
	font-style: normal;
	border: none;
	color: #191970;
	}

div#frame5 a:hover	{
	color: #017acd;
	}

div#frame5 ul	{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.72em;
	margin: 4px;
	padding: 0;
	}

div#frame5 ul li 	{
	background-image: url(images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 14px;
	line-height: 1.1;
	list-style-type: none;
	clear: right
	}

div#frame5 ol	{
	font-size: 0.72em;
	list-style-type: decimal;
	font: Arial Block 1em;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 26px;
	margin-bottom: 4px;
	padding: 0;
	}

div#frame5 ol li 	{
	font-weight: normal;
	line-height: 1.1;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	}


/* サイドバー */
div#sidebar		{
	width: 100px;
	float: left;
	margin-bottom: 25px;
	}

ul.sidemenu		{
	font-size: 0.75em;
	font-weight: bolder;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	line-height: 0;
	}

ul.sidemenu li	{
	list-style-type: none;
	}

ul.sidemenu li a	{
	display: block;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 10px;
	padding-left: 10px;
	}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{
	margin: 10px 0;
	padding: 0;
	}

ul.sidemenu ul li a 	{
	background-color: transparent;
	background-image: url(images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	color: #000000;
	border: none;
	line-height: 20px;
	margin-bottom: 0;
	}

ul.sidemenu ul li a:hover 	{
	background-color: #e0ffff;
	color: #000000;
	}
/* 	background-color: #87ceeb;	*/

p.feed	{margin-bottom: 10px}

p.feed a	{
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px;
	}

p.feed img	{
	border: none;
	vertical-align: middle;
	}


/* 右サイドバー */
div#sidebar-right	{
	width: 120px;
	float: right;
	}

div.info	{
	border: none;
	margin-bottom: 20px;
	}

div.info img	{
	width: 80px;
	}

div#sidebar-right h2	{
	background-color: #99ccff;
	border-bottom: none;
	color: #000000;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	}
/*	background-color: #87cefa;	*/
/*	background-color: #6495ed;	*/
/* 	background-color: #92C9FF;	*/

div#sidebar-right sup	{
	font-size: 0.875em;
	}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p.photo img	{
	width: 100px;
	}

div#sidebar-right p	{
	font-size: 0.75em;
	margin: 10px;
	}

div#sidebar-right ul	{
	font-size: 0.75em;
	margin: 5px 10px;
	padding: 0;
	}

div#sidebar-right ul li 	{
	padding-left: 13px;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
	}
/*
div#sidebar-right ul li 	{
	background-image: url(images/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none;
	}
*/

/* フッター */
div#footer	{
	background-image: url(images/footer-gray80.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 100%;	
	margin-top: 0;
	padding: 8px 0px 0px;
	width: 100%;
	clear: both;
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}


