@charset "utf-8";
/*-------------------------------------------------------------------

	DEFAULT CSS 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;
}
fieldset,img{
	border:0;
}
img {
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	background: url(/cmn_img/bg_header.jpg) repeat-x;
	line-height: 1.4;
	color: #333;
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
}
/* for IE6 */
* html body {
    font-size: 88%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 88%;
}

.clr{clear:both;}
.clrL{clear:left;}
.clrR{clear:right;}
.blk{display:block;}
p{margin-bottom:1em;}
.p2{margin:0;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftImg{
	float:left;
	display: inline;
	margin:0 20px 20px 0;
}
.rightImg{
	float:right;
	display: inline;
	margin:0 0 20px 20px;
}
.txCenter{text-align: center;}
.txLeft{text-align: left;}
.txRight{text-align: right;}
.txRed{color: #FF0000;}
.txOrange{color: #FF6C00;}
.tx12{font-size: 86%;}
ul.disc{
	padding: 0 0 1em 1.4em;
	list-style: disc;
}
ol.decimal{
	padding: 0 0 1em 1.4em;
	list-style: decimal;
}

/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow:auto;
	visibility: hidden;
	content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html[xmlns] .shinryomenu .clearfix {
    display: block;
}

* html .shinryomenu .clearfix {
    height: 1%;
}