/***********************************************/
/* sharac base.css                             */
/***********************************************/

#main {
	width: 700px;
	background-color: #FFFFFF;
	border: solid #ccc 1px;
	font-size: 80%;
	padding-left: 70px;
}

#logo {
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	height: 60px;
	width: 700px;
	background-color: #00CC00;
}
/***********************************************/
/* 通常リンク　　　　　　                      */
/***********************************************/
#nomal_link a {
	color: #0000CC;
	text-decoration: none;
}

#nomal_link a:link, .navlist a:visited {
	color: #0066FF;
	text-decoration: none;

}

#nomal_link a:hover {
	color: #0066FF;
	text-decoration: none;
}


/***********************************************/
/* タイトルバナー用                            */
/***********************************************/

h1 {
	width: 560px;
	font-size: 90%;
	color: #666666;
	padding-bottom: 2px;
	font-weight: normal;
	padding-left: 15px;
	background-repeat: no-repeat;
	line-height: 24px;
	background-image: url(images/h1-banner.gif);
}

h2 {
	width: 430px;
	font-size: 75%;
	border-bottom-color: #339900;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 0px;
	color: #333333;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 30px;
	background-image: url(quest/image/icon-org-migi.gif);
	background-repeat: no-repeat;
}

h3 {
	font-size: 80%;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	background-image: url(quest/image/icon-sankaku.gif);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
	width: 430px;
}

h4 {
	font-size: 80%;
	padding-left: 15px;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: normal;
	background-image: url(quest/image/menu-h1.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}

#colum-nomal {
	width: 560px;
	
}

#table-line {
	width: 560px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	clear: both;
	line-height: 10px;
}

#table-left {
	
	width: 230px;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#table-right {
	width: 290px;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}
