/* CSS Document */

/*======================================

	Universal selector

=======================================*/

* {
	line-height:1.7;
}

/*======================================

	Structure Module

=======================================*/

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	background-color:#F3F3F3;
}

a{outline : 0 ;}

/*======================================

	Text Module

=======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

h1 {
	width: 753px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
}

p {margin:0;}

em {}

strong {}

/*======================================

	Hypertext Module

=======================================*/

a:link {color: #005585;}

a:visited {color: #818f98;}

a:hover {color: #80af00;}

/*======================================

	List Module

=======================================*/

ul,
ol,
dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li,
dt,
dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

dt {}

dd {}

/*======================================

	Forms Module

=======================================*/

form {
	margin:0;
	padding:0;
}

form dl,
form p {}

input,
textarea {}

input {
	line-height:normal;
}

input:hover,
textarea:hover {}

input:focus,
textarea:focus {}

textarea {}

/*======================================

	Tables Module

=======================================*/

table {
	 cellpadding: 20px;
}

th,
td {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	background-color:#FFFFFF;

}

th {
	background-color:#006699;
}

td {}

/*======================================

	Image Module

=======================================*/

img {
	vertical-align: bottom;
	border-style: none;
}

a img {}

a:hover img {}

/*======================================

	Bros Soft

=======================================*/

.clear {
	clear:both;
	height:0;
}

.font_red{color: #FF0000;}

.font_white {color:#FFFFFF}

.font10 {font-size: 10px;}

.font10red {
	color:#FF0000;
	font-size: 10px;
}
