@CHARSET "UTF-8";
@IMPORT url("reset-fonts.css");

html{
	background: #cbdaf4;
}
body{
	background: #cbdaf4 url(../image/bg.jpg) repeat-x scroll left top;
	line-height: 150%;
	font-family: メイリオ,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
	color: #444444;
}
a{
	color: #3B87C6;
	text-decoration: none;
}
a:HOVER{
	text-decoration: underline;
}
#Wrap{
	width: 940px;
	background-color: #fff;
	margin: 0 auto;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #5681c1;
	border-bottom: 2px solid #cccccc;
}

#Header{
	height: 120px;
	background-color: #f9f9f9;
	background-image: url("../image/header-bg.png");
}
#Header #SiteIcon{
	margin: 20px 0 0 20px;
	float: left;
}
#Header h1{
	width: 300px;
	padding: 28px 0 0 5px;
	float: left;
}
#Header #H1Text{
	display: block;
}
#Header #SiteLogo{
	margin-top: -4px;
	margin-left: -5px;
}
#Header #GaeLogo{
	float: right;
	margin: 65px 10px 0 0;
}
#Content{
	padding: 20px 30px;
}
#Notice{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #cc9999;
	background: #ffe9e9 url(../image/notice-bg.gif) repeat-x scroll left top;
}
#NoticeTitle{
	font-weight: bold;
	font-size: 108%;
	color: #aa3333;
	margin-bottom: 0.5em;
}
#LeftBox, #OneBox{
	width: 620px;
	float: left;
	margin-bottom: 20px;
	min-height: 550px;
}
#OneBox{
	width: 870px;
}
#LeftBox h2, #OneBox h2{
	clear: both;
	color: #114477;
	padding: 10px 0 0 10px;
	background: #fff url(../image/h2-bg.png) repeat-x scroll left top;
}
#OneBox h3{
	padding: 0 0 2px 5px;
}
#LeftBox p, #OneBox p{
	margin: 0 5px 15px 5px;
}
#OneBox form{
	margin: 0 0 10px 10px;
}
#RightBox{
	float: right;
	width: 235px;
}

#LeftBox, #RightBox {
	margin-top: 10px;
}

#SideBox{
	background-color: #F3F7FA;
	margin-top: 7px;
	padding: 15px 15px 40px 15px;
	border: 1px solid #CFE4F2;
	color: #333333;
}

#SideBox .linkTitle{
	font-size: 123.1%;
	font-weight: bold;
	margin-tops: 10px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffa500;
}

.linkTitle a{
	color: #3B87C6;
}

#SideBox a.more{
	color: #3B87C6;
	display: block;
	padding-top: 5px;
}

#SideBox .sepLine {
	margin: 25px 0 15px 0;
}


#Footer{
	clear: both;
	height: 80px;
	line-height: 170%;
	text-align: center;
	background: #eeeeee url(../image/footer-bg.png) repeat-x scroll left top;
}
#Footer p{
	padding-top: 15px;
}

#LeftBox li{
	margin: 0.3em 0;
}

.crumbList{
	background-color: #eeeeee;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

div.sepBox{
	clear: both;
	height: 1px;
}
div.dlEntry{
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 20px;
	float: left;
}
div.dlTitle{
	font-size: 108%;
	font-weight: bold;
	padding: 10px;
	background: #fff url(../image/dl-title-bg.gif) repeat-x scroll left top;
	width: 590px;
}
div.dlDetail{
	float: left;
	padding: 20px 0 0 20px;
}
div.dlDetail th{
	font-weight: bold;
	padding: 3px 15px 3px 0;
}
div.dlDetail td{
	padding: 3px 0;
	color: #444444;
}
div.dlDetail td.fnColumn{
	width: 180px;
}
div.dlButton{
	float: left;
	margin: 20px 0 0 30px;
}

br.clear{
	clear: both;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 138.5%;
	margin-top: 2em;
	margin-bottom: 1.2em;
}

h2.top{
	margin-top: 0;
}

h3 {
	font-size: 123.1%;
}

h3 {
	margin: 1em 0;
	color: #cc6600;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	font-weight: bold;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

.attention {
	color: #dd3333;
}

div.sepLine {
	height: 10px;
	border-bottom: 1px dashed #cccccc;
}
div.toTop {
	clear:both;
	text-align:right;
}
div.toTop img{
	vertical-align: bottom;
	margin-left: 5px;
}
.graph{
	float: left;
	margin-left: 10px;
}
.dataTable{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
table.basicTable{
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 10px;
}
.basicTable th, .basicTable td{
	padding: 5px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #cccccc;
}
.basicTable th{
	text-align: center;
	background-color: #99cc66;
	color: #fff;
}
table.example {
	margin-left: 20px;
	font-size: 93%;
}
table.example td{
	padding: 5px 7px;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
}
td.edit{
	font-weight: bold;
	background-color: #eeeeee;
	color: #666666;
}
td.after{
	background-color: #ddeeff;
}
td.num{
	text-align: right;
}
th.item{
	width: 210px;
}
div.menu{
	clear: both;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	padding-top: 2px;
}
div.menu a{
	color: #fff;
}

div.dummyBox{
	height: 370px;
}

#OneBox ol li{
	margin-left: 5px;
}

.errorMessage{
	background-color: #ffeeee;
	border: 2px solid #ff6666;
	display: block;
	margin-left:0;
	padding: 10px;
}

.errorMessage li{
	margin-left: 20px;
	color: #ee0000;
	font-weight: bold;
}

input.email {
	width: 300px;
}
