@charset "shift-jis";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/* ===== 1: universal reset ================================= */
*{ margin:0; padding:0; }

/* ===== 2: body and base setting =========================== */
html { height:100%;}
body {
background:url(../images/bg_body.jpg) repeat-x left top #FFFFFF;
	color:#666666;
}
a { border:0; outline:none; }
img { border:0; }
li { list-style:none; color:#666666; }
p { color:#666666; font-size:small; }

dl,dt,dd,ul,li,ol,address,table,td,th {
	font-size: 0.85em;
	line-height:160%;
}
/* general params
--------------------*/
/*
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0
	line-height: 1.4;
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;
	vertical-align: bottom;
}
li { list-style: none; }
*/
/* acronyms and abbreviations styles 
-------------------------------------*/

/*
===== 3: link setting ===========================
*/
a:link{
	color: #0099FF;
	text-decoration:underline;
}
a:visited{
	color: #81BBB6;
}
a:hover{
	color: #81BBB6;
	text-decoration:none;
}
a:active{
	color: #81BBB6;
}


/*----------------------------------------------------
	”Ä—pclass
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
.clear{ clear: both;}



div.p_r{ position: relative;}
