/* CSS Document */


/* [ここから]　初期化 */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	}
table {border-spacing:0;}
* html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
a:active{text-decoration: none;}
/* [ここまで]　初期化 */


body{
	background-color:#D5E8FB;
	color: #333333;
	font-family: tahoma,sans-serif;
	}

.emphasis{
	font-weight: bold;
	}

#wrapper{
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	border-left:  1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

#header{
	padding-bottom: 0px;
	background-image: url(.././imgs/title_2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu{
	float:left;
	width: 240px;
	background-color: #FFFFFF;
	border-right: 1px #cccccc solid;
	padding: 0 0 10px 0;
}

#menu ul.textmenu{
	margin-top: 20px;
	padding-right: 7px;
	text-align: right;
	line-height: 1.5em;
	vertical-align:bottom;
}

#menu ul.address{
	margin-top: 40px;
	padding-right: 7px;
	text-align: right;
	line-height: 1.5em;
	font-size: 14px;
	color: #000000;
	vertical-align:bottom;
}

#contents{
	float:left;
	width: 550px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 5px;
	line-height: 1.2em;
}

	#contents img.top{
		margin-bottom: 20px;
	}

	#contents .description{
		clear: both;
		margin: 5px 5px 20px 20px;
		line-height: 1.5em;
		font-size: 14px;
	}

		#contents h2{
			border-left: 7px #0033CC solid;
			margin-left: 5px;
			padding-left: 10px;
			line-height: 30px;
			vertical-align: text-bottom;
			font-weight: bold;
		}

		#contents .description table{
			width: 680px;
			margin: 10px 0 0 40px;
		}
		#contents .description table td{
			border-collapse: collapse;
			border-bottom: 1px #999999 dotted;
			padding: 2px 5px;
		}


/*** 小ウィンドウ設定 ***/

#wrapper.window{
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	border-left:  1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

	#contents.window{
		clear: both;
		width: 450px;
		margin: 5px;
		height:630px;
		line-height: 1.5em;
		font-size: 14px;
	}

		#contents.window table{
			width: 430px;
			margin: 10px;
		}
		#contents.window table td{
			border-collapse: collapse;
			border-bottom: 1px #999999 dotted;
			padding: 2px 5px;
		}
		#contents.window table td.introtitle{
			width: 100px;
		}


/************************/

#footer{
	clear:both;
	width: 100%;
	padding: 20px 0 0 0;
}