@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: x-small;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
html>body * {
	font-size: small;
}

body {
	padding: 0px;

	background-color: #fff;

	text-align: center;
}

h1 {
	margin-bottom: 5px;

	font-size: 20px;
}
/*h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
} */
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
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: #0000CC;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;

	background-color: #FFFFFF;
}
html>body div#container {
	width: 950px;
}

div#menu {
	border-top: 1px solid #999999;
}

div#work {
	margin-bottom: 5px;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- カレンダー ------------------------------------ */

div#calendar table tr td {
	vertical-align: top;

	width: 130px;
	height: 90px;
}
div#calendar table tr td ul {
	margin: 5px 0px;
}
div#calendar table tr td li {
	padding: 5px 0px;
	border-top: 1px dotted #999999;

	list-style-type: none;
}

div#calendar .day {
	color: #444444;
}
div#calendar .satday {
	color: #4444CC;
}
div#calendar .sunday {
	color: #CC4444;
}
div#calendar .plan {
	color: #447744;
}
div#calendar .today {
	background-color: #EEFFEE;
}

div#calendar .left {
	float: left;
}
div#calendar .right {
	float: right;
}

div#calendar ul.navi {
	margin: 15px 0px; 
	width: 950px;
	float: left;
}
div#calendar ul.navi li {
	display: inline;

	margin-right: 10px;
}
div#calendar .listtext {
	padding-right: 2px; padding-left: 2px; font-size: 10px; padding-bottom: 2px; vertical-align: top; width: 89px; padding-top: 2px; height: 80px; background-color: #fff
}

/* ----- 予定表示 -------------------------------------- */

div#view h3 {
	margin-bottom: 20px;
}

div#view dl.info {
	padding: 10px;

	background-color: #EEEEEE;
}
div#view dl.info dt {
	float: left;
	clear: left;
	width: 5em;
}
div#view dl.info dd {
}

/* ----- コメント -------------------------------------- */

div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#comment p {
	margin: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin: 10px 0px;
}
div#work form dl {
	margin: 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;

	margin-left: 0px;
}
div#work form input {
	padding: 0px;
}


/****** 手書き ******/
#wrap_content
	{
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
#header
	{
	background: white;
	margin: 0px;
	padding: 0px;
	height: 35px;
	}
h1.normallogo a
	{
	background-image: url(image/logo.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 35px;
	width: 125px;
	text-indent: -9999px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
/* ナビゲーション */
#navi_menu {
	width: 950px;
	height: 65px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#navi_menu .nm {
	height: 65px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#navi_menu li {
	height: 65px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navi_menu a{
	float: left;
	text-indent: -9999px;
}
#navi_menu .navi01 a{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 235px;
	background-image: url(image/kankoukyaku.png);
	margin: 0px;
}
#navi_menu .navi02 a{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 238px;
	background-image: url(image/simin.png);
	margin: 0px;
}
#navi_menu .navi03 a{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 238px;
	background-image: url(image/jigyousya.png);
	margin: 0px;
}
#navi_menu .navi04 a{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 239px;
	background-image: url(image/toukei.png);
	margin: 0px;
}
#navi_menu .navi01 a:hover {
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 235px;
	background-image: url(image/kankoukyaku_h.png);
	margin: 0px;
}
#navi_menu .navi02 a:hover{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 238px;
	background-image: url(image/simin_h.png);
	margin: 0px;
}
#navi_menu .navi03 a:hover{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 238px;
	background-image: url(image/jigyousya_h.png);
	margin: 0px;
}
#navi_menu .navi04 a:hover{
	height: 65px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 239px;
	background-image: url(image/toukei_h.png);
	margin: 0px;
}
h2.cltop
	{
	color: #333333;
	font-size: 1.4em;
	background-image: url(image/cltop.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2.clyemo
	{
	color: #333333;
	text-indent: 5px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width-value: 4px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-bottom-color: #666666;
	border-left-color-value: #666666;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
	}
#contact
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0px;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	width: 520px;
	float: left;
	}
#contact address
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0px;
	font-size: 1.0em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	float: left;
	}
#fs-menu .shl01 a{
	height: 22px;
	float: left;
	background-image: url(image/english.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu .shl02 a{
	height: 22px;
	float: left;
	background-image: url(image/chinese.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu .shl03 a{
	height: 22px;
	float: left;
	background-image: url(image/korean.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu .shl01 a:hover {
	height: 22px;
	float: left;
	background-image: url(image/english_h.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu .shl02 a:hover {
	height: 22px;
	float: left;
	background-image: url(image/chinese_h.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu .shl03 a:hover {
	height: 22px;
	float: left;
	background-image: url(image/korean_h.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 80px;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
}

#fs-menu li{
	float: left;
	height: 24px;
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 1px;
}
#wrap_content ul
	{
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 20px;
	}
	
#footer
	{
	padding: 0px;
	float: left;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#about
	{
	padding: 0px;
	float: left;
	width: 390px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#about p
	{
	margin: 0px;
	padding: 0px;
	width: 390px;
	}
#about p a
	{
	color: #000000;
	font-size: 14px;
	}
