﻿/*---------------------------------------------------------------
	　　　サイト：H.I.S.国内サイト
	　　　制作日：2007/8/10
	　　　制作者：中
	　　　更新日：
	　　適用範囲：商品ページ
---------------------------------------------------------------*/

/* 基本設定
* {
	margin:0;
	padding:0;
	} */
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 5px;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#666666;
 	scrollbar-dark-shadow-color:#666666;
 	scrollbar-face-color:#ffffff;
 	scrollbar-highlight-color:#ffffff;
 	scrollbar-shadow-color:#ffffff;
 	scrollbar-track-color:#ffffff;
	}
body,table {
	font-size: 13px;
	line-height: 130%;
	}
p {
	margin: 3px 0 5px ;
	}
	
/* レイアウト */
#container {
		width: 760px;
		margin: 0;
		padding: 0;
		}
#header {
		width: 760px;
		margin: 0;
		padding: 0;
		}
#left_navi_area {
		width: 120px;
		float: left;
		margin: 0;
		padding: 0;
		}
#contents {
		/*width: 640px;←IEのバグ（印刷時ずれる）の為下記数値に変更*/
		width: 639px;
		float: right;
		margin: 0;
		padding: 0;
		}
#footer {
		width: 760px;
		clear: both;
		margin: 0;
		padding: 0;
		text-align:right;
		}
/* フッターの中 */
.footbanner {
	margin:5px 6px 5px 0;
	}
.footlink {
	background-color:#333399;
	padding:2px 0 3px 0;
	width:760px;
	text-align:center;
	margin:0;
	}
#footer ul {
	margin:0;
	padding:0
	;}
#footer li {
	font-size:12px;
	display:inline;
	color:#FFFFFF;
	letter-spacing:0;
	margin:0;
	}
#footer li a {
	color:#FFFFFF;
	}
#footer .totop {
	width:755px;
	}
.copyright {
	font-size:12px;
	color:#000000;
	margin:4px 4px;
	}

/* 文字サイズ */
.size_s {
	font-size:11px;line-height:110%;
	}
.size_m {
	font-size:13px;
	line-height: 13px;
	}
.size_l {
	font-size:16px;
	line-height: 110%;
	}
.size_xl {
	font-size:18px;
	line-height: 110%;
	}
/* 文字色＋サイズ */
.size_s_red {
	font-size:11px;
	color: #FF3333;
	line-height:110%;
	}
.size_l_red {
	font-size: 16px;
	color: #FF3333;
	line-height: 110%;
	}
.size_xl_red {
	font-size: 18px;
	color: #FF3333;
	line-height: 110%;
	}
.size_l_orange {
	font-size: 16px;
	color: #FF8A00;
	line-height: 110%;
	}
.size_xl_orange {
	font-size: 18px;
	color: #FF8A00;
	line-height: 110%;
	}

/* 文字の色 */
.txt_white  {color: #FFFFFF;}
.txt_black  {color: #000000;}
.txt_red    {color: #FF3333;}
.txt_green  {color: #006600;}
.txt_blue   {color: #4169E1;}
.txt_orange {color: #FF8A00;}
.txt_yellow {color: #ffd700;}
.txt_purple {color:#660099;}
/* 文字色＋ウェイト */
.txt_white_bold  {color: #FFFFFF;font-weight: bold;}
.txt_red_bold    {color: #FF3333;font-weight: bold;}
.txt_green_bold  {color: #006600;font-weight: bold;}
.txt_blue_bold   {color: #4169E1;font-weight: bold;}
.txt_orange_bold {color: #FF8A00;font-weight: bold;}
.txt_yellow_bold {color: #ffd700;font-weight: bold;}
.txt_purple_bold {color:#660099; font-weight:bold;}
/* 文字ウェイト */
.bold {font-weight: bold;}
.not_bold {font-weight: normal;}

/* リスト用 */
.list {
	list-style: url(../images/listmark.gif) none outside;
	list-style-position:1px;
	}
.list_red2 {
	list-style: url(../images/listmark_red.gif) none outside;
	list-style-position:1px;
	line-height:150%;
	}
.list_red {
	list-style: url(../images/listmark_red.gif) none outside;
	list-style-position:1px;
	}
.list_caption {
	list-style: url(../images/listmark_check.gif) none outside;
	list-style-position:1px;
	}
.list_attention {
	list-style: url(../images/listmark_attention.gif) none outside;
	list-style-position:1px;
	}
.list_air {
	list-style: url(../images/listmark_air.gif) none outside;
	list-style-position:1px;
	}
.list_no_img {
	list-style-position:1px;
	list-style-image: none;
	list-style-type: none;
	}
	
/* パンくず */ 
.topic {
	background-image : url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
	margin:0 0 px 5px;
	letter-spacing:0px;
	}
	
/*このページの上へ（画像バージョン）*/
.totop {
	width:620px;
	clear: both;
	}
.totop a:hover { 
	background-image:url(../images/totop_bg.gif);
	background-position:right;
	background-repeat:no-repeat
	;}

