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

/* ************************************************
 *	共通設定
 * ************************************************ */
 
/* ************************************************
 *	reset
 * ************************************************ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#666;
	
}


html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}

body {
	font-size:14px;
	font-family:verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro","lr oSVbN","MS PGothic",Sans-Serif;
	margin-bottom:1px;
	height:100%;
}

li {
	list-style:none;
}

img {
	border:0;
}

/* clearfix */
.clearfix:after {
	content: url(../../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	overflow: block;
}

/* IE6 PNG */
* html img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

.imgfloatL{
	float: left;
}

.imgfloatR{
	float: right;
}

/* -------------------------------------
 *	リンクの色設定
 * ------------------------------------- */

a {
	color:#774200;
	cursor:pointer;
}

a:link {
	color:#774200;
}

a:visited {
	color:#774200;
}

a:hover {
	color:#997140;
}

a:active {
	color:#997140;
}

h3{
	font-size: 18px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
 
/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:982px;
	margin: 0 auto;
}

/*コンテンツエリア*/
#container #contents{
	width: 980px;
	height:100%;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


/*-----------------------------------------------
 トップページ
-----------------------------------------------*/

/*メインエリア*/
#container #contents #titleBox{
	width:980px;
	float: left;
}

.headTfmlogo{
	width:152px;
}

.mainTitle{
	float:left;
	padding-bottom:15px;
	position: relative;
}

.mainTitleleft{
	float: left;
}

.mainTitleright{
	padding-right:10px;
	float: right;
}

.pPht{
	padding-top:168px;
}


#container #contents #contentsBox{
	width:980px;
	float: left;
	padding-bottom:20px;
}

.hourBox{
	float:left;
	background-color:#fff;
	padding:0 15px;
}

#contentsBox p{
	clear:both;
	text-align:center;
	padding:15px 0px 25px 0px;
}

.list38_01,.list38_02,.list38_03,.list38_04{
	float: left;
	width:315px;
}

.list38_04{
	padding-left: 20px;
}


div.list38_01 dt {
  clear: left;
  float: left;
  padding-bottom: 0.6em;
  padding-left: 10px;
  width: 150px;
  color: #000;
}

div.list38_01 dd {
  padding-bottom: 0.6em;
	padding-left: 10px;

}

div.list38_02 dt {
  clear: left;
  float: left;
  padding-bottom: 0.6em;
  padding-left: 10px;
  width: 150px;
  color: #000;
}

div.list38_02 dd {
  padding-bottom: 0.6em;
	padding-left: 10px;
}

div.list38_03 dt {
	clear: left;
	float: left;
	padding-bottom: 0.6em;
	padding-left: 10px;
  width: 150px;
	color: #000;
}

div.list38_03 dd {
  padding-bottom: 0.6em;
	padding-left: 10px;
}


div.list38_04 dt {
  clear: left;
  float: left;
  padding-bottom: 0.6em;
	padding-left: 10px;
  width: 80px;
  color: #000;
}

div.list38_04 dd {
  padding-bottom: 0.6em;
	padding-left: 10px;
}

/*-------------------------------------------------
	フッター
-------------------------------------------------*/
#footer {
	width:980px;
	height:300px;
	float:left;
	background-color: #FFF;
	background-image: url(../../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}

.toTop {
	width:980px;
	float:left;
}

.toTop img {
	float:right;
	padding-right:20px;
}


.copy{
	padding-bottom:10px;
	text-align:center;
	color:#000;
}

#footerTab {
	width:960px;
	margin:0 auto; /*margin-top:55px;*/
	text-align:right;
	padding-right:20px;
}

.pink{
	color:#f69;
}
