@charset "utf-8";
/* CSS Document */

/*======================================
　1.Reset
=======================================*/
body,div,p,form,input,select,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: normal;
}
ul {
	list-style: none;
}
img {
	border:0;
}
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
/*======================================
　2.Fonts
=======================================*/

body {
font-size: 62.5%;
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}


/*======================================
　3.Other
=======================================*/

body {
	color: #696969;
	width: auto;
	background-color: #ffffff;
}
.floatL {
	float: left;
}


/* --- link --- */
a {
color: #0094D8;
text-decoration: none;
}
a:visited {
	color: #5519b3;
	text-decoration: none;
}
a:hover {
color: #FC6320;
text-decoration: underline;
}


.menu a {
color: #696969;
text-decoration: none;
}
.menu a:visited {
	color: #969696;
	text-decoration: none;
}
.menu a:hover {
	color: #7db6d1;
	text-decoration: underline;
	width: 180px;
}

.rankBox02 a {
color: #ffffff;
text-decoration: none;
}
.rankBox02 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.rankBox02 a:hover {
	color: #ffffff;
	text-decoration: underline;
	width: 180px;
}

.nedan {
	color: #F00;
	font-weight: bold;
}
.text_bold {
	font-weight: bold;
}
.blog {
	margin-bottom: 20px;
	font-size: small;
}
.clearBoth {
	clear:both;
	margin-right: 15px;
	margin-bottom: 15px;
}

