/*この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: 5px;
	padding: 0;
	color: #333;
	background: #fff;
	}

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

img {
	border: 0;
	display: none;
	}

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

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

#left {
display: none;
}

#right {
display: none;
}

#nav {
	margin: 5px;
	padding: 0;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Gothic", "ＭＳ ゴシック", myriad, arial, verdana, helvetica, sans-serif;
	}

#nav a {
	text-decoration: none;
	}

#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 .upperbigbox {
margin: 0;
padding: 1px;
border: 1px solid #777;
display: inline;
}

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

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

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

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

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

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

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

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