@charset "UTF-8";


/*
===== CONTENTS ===========================================

	1: reset 
	2: body and base setting
	3: link setting
	4: img rollover

==========================================================
*/


/*
===== 1: reset =================================
*/

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,a{
	margin:0px;
	padding:0px;
        color:#333333;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	color: #333;
	font-size: 14px;
        overflow-x: hidden;
        letter-spacing: 0.14em;
}

* html body {
	font-size: 75%;
}
*:first-child+html body {
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height: 1.5em;/* base line height */
	text-align: left;
	display: block;
}

li {
	margin:0;
	padding:0;
        list-style: none;
	}


h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

table {
	margin : 0px;
	padding: 0px;
	empty-cells: show;
}

img{
	border:none;
	vertical-align:top;
}

ol {
	list-style:none;
}

input,textarea,select{
	font-size: 100%;
	color:#333;
}

strong {
	font-weight: normal;
}


/*
===== 3: link setting ===========================
*/
a:link,
a:visited {
    color: #D06590;
    text-decoration: none;
}
/*a:visited{
}*/
a:hover{
	text-decoration: none;
        opacity:0.8; 
}

/*
===== 4: img rollover ===========================
*/
div#container a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*---clearFix---*/
.clearFix{
	zoom: 1;
}

.clearFix:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}