@charset "UTF-8";
/* ************************************************
 * 1-1 CSS初期化
 * ************************************************ */
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p
	{
	margin:0;
	padding:0;
	}
table
	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset, img
	{
	border:0;
	}
address, caption, cite, code, dfn, th, var
	{
	font-style:normal;
	font-weight:normal;
	}
caption, th
	{
	text-align:left;
	}
q:before, q:after
	{
	content:”;
	}
abbr, acronym
	{
	border:0;
	}

#header dl, #header dt, #header dd, #header ol, #header ul, #header li,
#page_nav ul, #page_nav li,
#main ol, #main ul ,
#sidebar ul, #sidebar ol, #sidebar li,
.entry_meta ul, .entry_meta ol, .entry_meta li,
#footer ol, #footer ul, #footer li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

/* ********************************************************
 * YUI Font-size Adjustment
 * 10px = 77%     11px = 85%	   12px = 93%     13px = 100%
 * 14px = 108%	  15px = 116%    16px = 123.1%  17px = 131%
 * 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 * 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 * 26px = 197%
 * ********************************************************  */
/* body {
    font:12px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
} */
body {
    font:14px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* ************************************************
 * 1-3 ライブラリー
 * ************************************************ */
h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
hr
	{
	width:1px;
	height:1px;
	color:#FFFFFF;
	border:none;
	clear:both;
	}
#main_contents hr
	{
	padding:0px 0px 0px 0px;
	}
*+html hr
	{
	border:none;
	padding:0px;
	}
.clear
	{
	clear:both;
	}

.f_left
	{
	float:left;
	}
.f_right
	{
	float:right;
	}
.left
	{
	text-align:left;
	}
.right
	{
	text-align:right;
	}
.center
	{
	text-align:center;
	}
/*/ Tible Settings /*/
table
	{
	width:100%;
	margin:0px 0px 15px 0px;
	border-collapse:collapse;
	}
table tr th
	{
	width:auto;
	padding:5px 5px 5px 5px;
	}
table tr td
	{
	width:auto;
	padding:5px 5px 5px 5px;
	}
/*---------- Post Images Position ----------*/
img.aligncenter
	{
	margin:0px auto 0px auto;
	display:block;
	}

img.alignright
	{
	padding:4px;
	margin:0px 0px 0px 11px;
	display:inline;
	}

img.alignleft
	{
	padding:4px;
	margin:0px 11px 0px 0px;
	display:inline;
	}

.alignright
	{
	float:right;
	}

.alignleft
	{
	float:left
	}
/* ************************************************
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
