@charset "utf-8";

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../../img/body_bg.jpg);
	background-repeat: repeat-x;
}
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 {
	margin-right: 10px;
	margin-bottom: 5px;
	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: left;
}
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 #FFFFFF;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;	border: 1px solid #FFFFFF;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #003300;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

#header {
	width: 100%;
	background-image: url(../../img/top1.jjpg);
	background-repeat: repeat-x;
	text-align: center;

}
div#container_top {
	width: 900px;
	clear: both;
	float: none;
	margin: 0px auto;

}
div#container {
	width: 900px;
	clear: both;
	float: none;
	margin: 0px auto;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

div#top {
	background-image: url(../../img/hanio_top2.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 900px;
	margin: 0px auto;
	display: block;
	background-position: left 25px;
}

div#menu {
	clear: both;
	float: none;
	display: block;
	height: 30px;
}

div#logs {
	float: left;
	width: 500px;
}

div#navigation {
	clear: both;
	width: 200px;
	float: left;
}
div#information {

	width: 200px;
	float: right;
}

div#diary, div#comment, div#trackback {

	margin: 0px 0px 10px 0px;
}

div#page, div#navi, div#contents, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;
	position: relative;
}
div#footer {
	float: none;
	clear: both;
	width: 100%;
	margin: 0px;
	background-image: url(../../img/footer.jpg);
	background-repeat: repeat-x;
}

div#work {
	float: left;
	width: 200px;
}
div#admin {
	float: left;
	width: 700px;
	margin: 0px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 2px 15px 0px 15px;
	float: left;

}
div#header h1 a {
	color: #333333;
	line-height: 26px;
	font-size: 12px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}
div#header ul {
	margin: 0px;
	padding: 6px 15px 0px 0px;
	float: right;
}
div#header ul li {
	display: inline;
	padding: 0px 0px 0px 15px;
}

div#logo {
	width: 900px;
	height: 62px;
	background-image: url(../../img/hani_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
div#logo p {
	float: right;
	clear: both;
	margin: 30px 0px 0px 0px;
	font-size: 12px;
	color: #CC99FF;
}

div#info {
	float: none;
	clear: both;
	height: 230px;
	width: 900px;
	overflow: hidden;
	background-image: url(../../img/top_img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#info ul {
	margin: 200px 0px 0px 0px;
	padding: 0px;
	background-color: #999999;
	height: 30px;
	width: 100%;
	display: inline;
}
div#info ul li {
	padding: 0px 0px 0px 0px;
	float: left;
	list-style-type: none;
	height: 30px;
	width: 150px;
	background-color: #953E68;
}
div#info ul li a {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	display: block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 14px;
	height: 30px;
	width: 150px;
	text-decoration: none;
}
div#info ul li a:link, div#info ul li a:visited {
	color: #FFFFFF;

}
div#info ul li a:active, div#info ul li a:hover {
	color: #FFCC00;
}
div#info #click {
	padding: 0px 0px 0px 0px;
	float: left;
	list-style-type: none;
	height: 30px;
	width: 150px;
	background-color: #5F0A83;
}
div#adsense01_waku {

	float: none;
	clear: both;
	margin: 0px auto;
	padding: 28px 0px 28px 48px;
	text-align: center;
	background-image: url(../../img/ads_waku.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}

div#adsense01 {
	width: 728px;
	height: 15px;
	margin: 0px auto;	
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px;
	margin-left: 10px;
}
div#menu li {
	display: inline;
	margin-right: 10px;
	color: #FFFFCC;
}


div#menu li img {
	margin: 0px;
	padding: 0px;
}
div#menu a:link, div#menu a:visited {
	color: #FFFFCC;
}
div#menu a:active, div#menu a:hover {
	color: #333333;
	background-color: #FFFFFF;
}

