/* ================================================================
CSS初期化
================================================================ */
html, body, 
div, span, object, 
h1, h2, h3, h4, h5, h6, p,
a, address, em, img,
dl, dt, dd, ol, ul, li,
label, form,
table, caption, tr, th, td{
	margin:0;
	padding:0;
	border:0;
}



/* ================================================================
共通設定
================================================================ */
html {
	/* overflow-x: hidden; */
overflow-y:scroll;
}

.clear{
	clear: both;
	line-height: 1%;
}

a:link {
	color:#A93F3F;
}

a:visited {
	color:#660066;
}

a:hover {
	color:#26824E;
}

body{
	background-color:#FFECA0;
}



/* ================================================================
わく
================================================================ */
#container{
	width: 740px;
	margin: 0px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	color: #62463A;
}

#beta{
	width: 160px;
	float: left;
	margin-top: 20px;
}

#beta ul,
#beta li{
	list-style: none;
	margin-left: 5px;
}

#beta li{
	margin-bottom: 5px;
}

#alpha{
	width: 570px;
	float: right;
	background: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 12px;
}

#alpha-inner{
	margin: 0px auto;
	width: 556px;
}



/* ================================================================
ヘッダ
================================================================ */
#header{
	background: url(img/nts_head.jpg) no-repeat;
	height: 139px;
	width: 556px;
}

#header-inner,
header-content,
#header-name{
	display: none;
}

#headLink{
	float: right;
	margin-bottom: 7px;
}



/* ================================================================
フッタ
================================================================ */
#foot{
	background: url(img/nts_bottom.gif) no-repeat;
	height: 20px;
	width: 556px;
}



/* ================================================================
エントリ
================================================================ */
#border{
	width: 522px;
	border-right: 2px solid #F5A902;
	border-left: 2px solid #F5A902;
	padding-right: 15px;
	padding-left: 15px;
}

.entry-asset,
.asset-more-link{
	_padding-bottom: 0px;
}

.asset-content{
	border-bottom: 2px solid #FFCC00;
	_margin-bottom: 20px;
	_padding-bottom: 20px;
}


.asset-name{
	font-size: medium;
}

.asset-body,
.asset-more-link{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	line-height: 1.3em;
	padding-bottom: 15px;
	_padding-bottom: 0px;
}

.asset-header{
	padding-top: 20px;
	padding-bottom: 10px;
}

.asset-header abbr{
	border-style: none;
	font-size: small;
}

.asset-header h1,
.asset-header h2{
	margin-top: 10px;
	font-weight: normal;
}

.asset-footer{
	_padding-top: 0px;
	font-size: 0.8em;
}

.asset-footer ul,
.asset-footer li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.asset-footer li{
	margin-left: 5px;
}

.entry-categories h4{
	font-size: 0.9em;
	font-weight: normal;
}

#more{
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	margin-top: 15px;
	margin-bottom: 15px;
}



/* ================================================================
ウィジェット
================================================================ */
.widget{
	margin-bottom: 30px;
	font-size: 0.8em;
}

.widget-header{
	font-size: 0.9em;
	margin-bottom: 5px;
}

.widget-calendar h3{
	text-align: center;
}

.widget-calendar table{
	text-align: center;
	width: 100%;
}



/* ================================================================
アーカイブ
================================================================ */
.archive-title{
	padding-top: 15px;
}

#page-title{
	padding-bottom: 15px;
}

#page-title,
.archive-header{
	font-size: 1em;
}

.archive-header,
.archive-content{
	font-size: 0.8em;
}

.archive-content{
	padding-bottom: 15px;
}

.archive-content ul,
.archive-content li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.archive-content li{
	margin-left: 5px;
	margin-top: 5px;
}

.content-nav{
	text-align: center;
	font-size: 0.8em;
}



#entryLink{
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 10px;
}


#entryLink{
	padding-top: 15px;
}
