@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #006633;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
.daisy #headline {
	background-image: url(../images/bg_headline.gif);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.daisy #headline td {
	font-size: 9px;
	color: #666666;
}
.daisy #headline table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	position: absolute;
	top: 0px;
	width: 100%;
}

.daisy #headline #pr1 a, .daisy #headline #pr2 a, .daisy #headline #pr3 a {
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}


.daisy #headline caption {
	display: none;
	text-indent: -9999px;
}
.daisy #container {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	position: relative;
} 



/* ヘッダーとフッターのある絶対位置指定されたサイドバーに関するヒント：
1. 絶対位置指定された（AP）エレメントには、トップ値とサイド値（右または左）が設定されている必要があります。初期設定では、トップ値を設定しなければ、AP エレメントはページのソースオーダーにある最後のエレメントの直後に配置されます。つまり、サイドバーがドキュメントのソースオーダーにある #container の最初のエレメントであれば、トップ値が設定されていなくても、サイドバーは #container の最上部に表示されます。ただし、後でサイドバーをソースオーダー内で移動した場合は、適切な場所に表示されるようにサイドバーのトップ値を設定する必要があります。
2. 絶対位置指定された（AP）エレメントは、ドキュメントのフローから除外されます。つまり、AP エレメントの周囲にあるエレメントは、AP エレメントの存在を認識せず、ページ上で AP エレメントと重複することがあります。したがって、常に中央の #mainContent div にほとんどのコンテンツが含まれることが確実である場合は、AP div はサイドバーとしてのみ使用してください。どちらかのサイドバーにより多くのコンテンツが含まれる場合、そのサイドバーは（この場合フッターも）親 div の下端の外に配置されるため、サイドバーは含まれていないように表示されます。
3. 上述の要件に対応していれば、絶対位置指定されたサイドバーにより、ドキュメントのソースオーダーを簡単に制御できます。
4. ソースオーダーが変更されると、列がヘッダーと視覚的に接触するため、トップ値はヘッダーの高さと同じである必要があります。
*/
.daisy #header {
	height: 120px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.daisy #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	display: block;
	float: left;
}
.daisy #container #header h2 {
	display: block;
	padding: 0px;
	height: 24px;
	width: 180px;
	text-indent: -9999px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.daisy #container #header h2.mail {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
}
.daisy #container #header h2.mail a {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
}

.daisy #container #header h2.mail a:hover {
	background-image: url(../images/email.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.daisy #container #header h2.favi {
	background-image: url(../images/favi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
}
.daisy #container #header h2.favi a {
	background-image: url(../images/favi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
}

.daisy #container #header h2.favi a:hover {
	background-image: url(../images/favi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.daisy #container #header ul {
	list-style-type: none;
	border-right: 1px solid #0064B2;
	display: block;
	text-align: right;
	float: right;
}

.daisy #container #header li {
	font-size: 12px;
	color: #666666;
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-left: 1px solid #0064B2;
}

.daisy #sidebar1 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 220px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.daisy #sidebar2 {
	position: absolute;
	top: 120px;
	right: 0;
	width: 160px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.daisy #container #sidebar1 .navi00 {
	background-image: url(../images/snavi00.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi01 {
	
}
.daisy #container #sidebar1 #navi01 h2 {
	background-image: url(../images/snavi01.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi01 h2 a {
	background-image: url(../images/snavi01.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi01 h2 a:hover {
	background-image: url(../images/snavi01.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi02 {
	
}
.daisy #container #sidebar1 #navi02 h2 {
	background-image: url(../images/snavi02.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi02 h2 a {
	background-image: url(../images/snavi02.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi02 h2 a:hover {
	background-image: url(../images/snavi02.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi03 {
	
}
.daisy #container #sidebar1 #navi03 h2 {
	background-image: url(../images/snavi03.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi03 h2 a {
	background-image: url(../images/snavi03.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi03 h2 a:hover {
	background-image: url(../images/snavi03.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi04 {
	
}
.daisy #container #sidebar1 #navi04 h2 {
	background-image: url(../images/snavi04.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi04 h2 a {
	background-image: url(../images/snavi04.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi04 h2 a:hover {
	background-image: url(../images/snavi04.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi05 {
	
}
.daisy #container #sidebar1 #navi05 h2 {
	background-image: url(../images/snavi05.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi05 h2 a {
	background-image: url(../images/snavi05.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi05 h2 a:hover {
	background-image: url(../images/snavi05.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi06 {
	
}
.daisy #container #sidebar1 #navi06 h2 {
	background-image: url(../images/snavi06.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi06 h2 a {
	background-image: url(../images/snavi06.jpg);
	background-position: 0px -60px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 #navi06 h2 a:hover {
	background-image: url(../images/snavi06.jpg);
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 220px;
	text-indent: -9999px;
}
.daisy #container #sidebar1 h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #006699;
	height: 20px;
	padding: 5px;
	text-indent: 24px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2d4d5;
	border-bottom-color: #ffffff;
	border-left-color: #d2d4d5;
	display: none;
}
.daisy #container #sidebar1 h3 a {
	background-image: url(../images/tpoint.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #006699;
	background-position: 0px -3px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	display: block;
}
.daisy #container #sidebar1 h3 a:hover {
	background-image: url(../images/tpoint.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #006699;
	background-position: 0px -36px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	display: block;
}
.daisy #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 245px;
	padding: 0;
}
.daisy #container #mainContent #news {
	margin: 0px;
	padding: 0px;
}
.daisy #container #mainContent #news h3 {
	font-size: 12px;
	color: #999999;
	text-align: left;
}
.daisy #container #mainContent #news dl {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.daisy #container #mainContent #news dt {
	font-size: 12px;
	color: #009933;
}
.daisy #container #mainContent #news dd {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.daisy #container #mainContent h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/bg_h2.jpg);
	height: 20px;
	width: 468px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
}
.daisy #container #mainContent h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/bg_h1.gif);
	height: 20px;
	width: 468px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 20px;
}

.daisy #container #mainContent .item_list {
}
.daisy #container #mainContent p {
	font-size: 12px;
	color: #0064B2;
	text-indent: 12px;
	margin: 6px;
	padding: 0px;
}
.daisy #container #mainContent dl {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.daisy #container #mainContent dt {
	font-size: 14px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.daisy #container #mainContent dd {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 48px;
	font-size: 11px;
}
.daisy #container #mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 74px;
}
.daisy #container #mainContent li {
	font-size: 11px;

}

.daisy #container #mainContent .item_list img {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100px;
}



.daisy #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
} 
.daisy #container  #footer {
	background-color: #DDDDDD;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4;
	padding-left: 10px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 0px;
}

.daisy #footer p {
	margin: 0;
	font-size: 10px;
	padding: 4px;
}
.daisy #container #footer ul {
	text-align: center;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.daisy #container #footer li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 10px;
}
.daisy #container #footer li a {
	color: #666666;
	text-decoration: none;
}
.daisy #container #footer li a:hover {
	color: #333333;
	text-decoration: none;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.daisy #container #sidebar2 h3 {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-image: url(../images/bg_h3.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 160px;
	text-align: center;
	margin-bottom: 5px;
}
.daisy #container #sidebar2 img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-left-color: #f0f0f0;
	margin-bottom: 5px;
}
.daisy #container #mainContent .topbanner {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.daisy #container #mainContent .waku02 h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
