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

html , body {
min-height: 100%;
height: auto !important;
height: 100%;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #101010;
	line-height: 1.6em;
}



a {
	color: #333333;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a:active {
	color: #FFFFFF;
}


.blank {
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
}

#wrapper {
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}

hr.dotted{
	height:1px;
	color:#FFFFFF;
	width:100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bbb;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  




h5.arrow_red {
	background-image: url(../jp/images/common/arrow/h5_arrow_red.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	background-position: 0px 3px;
}

h5.arrow_red_up {
	background-image: url(../jp/images/common/arrow/h5_arrow_red_up.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	background-position: 0px 3px;
}

h5.arrow_blog {
	background-image: url(../jp/images/common/arrow/blog_icon.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 55px;
	background-position: 0px 0px;
}
