@charset "shift_jis";

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

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

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


/*
===== 1: universal reset ==========================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ==========================================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color:#666666;
	font-size: 75%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}
table {margin : 0;empty-cells: show; /*font-size:small;*/}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;/* for IE resize */
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ==========================================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

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

/* ===== bigger links ===== */
.hover {
	cursor: pointer;
}

.hover a:link {
}

.hover a:visited {
}

/* ===== other ===== */
.btn-pagetop {
	clear: both;
	padding: 30px 0 15px;
	text-align: right;
}

br.none {
	display: none;
}

.clear {
	clear: both;
}

.nowrap {white-space: nowrap; }

.block { display: block;}

.imeInactive {
	ime-mode: inactive;
}

.imeActive {
	ime-mode: active;
}

.imgover {
	/*add rollover*/
}

.bigLinks {
	/*add biglink*/
}

.img-box {
	display: block;
}

.pos-R {
	float: right;
}

.pos-L {
	float: left;
}

li.arrow_link,
ul.arrow_link li {
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) 0 0.35em no-repeat;
}

/*
===== 5: link setting ==========================================
*/
a {
	color: #338066;
	text-decoration: none;
}

a:link {
	color: #338066;
}

a:visited {
	color: #53a691;
}

a:hover {
	text-decoration: underline;
}
