﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1,h2,h3,h4,h5,h6, button,textarea,select,p,blockquote,table,pre,address,ul,dl {
	font-size: 100%; color:#3f3f3f;
}
option { margin: 0 0 0 10px; }

/* Header内で設定 */

#index #header h2 {
	margin: 0 ;
	padding: 0;
	line-height: 1%;
	}
#header h2 {
	margin: 0 ;
	padding: 10px ;
	}

#index #content h3 {
	clear: both;
	margin: 0 0 12px 0 ;
	}
#index #content h3.h3_01 {
	clear: both;
	margin: 0 0 9px 0 ;
	}	
#content h3 {
	clear: both;
	margin: 0 0 15px 0;
	}
		
#index #content h4 {
	clear:both;
	margin: 0 0 10px 0;
	padding: 0 ;
	background: none;
	}
		
#content h4 {
	clear: both ;
	margin: 0 0 10px 0 ;
	padding: 5px 0 4px 23px ;
	color: #fff ;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.8em;
	background: url(../images/h4_bg.jpg) 0 0 no-repeat #003e91;
	}
#content h4.h4_img {
	clear: both ;
	margin: 0 0 10px 0 ;
	padding: 0 ;
	background: none;
	}	
#index #content h5 {
	clear:both;
	margin: 0 0 7px 0;
	padding: 0 ;
	line-height: 1%;
	background: none;
	}
				
#content h5 {
	clear:both;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px ;
	color:#033975;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	background: url(../images/h5_bg.jpg) 0 0 no-repeat;
	}
	
#content p.sp {
	clear:both;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px ;
	color:#033975;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	background: url(../images/h5_bg.jpg) 0 0 no-repeat;
	}
	
.title {
	clear:both;
	margin: 0 0 10px 0;
	padding: 4px 0 4px 10px ;
	background: #e6e6e6;
	color:#033975;
	border-left: 4px solid #0052df;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	}
.title2 {
	clear:both;
	margin: 0 0 10px 0;
	padding: 15px 0 14px 10px ;
	background: #e6e6e6;
	color:#033975;
	border-left: 4px solid #0052df;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	}

a { color: #003e91; outline: none; text-decoration: underline; cursor: pointer; }
a:hover { color: #0050d6; text-decoration: none; cursor: pointer; }

#content ul.ul01 { clear: both; margin: 0 ; padding:0; list-style: none ; line-height: 1.7em; }
#content ul.ul01 li { margin:0 ; padding-left: 25px; list-style:none; background:url(../images/icon01.jpg) 0 3px no-repeat; }

dl { margin: 0; }
dt { margin: 0; }
dd { margin: 0; }

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border-top: 2px solid #003e91;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.8em;
	width: 100%;
	color: #342709;
	}

#content table th {
	border: 1px solid #ccc;
	padding: 6px;
	color:#033975;
	text-align: left;
	font-weight: bold;
	background:#f2f2f2;
	}
#content table th.th01 {
	border: 1px solid #ccc;
	padding: 6px;
	color:#033975;
	text-align: right;
	font-weight: bold;
	background:#f2f2f2;
	}
	
#content table th.th01 .sr_txt01,
#content table th.th02 .sr_txt01{
	color: #ff0000;
	font-size: 17px;
	font-weight:bold;
	vertical-align:middle;
	}	
	
#content table th.th02 {
	border: 1px solid #ccc;
	padding: 6px;
	color:#033975;
	text-align: center;
	font-weight: bold;
	background:#f2f2f2;
	}	
#content table td {
	border: 1px solid #ccc;
	padding: 6px;
	}
#content table td.td01 {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	background:#f8f8f8;
	}
#content table td.td02 {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	background:#fff;
	}
#content table td.td03 {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	background:#f8f8f8;
	}
	
#content table td p.price {
	color: #ff0000;
	font-size: 17px;
	padding: 0;
	margin: 0;
	}

#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }

p { margin: 0 0 1em; }

dt img, dd img, li img { vertical-align: bottom; }

.section { padding: 0 ; }
.section .section { padding: 0 ; }
.section .section .section { padding: 0 5px; }

.image_l { margin: 0; padding: 0 ; float: left; line-height: 1%; display: block; }
.image_r { margin: 0; padding: 0; float: right; line-height: 1%; display: block; }

