@charset "UTF-8";

/*----------------------------------------

	Default CSS (Last Update 2009.03.02)

	- default setting
	- body setting
	- link setting
	- common setting

-----------------------------------------*/


/*----------------------------------------
	default setting
-----------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre,dt,dd {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
em, strong {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
ul,li {
	list-style: none;
}
li img {
	vertical-align: bottom;
}
img, table {
	border: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
hr {
	display: none;
}


/*----------------------------------------
	body setting
-----------------------------------------*/
body {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	text-align: left;
	width:760px;
	margin:0px auto 12px;
	background: url(../img/common_wrapper_bg.gif) repeat-y;
}


/*----------------------------------------
	pankuzu
-----------------------------------------*/
#pankuzu {
	background: #FFFFFF;
	text-align: left;
	width: 760px;
	margin: 0px auto;
	padding: 4px 0px 9px;	
}
#pankuzu li {
	display: inline;
}
#pankuzu li.mark {
	background: url(../img/common_pankuzu_mark.gif) no-repeat left top;
	padding: 0px 0px 0px 10px;
}


/*----------------------------------------
	page_navi
-----------------------------------------*/
#page_navi {
	text-align: left;
	width:760px;
	background: url(../img/common_wrapper_bg.gif) repeat-y;
}
#page_navi ul {
	width: 543px;
	float:right;
}
#page_navi ul li{
	float:left;
}
#page_navi ul li.btn_next {
	float:right;
}
#page_navi ul li.btn_totop {
	float:right;
	margin: 0px 0px 0px 10px;
}


/*----------------------------------------
	link setting
-----------------------------------------*/

a:link {
	color: #3366cc;
	text-decoration: underline;
}

a:visited {
	color: #551a8a;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3366cc;
	text-decoration: underline;
}


/*----------------------------------------
	color
-----------------------------------------*/
.gray {
	color: #666666;
}
.price  {
	color: #ff6600;
}
.blue {
	color: #002667;
}
.red {
	color: #cc0000;
}
.bg_blue{
	background-color: #c3cee1;
}
.white{
	color: #ffffff;
}
.green {
	color: #13694e;
}
.orange{
	color: #ff6600;
}
.deepred {
	color: #660019;
}
.yellow{
	color: #b06b14;
}
.skyblue{
	color: #3686d8;
}

/*----------------------------------------
	common setting
-----------------------------------------*/
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.td_left{
	text-align: left;
}
.td_right {
	text-align: right;
}
.td_center {
	text-align: center;
}
.td_top{
	vertical-align:top;
}
.td_bottom{
	vertical-align:bottom;
}
