@charset "utf-8";
/* CSS Document */

body { 	background-image:url(images/kensen_bg_02.gif);
background-repeat:repeat-y;
		background-color:#000;
		margin:0;
		padding:0;
		font-family: 'Open Sans', sans-serif;
}

#container {
	background-image: url(images/kensen_bg_01.jpg);
background-repeat:no-repeat;
min-height: 600px;
width: 1000px;
}

#navigation {
	padding: 0 0 0 370px;
	width: auto;
	height: 50px;
}

#content {
	width: 1000px;
	min-height: 600px;
	font-weight: normal;
}

#footer {
	    clear:both;
		width:1000px;
		height:20px;
}

h1 {
font-size:22px;
font-weight:normal;
color:#333;
padding: 60px 80px 0 370px;

}

h3 {
font-size:24px;
font-weight:normal;
color:#333;
padding: 0px 0 0 370px;
}

h2 {
	
	font-size: 12px;
	color:#333;
	padding: 0 80px 0 370px;
	font-weight: normal;
	
}

h4 {
font-size:20px;
font-weight:bold;
color:#333;
padding: 0px 0 0 370px;

}


a {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration:underline;
}

hr {margin: 0 80px 0 370px;

}

.alert {
	background-color: #FC0;
	font-weight:bold;
	border-bottom:#333333 1px solid;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
	padding: 5px 3px 5px 3px;
	
	
	
}

