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

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: small;
	line-height: 1.6;
	text-align: left;
	color: #3c3332;
	background-color: #F8F8F9;
	background-image: url('img/background.gif');
	background-repeat: repeat-x;
}

img {
	margin: 5px 5px 0 5px; /* 見出しicon用設定 */
	border-style: none;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 5px 30px;
	list-style: none;
}

li{
	margin: 0;
	font-size: 97%;
	line-height: 2;
}

a{
	font-size: 90%;
	line-height: 1.6;
}
p{
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6;
}

td{
	font-size: 88%;
	line-height: 1.5;
}

h1 {
	margin: 0;
	padding: 5px 0 1px 0;
	font-size: 100%;
	color: #222222;
	line-height: 1.05;
}

h2 {
	border: 1px solid #00afef;
	margin: 10px 0 5px 0;
	padding: 2px 2px 2px 10px;
	font-size: 120%;
	color: #fefefe;
	background-color: #006faf;
	line-height: 1.8;
	background-image: url('img/slashHeade.png');
	background-repeat: repeat-y;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 1.8;
}

.floatclear{
	clear:both; 
	overflow:hidden;
}

/* header　定義 */

#topLogo{
	margin:0;
	vertical-align:bottom;
    line-height:0;

}

/* nav-main 定義 */
#nav-main{
	overflow: hidden;
	white-space: nowrap;
	width: 100%; /*	position: relative;*/;
	height:1.8em;
	background: #e8e8e8 url('img/headMenuBg.gif')  repeat-x;
	border-bottom: 3px solid #dddddd;
}

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

#nav-main ul{
	overflow: hidden ;
	text-align: right; /*set value to "center" for example to center items*/
}

#nav-main ul li{
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
}

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

#nav-main ul li a:hover{
	color: #0000ff;
	text-decoration: underline;
	background-color: #dddddd;
}

.nav-Sel{
	background-color: #ddddff;
}

/* contents 定義 */
#main{
}

#mainUnit{
	padding: 0;
	width: 750px;
	margin: 0 auto;
	padding: 10px;
}

#mainTop{
	padding: 0;
	width: 750px;
	margin: 0 auto;
}

#footer{
	background-color: #f8f8f9;
}

#footerUnit{
	clear:both ;
	padding: 0;
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	white-space:nowrap;
}

#footerCopy{
	margin: 0;
	padding: 0;
	width: 250px;
	position: static;
	float: left;
}
#footerMenu{
	padding: 0;
	margin: 0;
	width: 350px;
	position: relative;
	float: right;
}
#footerMenu ul {
	margin:0;
	padding: 0;
	text-align: right;
}
#footerMenu ul li{
	display: inline;
	text-align: right;
}
#footerMenu ul li a{
	padding: 0 10px 0 10px;
	color: #494949;
	text-decoration: none;
}
#footerMenu ul li a:visited{
	color: #494949;
} 
#footerMenu ul li a:hover{
	color: #0000ff;
	text-decoration: underline;
}


/*@media print {
li,a,p,td,h1,h2,h3{line-height: 1.3em;}
td{line-height: 1em;}
}*/