.image_l1 { margin: 2px 20px 0 0; padding: 0 ; float: left; line-height: 1%; display: block; border: 1px solid #d2d2d4; }
* html body .image_l1 { margin: 2px 17px 0 0 ; } /*  for IE6 only */

.image_r1 { margin: 2px 0 0 20px; padding: 0; float: right; line-height: 1%; display: block; border: 1px solid #d2d2d4; }
* html body .image_r1 { margin: 2px 0 0 17px ; } /*  for IE6 only */

.image_r2 { margin: 10px 0 0 20px; padding: 0; float: right; line-height: 1%; display: block; }

.caption { margin: 0 0 5px 0; text-align: center; color:#cf8e46; }

.case {
	margin: 0 30px ;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 0 ;
	background: url(../images/arrow_h01.jpg) 0 0 no-repeat;
}
.case-noimg { margin: 10px 20px; }

.arrow { text-align:center; margin:10px 0 10px 0; }
	
#content ul.totop {
	margin: 0 ;
	padding: 0;
	height: 30px;
	list-style: none;
	}
#content ul.totop li {
	margin: 0;
	padding: 0;	
	font-size: 1%;
	line-height: 1%;
	}
#content ul.totop li a {
	text-indent: -9999px;	
	display: block;
	width: 128px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	float: right;
	}
						
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body#index { margin: 0 ; text-align: center; background:url(../images/index_body_bg_c.jpg) center 0 no-repeat; }
body { margin: 0 ; text-align: center; background:url(../images/body_bg_c.jpg) center 0 no-repeat; }

#container01 { margin: 0; background:url(../images/body_bg_b.jpg) 0 bottom repeat-x; }

#wrapper {
	width: 960px;
	margin: 0 auto; 
	padding: 0;
	position:relative;
	text-align: left;
}

#main {
	margin:0 ;
	padding: 23px 0 0 0 ;
}	

#content {
	margin: 0 ;
	padding: 0;
	width: 680px;
	font-size: 140%;
	line-height: 1.7142em;
	letter-spacing: 0;
	float: right;
	}		
			
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#index #header {
	width: 960px;
	height: 540px;
	margin: 0 ; 
	padding: 0 ;
	background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
}

#header {
	width: 960px;
	height: 340px;
	margin: 0 ; 
	padding: 0 ;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
}

#header h1 { margin: 0 ; padding: 6px 0 0 0; font-size: 100%; position: absolute; line-height: 1em; color:#666; }

#header #header01 {	
	clear: both;
	width: 960px;
	height: 100px;
	margin: 0 ; 
	padding: 0 ;
}

#header #header01 .header_logo {
	margin: 35px 0 0 0;
	padding: 0 ;
	float: left;
	display: inline;
}

#header #header01 #header01_01 {	
	width: 404px;
	margin: 0 ; 
	padding: 32px 0 0 0 ;
	float: right;
	display: inline;
}

#header #header01 #header01_01 p {
	margin-bottom: 0;
}

.pt3{
padding-top:3px;}

#header #header02 {
	clear: both; 
	margin: 0 ;
	padding: 0;
	width: 960px;
	height: 40px;
	}
#header #header02 ul#header_nav {
	margin: 0 ;
	padding: 0;
	list-style: none;
	}
#header #header02 ul#header_nav li {
	margin: 0 ;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	}

#index #header #header03 {
	clear: both; 
	margin: 0 ;
	padding: 0;
	width: 960px;
	height: 400px;
	}
#header #header03 {
	clear: both; 
	margin: 0 ;
	padding: 0;
	width: 960px;
	height: 200px;
	}
#header #header03 #header03_01 {
	margin: 0  ;
	float: left;
	width: 495px;
	height: 400px;
	}
#header #header03 #header03_01 #header03_01_01,
#header #header03 #header03_01 #header03_01_03,
#header #header03 #header03_01 #header03_01_04{	
	padding: 25px 45px 0 30px;
	z-index:150;
	}
	
#header #header03 #header03_01 #header03_01_02{	
	padding: 20px 45px 0 30px;
	}
	
#header #header03 #header03_02 {
	margin: 0 ;
	float: right;
	width: 445px;
	height: 400px;
	}	
#header #header03 #header03_02 #header03_02_01 {
	padding: 11px 20px 0 0;
	}	
	
.image_lin { margin: 0 3px 0 0; padding: 0 ; float: left; line-height: 1%; display: block; }
* html body .image_lin { margin: 0 ; } /*  for IE6 only */			
p.movie_text { margin: 0; color:#fff; line-height: 2.2em; }		

#movie {
	margin: 0 ;
	width: 425px;
	height: 377px;
}

