@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
hr {
	display: none;
}

p {
	line-height: 1.3em;	
}

/*------------ 全体のレイアウト ------------*/
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*------------ ヘッダー ------------*/
#header {
	height: 54px;
	padding: 20px 30px 15px 40px;
}

/*------------ ヘッダーロゴ ------------*/
#header h1#header_logo {
	display: inline;
	float: left;
}

#header h1#header_logo a {
	display: block;
	position: absolute;
	width: 242px;
	height: 59px;
	text-indent: -9999px;
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
}

#header img#header_commnet {
	padding-top: 20px;
	padding-left: 260px;
	float: left;
}

#header img#header_botan {
	float: right;
}

/*------------ ナビゲーション ------------*/
#gNav {
	width: 900px;
}

#gNav li {
	float: left;
}

/*------------ コンテンツ全体 ------------*/
#contents {
	padding: 20px 0;
}

/*------------ 左コンテンツ ------------*/
#left_contents {
	width: 610px;
	padding-right: 40px;
	float: left;
}

/*------------ パンくずリスト ------------*/
#topicpath {
	padding-left: 15px;
	font-size: 10px;
}  

#topicpath li {
	padding-left: 5px;
	display:inline;  
	color: #666666;
}  

#topicpath li a {  
	padding-right: 15px;
	background:url(../img/topicpath.gif) no-repeat right center;  
}

/*------ リンク色（パンくずリスト） ------*/
#topicpath a {
	color: #0066FF;
}

#topicpath a:hover {
	color: #;
}

#topicpath a:visited {
	color: #;
}

/*------ サブタイトル ------*/
#left_contents h2.subtitle {
	margin-left: 10px;
	padding: 20px 0 7px 5px;
	border-bottom: 1px solid #999999;
}

/*------ TOPページへ戻る ------*/
#left_contents .page_top {
	padding: 10px ;
	text-align: right;
}

/*------------ 右コンテンツ ------------*/
#right_contents {
	width: 250px;
	float: right;
}

/*------ リンク色（右サイド） ------*/
#right_contents a {
	color: #FF6600;
}

#right_contents a:hover {
	color: #;
}

#right_contents a:visited {
	color: #;
}

/*------------ 電話ロゴ ------------*/
#right_contents img#tel_logo {
	padding-left: 8px;
	padding-bottom: 25px;
}

/*------------ モバイル ------------*/
#right_contents  #side_mobile {
	margin: 15px 0;
	padding: 10px 0;
	color: #666666;
	text-align: center;
	border : 3px solid #F2F2F2;
}

#right_contents  #side_mobile #QRcode {
	padding: 15px 0;
}

/*------------ フッター ------------*/
#footer {
	padding: 15px 5px 0 15px;
	border-top: 1px solid #dddddd;
}

#footer #right_footer {
	padding-top: 3px;
	padding-bottom: 60px;
	text-align: right;
	float: right;
}

/*------------ テキストナビゲーション ------------*/
#footer #text_nav {
	padding-bottom: 15px;
	font-size: 0.8em;
}

#footer #text_nav li {
	padding: 0 8px;
	display: inline;
	border-left: 1px solid #666666;
}

#textNavLast {
	border-right: 1px solid #666666;
}

/*------ リンク色（テキストナビゲーション） ------*/
#footer #text_nav a {
	color: #666666;
}

#footer #text_nav a:hover {
	color: #;
}

#footer #text_nav a:visited {
	color: #;
}


/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

.red{
	color:#FF0000;
}

.bold{
	font-weight:700;
}

.page_top a{
	color:#000000;
}


