/*-----------------------------------------------
 default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffff;
	font-size:14px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:black;
/*	line-height:1.5; */
}

html {
	overflow-y:scroll;
}


img {
	border:0;
}


/*-----------------------------------------------
 container
-----------------------------------------------*/

#container {
	width:800px;
	margin:0px auto 0;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/

#header {
	/* margin-bottom:0px; */
	/* background:#333; */
	background:white url(images/title.gif) no-repeat;;
	color:#293F56;
}

#header h1 {
	padding:15px 15px 5px;
}

#header p#siteDescription {
	padding:0 15px 20px 30px;
	font-size: 15px;
	font-weight: bold;
}


/*-----------------------------------------------
 footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:780px;
	margin-bottom:0px;
	padding:10px;
	background:white;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
	list-style:none;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
	color:black;
}


/*-----------------------------------------------
 contents
-----------------------------------------------*/

#contents {
	width:800px;
	float:left;
	margin-top:-11px;	/* ??? */
	margin-bottom:0px;
	background:white;
/*	background:url(img/bg.gif) repeat-y; */
}


/* __main
------------------------------------------*/

#main, .main {
	float:left;
	width:780px;
	padding:10px;
	/* background:#F4F4F4; */
	color:black;
}

#main h2 {
	padding:10px 0px 10px 0px;
}

#main ul {
	padding:0 0 0 20px;
}

#main li {
	padding:5px 0px 5px 0px;
	line-height:1.3;
}

#main p {
	padding:5px 0px 5px 0px;
}


/* sub
------------------------------------------*/

#sub {
	float:right;
	width:210px;
	padding:10px;
	/* background:#AB099F; */
}

#sub h3 {
	margin-bottom:5px;
	margin-top:5px;
	font-size:100%;
	letter-spacing:1px;
	color:white;
	padding: 2px 2px 2px 2px;
	background: #14acdd;
}


#sub ul {
	margin:0 0 20px;
	padding:5px;
}

#sub ul li {
	padding:5px 0px;
	list-style:none;
}


/* メニューナビゲーション */

#globalNavi{
	height: 56px; /*28px;*/
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	margin-top:-7px;
}

#nav {
     display: block;
     margin: 0;
     padding: 0;
     position: relative;
     z-index: 10;
     text-align: left;
}

#nav li {
     display: block;
     list-style: none;
     margin: 0;
     padding: 2px 6px 0px 2px;
     float: left;
     position: relative;
     
     width: 120px; 
     text-align: center;
}

#nav a {
     display: block;
     text-decoration: none;
     color: black;
}

#nav ul {
     display: none;
     position: absolute;
     left: 0;
     margin: 0;
     padding: 0;
}

* html #nav ul { line-height: 0; }     /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */  
#nav ul li { 
	float: none; 
	
	width: 120px; 
	text-align: center;
}
#nav ul ul { top: 0; }

/* Essentials - configure this */
/*
#nav ul { width: 112px; }
#nav ul ul { left: 113px; }
*/

/* Everything else is theming */
#nav {
    background-color: #14acdd;
    height: 46px; /*42px; 24px;*/
}

#nav *:hover { background-color: none; }
#nav a {
/*     width: 112px; */
     border-right: none;
     color: white;
     font-size: 13px;
     padding: 6px 4px 6px 4px;
     line-height: 1.2; /* 1 */
     font-weight: bold;
}

#nav ul ul li a {     
	width: 120px; /* width: 240px; */

	text-align: center;
}
#nav ul { top: 46px; line-height: 1.2; }

#nav ul li a {
    width: 120px; /*width: 150px;*/
    background-color: #14acdd;
    
    text-align: center;
}

#nav ul li a:hover { background-color: #86ddf1; }
#nav ul ul { line-height: 1.2; }
#nav ul a { 
	border-bottom: 1px solid #86ddf1; 
	border-right: none; 
	
	line-height: 1.2;
} 


td.prof_title { background-color: #d7e2ef; text-align: left; font-size: 100%; }
td.prof_rireki { background-color: #ffffff; text-align: left; font-size: 90%; }
td.prof_theme { background-color: #ffffff; text-align: left; font-size: 95%; }
td.siyou_title { background-color: #d7e2ef; text-align: center; font-size: 80%; }
td.siyou_detail { background-color: #ffffff; text-align: left; font-size: 100%; line-height: 120%; }
td.siyou_detail_ctr { background-color: #ffffff; text-align: center; font-size: 100%; line-height: 120%; }

.list {
margin-left: 70px;
margin-right: -70px;
}

.list li {
line-height:1.0;
}