@charset "utf-8";

body{
	font-size: 16px;
}

* html body {
	font-size: 100%;
}

*:first-child+html body {
	font-size: 100%;
}

body,h1,h2,h3,p,ul,ol,li,dl,dt,dd {
	padding: 0;
	margin: 0;
}

h1,h2,h3,p,
ul,li,dl,dt,dd,
em,strong,
table,tr,th,td,caption {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}




/*******************************************
* 共通
*******************************************/

.aural {
	position: absolute;
	left: -999px;
	top: 0px;
}


/*******************************************
* page
*******************************************/

#page {
	width: 800px;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	background: #95C6F2;
}
#header p a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}


#main {
	float: left;
	background: url(../img/back_main.gif) repeat-y center top;
}



#sidemenu {
	float: left;
	width: 180px;
}

#contents {
	float: right;
	width: 618px;
	line-height: 1.5;
}

#footer {
	clear: both;
	width: 800px;
}


/*******************************************
* header
*******************************************/

#header #title {
	float: right;
	width: 620px;
	margin-top: 20px;
	text-align: center;
}

#header #title .head_name {
	margin-top: 0.5em;
	font-size: 150%;
	font-weight: bold;
	color: #003399;
}



/*******************************************
* sidemenu
*******************************************/
#sidemenu li {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 8px;
	background: #95C6F2;
}

#sidemenu li a {
	height: 38px;
	line-height: 38px;
	display: block;
	letter-spacing: 0.2em;
	text-align: center;
}

#sidemenu li a:link,
#sidemenu li a:visited {
	background: #FFFFCC;
}

#sidemenu li a:hover {
	background: #FFCCCC;
}

#sidemenu li a:active {
	background: #FFCCCC;
}


/*******************************************
* contents
*******************************************/

/*******************************************
* footer
*******************************************/
#footer address {
	padding: 20px;
	line-height: 1.2;
}

#footer address p{
	text-align: right;
}
