﻿/* ページの基本デザイン用CSS */
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(http://www.japanmediainc.com/tpwest/images/side_bk.gif);
	background-repeat: repeat-y;
	font-family:"Verdana","Arial","Helvetica","sans-serif";
	margin: auto;
	width: 900px;
}

body {
	font-family:Tahoma, verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

h1, h2, h3, h4, h5, form {
	margin:0;
	padding:0;
}

h1{
	background:#9E070E url(http://www.japanmediainc.com/tpwest/images/header-logo.png) no-repeat scroll left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	/*font-weight: bold;*/
	color: #FFF;
	margin: 0px;
	height: 150px;
	letter-spacing:1px;
}

/*
h1 div {
	float:right;
	margin-right:13px;
	padding-bottom:5px;
	position:absolute;
	right:6%;
	text-align:left;
	top:130px;
}*/

h1 object {
	float: right;
	margin-right:10px;
	border: 0;
	vertical-align: top;
}

h2 {
	color: #666666;
	font-size:120%;
	border-left: 12px solid #FF6600;
	padding-left: 5px;
	margin-top: 0.75em;
	margin-bottom: 0px;
}

h3{
	font-weight: bold;
	font-size: 90%;
	padding-left: 20px;
	padding-top: 15px;
}

h3 a{
	font-weight: bold;
}

h3 a:hover{
	color: #CC0000;
}

img {
	border:medium none;
	margin:0;
}

object{
	padding-bottom: 5px;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

p {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
}
p.red{
	color: red;
}

p span a{
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}

address {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align:center;
	font-style: normal;
	clear: both;
	height: 25px;
	background-color: #990000;
	padding-top: 5px;
}

address a, address a u {
	color: #FFF;
	font-weight: normal;
}

p img {
	float: right;
	margin:5px;
}

#path {
	font-size: 75%;
	line-height:100%;
	text-align:right;
	padding: 10px 0;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

h1 a {
	color:#FFFFFF;
	font-weight: normal;
}

#main {
	float: right;
	margin-left:-220px;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*ナビゲーション*/
#nav{
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #fff;
	background: #000;
}

#nav ul, #nav li, #nav a{
	display: block;
	margin:0;
	padding:0;
	color: #fff;
	background: #000;
}

#nav li{
	float: left;
	list-style: none;
	/*font-size: normal;*/
	white-space: nowrap;
}

#nav a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

#nav a:hover{
	color: #fff;
	background: #69c;
}

#nav a, #nav .current{
	padding: 4px 10px;
	border-right: solid 1px #FFF;
}

#box {
	margin-left:230px;
	padding-right: 10px;
	background-color: #FFF;
}
	
#box ul {
	font-size: 90%;
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
}

#box ul.forms{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
}

#box ul.news{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 15px;
}

#box ul.news li{
	padding-bottom: 5px;
}

#box ul.community{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#box ul.community li a{
	text-decoration: underline;
}

#box ul.community li a:hover {
	color: #E60000;
	text-decoration: underline;
}

#box ul li{
	padding-left:5px;
	padding-bottom: 3px;
}

#box ul.forms li a{
	font-weight: bold;
	text-decoration: underline;
}

#box ul.news li span.title{
	font-weight: bold;
}

#box ul.forms li a:hover{
	color: #CC0000;
}

#box p a{
	text-decoration: underline;
}

.remarks {
 	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

.red{
	color: red;
}

p#navibar {
	font-size: 75%;
	line-height:115%;
	position: relative;
	padding-top: 10px;
	border-top: dotted 1px #CCC;
}

p#note {
	font-size: 75%;
	line-height:115%;
	padding-top: 10px;
}

span#right{ 
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:right; 
}

span#right a{
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

#data{
	padding-top: 10px;
	font-size: 90%;
	font-weight: normal;
}

form {
	font-size:90%;
}

/****** テーブル関連定義 START ******/
table {
	border: 1px solid;
	margin-top: 10px;
	margin-bottom: 25px;
}

table.tpform{
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 15px;
	width: 99%;
}

.tpform th{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

.tpform .heading{
	background-color: #FBE7AB;
}

.tpform .headingr{
	background-color: #FF8F9E;
}

table#col{
	border: none;
	margin-bottom: 25px;
}

table.catgroup {
	border: 0px none;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

table.golf {
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 0px none;
	border-right: 0px none;
	margin-left: auto;
	margin-right: auto;
}

table.golf th, table.golf td{
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 0.8em;
}

table.golf td.name{
	background-color: #BFEEFF;
	font-weight: bold;
}

table.golf td.no{
	font-size:  0.7em;
	font-weight: normal;
	text-align: center;
}

table.golf td.note{
	font-size:  0.7em;
	font-weight: normal;
	text-align: left;
	color: #C00;
}

table#ads{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom:0px;
}

#ads th, td{
	font-size: 90%;
	padding: 2px;
}

#ads th{
	background-color: #FBE7AB;
}

#ads .ad_type{
	background-color: #FBE7AB;
	width: 38%;
}

table#search {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 90%;
}

td.title{
	text-align: center;
	padding-bottom: 10px;
}

