html,body {
	background: #fff url(../images/bg.gif) top center repeat-y;
	text-align: center;
}

body,table {
	font-size: 12px;
	font-family: Meiryo, Verdana;
	margin: 0;
	line-height: 160%;
	color: #333;
}

body, h1, h2, h3, h4, ul, form, dl {
	margin:0;
	padding:0;
}

a {
	color: #91a127;
	text-decoration: none;
}
a:hover {
	color: #c2d734;
}
img {
	border: none;
}

.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}

div#screen {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

div#head a#logo {
	background: url(../images/logo.jpg) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 339px;
	height: 105px;
}

div#head {
	height: 105px;
}
div#head p {
	margin: 0;
}
div#head h2 {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: -30px 60px;
	position: relative;
}
h1#tagline {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: -30px 60px;
	position: relative;
}

body#indexPage div#bodyArea {
	width: 900px;
	/*
	background: url(../images/top.jpg) 0 0 no-repeat;
	padding: 300px 0 0;
	*/
}
div#bodyArea {
	width: 900px;
	/*
	background: url(../images/page.jpg) 0 0 no-repeat;
	padding: 150px 0 0;
	*/
}

dl#globalMenu dt {
	display: none;
}
dl#globalMenu dd {
	margin: 0;
}
dl#globalMenu dd ul {
	list-style-type: none;
	width: 900px;
}
dl#globalMenu dd ul li {
	margin: 0;
	padding: 0;
	float: left;
}
dl#globalMenu dd ul li a {
	width: 150px;
	height: 65px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
dl#globalMenu dd ul li a:hover {
	background-position: 0 -130px;
}
a#menuHome {
	background: url(../images/menu/home.gif) 0 0 no-repeat;
}
a#menuCategory {
	background: url(../images/menu/category.gif) 0 0 no-repeat;
}
a#menuRanking {
	background: url(../images/menu/ranking.gif) 0 0 no-repeat;
}
a#menuService {
	background: url(../images/menu/service.gif) 0 0 no-repeat;
}
a#menuAbout {
	background: url(../images/menu/about.gif) 0 0 no-repeat;
}
a#menuSitemap {
	background: url(../images/menu/sitemap.gif) 0 0 no-repeat;
}

body#categoryPage a#menuCategory,
body#rankingPage a#menuRanking,
body#servicePage a#menuService,
body#aboutPage a#menuAbout,
body#sitemapPage a#menuSitemap {
	background-position: 0 -65px;
}

#pagetop {
	width: 100%;
}

#pagetop a {
	background: url(../images/pagetop.gif) 0 0 no-repeat;
	width: 80px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	margin: 0 10px 0 0;
}
#pagetop a:hover {
	background-position: 0 -20px;
}
#copyright a {
	background: url(../images/copyright.gif) 0 0 no-repeat;
	width: 370px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}

#contentsArea {
	margin: 10px 30px; 
}
#topText {
	width: 670px;
	height: 95px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/top_text.gif) 0 0 no-repeat;
	margin: 20px 0;
}

h3.hx {
	width: 740px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}
h3#topCategory {
	background: url(../images/top/category.gif) 0 0 no-repeat;
}
h3#topRanking {
	background: url(../images/top/ranking.gif) 0 0 no-repeat;
}
h3#topNew {
	background: url(../images/top/new.gif) 0 0 no-repeat;
}
h3#topTopics {
	background: url(../images/top/topics.gif) 0 0 no-repeat;
}
h3#downloadForm {
	width: 305px;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(../images/download.gif) 0 0 no-repeat;
	float: right;
}
dl.category_list {
}

dl.category_list dt {
	float:left;
	width: 150px;
	height: 60px;
	padding: 0;
	clear: both;
	line-height: 40px;
	margin: 0 0 10px 0;
}
dl.category_list dt a {
	display: block;
	width: 150px;
	height: 60px;
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(../images/category_bg.gif) 0 0 no-repeat;
}
dl.category_list dt a:hover {
	color: #d6ed39;
}
dl.category_list dd {
	width: 600px;
	padding: 10px 0 0 30px;
	margin: 0 0 10px 150px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
dl.category_list dd ul li{
	list-style-type: none;
	margin: 0 10px 0 0;
	float: left;
}

.category_list a {
	color: #666;
}
.category_list a:hover {
	color: #d6ed39;
}
ul#topicPath {
	font-size: 10px;
	margin: 0 0 10px 0;
}
ul#topicPath li {
	display: inline;
}

ul#topicPath li ul {
	display: inline;
}

ul#topicPath em {
	font-style: normal;
}
ul#topicPath a {
	text-decoration: none;
}

