body{
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #FFFFFF;
}

a:hover{
	color: #ffffff;
	background-color: #ff6600;
}

/* ヘッダー（レイアウト） */

#header{
	width: 100%;
	height: 72px;
	position: relative;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
}
#header2{
	font-size: 23px;
	font-weight: 900;
	text-decoration: none;
	padding: 12px;
	color: #009999;
	height: 72px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}
#header2 a:link{
	text-decoration: none;
	color: #009999;
}
#header2 a:visited{
	text-decoration: none;
	color: #009999;
}
#header2 a:hover{
	text-decoration: none;
	color: #ffffff;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody{
	width: 750px;
	text-align: left;
}

#main{
   position: relative;
   float: right;
   min-height: 1px;
}

#menu {
	position: relative;
	float:left;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#main { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#main-inner { 
   padding: 10px;
   border: 1px solid #cccc99;
}

#popup_main{
   margin: 10px; 
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#menu {
   width: 210px;
   background-color: #EEFEFF;
   padding-top: 10px;
   padding-bottom: 10px;
}
#menu-inner { padding: 0 5px; }

.menulist {
	width: 180px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
	border-bottom: dashed 1px #76BEFD;
	line-height: 110%;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #777777;
}

.menutitle {
	font-size: 120%;
	font-weight: bold;
	background-image: url(images/s_title_bg.gif);
	color: #1D85A0;
	text-align:center;
	letter-spacing: 7px;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	height: 22px;
	line-height: 150%;
}

.menulist a {
	font-weight: bold;
	font-size: 100%;
}

.menulist a:link {
	font-weight: bold;
	color: #1D85A0;
}

.menulist a:visited {
	font-weight: bold;
	color: #1D85A0;
}

.menulist a:hover {
	font-weight: bold;
	color: #ffffff;
}

.menu_records{
	font-size: 120%;
	font-weight: bold;
	background-image: url(images/s_title_bg.gif);
	color: #1D85A0;
	text-align:center;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	height: 22px;
	line-height: 150%;
}

.menu_records_detail{
	margin-left: 15px;
}


/* フッター */
#footer{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	float:none;
}

#footer-inner{
   font-size: 10px;
   text-align: center;
   color: #333333;
   line-height: 20px;
}


p.box{
	margin-left: 20px;
	line-height: 130%;
}


h2{
	padding: 2px;
	margin: 10px 0px 10px 0px;
	border-style: dotted;
	border-width-top: 0px;
	border-width-left: 0px;
	border-width-right: 0px;
	border-width-bottom: 3px;
	border-bottom-color: #ffcc66;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #ff6600;
	font-size: 2em;
}

h3{
	margin: 0px, 0px, 0px, 0px;
	padding-left: 5px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #99dddd;
}

.result_table{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #ffcc66;
}

/* js select - Red square */
.Style1{
        position:                       absolute;
        top:                            0px;
        left:                           0px;
        width:                          1px;
        height:                         1px;
        font-size:                      1px;
}

.js_hidden{
//	visibility:hidden;
	display:none;
}

#advanced_search{
	display:none;
}

#image{
	margin:10px;
}


h1{
	padding: 10px;
	background-color: #99cc99;
	color: #ffffcc;
	font-size: 2.5em;
}

.staff_main{
	margin:20px;
}

.form_select{
	background-color: #ffcccc;
}