/*このCSSの一部を再利用することは自由ですが、画像や全体としてのページデザインの著作権はのりしろが保有します。再利用は認めません */
/*norishiro.net - Copyright norishiro.net 2006-2007 */
/*You may use some part of this CSS, but you may NOT reproduce our DESIGN */

body, p {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	}

.hide, p.cellonly {
	display: none;
	}

img {
	border: 0;
	}

a:link {
	color: #333;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #3c0;
	text-decoration: underline;
	}

#left {
width: 50px;
height: 500px;
}

#right {
width: 50px;
height: 500px;
}


/*ヘッダー＆ナビゲーション Thanx Eric Shepherd, Dave Shea, and Leon Dwyer at A List Apart*/

#nav {
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	position: relative;
	top: 20px;
	left: 0;
	height: 20px;
	width: 100%;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Gothic", "ＭＳ ゴシック", myriad, arial, verdana, helvetica, sans-serif;
	}

#nav a {
	text-decoration: none;
	}

#nav li { /*リストアイテム配置*/
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	}

#nav li a {
	color: #f90;
	padding: 0;
	float: left;
	display: block;
	}

/*テキストを画像に置き換え*/

#nav li span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#news a, #about a, #works a, #entry a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height: 20px;
	background: url(http://www.norishiro.net/eco/style/section_r.gif) no-repeat; /*タブの画像ファイル表示*/
	}

/*初期配置*/

#news a {
	background-position: 0 0;
	width: 150px;
	}

#about a {
	background-position: -150px 0;
	width: 150px;
	}

#works a {
	background-position: -300px 0;
	width: 150px;
	}

#entry a {
	background-position: -450px 0;
	width: 150px;
	}

#nav.home {
	margin-top:300px;
	}
	
/* メニューアイテムここまで */


#content {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
font-size: medium;
padding: 0 75px 0 75px;
}

#content .title {
margin: 5px 0 0 0;
}

#content p, #content h1, #content h2 {
margin-top: 30px;
font-size: small;
text-align: left;
}

#content h1 {
border-bottom: 1px solid #666;
}

#content h2 {
border: 1px solid #666;
padding: 3px;
}

#content ul.RSSline {
margin-left: 0;
padding-left: 0;
}

#content li.RSStitle {
font-size: small;
list-style: square inside;
}

table#diagram {
margin:20px auto;
text-align:center;
font-size: small;
}

#diagram td.frame{
padding: 5px;
margin: 10px;
border: 1px solid #aaa;
text-align:center;
width: 100px;
}

#content .box {
margin: 0;
padding: 1px;
border: 1px solid #777;
display: inline;
}

#content .flowbox {
margin: 5px 0;
padding: 5px;
border: 1px solid #ccc;
line-height: 1.8em;
width: 300px;
}

#content .center {
text-align: center;
}

#content .centerhr {
text-align: center;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}

#content .sign {
text-align: right;
margin-top: 15px;
border-top: 1px dotted #666;
}

#content .thispage {
text-decoration: none;
}