body {
}
/*
	全体のラッパー
*/
#wrapper {
	color: #232323;
	background-color: #ffc;
	
	line-height: 1.7;
}
/*
	メインコンテンツ
*/
#main {
	float:left;
	width: 100%;
	
}
#mainContent {
	margin-right: 360px;
	background-color: #fff;
	overflow: auto;
}
/*
	サイドバー
*/
#sidebar {
	float: left;
	margin-left: -360px;
	width: 360px;
	background-color: lightcyan;
	font-size: 14px;
}
	
	ul.ydn {
		margin: 0;
		padding: 0;
	}
	li.ydn_item {
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
	}
	
		li.ydn_item div.ydn_item_title {
			background-image: url(images/help.png);
		}
		li.ydn_item div.ydn_item_answer {
			background-image: url(images/heart.png);
		}

#mainContent .inner ,#sidebar .inner {
	margin: 0.5em;
}
/*
	フッター
*/
#footer {
	clear: both;
	background-color: cyan;
	text-align: center;
	font-size: 90%;
}

.menuBox {
	margin-bottom: 1em;
	line-height: 1.3;
}
.menuBox .mbTitle {
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
	background-color: white;
	border-right: 1px solid lightskyblue;
	border-bottom: 1px solid lightskyblue;
}
.menuBox .mbBody {
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
	background-color: white;
}
/* HTMLタグ */
h1 { font-size: 100%; font-weight: normal;}
h1 a{ text-decoration: none; color: #232323; }
img { border: 0; }
a:hover {
	background-color: lightyellow;
}
.leftIcon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
.rightIcon {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}
/* ID */
#idRePreSelect {
	background-image: url(image/resultset_previous.png);
}

/*
	汎用クラス
*/
.widthMax {			width: 100% }
.alignRight {		text-align: right }
.alignCenter {		text-align: center }
.small {			font-size: small }
.big {				font-size: big }
.fontSize90percent {font-size: 90% }
.bold {				font-weight: 700 }
.underline {		text-decoration: underline }
.width2em {			width: 2em }
.width3em {			width: 3em }
.width4em {			width: 4em }
.width5em {			width: 5em }
.width6em {			width: 6em }
.hidden {			display: none }
.marginBottom {		margin-bottom: 1em }
a.linkoff{			color: #666;text-decoration: none }

