﻿/*-------------------------------------------------------------------
文書内の全ての要素基本スタイル
-------------------------------------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding:0px;
	background-image: none;
}

/*-------------------------------------------------------------------
基本スタイル
-------------------------------------------------------------------*/
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

a {
	color:#3478BC;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

.alarm {
	color: #FF0000;
	font-size: 10px;
}

.txtleft {
	text-align: left;
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}

.clear {
	clear: both;
}

/*-------------------------------------------------------------------
ヘッダ
-------------------------------------------------------------------*/
#heder {
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

#heder h1 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: right;
}

/*-------------------------------------------------------------------
ベース
-------------------------------------------------------------------*/
#base {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#wrap {
	float: left;
	padding: 5px;
}

/*-------------------------------------------------------------------*
コンテンツ
-------------------------------------------------------------------*/
#contents {
	width:580px;
	float: left;
}

#contents #c_pad {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #c_pad p.textRight {
	text-align: right;
}

#contents #c_pad p.textCenter {
	text-align: center;
}

#contents #top_img {
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}

#contents #c_pad #top_img p {
	color: #FFFFFF;
	background-image: none;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
#contents #c_pad #mailaddr_chui {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-decoration: none;
	border: 0;
}

#contents p{
	padding: 5px;
	background-image: url(../images/note_line.gif);
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #B3BDA8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3BDA8;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents h5 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}

#contents #c_pad .img_left {
	float: left;
	padding: 5px;
}

#contents #c_pad .contents_title_img {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.btn a {
	display: block;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	height: 17px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #D2D2D2;
	background-image: url(../images/btn.jpg);
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(../images/btn_on.jpg);
}


#topNavi {	
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

#googleMap {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------
２box
-------------------------------------------------------------------*/
#base #wrap #contents #c_pad #boxArea {
	margin-left: 10px;
}

#base #wrap #contents #c_pad #boxArea .box2 {
	float: left;
	width: 260px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 2px;
}

#base #wrap #contents #c_pad #boxArea .box2 h3 {
	margin: 0px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #666666;
	border-left-color: #333333;
	color: #FFFFFF;
}

#base #wrap #contents #c_pad #boxArea .box2 p {
	margin: 5px;
}

/*-------------------------------------------------------------------
テーブル
-------------------------------------------------------------------*/
#contents #c_pad table {
	width: 530px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px #999999 solid;
	border-collapse: collapse;
}

#contents #c_pad table th {
	border: 1px solid #999999;
	background-color: #EFEDE7;
	padding: 5px;
}

#contents #c_pad table td {
	border: 1px solid #999999;
	padding: 5px;
}

/*-------------------------------------------------------------------
product
-------------------------------------------------------------------*/
#contents #c_pad .product_img_left {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}

#contents #c_pad .product_img_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 10px;
}

#contents #c_pad a.truetime_navi {
	display: block;
	width: 200px;
	height: 25px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/products/truetime_navi.gif);
	background-repeat:no-repeat;
}

/*-------------------------------------------------------------------
contact
-------------------------------------------------------------------*/
#contents #contactform
{
	padding: 10px;
}
#contents #contactform table
{
	width: 520px;
	margin-left: 10px;
}

#contents #contactform table th 
{
	background-color: #EFEDE7;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 13px;
	font-weight: normal;
}

#contents #contactform table td {
	padding: 3px;
	border: 1px solid #999999;
	font-size: 14px;
}

#contents #contactform #alarmtxtArea {
	color: #FF0000;
	font-size: 10px;
	text-align:left;
	padding-left: 10px;
}

#contents #contactform #contactBtnArea {
	text-align:center;
	padding-left: 10px;
}

#contents #contactform #contactAnswerOK {
	color: #000000;
	font-size: 16px;
	text-align:center;
	padding-left: 10px;
}

#contents #contactform #contactAnswerNG {
	color: #FF0000;
	font-size: 16px;
	text-align:center;
	padding-left: 10px;
}

/*-------------------------------------------------------------------
truetime
-------------------------------------------------------------------*/
#contents #c_pad a.softone_contactbtn {
	display: block;
	width: 354px;
	height: 80px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/truetime/truetime_contact_softone.gif);
	background-repeat:no-repeat;
}

#contents #c_pad a.genuine_contactbtn {
	display: block;
	width: 354px;
	height: 80px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/truetime/truetime_contact_genuine.gif);
	background-repeat:no-repeat;
}

#contents #c_pad a.genuine_contacttelbtn {
	display: block;
	width: 354px;
	height: 80px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/truetime/truetime_contact_genuinetel.gif);
	background-repeat:no-repeat;
}

#contents #c_pad .truetime_img_left {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}

#contents #c_pad .truetime_img_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-left: 10px;
}

#contents #truetime h5.kantan {
	color: #0000FF;
}

#contents #truetime h5.benri {
	color: #663300;
}

#contents #truetime h5.anshin {
	color: #006600;
}

/*-------------------------------------------------------------------
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 305px;
	background-color: #FFFFFF;
}

#side li {
	list-style-type: none;
}

#side div.side_d {
	clear: both;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

#side div.side_d h3 {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	width: 295px;
	height: 23px;
	line-height: 23px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #666666;
	background-image: url(../images/side_h3.jpg);
}

#side div.side_d li a.link {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	width:277px;
	line-height: 15px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: #FFFFFF;
}

#side div.side_d li.info {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	width:277px;
	line-height: 15px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-color: #FFFFFF;
}

#side div.side_d li a:hover {
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	background-position: 10px;
}

#side img {
	border:none;
}

#side div.side_pr {
	border: 1px solid #B9B8AC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F8F8F5;
}

#side div.side_w3c {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}


/*-------------------------------------------------------------------
フッタメニュー
-------------------------------------------------------------------*/
#f_menu
{
	clear: both;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}

#f_menu ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#f_menu li a {
	font-size: 12px;
}

/*-------------------------------------------------------------------
コピーライト
-------------------------------------------------------------------*/
address
{
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #000000;
	font-size: 10px;
	padding: 5px;
}

