@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
	
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/413_ka_03_b.jpg);
	
}



#wrapper {
	width: 760px;
	background-color: #FFF;
	height: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}


/* CSS Document */


#hedder {
	background-image: url(../images/header_top_a.jpg);
	height: 100px;
	width: 760px;
	background-repeat: repeat;
}

#hedder img {
	margin-left: 50px;
	margin-top: 30px;
	background-image: url(../images/header_top_a.jpg);
	background-repeat: repeat;
}
#main_fla {
	margin: 0px;
	padding: 0px;
}
#wrapper #topic {
	height: 600px;
	width: 760px;
}
#wrapper #topic #side {
	background-image: url(../images/side.jpg);
	height: 600px;
	width: 120px;
	float: left;
	clear: left;
	position: fixed;
}
#wrapper #topic #primary {
	float: left;
	height: 600;
	width: 640px;
}


#topic #primary h1 {
	background-color: #CCF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #009;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 100px;
	height: 30px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 24px;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 5px;
	color: #333;
}
#wrapper #footer {
	height: 100px;
	width: 760px;
	background-color: #333;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #footer center {
	margin-top: 50px;
}
#wrapper #topic #primary p {
	text-align: center;
}
