/*********************************************************************
 * file   : default.css
 * admin  : sasaki
 * update : 2011.06.10
 *********************************************************************/

@charset "utf-8";
div#dummy{}
img {border-style: none;
}


/*-------------------リンク-------------------*/

a{ 
color: #0390AE;
overflow:hidden;
outline:none;
}
a:link,a:visited {
text-decoration:underline;
}
a:hover{
text-decoration:none;
}
.linkcolor-link a:link {
color:#FFFFFF;
}
.linkcolor-link a:visited {
color:#FFFFFF;
} 
.linkcolor-link a:hover {
color:#FFFFFF;
} 

/****************フォントサイズ******************

	font-size:  78% = 10px
	font-size: 100% = 12px（設定＝78%）
	font-size: 117% = 14px
	font-size: 134% = 16px
 
 ***********************************************/
 
/*-------------------タグ-------------------*/

body {
	font-family : "MS PGothic",Osaka,Hiragino Kaku Gothic Pro;
	font-size: 78%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	line-height: 140%;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(../images/common/back_stripe.jpg);
	background-repeat: repeat;
}

h1 {
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/*-------------------ID＆クラス-------------------*/

#header-bk {
	background-image: url(../images/common/back_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

#header {
	height: 74px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}

.hd-l {
	float: left;
	width: 171px;
	padding-left: 9px;
}

.hd-r {
	float: left;
	width: 770px;
	padding-right: 18px;
}

.hd-wd {
	height: 25px;
	text-align: right;
	padding-top: 5px;
	color: #666666;
	font-size: 10px;
}


.navigation {
	height: 40px;
}

.navigation li {
	float: right;
	padding-left: 5px;
	width: 177px;
}

#contents-bk {
	background-image: url(../images/common/back_con.gif);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	background-position: top;
}

#contents {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}

.contents-shd-top {
	height: 10px;
}


.contents-shd-l {
	width: 8px;
	background:url(/images/common/grad_l.png) repeat-y;
}

* html .contents-shd-l {	/*-- for IE6 --*/
	width: 8px;
	background:url(/images/common/grad_l6.png) no-repeat;
	filter: alpha(opacity=40);
}


.contents-shd-r {
	width: 8px;
	background-image: url(../images/common/grad_r.png);
	background-repeat: repeat-y;
}

* html .contents-shd-r {	/*-- for IE6 --*/
	width: 8px;
	background:url(/images/common/grad_r6.png) no-repeat;
	filter: alpha(opacity=40);
}


.contents-base {
	width: 932px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.base-l {
	float: left;
	width: 710px;
	padding-right: 22px;
}

.base-r {
	float: left;
	width: 200px;
}

.copyright {
	clear: both;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.contents-shd-bot {
	background: transparent url(../images/common/grad_bot.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/common/grad_bot.png", sizingMethod="image"); 
	display:block;
	width:968px;
	height:8px;
	clear: both;
}



#footer {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

.ft-l {
	float: left;
	width: 147px;
}

.ft-r {
	float: left;
	width: 821px;
}

.ft-navi {
	height: 40px;
}

.ft-navi li {
	float: right;
}

.ft-navi-wd {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.ft-navi-line {
}

.bnn-box {
	margin-bottom: 5px;
}

.hpb-box {
	margin-bottom: 5px;
	height: 63px;
	width: 180px;
	background-image: url(../images/top/seller.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

.clearfix:after {
  content: ".";  /* Ǥ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.error-tx {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	line-height: 150%;
}
.error-bt {
	text-align: center;
	padding-bottom: 40px;
}

.font-c {
	font-family: Arial, Helvetica, sans-serif;
}

.font-b {
	font-weight: bold;
}


/*-------------------パンくずリスト-------------------*/
ul.topicpath{
/*	height: 28px;*/
    height: 36px;
	margin-bottom: 10px;
	background: url(../images/common/rpth_line.gif) repeat-x bottom;
}
ul.topicpath li{
	float: left;
}
ul.topicpath li a{
	margin-right: 3px;
	padding-right: 18px;
	background: url(../images/common/rpth_arrow.gif) no-repeat;
	background-position: right;
}


/* to erase swf frame dotted line */
#flashArea, #flashArea:focus {
    outline: none;
}