#movie #nav {
	margin: 0 ;
	width: 425px;
	height: 67px;
}
#movie01,#movie02,#movie03,#movie04 { margin-bottom: 5px; }
#movie ul#nav li {
	padding:0;
	text-indent:-9999px;
}
	
#movie ul.caseIn li {
	width: 100px;
	height: 67px;
	cursor:pointer;
}

#movie ul.caseIn li.li01 { margin-right: 9px; background:url(../images/movie_thumb01_off.jpg) no-repeat; float: left; }
#movie ul.caseIn li.li02 { margin-right: 8px; background:url(../images/movie_thumb02_off.jpg) no-repeat; float: left; }
#movie ul.caseIn li.li03 { margin-right: 8px; background:url(../images/movie_thumb03_off.jpg) no-repeat; float: left; }
#movie ul.caseIn li.li04 { margin-right: 0; background:url(../images/movie_thumb04_off.jpg) no-repeat; float: right; }
#movie ul.caseIn .select #case01 { background:url(../images/movie_thumb01_on.jpg) no-repeat; display:block; height:67px; }
#movie ul.caseIn .select #case02 { background:url(../images/movie_thumb02_on.jpg) no-repeat; display:block; height:67px; }
#movie ul.caseIn .select #case03 { background:url(../images/movie_thumb03_on.jpg) no-repeat; display:block; height:67px; }
#movie ul.caseIn .select #case04 { background:url(../images/movie_thumb04_on.jpg) no-repeat; display:block; height:67px; }

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
			
#footer {
	clear: both;
	padding: 0 ;
	margin: 0 auto ;
	width: 960px;
	height: 80px;
	text-align: left;
	background: url(../images/body_bg_b.jpg) 0 bottom repeat-x;
	}
		
#footer p.footer_logo {
	margin: 0;
	padding: 24px 0 0 0;
	font-size: 1%;
	line-height: 1%;
	float: left;
	}
#footer address {
	margin: 0;
	padding: 35px 0 0 0;
	float: right;
	font-size: 120%;
	color:#000;
	}
	
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	margin: 0 ;
	padding: 0 0 20px 0 ;
	width: 250px;
	float: left;
}

#index .nav_bg01 { margin: 0 0 10px 0; background:url(../images/nav_bg01.jpg) 0 0 no-repeat; padding: 18px 10px 5px ; }
#index .nav_bg02 { margin: 0 0 10px 0; background:url(../images/nav_bg02.jpg) 0 0 repeat-y; }
.nav_bg02_b { background:url(../images/nav_bg02_b.jpg) 0 bottom no-repeat; padding: 1px 5px 5px ; }

.nav_bg02_b .ul01 {
	text-align: center;
	margin-top: 5px!important;
}

.nav_bg01 { margin: 0 0 15px 0; background:url(../images/nav_bg01.jpg) 0 0 no-repeat; padding: 18px 10px 5px ; }
.nav_bg02 { margin: 0 0 15px 0; background:url(../images/nav_bg02.jpg) 0 0 repeat-y; }

#navi ul.ul01 { margin: 0 ; padding:0; }
#navi ul.ul01 li { margin: 0 0 5px 0 ; padding: 0; list-style: none; }

#navi ul.ul02 {
	margin: 0 ;
	padding: 0 ;
	list-style: none;
	width: 240px;
}
#navi ul.ul02 li {
	margin: 0;
	padding: 0;
	list-style: none;
	background:url(../images/arrow.jpg) 11px 17px no-repeat;
	font-size: 14px;
	line-height: 40px;
	width: 240px;
}

#navi ul.ul02 li a {
	margin: 0;
	padding: 0 0 0 26px ;
	width: 214px;
	display:block;
	color:#000;
	text-decoration: underline;
	background:url(../images/nav_line.jpg) 0 bottom no-repeat;
}

* html body #navi ul.ul02 li a { width: 240px; }

#navi ul.ul02 li.li01 {
	margin: 0;
	padding: 0;
	list-style: none;
	background:url(../images/arrow.jpg) 11px 17px no-repeat;
	font-size: 14px;
	line-height: 17px;
	width: 240px;
}

#navi ul.ul02 li.li01 a {
	margin: 0;
	padding: 12px 0 12px 26px ;
	display:block;
	width: 217px;
	height: auto;
	color:#000;
	text-decoration: underline;
	background:url(../images/nav_line.jpg) 0 bottom no-repeat;
}

