@charset "utf-8";
/* CSS Document */

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 80%;
	line-height: 1.6;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	/*background-color: #C0C0C0;*/
	background-image: url(pic/copyback.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/* link styles
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
/*a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
*/

/* base style
-----------------*/

div#wrapper{
	width: 896px;
	border: #000099 solid 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #FFFFFF;
}

div#header{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 25px;
}

div#menu{
	width: 896px;
	margin-left:auto;
	margin-right:auto;
}

div#main{
	/*padding-top: 10px;*/
	width: 896px;
	margin-bottom: 25px;
}

div#new{
	width: 866;
	padding-left: 15px;
	padding-right: 15px;
}

div#copy{
	width: 866px;
	height: 300px;
	background-repeat: repeat-x;
	padding: 15px;
}

div#torikumi{
	width: 866px;
	padding: 15px;
}

div#footer{
	width: 896px;
	clear:both;	
}

/* header style
------------------*/



/* menu style
------------------*/
div#menu ul {
	background-color: #000099;
	
}

div#menu ul li {
	float: left;
	list-style: none;
	
}

div#menu ul li a {
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
	text-align: center;
	display: block;
	height: 2em;
	width: 128px;
	font-size: 0.9em;
}

div#menu ul li a:hover {
	background-color: #FF0000;
}

#header ul li#nHome a {
	border-left-style: none;
}

#home #menu #nHome a,
#mobile #menu #nMobile a,
#db #menu #nDb a,
#flash #menu #nFlash a,
#web #menu #nWeb a,
#prmix #menu #nPrmix a,
#cominfo #menu #nCominfo a {
	color: #FFFFFF;
	background-color: #FF0000;

}

#menu table.home{
	border-bottom: #FF0000 solid 12px;
	borde-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}


/*main style
------------------*/
#main{
	clear:both;
	/*padding: 15px;*/
}	

#main h2 {
	color: #000099;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image:url(pic/icon.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#main h3 {
	margin-top: 15px;
}

#main p {
	line-height: 1.6;
	margin-bottom: 1em;
}

p.link {
	line-height: 1.6;
	margin-bottom: 1em;
	font-size: 20px;
}

#main p.copy {
	line-height: 1.6;
	margin-bottom: 1em;
	font-size: 110%;
}

/*under menu style
------------------*/
div#under{
	padding-right: 10px;
	margin-bottom: 0px;
}


div#under ul li {
	float: right;
	list-style: none;
	
}

div#under ul li a {
	color: #000099;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	font-size: 0.85em;
}

div#under ul li a:hover {
	border-bottom:#FF0000;
}

/*footer style
------------------*/
address{
	font-size: 110%;
	text-align: center;
}



