import "http://";"

/* 共通スタイルシート
------------------------------------------------------------------*/
{
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	width: 810px;
	text-align:center;
	margin: 3px auto 3px auto;
	color:#808080;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size:12px;
	line-height:1.4;
	background-color: #FFFFFF;
}
img { border:none; vertical-align:top; }


/* 構造
---------------------------------------------------------------------------------*/
/* ヘッダー  header
---------------------------------------------------------------------------------*/
#header {
	height: 71px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_hdr.jpg);
}
#header h1 {
	padding: 8px 8px 0px 15px;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
	float:left;
}
/* ヘッダー  header_left
------------------------------------------------------*/
#header_left {
	float:left;
	width:380px;
}
#header_left h2{
	float:left;
	padding: 2px 0px 3px 12px;
}
/* ヘッダー  header_right
------------------------------------------------------*/
#header_right {
	float:right;
	width: 360px;
	text-align:right;
	padding: 0px 15px 0px 0px;
}
#header_right img {float:right;padding: 0px 4px 0px 0px;}

/* グローバルナビ  global_nav
---------------------------------------------------------------------------------*/
table.global_nav {
	width: 810px;
	margin: 0px;
	background-color:#000000;
}
table.global_nav td {
	margin: 0px;
	display:block;
	border-bottom: #333333 3px solid;
}

/* ローカルナビ
---------------------------------------------------------------------------------*/
#local_nav {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/footer_bg.gif);
}
#local_nav li {
	float:left;
	padding: 7px 5px 3px 7px;
	background-image: url(../images/bg_lnav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* フッダー  header
---------------------------------------------------------------------------------*/
#footer {
	width: 810px;
	height: 60px;
	display:block;
/*	padding: 10px 5px 5px 5px; */
	margin: 0px;
	background-color:#333333;  
}
#footer hr{margin: 0px 3px 0px 3px;}

/* フッダー  header_left
------------------------------------------------------*/
#footer_left {
	float:left;
/*	width: 370px; 
	height: 60px; */
	padding: 10px;
}
#footer_left p{float:left;}

/* フッダー  header_right
------------------------------------------------------*/
#footer_right {
	float:right;
/*	width: 420px;
	height: 60px; */
	padding: 10px;
}
#footer_right ul {
	float:right;
	list-style: none;
	margin: 0px;
}
#footer_right li.li_link {
	float:right;
	margin: 0px;
	padding: 4px 8px 0px 8px;  
	background-image: url(../images/bg_lnav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer_right li.li_last {
	float:right;
	margin: 0px;
	padding: 4px 8px 0px 8px;  
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

/* ページ_トップ page_top
---------------------------------------------------------------------------------*/
#pagetop {
	width:807px;
	clear: both;
	margin: 0px auto;
	padding: 3px 3px 3px 0px;
	text-align:right;
	background: #FFFFFF;
}
#pagetop a:hover img { filter: Alpha(opacity=80); opacity: 0.8; /*firefox safari*/ }


/* メイン main
---------------------------------------------------------------------------------*/
#main {
	width: 794px;
	text-align:left;
	clear:both;
	padding: 8px 8px 0px 8px;
	background-color:#FFFFFF;
}
.contents{ 
	width:760px;
	margin: 0px auto 0px auto;
}

/* トップページ
---------------------------------------------------------------------------------*/
#table_top {
	width:100%;
	margin: 0px auto 0px auto;
}
/* トップページ images
------------------------------------------------------*/
#top_img{
	width: 810px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	text-align:center;
}
#top_img p { margin: 0px auto 0px auto; }

/* トップページ_left
------------------------------------------------------*/
#table_top_left {
	float:left;
	width:585px;
	padding: 3px 0px 20px 0px;
}
#table_top_left p  { margin: 0px 5px 0px 5px; }
#table_top_left dl { margin: 5px 0px 10px 0px; }
#table_top_left dt { margin: 3px 0px 0px 6px; }
#table_top_left dd { margin: -2px 0px 0px 6px; font-size: 10px;}

/* トップページ_right
------------------------------------------------------*/
#table_top_right {
	float:right;
	width:192px;
	padding: 3px 0px 0px 0px;
}
#table_top_right p { margin: 0px 0px 5px  0px; font-size: 10px; }

/* ページ
---------------------------------------------------------------------------------*/
/* ページ_left 
------------------------------------------------------*/
#table_page_left {
	float:left;
	width:585px;
}
#table_page_left p { margin: 6px 3px 9px 6px; }
#table_page_left p.border { text-align: center; padding: 15px 0px 15px 0px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	line-height:1.6;
}
#table_page_left p.products { margin: 0px; padding: 0px 0px 2px 3px; 
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#table_page_left dl {margin: 1px 0px 10px 0px;}
#table_page_left dt {margin: 6px 5px 0px 5px;}
#table_page_left dt.dtcontact01 {margin: 6px 5px 0px 5px; padding-top: 10px;
	font-size: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#table_page_left dt.dtcontact02 {margin: 20px 5px 0px 5px; padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#table_page_left dd {margin: -2px 3px 0px 10px; font-size: 10px;}
#table_page_left dd.dd10 {margin: 2px 3px 0px 10px; font-size: 10px;}
#table_page_left dd.dd01 {margin: 6px 3px 20px 5px; font-size: 12px;}
#table_page_left dd.dd02 {margin: 6px 3px 0px 5px; font-size: 12px; }
#table_page_left dd.ddcontact01 {margin: 10px 3px 40px 5px; font-size: 12px;}



/* ページ_right 
------------------------------------------------------*/
#table_page_right {
	float:right;
	width:192px;
}
#table_page_right p { margin: 0px 0px 5px 0px; font-size: 10px; }

#table_page_rigt dt {
	text-align:left;
	padding: 8px 0px 8px 12px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	font-size: 110%;color: #FFFFFF;
}
#table_page_right dd {
	text-align:left;
	padding: 5px 0px 8px 0px;
	font-size: 100%;background-color: #FFFFFF;
}
/* ページ_right_box  -----------------*/
#table_page_right_box {
	background: url(../images/bg_dot.jpg);
	padding: 6px;
	margin-bottom: 8px;
	border: #FF8C00 1px solid;
	width: 180px;
}
#table_page_right_box_bg { 
	text-align: center;;
	padding: 6px 7px 6px 7px;
	background-color: #FFFFFF;
/*	background: url(../images/icon_mail_bg.gif); */
}
#table_page_right_box_bg_pgf { 
	padding: 6px 7px 6px 7px;
	background-color: #FFFFFF;
	background: url(../images/icon_pgf_bg.gif); 
}
#table_page_right_box_bg_mail { 
	padding: 6px 3px 6px 7px;
	background-color: #FFFFFF;
	background: url(../images/icon_mail_bg.gif); 
}

/* CSSハック
---------------------------------------------------------------------------------*/
#body_gnav:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #body_gnav { height: 1em; }
#body_gnav { display: block; }
/**/
/* パンクズ
--------------------------------------
#pankuzu {
	padding: 5px 10px 8px 7px;
	margin-bottom: 20px;
} --*/
/*--------------------------------------------------------------------------------*/
