@charset "Shift_JIS";
/*----------------------------------------

	Default CSS (Last Update 2008.06.28)

	- default setting
	- body setting
	- link setting
	- clearfix

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

hr {
	display: none;
}

html {
	overflow-y: scroll;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a:link,
a:visited {
	color: #0098b4;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:hover,
a:active {
	color: #0098b4;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a.gray:link,
a.gray:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a.gray:hover,
a.gray:active {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*----------------------------------------
	index
-----------------------------------------*/

#wrapper {
	width: 760px;
	padding: 10px;
}

#flash {
	width: 740px;
}

#contents {
	width: 740px;
	margin-top: 20px;
}

/* contents_left*/

#contents_left {
	float: left;
	width: 476px;
	background: url(/images/index_back_02.gif) repeat-y top left;
	text-align: center;
}

#contents_left #head_inner {
	width: 476px;
	padding: 19px 0 5px 19px;
	background: url(/images/index_back_01.gif) no-repeat top left;
	text-align: left;
}

#contents_left #head_inner h2 {
	width: 438px;
	padding-bottom: 15px;
}

#contents_left table {
	width: 438px;
}

#contents_left table th {
	width: 51px;
}

#contents_left table td {
	padding-right: 10px;
}

#contents_left table td.day {
	width: 20%;
}

#contents_left table td.line  {
	width: 438px;
	height: 12px;
	background: url(/images/index_line_g.gif)  no-repeat top center;
}

#contents_left table td.dot  {
	width: 438px;
	height: 15px;
/*	height: 20px;  default*/
	background: url(/images/index_line_dot.gif) no-repeat center;
}
#contents_left table td.dot30  {
	width: 438px;
	height: 30px;
	background: url(/images/index_line_dot.gif) no-repeat center;
}
#contents_left table td.space3  {
	width: 438px;
	height: 3px;
}
#contents_left table td.space8  {
	width: 438px;
	height: 8px;
}

#contents_left #head_footer  {
	width: 476px;
	background: url(/images/index_back_03.gif) no-repeat bottom left;
	padding-bottom: 5px;
}

/* contents_right*/

#contents_right{
	float: right;
	width: 246px;
}

#contents_right #sales {
	background: url(/images/index_back_05.jpg) repeat-y top left;
	width: 246px;
	margin-bottom: 5px;
}

#contents_right #sales_inner {
	background: url(/images/index_back_04.jpg) no-repeat top left;
	width: 246px;
	padding: 17px 17px 0 17px;
}

#contents_right #sales_inner p {
	padding:4px 0 5px;
}

#contents_right #sales_inner form {
	padding: 5px 0;
}

#contents_right #sales_footer {
	background: url(/images/index_back_06.jpg) no-repeat bottom left;
	width: 246px;
	padding-bottom: 10px;
}

#contents_right li{
	margin-bottom: 5px;
}

span.gnaviself { font-size: 12px; font-weight: normal; color: #ffff99; text-decoration: none; }

#banner {
	margin-top: 0px;
}

#bodywrap {
	margin-left: 80px;
}


