@charset "utf-8";
/* CSS Document */

@import url(default.css);
@import url(base.css);

	
/* ------------------------ サイトの基本構造 ------------------------ */

#wrapper{background:#fff;}
	#header{
		height:auto;
		margin-bottom:11px;
	}


/* ヘッダー-------------------------------- */
		
	h1{
		margin:-353px 0 0 17px;
		position:relative;
		top:730px;
		z-index:10;
	}
	*+html h1{top:365px;}
	*html h1{top:365px;}
		
		ul#headerlink{
			margin:-349px 0 0 0;
			position:relative;
			top:730px;
			z-index:20;
		}
		*+html ul#headerlink{top:365px;}
		*html ul#headerlink{top:365px;}


/* メイン---------------------------------- */

/* サイドバー */

	/* メインメニュー */
						
		#menu{
			width:170px;
			padding:131px 0 0 15px;
			margin:-365px 0 0;
			position:relative;
			top:365px;
			z-index:30;
		}

		#mainimage{margin-top:-11px;}

	/* メインコンテンツ */

	#content{
		width:560px;
		background:url(../images/bg_info.gif) no-repeat 14px 0;
		padding:16px 0 40px 22px;
	}

		#content h2{margin-bottom:0;}
		
		#indexinfo{
			float:left;
			width:350px;
		}
		
		#indexinfo ul{
			padding-bottom:25px;
			margin-bottom:12px;
			border-bottom:1px solid #ccc;
		}
		
			#indexinfo li{
				list-style:none;
				background:url(../common/arrow_submenu2.gif) no-repeat 0 14px;
				padding:10px 0 2px 15px;
				width:335px;
				border-bottom:1px dotted #ccc;
			}
		
		#bannerarea{
			float:right;
			width:190px;
		}
		
			#bannerarea a,
			#bannerarea p{
				display:block;
				margin:0 0 8px;
			}

	
/* サイドバー */

	#sidebar{padding:0 0 30px 15px; }

	#sidebar h3{
		margin:17px 0 0;
	}

	#uketsuke{
		padding:10px;
		background:url(../images/footer_uketsuke.gif) no-repeat 0 100% #d9e9ff;
		font-size:80%;
	}
	
		#uketsuke dt{
			color:#004c99;
			float:left;
			width:30px;
		}
	
		#uketsuke dd{
			float:left;
			padding-bottom:5px;
			width:120px;
		}

		#capuketsuke{
			clear:both;
			background:#004da9;
			color:#fff;
			padding:3px 15px 5px;
			margin:10px 0 2px;
			line-height:120%;
		}


