@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
}
.txt_white12, .txt_white12:link, .txt_white12:visited{
    color:#FFF;
	text-decoration:none;
}
.txt_white12:hover, .txt_white12:active{
	color: #FFF;
	text-decoration:none;
}

div, p, ul, ol, li, form, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0px;
	padding: 0px;
}
li{
    list-style-type:none;
	float: left;
	display: block;
}
p { 
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #0759bd;
	text-decoration: none;
}
a:hover, a:active {
	color: #0759bd;
	text-decoration: underline;
}
img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.pointer {
	cursor: pointer;
}

table {
    border-collapse: collapse;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

input, select, textarea {
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

.clear_fix:after {
        content: "."; 
        display: block; 
        height: 0px; 
        clear: both; 
        visibility: hidden;
}
.clear_fix {
        display: inline-block;
		zoom:1;
}
/* Start hiding from IE Mac \*/
* html .clear_fix {
        height: 1%;
}
.clear_fix {
        display: block;
}
/* Stop hiding from IE Mac */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.margin_top5{
	margin-top:5px;
}
.margin_right10{
	margin-right:10px;
}
.margin_bottom15{
	margin-bottom:15px;
}
.letter_spacing2{
    letter-spacing:2px;
}
.h_middle {
	vertical-align: middle;
}
.box01{
    border:solid 1px #999999;
}
.line01 {
	background-image: url(../i/line01.gif);
	background-repeat: repeat-x;
	height:1px;
	clear:both;
	margin-top:5px;
}
.display_block{
	display:block;
}
.kk{white-space:normal; width:520px; }

