@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

	default.css

///////////////////////////////////////////////////////*/


/*----------------------------------------
 Style Reset
----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
a {
	text-decoration:none;
}


/*----------------------------------------
  Basic Setting
----------------------------------------*/

body {
	color: #333;
	background: #fff;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*
a:link {
	color: #39c;
}
*/
a:visited {
	color: #63c;
}
a:hover {
	color: #F9C;
}
em {
	color: #c00;
}
strong {
	color: #c00;
	font-weight: bold;
}
sub, sup {
	font-size: 75%;
}
table, td, th {
	border: 1px solid #333;
	border-collapse: collapse;
}


.fontred-b{
color:#FF0000;
font-weight:bold;
}



/*----------------------------------------
  Common Class
----------------------------------------*/

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;}
.clearfix { display: inline-block; }
/* except Mac IE5 \*/
*html .clearfix { height: 1%; }
.clearfix {display: block;}
/* end of Holly Hack */

/* ALTERNATE IMG */
.pix {
	display: block;
	font-size: 5px;
	line-height: 1em;
	text-indent: -9999px;
}


