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

/*-----------------
reset seting
-------------------*/
body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino kakuGothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif ;
    	font-size: 100%;

}
div,p,form,input,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address 
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	border: 0;
	list-style-type: none;
	}
	
	img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


	/*-----------------
font size
-------------------*/
body{
font-size:62.5%;
}
/*IE6以下用の設定*/
html>/**/body {
font-size: 10px;
}/*Except IE*/#bar li {
	margin-bottom: 10px;
}

/* 1-01.clearfix
------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {   
    display: inline-block;   
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


a{
	color:#C85078;
	text-decoration:underline;
	font-weight:bold;
}


a:hover{
	left:2px;
	top:1px;
	position:relative;
	text-decoration:none;
	color:#006699;
}

