﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:#cccccc; 
	scrollbar-highlight-color:#cccccc;
	scrollbar-arrow-color:#666666; 
	scrollbar-shadow-color:#666666; 
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
	line-height: 1.5;
}
p {
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
img {
	border: none;
	vertical-align: middle;
}
A {
	text-decoration: none
}
A:link {
	color: #4d4e4e;
}
A:visited {
	color: #4d4e4e;
}
A:active {
	color: #4d4e4e;
}
A:hover {
	position: relative;
	color: #000066;
	text-decoration: underline;
}

/* ヘッダー
---------------------------------------------*/
#header {
	padding-top: 65px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 79px;
	background: url(../img/logo.gif) left top no-repeat;
	z-index: -1;
}
#logo img {
	position: absolute;
	left: -9999px;
}
#ttl1 {
	position: absolute;
	right: 20px;
	top: 10px;
	margin: 0;
	font-weight: normal;
	font-size:10pt;
	text-align:right;
	filter:shadow(color=#cccccc,direction=121)
}
#ttl2 {
	position: absolute;
	margin: 0;
	right: 20px;
	top: 30px;
	width:100%;
	font-weight: bold;
	font-size:12pt;
	text-align:right;
	filter:shadow(color=#cccccc,direction=135)
}

/* ナビ
---------------------------------------------*/
#glNav {
	width: 100%;
	z-index: 1;
}
#glNav li {
	float: right;
	width: 9em;
	font-size: 100%;
}
#glNav li a {
	display: block;
	width: 100%;
	line-height: 1.7em;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #d3d3d3;
	border-bottom: 2px solid #cccccc;
}
#glNav li a:hover {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #b22222;
	border-bottom: 2px solid #b22222;
}


/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 10px 0;
}
#footer {
	clear: both;
	padding: 10px 0 0 100px ;
	text-align: left;
	border-top: 1px solid #cccccc;
	line-height: 1.3;
}
#fimg {
	left: 10px;
	position: absolute;
	width: 64px;
	height: 68px;
	background: url(../img/jcoh.jpg) left top no-repeat;
}
#mimg {
	position: absolute;
	width: 53px;
	height: 14px;
	background: url(../img/mail.gif) left top no-repeat;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -30px;
	}
	#ad {
		display: none;
	}

	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -200px;
	}
	#secondary {
		float: top;
		width: 190px;
		height: auto;
		overflow:hidden;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 30px 0 200px;
	}
	#primary * * {
		margin: 0;
	}

/* 本文
---------------------------------------------*/
#primary h2 {
	font-size: 100%;
}
#primary p {
	font-size: 100%;
	margin: 8px;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary p img {
	float: left;
	padding-right: 10px;
}
#primary .date {
	font-size: 90%;
	text-align: right;
	color: #666666;
	margin: -10px 0 20px 0;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list li,#secondary .list li {
		margin: 0 0 0 20px;
		padding-left; 15px;
	}
	

	/* 見出し		
	---------------------------------------------*/
	#primary .list h2 {
		font-size: 120%;
		padding: 0 5px;
		color: #000066;
		background-color: #f5f5f5;
		border-right: 2px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	#primary .list h3 {
		padding: 0px;
		font-size: 110%;
		color: #4d4e4e;
		text-align: right;
	}
	#primary .list h2 a{
		padding: 0;
		font-size: 90%;
		color: #4d4e4e;
		text-align: right;
	}
	#secondary .list li {
		display: block;
		font-size: 110%;
		border-bottom: 1px dotted #cccccc;
	}
	#secondary .list h2 {
		font-size: 120%;
		padding: 0 0 0 10px;
		background-color: #f5f5f5;
		border-right: 2px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		line-height: 1.6;
	}
	#secondary .list h2 a{
		color: #000000;
	}
	#secondary .list h3 {
		padding: 0 0 0 10px;
		border-left: 4px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		line-height: 1.6;
		height: 20px;
	}

/* テーブルレイアウト
---------------------------------------------*/
#table {
	height:200px;
	text-align: left;
	overflow:auto;
}
#inquiry td {
	border: none;
	padding: 2px;
}
#inquiry th {
	border: none;
	padding: 2px;	
}
#inquiry td.tra{
	background-color: #f5f5f5;
}
#inquiry th.tra{
	background-color: #f5f5f5;
}


