*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック';
	font-size: 12px;
	color: #333;
}

a { text-decoration: underline;
	color: #993366;
}

a:hover {
	text-decoration: none;
	color: #CCC;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	padding: 20px 0 10px 0;
}

h2 {
	border-left: solid 5px #936;
	font-size: 12px;
	padding: 0 0 2px 7px;
	margin: 10px 0 5px 0;
}

h6 {
	border-left: solid 5px #ac2020;
	font-size: 12px;
	padding: 0 0 2px 7px;
	margin: 10px 0 5px 0;
}


h4 {
	border-left: solid 5px #936;
	font-size: 12px;
	padding: 0 0 2px 7px;
	margin: 15px 0 15px 0;
}

h3 {
	color: #936;
	font-weight: bold;
	font-size: 12px;
}

h5 {
	border-left: solid 5px #936;
	font-size: 12px;
	padding: 0 0 2px 7px;
	margin: 10px 0 5px 0;
}



img {
	border: 0;
	padding: 10px 0 0 5px;
}


.kwicks {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	background-image:url(../images/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	left: 204px;
	top: 10px;

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(../images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}

#kwick5 {
	background-position:-800px 0px;
}
#kwick6 {
	background-position:-1000px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -800px bottom;
}
#kwick6.active, #kwick6:hover {
	background-position: -1000px bottom;
}

#kwick1 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick6 a{
	background-image:url(../images/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick6 a:hover{
	background-position: right -120px;
}

.line {
	background: url(../images/line.gif) repeat-x;
	width: 700px;
	height: 1px;
	margin: 0 0 5px 0;
}

.line2 {
	background: url(../images/line.gif) repeat-x;
	width: 600px;
	height: 1px;
	margin: 0 0 5px 0;
}

.line3 {
	background: url(../images/line.gif) repeat-x;
	width: 450px;
	height: 1px;
	margin: 0 0 5px 0;
}

.pageTop img{
	margin: 5px 30px 5px 0;
}

.right{float: right;}
.pdf { display: inline; background: #993366; color: #ffffff; margin: 5px 2px 2px 0px; padding: 1px 3px; font-weight: bold;}