td.button{
	text-align: center;
	border-top: 1px solid #ccc;
}

th {
	font-weight: bold;
}

.catgroup th{
	border-top: 1px dotted #C00;
	font-size: 1.1em;
	text-align: center;
	padding: 10px 5px;
	width: 50%;
}

.catgroup th.scat{
	border: 1px solid #CCC;
	font-size: 85%;
	text-align: center;
	padding: 10px 5px;
	width: 50%;
}

.catgroup th.adjust{
	border: none;
	padding: 10px 5px;
	width: 50%;
}

.catgroup th a{
	font-weight: bold;
	color: #C00; 
	text-decoration: underline;
}

.catgroup th.scat a{
	font-weight: bold;
	text-decoration: underline;
}

.catgroup th span.eng{
	font-family: Arial,Tahoma,verdana,Helvetica,sans-serif;
	font-size: 85%;
}

.community th{
	background-color: #DFFFE3;
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 10px;
	text-align: center;
	width: 12%;
}

.community th.name, .community th.name a{
	font-weight: bold;
	padding: 10px 0 10px 5px;
	text-align: left;
}

caption{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.catgroup caption {
	font-size: 1.2em;
	text-align: center;
}

.community caption, .community caption a{
	text-align: left;
	font-weight: bold;
	color: #000;
}

.golf caption{
	text-align: left;
}

td a {
	font-size: 80%;
	text-decoration: underline;
	font-weight: normal;
}

.catgroup td {
	vertical-align: top;
	font-weight: normal;
	padding: 2px;
	width: 50%;
}

.catgroup td a {
	text-decoration: none;
}

/****** テーブル関連定義 END ******/

/****** サイドバー関連定義 START ******/
#side {
	float:right;
	width: 210px;
	padding-left: 4px;
	padding-right: 3px;
	padding-bottom: 10px;
	background-color: #FEFFB3;
	border-right: 1px solid #ccc;
	/*position: relative;
	top: -100px;*/
}

#side h2 {
	border-left:none;
	color: #333;
	/*background-color: #000;*/
	font-weight: bold;
	font-size:90%;
}

#side h2 a {
	color: #D93E02;
	font-weight:normal;
}

#side h2 a:hover {
	color: #E60000;
	text-decoration: underline;
}

#side ul {
	font-size: 80%;
	margin: 0px;
	padding-left:2px;
	padding-bottom: 5px;
	color: #D93E02;
}

#side ul a{
	color: #333;
	font-weight:normal;
}

#side ul a:hover {
	color: #E60000;
	text-decoration: underline;
}

#side table{
	margin-bottom: 10px;
}

.treeview .submenu ul li a{
	font-size: 115%;
}

div.news .weather .listing{
	padding: 10px 0;
	width: 200px
}
/*div ul li{
	list-style-type: disc;
	list-style-position: inside;
}*/

div.weather{
	text-align: center;
}

div.listing{
	background: #FFF;
	border: 1px solid #CCC;
}

/****** サイドバー関連定義 END ******/

/****** ２カラムリスト表示用 ******/
#col {
	float: right;
	width: 100%;
}

#col td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 5px;
	text-indent: 5px;
	font-size: 85%;
	width: 47%;
}

/*
#col ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 5px;
	text-indent: 5px;
	/*width: 97%;
	height: 175px;*/
/*	font-size: 85%;
}
*/

#col div.category{
	background-color: #FFF;
	font-weight: normal;
	font-size: 80%;
	color: #800000;
}

#col td.client{
	background-color: #FCEFA6;
	font-weight: normal;
	border-color: #000;
	color: #000;
}

#col td.client a{
	font-size: 85%;
}

#col td.nclient{
	background-color: #FFF;
	font-weight: normal;
	color: #5f5f5f;
	font-size: 80%;
}

#col td.adjust{
	border: none;
	background-color: #FFF;
	color: #fff;
}

#col li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:5px;
	text-indent:5px;
}

#col td li.cname{
	color: #000;
	background: none 3px 2px;
	padding-bottom: 10px;
	text-indent:3px;
	font-weight: bold;
}

/*#col td.client li.cname{
	font-weight: bold;
}*/

li.map{
	text-align: right;
	margin-right: 10px;
}

#col li.category{
	font-size: 90%;
}

/*#col ul li.address{
	background:transparent url(../images/address.jpg) no-repeat scroll 3px 2px;
}
#col ul li.tel{
	background:transparent url(../images/tel.jpg) no-repeat scroll 3px 2px;
}
#col ul li.email{
	background:transparent url(../images/email.jpg) no-repeat scroll 3px 2px;
}
#col ul li.fax{
	background:transparent url(../images/fax.jpg) no-repeat scroll 3px 2px;
}
#col ul li.web{
	background:transparent url(../images/web.jpg) no-repeat scroll 3px 2px;
}
*/

.list a{
	font-size:80%;
	font-weight: normal;
	text-decoration: underline;
}

.indent{
	font-size: 85%;
	line-height: 140%;
	margin-left: 30px;
}
/****** ２カラムリスト表示用 ******/

/***** CliearFix*****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: insline-block;
}

/* Hides from IE-mac*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */

