@charset "utf-8";

/*-----------------  base  -----------------*/

body {
	background-color: #e9e9e9;
	background-image: url(../images/bgr02.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6em;
	color: #494949;
}

#container {
	margin: 0 auto;
	width: 762px;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	padding: 0 6px 0 6px;
	background: url(../images/bgr01.gif) repeat-y;
}

#header {
	width: 762px;
	height: 61px;
	margin: 0 auto;
	background: url(../images/logo.gif) no-repeat;
}

#header h1 {
	text-indent: -9999px;
	margin: 0;
	font-size: 9px;
}


/*-----------------  toppage  -----------------*/

#rightColumn {
	width: 474px;
	float: right;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#rightColumn img {
	border: 0;
	margin: 0 3px 5px 3px;
	float: left; 
}


#leftColumn {
	width: 236px;
	float: left;
	background-image: url(../images/slideshow-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 44px;
	text-align: center;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

#topics {
	width: 466px;
	margin: 0 0 10px 0;
	padding: 40px 0 0 0;
	background-image: url(../images/topics-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*#topics ul {
	margin: 0;
	list-style-type: none;
}

#topoics li {
	padding-left: 13px;
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}*/

#topics ul {
	margin: 0 10px 0 5px;
	padding: 0;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#topics li {
	margin: 0 0 3px 0;
	padding: 5px 0 5px 15px;
	line-height: 1.4em;
	background: url(../images/arrow02.gif) no-repeat left 8px;
}

#topics a {
	/*text-decoration: none;*/
	color: #497E8F;
}

#topics a:hover {
	text-decoration: underline;
}

#topButtons {
	padding: 15px;
	width: 720px;
}

#topButtons img {
	border: 0;
	margin: 5px;
}

.topColumn {
	width: 434px;
	margin: 15px 0 30px 0;
	padding: 15px;
	border: solid 1px black;
}

.toPastTopics {
	clear: both;
	width: 441px;
	padding: 0 15px 0 0;
	text-align: right;
	margin: 0;
	font-size: 10px;
	background-image: url(../images/arrow04.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

.toPastTopics a {
	text-decoration: underline;
	color: #336699;	
}


/*-----------------  menu  -----------------*/

#gnaviTop {
	width: 750px;
	height: 90px;
	/*background-image: url(../images/menu-bgr.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;*/
	margin: 0 auto
	padding: 0;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}
	
#gnaviTop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gnaviTop li {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
}
#gnaviTop li a {
	text-decoration: none;
	width: 250px;
	height: 88px;
	display: block;
}

#gnaviTop li#product {
	background: url(../images/gnaviTop03.gif) no-repeat 0px 0px;
	width: 250px;
	height: 88px;
}
#gnaviTop li#company {
	background: url(../images/gnaviTop03.gif) no-repeat -250px 0px;
	width: 250px;
	height: 88px;
}
#gnaviTop li#toiawase {
	background: url(../images/gnaviTop03.gif) no-repeat -500px 0px;
	width: 250px;
	height: 88px;
}


#gnaviTop li#product a:hover {
	background: url(../images/gnaviTop03.gif) no-repeat -0px -88px;
	width: 250px;
	height: 88px;
}
#gnaviTop li#company a:hover {
	background: url(../images/gnaviTop03.gif) no-repeat -250px -88px;
	width: 250px;
	height: 88px;
}
#gnaviTop li#toiawase a:hover {
	background: url(../images/gnaviTop03.gif) no-repeat -500px -88px;
	width: 250px;
	height: 88px;
}









/*-----------------  footer  -----------------*/

#footer {
	clear: both;
	width: 735px;
	height: 90px;
	background: url(../images/border01.gif) no-repeat top left;
	padding: 15px 0 0 15px;
	font-size: 11px;
	line-height: 1.4em;
}

#footer a {
	text-decoration: none;
	color: #494949;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	width: 500px;
	margin: 40px 125px 20px 125px;
	text-align: center;
}
