﻿/* CSS レイアウト */
/* HTML entities -------------------*/

#mainUnit{
	background-color: #f9f9f9;
}

#topMsg{
	font-size: 130%;
	padding: 5px 0 5px 20px;
}

h4{
	margin: 10px 0 0 10px;
	padding: 0;
	border: 1px solid #a5d3e2;
	width: 250px;
	text-decoration: none;
	background-color: #edecba;
}

h4 img{
	margin: 1px 3px 0px 3px;
	padding: 2px 0 0 0;
	height: 0.8em;
}

/* headerMenu 定義 */
#subMenu{
	overflow: hidden;
	white-space: nowrap;
	width: 85%; /*	position: relative;*/;
	background: #e8e8e8 url('img/headMenuBg.gif') repeat-x;
	border-bottom: 3px solid #cccccc;
	margin-bottom: 10px;
}

#subMenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block;  
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#subMenu ul{
	padding: 0;
	margin: 0;
	height:1.8em;
	overflow: hidden ;
	text-align: right; /*set value to "center" for example to center items*/
}

#subMenu  li{
	margin: 0;
	display: inline;
/*	text-align: right;*/

}

#subMenu ul li a{
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #194f9e; /*	border-left: 1px solid #cccccc;*/;
	text-decoration: none;
	text-align: center;
}

#subMenu ul li a:hover{
	color: #0000ff;
	text-decoration: underline;
	background-color: #dddddd;
	font-weight: bold;
}

.tableUnit{
	margin: 10px 10px 5px 30px;
	width: auto;
	font-size: 120%;
	text-decoration: none;
}

.tableStyle td{
	border: 1px solid #dddddd;
	padding-left: 3px;
}
.tableCell1{
	width: 200px;
}

.tableUnit td a{
	color: #0000ff;
	width: 100%;
	text-decoration: none;
}

.tableUnit a:hover{
	font-weight: bold;
	text-decoration: underline;
	font-size: 80%;
}