div#menu .pan {
 	float: left;
}
div#menu .rss {
 	float: right;
}
div#adstop {
	clear: both;
	float: none;
	margin: 20px auto;
	text-align: center;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation .block {
	background-image: url(../../img/info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 14px 0px 12px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #953E68;
	border-left-color: #953E68;
}

div#navigation #link {

	background-image: url(../../img/info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 14px 10px 12px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #953E68;
	border-bottom-color: #953E68;
	border-left-color: #953E68;
}
div#navigation h2 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px 0px 22px 0px;
	text-align: center;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation li{
	background-image: url(../../img/ya_1_1.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
div#navigation li a {
	color: #660033;
	font-weight: normal;
	text-decoration: underline;
}

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 dt a {
	color: #660033;
	font-weight: normal;
	text-decoration: underline;
}
div#navigation dd a {
	color: #660033;
	font-weight: normal;
	text-decoration: underline;
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #000000;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #000000;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #000000;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .blockk {
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;

	border: 1px solid #FFFFFF;

	text-align: center;
}

/* ----- インフォメーション ---------------------------- */
div#information .blocks {
	background-image: url(../../img/info2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 12px 0px 14px;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}

div#information h2 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px 0px 22px 0px;
	text-align: center;
}

div#information h3 {
	color: #444444;
	background-image: url(../../img/2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 7px 7px 17px 7px;
	padding: 20px 12px 2px 42px;
}
div#information img {
	margin: 0px;
}
div#information ul {
	margin: 0px 12px 0px 14px;
}
div#information ul li {
	margin: 0px;

	list-style-type: none;
}
div#information ul li ul {
	margin: 0px;
}

div#information dl {
	margin: 0px 12px 0px 14px;
}
div#information dl dt {
}
div#information dl dd {
	margin: 0px 0px 0px 0px;
}
div#information .blockss {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 00px;
	text-align: center;
}

div#information #ads_side01 {
	margin: 0px 12px 0px 14px;
	padding: 0px 4px 6px 6px;
	background-image: url(../../img/info2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
div#information #ads_side02 {
	height: 600px;
	width: 160px;
	margin: 0px auto;
}
div.adsense01 {
	height: 600px;
	width: 160px;
	position: relative;
}
div.adsense01 object {
	position: absolute;
	left: -10px;
	top: 0px;
}




/* ----- 記事一覧 -------------------------------------- */

div#diary .diary {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #999999;
}

div.adsdiary {
	margin: 0px auto 20px auto;
	width: 468px;
	background-color: #FFFFFF;
	padding: 5px 0px;
	text-align: center;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 0px 0px 10px 0px;
	padding: 10px 4px 10px 10px;
	color: #000000;
	font-size: 14px;
	background-image: url(../../img/h2.jpg);
	background-repeat: repeat-x;
}
div#diary h4 {
	margin: 10px;
}
div#diary .text {
	padding-bottom: 20px;
}
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 table {
	margin: 15px auto;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {	border: 1px solid #FFFFFF;
	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;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #282214;
	color: #FFFFFF;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #FFFFFF;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #999999;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #282214;
	background-image: url(../../img/pink.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

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-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #282214;
	color: #FFFFFF;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
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 {
	display: none;
}

div#work ul.menu {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	border: 1px solid #990066;
}
div#work ul.menu li {
	margin: 0px;
	padding: 4px 5px 0px 5px;
	background-color: #990066;
	color: #FFFFFF;

	list-style-type: none;
}
div#work ul.menu li ul {
	margin: 0px -5px;
	padding-top: 3px;
}
div#work ul.menu li ul li {
	padding: 0px;
}
div#work ul.menu li a {
	display: block;
	width: 188px;
	margin: 1px 0px 0px 0px;
	padding: 3px 5px;
	background-color: #FFFFFF;
}
html>body div#work ul.menu li a {
	width: 178px;
}
div#work ul.menu li a.selected {
	background-color: #F0F0F0;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #282214;
	color: #000000;
	background-image: url(../../img/h2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}

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-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #282214;
	color: #FFFFFF;
}
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#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #282214;
	color: #FFFFFF;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #282214;
	color: #000000;
	background-image: url(../../img/h2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
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: 10px 15px 10px 15px;
	color: #FFCC00;
	border: 1px solid #FFCC00;
}
div#footer address a {
	color: #FFFF00;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
