@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/

img {
	border:none;
}

.clear,.clr {
	clear:both;
	overflow:hidden;
}

ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}

h1#lets_title {
	display:none;
}

/* -----------TAGLINE---------- */
div.lets_tag_line {
	text-align:right; 
	margin:0px 0px 15px 0px; 
	float:right; 
}

div.lets_tag_line ul#lets_tag_line_list{
	width:770px; 
	font-size:0%; 
	line-height:0%; 
	margin:0px; 
	padding:0px; 
}

div.lets_tag_line ul#lets_tag_line_list li{
	float:right; 
	padding:0px; 
	margin:0px; 
}

div.lets_tag_line ul#lets_tag_line_list li.mrg_r15{
	margin:0px 15px 0px 0px; 
	padding:12px 0px 0px; 
}

div.lets_tag_line ul#lets_tag_line_list li.mrg_r15_2{
	margin:0px 15px 0px 0px;  
}

div.lets_tag_line ul#lets_tag_line_list li.mrg_r15_3{
	margin:0;
	padding:7px 0 0 0;
}


div.lets_tag_line ul#lets_tag_line_list:after{
	clear:both; 
}

/* --------h2-------- */
h2.my_basic {
	margin:0px 0px 20px 0px; 
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	_font-size: 100%;
	margin:0;
	padding:0;
}

a:link {
color:#003A91;
}
a:visited {
/*color:#8B1DB9;*/
color:#003A91;
}
a:hover {
color:#6186D4;
}
#pageTopLine {
	background-image: url(../img/header_bg_01.gif);
	background-repeat: repeat-x;
	height: 7px;
}

#contents {
	float:right;
	width:770px;
}

body {
	background-image: url(../img/header_bg_01.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper {
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
.my_ctring {
	text-align: center;
}



#productsMenu {
clear:both;
height:55px;

}
#productsMenu li {
	float: left;
}
p#panKuzuList {
	clear: both;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	font-size: 85%;
	}



/*内容とメニュー*/
/*------------------------------*/
#contentsBox {
	width:100%;
/*	font-size: 85%; 
	_font-size: 85%; */
	line-height:140%;
	color: #535353;
}

/*内容*/
/*------------------------------*/

#contents .inner {
float:left;
margin-left:197px;/* 770px(ページ幅)-ここの値=コンテンツ幅 */
/* ここのマージン-#shopMenuの幅（178px）=メニューとコンテンツの間の幅 */
_display:inline;
}


#gotoPageTop {
	background-image: url(../img/gototop.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 15px;
	float: right;
	margin-bottom: 20px;
	min-height:12px;
	_height:12px;
	display:block;
	font-size: 85%;
}

#pageBox {
	width:967px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* clearfix */
.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* clearfix end */