h2.title {
	height: 70px;
	text-indent: -9999px;
}
body#categoryPage h2.title {
	background: url(../images/title/category.gif) 0 0 no-repeat;
}
body#rankingPage h2.title {
	background: url(../images/title/ranking.gif) 0 0 no-repeat;
}
body#servicePage h2.title {
	background: url(../images/title/service.gif) 0 0 no-repeat;
}
body#aboutPage h2.title {
	background: url(../images/title/about.gif) 0 0 no-repeat;
}
body#sitemapPage h2.title {
	background: url(../images/title/sitemap.gif) 0 0 no-repeat;
}
body#downloadPage h2.title {
	background: url(../images/title/download.gif) 0 0 no-repeat;
}
body#errorPage h2.title {
	background: url(../images/title/404.gif) 0 0 no-repeat;
}
h3.hxfree {
/*	background: url(../images/line.gif) left bottom repeat-x; */
	background: url(../images/arrow.gif) left center no-repeat;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	padding: 0 0 0 15px;
	color: #8f9e26;
}

div.paging_area {
	text-align: center;
}

ul.paging {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.paging:after {
	content: "";
	display: block;
	clear: both;
}
ul.paging li {
	float: left;
	margin: 3px 5px;
	line-height: 20px;
}
ul.paging li a {
	display: block;
	width: 15px;
	padding: 0 7px;
	height: 20px;
	border: 1px solid #91a127;
	text-align: center;
	text-decoration: none;
}
/*
ul.paging li a {
	display: inline;
	zoom: 1;
}
*/
ul.paging li.active_page {
	display: block;
	width: 15px;
	padding: 0 7px;
	height: 20px;
	border: 1px solid #91a127;
	background-color: #91a127;
	color: #ffffff;
	text-align: center;
}


ul#photoList li {
	list-style-type: none;
	float: left;
	margin: 10px;
	width: 120px;
	height: 120px;
}
p.photo_thum {
	display: table-cell;
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}
* html p.photo_thum  {
	display:inline;
	zoom:1;
}
*+html p.photo_thum  {
	display:inline;
	zoom:1;
}

.photo_w {
	float: left;
	width: 500px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

p#downloadMessage {
	float: right;
	width: 300px;
	font-size: 10px;
}
div#downloadSendMessage {
	float: right;
	width: 300px;
	font-size: 10px;
	color: #c00;
}
div#downloadSendMessage p {
	margin: 0;
}
div#downloadSendMessage li {
	margin: 0 0 0 20px;
}
div.download_send_message {
	margin: 0 0 10px 0;
}
dl.download_form {
	float: right;
	width: 300px;
	margin: 0 0 0 0;
	color: #99CC00;
}
dl.download_form dt {
	clear: left;
	float: left;
	margin: 0;
	width: 60px;
	height: 30px;
	padding: 0;
	line-height: 30px;
}
dl.download_form dd {
	width: 240px;
	padding: 0;
	margin: 0 0 0 60px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
* html dl.download_form dt {
	line-height: 20px;
}
* html dl.download_form dd {
	width: 180px;
	margin: 0;
}
dl.download_form dd input.input_text {
	width: 230px;
	border: 1px solid #99CC00;
}
dl.download_form dd textarea {
	width: 230px;
	height: 100px;
	border: 1px solid #99CC00;
	font-size: 12px;
}
dl.download_form dd.comment_line {
	height: 100px !important;
}
.download_bt {
	float: right;
	width: 130px;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/download_bt.gif) 0 0 no-repeat;
	border: none;
}
.download_form_footer {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	width: 300px;
	color: #666;
	font-size: 10px;
}
ul.ranking {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ranking li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 70px;
}
* html ul.ranking li {
	margin: 10px 0 20px 0;
}
ul.ranking li p.ranking_thum {
	float: left;
	width: 140px;
}
ul.ranking li p.ranking_name {
	float: right;
	width: 630px;
}
ul.ranking li ul.ranking_category_list {
	float: right;
	width: 630px;
}
ul.ranking li ul.ranking_category_list li {
	padding: 0;
}
ul.ranking li#rank1 {
	background: url(../images/rank/1.jpg) 0 0 no-repeat;
}
ul.ranking li#rank2 {
	background: url(../images/rank/2.jpg) 0 0 no-repeat;
}
ul.ranking li#rank3 {
	background: url(../images/rank/3.jpg) 0 0 no-repeat;
}
ul.ranking li#rank4 {
	background: url(../images/rank/4.jpg) 0 0 no-repeat;
}
ul.ranking li#rank5 {
	background: url(../images/rank/5.jpg) 0 0 no-repeat;
}
div#footerArea {
	clear: both;
}

#s3slider {
   width: 900px; /* important to be same as image width */
   height: 150px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}
body#indexPage #s3slider {
   height: 300px; /* important to be same as image height */
}

#s3sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 150px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span a {
}

.clear {
   clear: both;
} 
