@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 180%;
}

a:link{color:#000000;text-decoration:none}

a:visited{color:#000000;text-decoration:none}

a:active{color:#000000;text-decoration:none}

a:hover{color:orange;text-decoration:underline }

INPUT,TEXTAREA,SELECT {color: #333333; background-color: #ffffcc;}




/* =======================================

	Browser Reset CSS

========================================== */

body,div,dl,dt,dd,ul,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #fff; color: #000;background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: center top;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}


/* =======================================

	layout CSS

========================================== */


#wrapper{
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	font-size: 92.4%;
	line-height: 1.5;
}
#header{
	height: 120px;
	width: 750px;
	position:relative
}
.cereso{
	position:absolute;
	right:25px;
	top:20px;
	}
#navigation{
	height: 40px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
}
#navigation ul{
	display: inline;	
}
#navigation ul li{
	float: left;
	height: 40px;
	width: 125px;
}
#contents{
	clear: both;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#sidebar{
	float: left;
	width: 199px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background-color: #DDD;
}
#sidebar-top{
	float: right;
	width: 180px;
}
#sidebar h2{
	background-color: #069;
	color: #fff;
	margin-bottom: 5px;
	padding: 10px;
}
#sidebar ul{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar ul li{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	margin-bottom: 5px;
}
#main{
	float: right;
	width: 550px;
}
#main-top{
	float: left;
	width: 570px;
}
#main h4{
	background-color: #069;
	color: #fff;
	margin-bottom: 5px;
	padding: 10px;
}
#ma20px{
	padding: 20px;
}
#footer{
	clear: both;
	width: 710px;
	background-color: #069;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 80px;
	color: #fff;
}
#footer a{
	color: #fff;
}
.data{
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	border: 5px solid #E6E6E6;
	margin-top: 20px;
	}

.data th, .data td{
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	}

.data th{
	font-weight: normal;
	background-color: #EEE;
	width: 90px;
	}
.t01{
	font-size: 14px;
	color: #069;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#box-top{
	text-align: center;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
