body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e7e2de;
	font-size: 100%;
	color: #333333;
	line-height: 130%;
	text-align: center;
}

#contents {
	float: left;
	width: 550px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
}
#index {
	margin-top: 20px;
}


#contents1 {
	float: left;
	width: 550px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	padding-right: 5px;
}

#contents1 p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}


#contents2 {
	float: left;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 100px;
	border-top: 1px solid #FF9966;
	border-right: 1px solid #FF9966;
	border-bottom: 1px solid #FF9966;
	border-left: 1px solid #FF9966;
	height: auto;
	width: 545px;
}
#contents2 p {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

h1#site-title a {
	display: block;
	width: 756px;
	height: 80px;
	background-image:  url(img/ninshinhead_top.gif);
	background-position: left top;
	background-repeat:no-repeat;
	text-indent: -9999px;
	font-size: 9px;
	text-decoration: none;
}

#site-title a {
	display: block;
	width: 756px;
	height: 100px;
	background-image:  url(img/ninshinhead_top.gif);
	background-position: left top;
	background-repeat:no-repeat;
	text-indent: -9999px;
	font-size: 9px;
	text-decoration: none;
}


#container {
	background-image:  url(img/haikei.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
}

#header {
	margin-left: 2px;
	border-bottom: 1px solid #44CC8C;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-y;
}

#seo-title p {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
}

#seo-title {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 15px;
	background-color: #93E1BC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #44CC8C;
}

#sidemenu {
	float: right;
	width: 198px;
	background-repeat: repeat-y;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	height: auto;
	overflow: hidden;

}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


#sidemenu ul {
	width: 198px;
		margin: 5px 0 5px 0px;
	padding: 0;
	list-style: none;
	}

#sidemenu li {
	font-size: 85%;
	background: url(/img/dot.gif) no-repeat 0 50%;
	padding: 5 0px 5px 5px;
	}

# a {
	color: #636;
	}


/* パンくずリストの設定 */
#root {
	border-bottom: 1px none #44CC8C;
	padding: 2px 0 2px 5px;
	width: 550px;
}
#root p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 100%;
}
#root p span.orange {
	color: #44CC8C;
	font-weight: normal;
}

p {
	font-size: 90%;
	margin-top: 10px;
	
}



/* フッターエリアの基本設定
===============================================================================================
*/
#foot {
	width: 760px;
	text-align:center;
	font-size: 12px;
	margin-top: 10;
	padding: 10px 0;
	background-color: #ffffff;
	border-width: 1px 2px 2px;
	border-style: solid;
	border-color: #44CC8C;
}
#foot ul {	margin-left: 0px;

}
#foot ul li {
	display: inline;
	border-right: 1px solid #333333;
	margin-left: 6px;
	line-height: 90%;
}
	html>body #foot ul li {
	/* BUG HACK ウィンドウズIE5.x-6には適用されない */
		padding-right: 6px;
		margin-left: 3px;
	}
#foot ul li.first {
/* リストの最初の項目のみ設定変更 */
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-left: 6px;
	padding-right: 1px;
	padding-left: 6px;
}
	html>body #foot ul li.first {
	/* BUG HACK ウィンドウズIE5.x-6には適用されない */
		margin-left: 2px;
		padding-right: 6px;
		padding-left: 6px;
	}
#foot address {
/* コピーライト表示 */
	font-style: normal;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}

a:hover {
	color: #44CC8C;
}
a:active {
	color: #44CC8C;
}

#returntop {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	padding-top: 20px;
}