* html body #navi ul.ul02 li.li01 a { width: 240px; }

#navi ul.ul02 li.noline a {
	background:none;
}

#navi ul.ul02 li a:hover {
	color:#666;
	text-decoration: none;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*----------  Index  ----------*/

.index01 { margin: 0 0 18px 0 ;  }

.pickup01 { margin: 0 0 10px 0 ; background: url(../images/index_01_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: left; display: inline; }
.pickup01  a { color:#3f3f3f; text-decoration: none; }

.pickup01_hover { margin: 0 0 10px 0 ; background: url(../images/index_01_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: left; display: inline; }
.pickup01_hover a { color:#3f3f3f; text-decoration:none; }
.pickup01_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup02 { margin:  0 0 10px 0 ; background: url(../images/index_02_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float:right; display: inline; }
.pickup02  a { color:#3f3f3f; text-decoration: none; }

.pickup02_hover { margin:  0 0 10px 0 ; background: url(../images/index_02_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: right; display: inline; }
.pickup02_hover a { color:#3f3f3f; text-decoration:none; }
.pickup02_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup03 { margin: 0 0 10px 0 ; background: url(../images/index_03_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: left; display: inline; }
.pickup03  a { color:#3f3f3f; text-decoration: none; }

.pickup03_hover {  margin: 0 0 10px 0  ; background: url(../images/index_03_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: left; display: inline; }
.pickup03_hover a { color:#3f3f3f; text-decoration:none; }
.pickup03_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup04 { margin: 0; background: url(../images/index_04_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: left; display: inline; }
.pickup04  a { color:#3f3f3f; text-decoration: none; }

.pickup04_hover {  margin: 0 ; background: url(../images/index_04_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: left; display: inline; }
.pickup04_hover a { color:#3f3f3f; text-decoration:none; }
.pickup04_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup05 { margin-top: 10px; background: url(../images/index_09_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: right; display: inline; }
.pickup05  a { color:#3f3f3f; text-decoration: none; }

.pickup05_hover { margin-top: 10px; background: url(../images/index_09_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: right; display: inline; }
.pickup05_hover a { color:#3f3f3f; text-decoration:none; }
.pickup05_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup06 { margin-top: 10px; background: url(../images/index_10_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: left; display: inline; }
.pickup06  a { color:#3f3f3f; text-decoration: none; }

.pickup06_hover { margin-top: 10px; background: url(../images/index_10_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: left; display: inline; }
.pickup06_hover a { color:#3f3f3f; text-decoration:none; }
.pickup06_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup07 { margin: 0 ; background: url(../images/index_11_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: right; display: inline; }
.pickup07  a { color:#3f3f3f; text-decoration: none; }

.pickup07_hover { margin: 0 ; background: url(../images/index_11_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: right; display: inline; }
.pickup07_hover a { color:#3f3f3f; text-decoration:none; }
.pickup07_hover a:hover { color:#3f3f3f; text-decoration:none; }

.pickup08 { margin: 0  0 10px 0 ; background: url(../images/index_12_off.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor:pointer; color:#3f3f3f; float: right; display: inline; }
.pickup08  a { color:#3f3f3f; text-decoration: none; }

.pickup08_hover { margin: 0  0 10px 0 ; background: url(../images/index_12_on.jpg) 0 0 no-repeat; width: 335px; height: 150px; cursor: pointer; color:#3f3f3f; float: right; display: inline; }
.pickup08_hover a { color:#3f3f3f; text-decoration:none; }
.pickup08_hover a:hover { color:#3f3f3f; text-decoration:none; }













.pickup_text { margin: 0; padding: 45px 15px 0 164px; font-size: 12px; line-height: 1.75em; }

.index02 { margin: 0 0 20px 0 ; background:url(../images/index_06.jpg) 0 0 repeat-y; }
.index02_01 { background:url(../images/index_05.jpg) 0 0 no-repeat;  }
.index02_01_01 { background:url(../images/index_07.jpg) 0 bottom no-repeat; padding: 5px; }
.index02_01_01_01 { background:url(../images/dot01.jpg) 0 0 repeat; padding: 10px 9px 10px 10px; }

.index02sub { margin: 0 ; background:url(../images/index_08.jpg) 0 0 repeat-y; }
.index02sub_01 { background:url(../images/dot03.jpg) 0 0 repeat-x;  }
.index02sub_01_01 { background:url(../images/dot03.jpg) 0 bottom repeat-x; padding: 1px; }
.index02sub_01_01_01 { background:url(../images/dot02.jpg) 0 0 repeat; padding: 14px 14px 12px; }

.index03 { margin: 0 0 21px 0 ;  }
.index03_01 { border: 1px solid #d9d9d9; background:#fff; padding: 1px; }
.index03_01_01 { background:#ededed; padding: 10px 0 15px 18px; }
#tiny {	
	margin: 0 ;
	padding: 0 ;
	width: 650px;
	height: 121px;
	overflow-x: hidden;
	overflow-y:auto;
}

#map_frame { margin: 0 ; border: 1px solid #BEAE82; padding: 1px; }
.gMapInfoWindow { width: 270px; height: 40px; }

.alpha { margin: 0 ; float: left; display: inline; }
.beta { margin: 0 ; float: right; display: inline; }

/*----------  Background  ----------*/
 
.box01 { margin: 0; background:url(../images/box01_bg.jpg) 0 0 repeat-y; }
.box01_01 { background:url(../images/box01_bg_t.jpg) 0 0 no-repeat;  }
.box01_01_01 { background:url(../images/box01_bg_b.jpg) 0 bottom no-repeat; padding: 22px 10px 40px; }

.q_icon { margin: 0 0 5px 0; background: url(../images/q_icon.jpg) 0 0 no-repeat; color:#003994; font-weight: bold; padding: 7px 0 3px 40px; }
.a_bg { margin: 0; background: #f2f2f2; padding: 10px; }
.a_icon { margin: 0; background: url(../images/a_icon.jpg) 0 0 no-repeat; padding: 3px 0 2px 40px; }

ul.ul_anchor { margin: 0 5px; padding: 0; list-style: none; }
ul.ul_anchor li { margin: 0; padding: 0 5px; list-style: none; float: left; display: inline; }

/*----------  Product  ----------*/

.alpha01 { margin: 0 ; float: left; display: inline; width: 290px; }
.beta01 { margin: 0 ; float: right; display: inline; width: 360px; }
.beta00 { margin: 0 ; float: right; display: inline; width: 340px; }

.beta00 iframe{ float:right; }

.alpha02 { margin: 0 20px 0 0 ; float: left; display: inline; width: 210px; }
.beta02 { margin: 0 ; float: left; display: inline; width: 210px; }
.gamma02 { margin: 0 ; float: right; display: inline; width: 210px; }

.no1 { margin: 0; background:url(../images/no1.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.no2 { margin: 0; background:url(../images/no2.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.no3 { margin: 0; background:url(../images/no3.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.no4 { margin: 0; background:url(../images/no4.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.no5 { margin: 0; background:url(../images/no5.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.no6 { margin: 0; background:url(../images/no6.jpg) 0 2px no-repeat; padding: 0 0 0 25px; margin-top: 20px; }
.nono { margin: 0; padding: 0 0 0 25px; }

#product_wireprocessor .no1 { margin: 0; background:url(../images/no1.jpg) 0 2px no-repeat; padding: 0 0 0 25px; /*font-weight:bold; */margin-bottom:10px; }
#product_wireprocessor .no2 { margin: 0; background:url(../images/no2.jpg) 0 2px no-repeat; padding: 0 0 0 25px; /*font-weight:bold;*/ margin-bottom:10px; }
#product_wireprocessor .no3 { margin: 0; background:url(../images/no3.jpg) 0 2px no-repeat; padding: 0 0 0 25px; /*font-weight:bold;*/ margin-bottom:10px; }

#product_wireprocessor .no4 { margin: 0; background:url(../images/no4.jpg) 0 2px no-repeat; padding: 0 0 0 25px;/* font-weight:bold;*/ margin-bottom:10px;}
#product_wireprocessor .no5 { margin: 0; background:url(../images/no5.jpg) 0 2px no-repeat; padding: 0 0 0 25px;/* font-weight:bold;*/ margin-bottom:10px;}
#product_wireprocessor .no6 { margin: 0; background:url(../images/no6.jpg) 0 2px no-repeat; padding: 0 0 0 25px;/* font-weight:bold; */margin-bottom:10px;}

/*----------  Flow  ----------*/

.step01 { margin: 0 5px; background:url(../images/step_icon01.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
.step02 { margin: 0 5px; background:url(../images/step_icon02.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; }
.step03 { margin: 0 5px; background:url(../images/step_icon03.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
.step04 { margin: 0 5px; background:url(../images/step_icon07.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
.step05 { margin: 0 5px; background:url(../images/step_icon04.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
.step06 { margin: 0 5px; background:url(../images/step_icon05.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
.step07 { margin: 0 5px; background:url(../images/step_icon06.jpg) 0 0 no-repeat; padding: 15px 0 25px 110px; } 
 
 
.step_arrow { background:url(../images/arrow2.jpg) 0 bottom no-repeat; padding-bottom: 25px; margin-bottom: 10px; }
.link { margin: 0; padding: 0; }
.link a { margin: 0; padding: 1px 0 2px 25px; background:url(../images/icon01.jpg) 0 0 no-repeat; color:#003e91; }
.link a:hover { margin: 0; padding: 0; }

/*----------  Company  ----------*/

dl.dl01 { margin: 0; padding: 0; width: 661px; }
dl.dl01 dt { margin: 0 0 5px 0; padding: 0; width: 145px; float: left; display: inline; border-right: 1px solid #ccc; }
dl.dl01 dd { margin: 0 0 5px 10px; padding: 0; width: 505px; float: left; display: inline; }

/*----------  Message  ----------*/

.box02 {
	float: right; 
}
.message_text { margin: 0;  font-weight: bold; color:#003e91; float: left; padding-left: 20px; }

/*----------  Performance  ----------*/

ul.ul_logolist { margin: 0 45px; padding: 0; list-style: none; }
ul.ul_logolist li { margin: 0; padding: 10px; list-style: none; float: left; display: inline; }

/*-------------- Margin - Padding -----------------*/

.m0 { margin: 0; }
.mar_b5 { margin-bottom: 5px; }
.mar_b8 { margin-bottom: 8px; }
.mar_b10 { margin-bottom: 10px; }
.mar_b15 { margin-bottom: 15px; }
.mar_b17 { margin-bottom: 17px; }
.mar_b20 { margin-bottom: 20px; }
.mar_b24 { margin-bottom: 24px; }
.mar_b30 { margin-bottom: 30px; }
.mar_b40 { margin-bottom: 40px; }

.mar_01 { margin: 0 30px; }

.pad_lr5 { padding-left: 5px; padding-right: 5px; }
.pad_lr40 { padding-left: 40px; padding-right: 40px; }
.pad_t5 { padding-top: 5px; }

.mar_t30 { margin-top: 30px; }

.w200{ width: 200px;}
.w380{ width: 380px;}
/*-------------- Text -----------------*/

.text_01 { color:#ff7f00; }

.text_small { font-size: 85%; }
.text_bold { font-weight: bold; }
.text_right { text-align: right; }

/*-------------- Width -----------------*/

.w_18p { width: 18%; }
.w_28p { width: 28%; }
.w_26p { width: 26%; }
.w_30p { width: 30%; }
.w_35p { width: 35%; }
.w_37p { width: 37%; }
.w_40p { width: 40%; }
.w_50p { width: 50%; }
.w425 { width: 425px; float:right;}
.fl { float:right;}
.w445 { width: 445px;}

.cam_txt
{
	color:#195788;
	font-weight:bold;
	font-size:25px;
	line-height:normal;
}

.txtB
{
	font-weight:bold;
	font-size:22px!important;
}

.sr_list { padding-left:55px;}
.sr_list dt { float:left;width:260px;  clear:both;}
.sr_list dd { float:left;width:300px; }
.mar { margin:-37px 0 0 30px;}
.fNone { float: none!important;}
.w_27p { width: 27%; }

.list01 {
	margin-right: -25px;
}

.list01 li {
	float: left;
	margin-right: 25px;
	width: 326px;
}

.list01 .image {
	margin-bottom: 0;
	padding-left: 60px;
}

.list01 img {
	border: 1px solid #D2D2D4;
}

.list01 li .text {
	padding-left: 60px;
}

.n_contact,
.cotact {
	position: relative;
}

.cotact .mail {
	position: absolute;
	left: 259px;
	top: 142px;
}

.n_contact .mail {
	position: absolute;
	left: 5px;
	top: 136px;
}

.blink {
	font-size:130%;
	color:#0000CC;
	font-weight:bold;
}

	
.mini{
	font-size: 85%;
	color: #999;
}

