/*
				全体設定
			*/
*{
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

form { margin: 0px; }

/*
				ここからそれぞれの欄の設定
			*/

#wrapper{ 	
			margin: 5px auto;
			width : 760px;
			margin: 0;
			padding: 0;
			
			}
#top{
	width: 760px;
	border: none;
	}

#globalnavi{
	width:	760px;

			}
			
			
#menubottom{
	width:	760px;
	border: none;
	margin:0;
	padding:0;
			}
	
#container { 
	width: 760px;
	padding:0;
	margin:0;
}

#side {
	float:left;
	width:220px;
	padding:0;
	margin:0;
}

#contents{
		float:right;
		width:529px;
		margin:0;
 		}

#contentstitle{
	width:529px;
	height:30px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	text-indent: 30pt;
	color: #000099;
	padding-left:10px;
		}
		
#contentsplace{
	width:529px;
	height:30px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	text-align: right;
	color: #999900;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F2ECBF;
	padding-left:10px;
}

#contents2	{
	width:529px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F2ECBF;
	padding-left:10px;
	
			}
			

#container:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: ".";
		}
		
h2{
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	line-height: 18px;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
h3{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666633;

}



h4{
	font-size: 12px;
	font-style: normal;
	color: #666666;
	padding: 2px 0px;
	margin-top: 0px;
	margin-bottom:15px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
}

h5{
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #333333;
}

h6{
	width:200px;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	padding: 2px 0px;
	margin-top: 0px;
	margin-bottom:15px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
	text-indent: 5pt;
}


h1{
	font-size: 12px;
	font-style: normal;
	color: #666666;
	padding: 2px 0px;
	margin-top: 0px;
	margin-bottom:15px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
}



p img{
	float:right;
	}

p.clear{
	clear:right;	
}
		
#footerimg {
	width:760;
	height:5px;
	}
	
#footer {
	width:760px;
	height:20px;
	font-size: 10px;
	color: #999999;
	margin: 0px ;
	text-align: center;
	padding-top: 10px;
		}
		
#footer ul{
	margin:0px 0px 1em;
	padding: 0px;
	list-style-type:none;
		}
		
#footer li	{
		display: inline;
		padding-right:	1em;
		padding-left:	1em;
		}
		
#copyright	{
	height: 20px;
	font-size:	10px;
	color: #999999;
	margin:	0px auto;
	text-align: center;
		
}

/*------------------------------------
	#Global navi の　menu スタイル
-------------------------------------- */
dl#menu{
	float:left;
}

	dl#menu ul{
		list-style: none;
		display: none;
}

	dl#menu dd{
	text-align: center;
	position: relative;
	height: 25px;
	float: left;
	text-align: center;
	width: auto;
}
		
	dl#menu dd a{
	display: block;
	line-height: 35px;
	width: auto;
	height: 25px;
	text-decoration:none;
}
	
	dl#menu dd ul{
	/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
	background-color: #B2D4F2;
	position: absolute;
	border-left: solid 1px #eef;
	border-top: solid 1px #eef;
	border-right: solid 1px #003392;
	border-bottom: solid 1px #003392;
	top: 25px;
	left: 0px;
	width: 125px;
	z-index: 0;
}
		
	dl#menu dd ul a{
	font-size: 75%;
	color: #0d55bc;
	height: 18px;
	line-height: 120%;
	text-align: left;
	padding: 2px 2px;
	width: auto;
}		
										
	dl#menu dd ul li.rollOver a.rollOverA{
	color: #000066;
	background-color: #A6C0FF;
}
		
	dl#menu dd ul li{
	position: relative;
}
			
	dl#menu dd ul li ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 0;
}