@charset "UTF-8";

* {
	margin : 0px;
	padding : 0px;
}

body {
/*	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
*/
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 0.8em;	
	color: #000000;
	line-height: 1.5;
	margin:0px;
	background-image:url(../img/main_back.gif);
/*	background-color: #CCCCFF;
*/
	background-repeat: repeat;
}

/*-- レイアウト設定 --*/
#wrap {
	width: 850px;
	height: 100%;
	margin: auto;
	text-align: center;
/*	background-color: #9999FF;
	background-color: #9999CC;
*/
	background-color: #9999FF;
}

#top {
	background: url(../img/logo2010.gif) no-repeat;
	background-color: #000000;
/*	height: auto;
*/	width: auto;
	text-align: right;
	line-height: 1;
	color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#top_s {
	background-color: #000000;
/*	height: auto;
*/	width: auto;
	text-align: right;
	color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 10px 10px 10px;
}

#main {
	width: auto;
	height: 100%;
	border: 0px;
	padding: 10px;
}

#contents {
	width: 660px;
	padding : 0px 5px 0px 5px;
	float: right;
	text-align: center;
}

#contents1 {
	width: 325px;
/*	height: 100%;
*/	float: left;
	padding-bottom : 10px;
}

#contents2 {
	width: 325px;
/*	height: 100%;
*/	float: right;
	padding-bottom : 10px;
}

#contents3 {
	width: 660px;
	padding : 0px 5px 0px 5px;
	text-align: center;
	padding-bottom : 10px;
}

#menu {
	width: 150px;
/*	height: 100%;
*/	border: 0px;
	text-align: left;
	float: left;
}

#footer {
	width: auto;
	background-color: #000000;
	border: 0px;
	font-size: 0.9em;
	text-align: right;
	color: #FFFFFF;
	clear: both;
	padding: 10px;
}

/*-- メニュー設定 --*/
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	text-align: left;
}

#menu li {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	margin: 0px 0px 2px 0px;
}

#menu li a {
	background-image:url(../img/menu.gif);
	padding:5px 0px 5px 10px;
	display: block;
	margin: 1px;
	border-left: #0518A4 2px solid;
	border-right: #0518A4 2px solid;
	color: #000099;
	text-decoration: none;
}

#menu li a:hover {
	border-left: #FF0000 2px solid;
	border-right: #FF0000 2px solid;
	color: #FF0000;
}

/*-- タブ設定 --*/
#tab {
	height: 20px;
}

#tab ul {
	margin: 0px;
}

#tab li {
	float: left;
	display: block;
	width: 23%;
}

.tabon{
	background-color:#000099;
	color: #FFFFFF;
	font-weight: bold;
}
.taboff{
	background-color:#999999;
}
.tabon,.taboff
{
	display:block;
	height:23px;
	float:left;
	margin-right:5px;
	text-align:center;
}

.tabbox{
	clear:both;
	width: 100%;
	background-color: #CCCCCC;
	border-top:solid 5px #000099;
	border-bottom:solid 1px #000099;
	border-left:solid 1px #000099;
	border-right:solid 1px #000099;
	padding: 5px;
	text-align: center;
}

/*--枠設定 --*/
.frame {
	width: 100%;
	margin: 1.0em auto;
	text-align: center;
	border: solid 1px #000099;
}

.imp_frame {
	width: 30em;
	margin: 1.0em auto;
	padding: 1.0em;
	font-weight: bold;
	text-align: left;
	background-color: #FFCC99;
	border-left: solid 3px #FFCCCC;
	border-top: solid 3px #FFCCCC;
	border-right: solid 3px #FF9900;
	border-bottom: solid 3px #FF9900;
}

.title_lb {
	text-align: left;
	background-color: #6666FF;
	color: #FFFFCC;
	border-left:solid 1px #000099;
	border-bottom:solid 2px #000099;
	padding: 5px;
	font-weight: bold;
}

.title_b {
	text-align: left;
	background-color: #000099;
	color: #FFFFCC;
	border-left:solid 1px #000099;
	border-bottom:solid 2px #000099;
	padding: 5px;
	font-weight: bold;
}

.title_top {
	text-align: left;
	background-image:url(../img/top_title_bl.jpg);
	color: #000066;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom:solid 2px #000099;
	padding-left: 13px;
	height: 26px;
}

.cont {
	height: 100%;
	text-align: left;
	background-color: #CCCCFF;
	border-top:solid 1px #3399FF;
	overflow:auto;
	padding: 0.3em;
}

.cont_y {
	height: 100%;
	text-align: left;
	background-color: #FFFF99;
	border-top:solid 1px #3399FF;
	overflow:auto;
	padding: 0.3em;
}

.cont_p {
	height: 100%;
	text-align: left;
	background-color: #FFCCFF;
	border-top:solid 1px #3399FF;
	overflow:auto;
	padding: 0.3em;
}

/*-- テーブル設定 --*/
table {
	font-size: 0.9em;
}

table.disp{
    border-top:1px solid #000066;
    border-left:1px solid #000066;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.disp th{
    border-right:1px solid #000066;
    border-bottom:1px solid #000066;
    color:#FFFFFF;
    background-color:#6666FF;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.disp td{
    border-right:1px solid #000066;
    border-bottom:1px solid #000066;
    padding:0.3em 1em;
}

table.list{
    border-spacing:0;
    empty-cells:show;
}
.list th{
    border-bottom:1px solid #6699CC;
    border-right:1.5px solid #CCCCFF;
    background-color:#6666FF;
    background-position:left top;
    text-align:center;
}
.list td{
    border-bottom:0.5px solid #6699CC;
}

/*-- 見出し設定 --*/
h1 {
	font-size: 1.3em;
	color: #FFFFFF;
}

h2 {
	font-size: 1.2em;
}

h3 {
	background-image:url(../img/stitle.gif);
	line-height: 1.0;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 5px 0 5px 5px;
	border-left: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

h4 {
	width: 90%;
	font-size: 1.0em;
	background-color: #FFFFCC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
}

h5,h6 {
	width: 90%;
	margin: 1.0em auto;
	font-size: 1.0em;
	padding: 3px 0 3px 3px;
	background-color: #CCFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #3300CC;
	border-bottom: 1px solid #3300CC;
}

