﻿  /* CSS layout */
  
* {
	font-size:100%;
	font-family: "Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#8B8B8B;
	text-align:center;
	font-size:9pt;
	line-height: 1.5;
	color:#333333;
	line-height:1.9em;
	font-family:'Hiragino Kaku Gothic Pro','Meiryo','MS PGothic',sans-serif;
}

/* テーブル基本 */
th {
	background-color:#BDC7D9;
	text-align:center;
	vertical-align:middle;
	height:20px;
}

/* リスト基本 ------------------------------- */ 
ul{
	padding:0;
	margin:7px 7px 7px 30px; 
}

li{
	margin:0;
}

dl {
	margin:10px 10px 10px 15px;
}

dt {
	margin-top:10px;
}

dd {
	margin-left:30px;
}
/* --------------------------------------- */

/* リンクの文字色 */
A:link {
	text-decoration: none;
	color:#0033FF;
}

A:visited {
	text-decoration: none;
	color:#0033FF;
}

A:hover	{	
	text-decoration: underline;
	color:#33CCFF;
}

/*  ヘッダー部分のボーダー */
.header_line {
	padding: 0;
	border: 0;
	background: url(images/header_line.gif) bottom repeat-x;
}

.header_line_blue {
	padding: 0;
	border: 0;
	background: url(images/header_line_blue.gif) bottom repeat-x;
}

.header_line_green {
	padding: 0;
	border: 0;
	background: url(images/header_line_green.gif) bottom repeat-x;
}

/* 名鉄協商ロゴ */
#logo {
	display: block;
	width: 200px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0;
	margin: 7px 7px 7px 10px;
}

/* OurOfficeロゴ */
#OurOfiice_logo {
	display: block;
	width: 87px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/ouroffice_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0;
	margin:0px 0px 0px 3px;
}

/* 画面パーツ ---------------------------- */
#mainContainer{
	width: 800px;
	background-color:#FFFFFF;
	border: 1px #3C3C3C outset;
	margin-left:auto;
	margin-right:auto;
}

#masthead {
	width:800px;
	height:50px;
}

#headtext {
	padding-right:20px;
	padding-bottom:10px;
	color:#555555
}

#top_nav {
	width:750px;
	height:60px;
	text-align:center;
}

#container {
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#left_col {
	width: 190px;
	vertical-align:top;
}

#left_col_170 {
	width: 170px;
	vertical-align:top;
}
#page_content {
	width:500px;
	text-align:left;
	vertical-align:top;
}

#footer {
	width:800px;
	clear: both;
	height:30px;
}

#containsTitle {
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
	height:40px;
	text-indent: -9999px;
}

.list_table {
	text-align:left;
	margin-top:15px;
	width:180px;
}

.list_back {
	width:180px;
	background-image: url(images/list_backline.gif);
	background-repeat:repeat-y;
}
.list_Contents {
	width:180px;
	background-image: url(images/list_backline.gif);
	background-repeat:repeat-y;
}

.list_Contents_Disable {
	width:180px;
	background-image: url(images/list_backline2.gif);
	background-repeat:repeat-y;
}

/* margin:2px 2px 2px 20px;  */

.list_char {
	margin:2px 2px 2px 20px;	
}

.list_menuline {
	border-bottom:1px #CCCCCC dotted;
}

/* --------------------------------------*/

/* テキスト部分のDIV */ 
.textDIV {
	padding:5 5 5 5;
	color:#30A18E;
}

.textStyle{
	font-weight:bold;
	color:navy;
	font-size:10pt;
}

/* ボタンクリックエフェクト */
.menu_mousedown {
	margin-left:1px;
}
.menu_mouseup {
	margin-left:0px;
}

/* 段落ごとのテーブル */
.tbl_Menu {
	/*margin:5px 10px 5px 10px; */
	width:480px;
	border:0px;	
}

/* 機能説明のサムネイル */ 
.thumbnail_image {
	width:205px;
	height:149px;
	border:0px;
}

/* コメントリスト */ 
.list_comment {
	font-size:9pt;
	color:#666666;
	list-style-image:url('Images/list_comment.gif');
}

.comment_red8 {
	font-size:8pt;
	color:red;
}

/* FAQ */
.tbl_FAQ_Q {
	background-color:#E8FFFE;
	color:#000066;
}

.tbl_FAQ {
	width: 100%;
	margin-bottom:20px;
	border-bottom:1px;
	border-width:1px;
	border-color:gray;
	border-bottom-style:dashed;

}

.tbl_caption {
	width:20%;
	background-color:#ebebeb;
}

/*　文字列系統　------------------------------　*/

/* 少し小さめの文字 */ 
.smallfont{
	font-size:10px;
}

/* 少し大きめの文字 */ 
.bigfont {
	font-size:11pt;
}

/* 少し大きめの文字　太字 */ 
.indexfont {
	font-size:13pt;
	font-weight:bold;
	color:#333333;
	vertical-align:bottom;
}

.indexfont_9 {
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	vertical-align:bottom;
}

/*　-----------------------------------------　*/

.padding_10 {
	padding: 10px 0px 0px 0px;
}

.indent_majin {
	margin:7px 5px 7px 5px;
}
