﻿@charset='utf-8';
body{
/* サイドの背景色　*/
	background-image:url(../img/tile_10.png);
	background-color:#09F;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*IEでUFT-8を使用すると、フォント指定しないと半角がおかしくなるバグあり*/
	
	
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.page{
	background-image:url(../img/side.png);
	background-repeat:repeat-y;
	background-position:center;
	width:800px;
	padding:10px 45px 15px 40px;;
	margin-top:0px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.logo{
	float:left;
/*logoの背景のタイル模様*/
	background-image:url(../img/tile_10.png);
/*logoの色合い*/
	background-color:#09F;

	width:200px;
	height:200px;
	
}
.logo_gazou{
	position:absolute;
}
.logo_moji{
	text-align:center;
}
.logo .shou{
/*logoの文字色*/
	color:#FFF;
	font-weight:bolder;
	font-size:12px;
	text-decoration:none;
}
.logo .dai{
/*logoの文字色*/
	color:#FFF;
	font-size:60px;
	line-height:50px;
	text-decoration:none;
}
.logo .koumei{
/*logoの文字色*/
	color:#FFF;
	font-size:18px;
	line-height:50px;
	font-weight:bolder;
	text-decoration:none;
}

a img{
	border-style:none;
}

#logo2{
	margin-left:5px;
}
#menu{
	display:inline-block;
	width:585px;;
	margin:0px;
	margin-left:5px;
	padding:0px;
	height:205px;
//	background-color:#f0f;

}
#menu dt{
	background-image:url(../img/kage.png);
	background-repeat:no-repeat;
	background-position:top left;
/* メニュータブの色　*/
        background-color:#0068b7;
	cursor:pointer;
	padding:5px;
	padding-left:10px;
	font-weight:bolder;
	font-size:1.2em;
	color:#FFF;
	border-top:1px white solid;
}
#menu dt:hover{
/* メニューのハイライト色　*/
	background-color:#68a4d9;
}
#menu dd{
	border-top:none;
	padding-bottom:5px;
	padding-left:5px;
	margin:0px;
	vertical-align:baseline;
/* メニューデータの背景色　*/
	background-color:#0068b7;

	background-image:url(../img/kage_hidari.png);
	background-repeat:repeat-y;
	background-position:left;


}
#menu a{
	display:inline-block;
	border:solid black;
	border-width:0px 1px 1px 0px;
	padding:2px 0px;
	margin:1px 0px;

	text-decoration:none;
	color:#000;
	background-color:#CCC;
	width:135px;
//	height:40px;
	text-align:center;
}
#menu a:hover{
	color:#FFF;
	background-color:#68a4d9;
}
#menu .kunren1{
	float:left;
	margin-right:10px;
	text-align:center;
	color:#FFF;
}
#menu .kunren2{
	text-align:center;
	color:#FFF;
}
.text_area dt{
	font-weight:bold;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}



h1{
	background-image:url(../img/kage.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#0068b7;
	padding:5px 0px 3px 10px;
	
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bolder;
	color:white;
	margin:15px 0px 10px 0px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;

}
h2{
	background-image:url(../img/kage.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#68a4d9;
	padding:5px 0px 3px 10px;
	
	font-size:1em;
	color:#FFF;
	margin:0px;
	margin-top:15px;
}
h3{
	font-weight:bold;
	font-size:1em;
	border:groove skyblue;
	border-width:2px 0px 0px 0px;
	margin:15px 0px 10px 0px;
	padding-top:3px;
}
.text_area{
	padding:5px 10px;
	background-color:#EFF;
	display:block;
	line-height:1.2em;
	background-image:url(../img/kage_hidari.png);
	background-repeat:repeat-y;
	background-position:left;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
.jyuusho{
	background-image:url(../img/img_9246-s.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
p{
	margin:0px;
	margin-left:15px;
/*	text-indent:1em;*/
}
.sashie{
	float:right;
	margin:0px;
	border:white solid;
	border-width:1px 0px 1px 1px;
	background-color:white;
	text-align:center;
}
.sashie img{
	border:white solid;
	border-bottom-width:1px;
}
iframe{
	margin:10px;
}
table{
	margin:3px;
	border-collapse:collapse;
	border:solid black 1px;
}
td,th{
	border:solid 1px #191464;
}
th{
	text-align:center;
}
.bottom_line{
	height:15px;
	background-color:#388;
	margin:20px 0px;
}
.shimekiri{
	color:red;
}
.suuchi{
	text-align:right;
}
.orazu{
	white-space:nowrap;
}
.jikanwari td{
	text-align:center;
}
.insatsu{
	display:none;
}

/*強調類*/
em.syugaki{
	color:red;
	font-style:normal;
	font-weight:bold;
}
del.miekeshi{
	text-decoration:line-through;
	color:black;
	font-style:normal;
	font-weight:normal;
	visibility:visible;
}
