@charset "UTF-8";
body {
	text-align: center;
	background: url(../../common/img/bggrad.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}

#topPage {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url(bg.jpg) no-repeat center top;
	border: 0px none;
}

#header {
	clear: both;
	margin: 0 auto;
	width: 760px;
	height: 265px;
	text-align: left;
}

h1 {
	width: 290px;
	height: 32px;
	float: left;
}

h1 img {
	margin-top: 10px;
	display: block;
}


/*form*/
#header form {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 15px;
}

#header form input {
	float: left;
	margin-right: 5px;
	font-size: 84%;
	padding-top: 2px;
	border: 1px solid #cccccc;
}

#header form input#txt {
	width: 160px;
	_width: 180px;
	height: 20px;
	border: 0px none;
	background: url(../../common/img/inputbg.gif) no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#header form input#submit {
	height: 20px;
}


/*num*/
#num {
	clear: both;
	padding-top: 20px;
	height: 16px;
}

#num img {
	display: block;
}



/*size*/
#size {
	float: right;
	width: 200px;
	margin-top: 7px;
}

#size dt {
	float: right;
	clear: both;
	width: 200px;
}

#size dt img {
	display: block;
	margin-left: 97px;
}

#size dd {
	float: left;
}

#size dd a {
	display: block;
	height: 27px;
}

#size dd a img {
	display: block;
	height: 27px;
}

#size dd a#sizes {
	background: url(smallo.gif) no-repeat left top;
	width: 65px;
}

#size dd a#sizedefault {
	background: url(defaulto.gif) no-repeat left top;
	width: 70px;
}

#size dd a#sizel {
	background: url(largeo.gif) no-repeat left top;
	width: 65px;
}

#size dd a:hover {
	background-color:transparent;/*for IE6*/
}

#size dd a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*globalMenu*/
#globalMenu {
	clear: both;
	width: 760px;
	height: 60px;
	margin-top: 110px;
	display: block;
}

#globalMenu li {
	float: left;
	height: 60px;
	line-height: 1px;
}

#globalMenu li#m01 {
	width: 100px;
	background: url(m01o.jpg) no-repeat left top;
}

#globalMenu li#m02 {
	width: 100px;
	background: url(m02o.jpg) no-repeat left top;
}

#globalMenu li#m03 {
	width: 100px;
	background: url(m03o.jpg) no-repeat left top;
}

#globalMenu li#m04 {
	width: 100px;
	background: url(m04o.jpg) no-repeat left top;
}

#globalMenu li#m05 {
	width: 115px;
	background: url(m05o.jpg) no-repeat left top;
}

#globalMenu li#m06 {
	width: 145px;
	background: url(m06o.jpg) no-repeat left top;
}

#globalMenu li#m07 {
	width: 100px;
	background: url(m07o.jpg) no-repeat left top;
}

#globalMenu li a {
	display: block;
	height: 60px;
}

#globalMenu li a img {
	display: block;
	height: 60px;
}

#globalMenu li a:hover {
	background-color:transparent;/*for IE6*/
}

#globalMenu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*topicpath*/
#topicpath {
	clear: both;
	height: 16px;
	padding-left: 20px;
	background: url(../../common/img/pathhome.gif) no-repeat left center;
	font-size: 84%;
}



/*contents*/
#contents {
	margin: 0 auto 0;
	width: 760px;
	text-align: left;
	clear: both;
}


/*mainContents*/
#mainContents {
	width: 480px;
	float: left;
}




/*section*/
#section {
	width: 480px;
	float: left;
}

/*inquiry*/
#section dt {
	float: left;
	width: 290px;
	height: 40px;
}

#section dt#inquiry {
	float: right;
	width: 165px;
	padding-right: 10px;
	background: url(inquiryo.gif) no-repeat left top;
}

#section dt#inquiry a {
	display: block;
	height: 40px;
}

#section dt#inquiry a img {
	display: block;
	height: 40px;
}

#section dt#inquiry a:hover {
	background-color:transparent;/*for IE6*/
}

#section dt#inquiry a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}

#section dd {
	float: left;
	position: relative;
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(../../common/img/arrow.gif) no-repeat left 0.3em;
	width: 100px;
}

#section dd#library {
	float: left;
	clear: both;
	margin-bottom: 3px;
	margin-top: 10px;
	padding-left: 0;
	background: url(none);
}

#section dd a {
}

#section dd#library a {
	padding-left: 0;
}

#section dd.column2 {
	width: 217px;
	_width: 217px;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 10px;
}

#section dd#wide {
	width: 255px;
	margin-right: -40px;
}

#section dd.column4 {
	width: 470px;
}
#section dd.column3 {
	width: 200px;
}
#mainContents #space {
	height: 1px;
	width: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*banner*/
#banner {
	width: 480px;
	padding: 0px;
}

#banner li {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 230px;
}

#banner li img {
	display: block;
}


/*info*/
#info {
	float: right;
	width: 260px;
}

#list {
	clear: both;
	margin-bottom: 5px;
	width: 260px;
	height: 260px;
	overflow: auto;
}

#list dt {
	clear: both;
	width: 230px;
	border-top: 1px solid #dddddd;
	padding-top: 7px;
	font-size: 84%;
	font-weight: bold;
	line-height: 1em;
	color: #885500;
}

#list dd {
	clear: both;
	width: 230px;
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 92%;
	line-height: 1.4em;
}

#prevent {
	margin-top: 10px;
}




/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 60px;
	text-align: left;
	font-size: 84%;
	line-height: 1.3em;
}

#footer ul {
	float: left;
	width: 760px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}

#footer ul li {
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

#footer ul li a {
	display: block;
	padding-left: 24px;
}

#footer ul li a#contact {
	background: url(../../common/img/contact.gif) no-repeat left center;
}

#footer ul li a#sitemap {
	background: url(../../common/img/sitemap.gif) no-repeat left center;
}

#footer ul li a#link {
	background: url(../../common/img/link.gif) no-repeat left center;
}

#footer #add {
	float: left;
	margin-top: 5px;
	padding-bottom: 20px;
}

#footer #copyright {
	float: right;
	margin-top: 5px;
	padding-bottom: 20px;
	white-space: nowrap;
	letter-spacing: 1px;
}
#topPage #contents #info #list dt.font-red {
	color: #F00;
	font-size: 12px;
}
