@charset "utf-8";
/*******************************************************************************

*                                                                              *
*  Web Site  :  http://www.***.jp/                                             *
*  Author    :  sm                                             *
*  Modified  :  02-April-2007                                                  *
*                                                                              *

*******************************************************************************/



/* General
*******************************************************************************/

* {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, pre, caption, th, td, li, dt, dd, address {
	color: #333333;
	line-height: 1.5;
	font-size: 75.0%;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

address {
    font-style:normal;
}

hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}
span {
	display: none;
}
#wrap {
	min-height: 100%;
	height: 100%;
	position: relative;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg_wrap.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 4px;
	padding-left: 4px;
}
body > #wrap {
    height: auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { 
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix { 
	display: block;
}
/* End hide from IE-mac */

.gototop {
	background-image: url(img/gototop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	width: 91px;
	margin-top: 40px;
	margin-left: 515px;
	clear: both;
}
.gototop a {
    text-indent: -9999px;
    display: block;
    text-decoration: none;
    height: 11px;
    width: 91px;
}
.gototop a:hover {
    background-image: url(img/gototop_ov.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

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

#wrap #header {
	background-image: url(img/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 780px;
	position: absolute;
	left: 4px;
	top: 0px;
	z-index: 1;
}
#wrap #siteID {
	height: 29px;
	width: 237px;
	position: absolute;
	top: 34px;
	z-index: 10;
}
#wrap h1 a {
	text-decoration: none;
	display: block;
	height: 29px;
	width: 237px;
}
#wrap h1 a:hover {
	text-decoration: none;
}
#wrap #header #subNavi {
	position: absolute;
	top: 48px;
	right: 14px;
	z-index: 3;
}
#wrap #header #subNavi li {
	float: left;
	background-image: url(img/ic02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 10px;
}

/* main
*******************************************************************************/

#wrap #main {
	background-image: url(img/bg_main.jpg);
	background-repeat: no-repeat;
	width: 780px;
	padding-bottom: 100px;
}
#wrap #main .contentsR {
	float: right;
	width: 555px;
}

/* side bar
*******************************************************************************/

#wrap #contentsL {
	float: left;
	width: 185px;
	background-image: url(img/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-top: 25px;
	padding-left: 15px;
}
#wrap #main #contentsL #categoryMenu {
	background-image: url(img/bg_sidebar_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 29px;
	width: 169px;
	padding-bottom: 8px;
}
#wrap #main #contentsL #mainNavi {
	width: 169px;
	margin-bottom: 24px;
}
#wrap #main #contentsL #mainNavi li {
	background-image: url(img/bg_mainnavi.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 169px;
}
#wrap #main #contentsL #mainNavi #navi01 {
	background-position: 0px 0px;
}
#wrap #main #contentsL #mainNavi #navi02 {
	background-position: 0px -30px;
}
#wrap #main #contentsL #mainNavi #navi03 {
	background-position: 0px -60px;
}
#wrap #main #contentsL #mainNavi #navi04 {
	background-position: 0px -90px;
}
#wrap #main #contentsL #mainNavi #navi05 {
	background-position: 0px -120px;
}
#wrap #main #contentsL #mainNavi #navi06 {
	background-position: 0px -150px;
}
#wrap #main #contentsL #mainNavi li a {
	height: 30px;
	width: 169px;
	display :block;
	text-decoration: none;
	text-indent: -9999px;
}
#wrap #main #contentsL #mainNavi li a:hover {
	text-decoration: none;
}
#wrap #main #contentsL #banner {
	width: 169px;
}
#wrap #main #contentsL #banner li {
	height: 48px;
	width: 169px;
	padding-bottom: 8px;
}
#wrap #main #contentsL #banner li a {
	height: 48px;
	width: 169px;
	text-decoration: none;
}
#wrap #main #contentsL #banner li a:hover {
	text-decoration: none;
}

/* footer
*******************************************************************************/

#wrap #footer {
	clear: both;
	width: 780px;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 49px;
	position: absolute;
	left: 4px;
	bottom: 0px;
}
#wrap #footer address {
	color: #FFFFFF;
	padding-top: 21px;
	padding-left: 16px;
}

/* top layout
*******************************************************************************/

#top #wrap #header {
	height: 309px;
}
#top #wrap #siteID {
	left: 21px;
}
#top #wrap #header #mainImg {
	height: 229px;
	width: 780px;
	padding-top: 80px;
}

/* sub layout
*******************************************************************************/

#sub #wrap #header {
	height: 80px;
}
#sub #wrap #main {
	background-position: 0px 80px;
	padding-top: 80px;
}
#sub #wrap #siteID {
	left: 17px;
}
#sub #wrap #main .contentsR {
	padding-top: 25px;
	padding-right: 15px;
	width: 540px;
}
