@charset "UTF-8";
/*フロートクリア*/
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
overflow: hidden;
}
.clearfix {
 overflow: hidden;
 position:relative; /* Dw表示用 */
	} 
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear {
	clear:both;
		} 
		
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*基本*/
* {
	margin: 0;
	padding: 0;
}
html {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.8em;
}
body {
	background-position: center top;
	background-color: #fcfcfc;
}

h1{
    margin:0;
    padding:0;
	display:inline;
}
img {
	border: 0;
	vertical-align: top;
/*
	right: 0%;
	top: 0%;
	z-index: 1;
*/
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
ul, ol, dl {text-indent: 0;}
ul li {list-style: none;}
address {font-weight: normal;font-style: normal;}
/*
p {
	text-align: left;
}
*/
abbr {border: none;}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.centar {
	text-align: center;
}
.margin-u-5 {
 margin-bottom: 5px;
}
.margin-u-10 {
 margin-bottom: 10px;
}
.margin-u-15 {
	margin-bottom: 15px;
}
.margin-u-20 {
 margin-bottom: 20px;
}
.margin-u-30 {
	margin-bottom: 30px;
}
.margin-u-50 {
 margin-bottom: 50px;
}
.margin-t-20 {
	 margin-top: 20px;
}
.txt-underline {
	text-decoration: underline;
}
.txt-underline-b {
	text-decoration: underline;
	font-weight: bold;
}
.txt-smork-peaple {
	color: #C69;
}
.txt-bold {
	font-weight: bold;
}
.txt-red {
 color: #C00;
}
.txt-red-underline {
	color: #C00;
	border-bottom: 1px solid #cc0000;
}
.txt-red-underline-b {
	color: #C00;
	border-bottom: 1px solid #cc0000;
	font-weight: bold;
}
.txt-pink {
	color: #FF6699;
}
.txt-red-bold {
	color: #C00;
	font-weight: bold;
}
.txt-red-bold2 {
 color: #C00;
 font-weight: bold;
}
.txt-orange {
	color: #FF6600;
	font-weight: bold;
}
.txt-left {
	text-align: left;
}
.txt-mark-yellow {
	background-color: #ffff66;
}
.txt-mark-yellow-underline {
	background-color: #ffe066;
	border-bottom: 1px solid #999999;
}
.txt-mark-yellow-underline-red {
	background-color: #ffff66;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}
.txt-mark-yellow-red {
	background-color: #ffff66;
	color: #cc0000;
}
.txt-mark-yellow-red-b {
	background-color: #ffff66;
	color: #cc0000;
	font-weight: bold;
}
.txt-mark-yellow-bold {
	background-color: #ffff66;
	font-weight: bold;
}
.txt-blue {
	color: #3399ff;
}