@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+ Since:2010-02-25
+ Update:2010-02-25
+
+ Editor ID:REN
+
++++++++++CSSを追加した場合下記コメントを追記 ++++++++++++++++++++++++++++++++++++++
last-modifier 20XX.0X.0X EditorID 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++ 基本設定 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1：要素のリセット */
*{
	margin:0;
	padding:0;
	font-style:normal;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
object{
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
form, blockquote
{
	margin: 0; padding: 0;/* margin&padding reset */
	text-align: left;
	display: block;
}
table {margin : 0;empty-cells: show;}
hr.separator,.areaAnchor,.anchor { display : none; }
li { list-style: none; }/* link do not want a dot */

/* 2：基本のフォント */
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}


/* manner_up ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#right {
	margin: 0px;
	float: right;
	width: 140px;
	padding: 0px;
	position: relative;
	top: 5px;
}
*html #right {
	top: -8px;
}
*:first-child+html #right {
	top: -8px;
}
#mannerUp{
	width:100%;
	padding:5px 0 28px 0;
}

/* /manner_up +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* clear float ********************************************** */
.clearfix{ clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/*¥*/
*html .clearfix{height:1%;}
*:first-child+html .clearfix{height:auto;}
.clearfix{display:block;}
/**/
/* /clear float ********************************************* */


/* ++++++++ font size conf; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
【親ブロック	100%(12px)	】

(20px) -> 166.6%	
(19px) -> 158.3%	
(18px) -> 150%	
(17px) -> 141.6%	
(16px) -> 133.3%
(15px) -> 125%
(14px) -> 116.6%
(13px) -> 108.3%	
(11px) -> 91.6%
(10px) -> 83.3%
(9px)	-> 75%	
(8px)	-> 66.6%

*/
