@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/


/*
===== 1: body and base setting ===========================
*/

body {
	text-align: center;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background: url(../images/share/bodyBg.gif) repeat-y center top;
	color:#333;
}

/* general params
--------------------*/
table {margin : 0;empty-cells: show;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 2: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　


/*
===== 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;/**/
}
/*
===== 2: EACH MODULE ==========================================
*/
.blogEntry p {
	margin-bottom: 1em;
}
.blogEntry p.none {
	margin-bottom: 0;
}
.pageTop {
	clear: both;
	width: 120px;
	margin-left: 530px;
	background: url(../images/share/pageTop.gif) no-repeat 0 2px;
	padding-left: 18px;
	font-size: 85%;
	margin-top: 15px;
}