@charset "utf-8";

*{ 
    margin:0;
	padding:0; 
} 

body {
	background-color: #dfeeff;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
}

/***  リンク  ***/
a {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}

a:hover {
	color: #588EFE;
	position: relative;
	left: 1px;
	top: 1px;
}

a img {
	border: 0px;
}

/***  大外枠  ***/
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
}

/***  ヘッダー  ***/
h1 {
	font-size: 10px;
	padding-top: 5px;
	font-weight: normal;
	padding-left: 15px;
	height: 15px;
	width: 785px;
	line-height: 10px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
div#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 89px;
}

/***  本文枠  ***/
div#content {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
}
div#content a.static:hover {
	position: relative;
	top: 0px;
	left: 0px;
}
div#content:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

/***  サイドメニュー枠  ***/
div#sidebar {
	float: left;
	width: 220px;
	line-height: 1.4;
	margin-right: 13px;
}

/***  本文  ***/
div#mainleft {
	width: 567px;
	line-height: 1.5;
	float: left;
}
.main {
	margin-right: 10px;
}

/***  フッター  ***/
div#footermenu {
	text-align: center;
	line-height: normal;
	overflow: hidden;
	background-color: #E6E6E6;
	clear: both;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}

div#copyright {
	text-align: center;
	background-color: #003399;
	padding: 5px;
}
h2#footer {
	font-size: 10px;
	padding-top: 5px;
	font-weight: normal;
	text-align: center;
}

/***  新着情報スクロール枠  ***/
.scroll_new {
	height: 100px;
	overflow: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 539px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_info.gif);
	background-repeat: no-repeat;
	background-position: 476px top;
	padding: 8px;
	margin: 0px;
	background-attachment: fixed;
}


/***  回り込み（段組）  ***/
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}

/***  インデント  ***/
.ind_b1em {
	text-indent: -1em;
	padding-left: 1em;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_l5 {

	margin-left: 5px;
}

.margin_t10 {
	margin-top: 10px;
}
.margin_l10 {
	margin-left: 10px;
}

.bg_menu {
	background-image: url(../images/sidemenu0.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 195px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	line-height: normal;
}
.fleft2 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.sidemenu {
	background-image: url(../images/bg_sidemenu.gif);
	background-repeat: repeat-y;
	width: 200px;
	padding-right: 10px;
	padding-left: 5px;
	margin-left: 5px;
}
.lh_n {
	line-height: normal;
	clear: both;
}
.box1 {
	border: 1px solid #CCCCCC;
	width: 200px;
}
.margin_t5 {
	margin-top: 5px;
}
h2#puente a {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	color: #666666;
}
.box2 {
	border: 1px solid #003399;
	padding: 5px;
}
.title1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 3px;
}

/* フォント  ---------------------------------------------------------------- */
.font_b3 {
	color: #C41442;
	font-weight: bold;
	font-size: 1.4em;
}

.font_b1 {
	color: #003399;
	font-weight: bold;
	font-size: 1.1em;
}

.font_bbr {
	color: #C41442;
	font-weight: bold;
}

.font_b {
	font-weight: bold;
}

.font_bl {
	font-weight: bold;
	font-size: 1.1em;
}

.font_s {
	font-size: 0.9em;
}

/* ブログ表示用タイトル  ---------------------------------------------------------------- */

.blogcategorytitle{
	font-weight: bold;
	background-image: url(../images/title_blog_category.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 1.3em;
	color: #333333;
	height: 34px;
  margin-bottom:20px;
}

.blogcategorytitle a{
	text-decoration: none;
	color: #003399;
}


/***  テーブル  ***/
table {
	border-collapse: collapse;
	width: 95%;
	line-height: normal;
//	margin-right: auto;
//	margin-left: 5px;
}
th.t1,td.t1 {
	padding: 2px;
  text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFE6FF;
}
th.t2,td.t2 {
	padding: 4px;
	background-color: #E6E6E6;
  text-align: center;
	border: 1px solid #CCCCCC;
}
th.t3,td.t3 {
	padding: 2px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

th.t4,td.t4 {
	padding: 5px;
	background-color: #E6E6E6;
  text-align: left;
	border: 1px solid #CCCCCC;
}
th.t5,td.t5 {
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
th.borles,td.borles {
	padding: 3px;
	vertical-align: top;
}

/**** 商品説明用box ***/

.box3 {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 5px;
  width: 520px;
}


/* ページ分割リンク  ------------------ */

.link_page{
	border: 1px solid #003399;
	background-color: #FFFFFF;
	font-weight: bold;
//	padding-right: 3px;
//	padding-right: 3px;
	padding: 3px;
	font-size: 0.9em;
	text-decoration: none;
}

.current_page{
	border: 1px solid #003399;
	background-color: #003399;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	font-size: 0.9em;
}

.link_next{
	border: 1px solid #003399;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	font-size: 0.9em;
	text-decoration: none;

}

.link_before{
	border: 1px solid #003399;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	font-size: 0.9em;
	text-decoration: none;
}


