/* CSS Document */

*{
	margin:0px;
	padding:0px;
	text-align:left;
	}
li{
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	}
a{
	color:#0066FF;
	}
	
body{
	text-align:center;
	background:url(../img/background.gif) center top repeat-y;
	font-size:12px;
	}
	
h1{
	width:450px;
	height:26px;
	line-height:26px;
	text-indent:20px;
	background:url(../img/h1.gif) no-repeat;
	font-size:14px;
	color:#333333;
	}

h2{
	width:450px;
	height:26px;
	line-height:26px;
	text-indent:20px;
	background:url(../img/h2.gif) no-repeat;
	font-size:14px;
	color:#666666;
	}
	h2 a{
		color:#666666;
		}
img.left{
	float:left;
	padding:10px 5px 0px 5px;
	background:#FFFFFF;
	}
img.right{
	float:right;
	padding:10px 5px 0px 5px;
	background:#FFFFFF;
	}
div.container{
	width:750px;
	margin:0px auto 0px auto;
	background:#FFFFFF;
	text-align:center;
	}


/*--------------header-------------------*/
div.header{
	width:750px;
	height:200px;
	background:url(../img/header.gif);
	border-bottom:20px solid #0066FF;
	text-indent:-9999px;
	}
	div.header a{
		display:block;
		width:750px;
		height:200px;
		text-indent:-9999px;
		}


/*--------------div.body-------------------*/
div.body{
	width:700px;
	margin:0px auto 0px auto;
	padding:20px 0px 20px 0px;
	}
	
	
	/*-----------main--------------*/
	div.body div.main{
		width:450px;
		float:left;
		}
		div.body div.breadcrump{
			line-height:20px;}
	    /*--------head------------*/
		div.body div.main div.head{
			padding-bottom:20px;
			}
			/*--------navi--------*/
			ul.navi{
				padding:30px 0px 30px 30px;
				}
				ul.navi li{
					line-height:25px;
					background:url(../img/navi-listmark.gif) left center no-repeat;
					text-indent:15px;
					margin-left:10px;
					}
					ul.navi li.adsense{
						text-indent:0px;
						padding:50px 20px 20px 0px;
						background:url(../img/adsense.gif) 0px 20px no-repeat;
						}
				ul.navi li.contents{
					height:30px;
					background:url(../img/navi.jpg) left center no-repeat;
					text-indent:-9999px;
					line-height:0px;
					margin-left:0px;
					}
					ul.navi li a{
						font-size:14px;
						text-decoration:none;
						color:#0066FF;
						}
					ul.navi li a:hover{
						color:#0066FF;
						text-decoration:underline;
						}
			/*--------rireki--------*/
			ul.rireki{
				border:1px #000000 solid;
				height:100px;
				overflow:scroll;
				}
				ul.rireki li{
					padding:5px;
					}
	    /*--------contents------------*/
		div.contents{
			padding-bottom:50px;
			}
			div.contents p{
				line-height:25px;
				margin-top:20px;
				font-size:14px;
				background:url(../img/contents-p.gif);
				}
			div.contents p.foot{
				text-align:right;
				margin-top:0px;
				padding-top:25px;
				}

			div.contents dl{
				margin-top:20px;
				background:url(../img/contents-p.gif);
				}
			div.contents dt,
			div.contents dt a,
			div.contents dd{
				font-size:14px;
				line-height:25px;
				}
			div.contents dd{
				padding-bottom:25px;
				}

	    /*--------index------------*/
		div.index ul{
			background:url(../img/contents-p.gif);
			margin-top:20px;
			white-space:nowrap;
			}
			div.index ul li{
				line-height:25px;
				font-size:12px;
				white-space:normal;
				}
				div.index ul li a{
					font-size:14px;
					}
		
		
		
		

	/*-----------menu--------------*/
	div.body div.menu{
		width:200px;
		float:right;
		}
	div.body div.menu ul{
		padding-bottom:10px;
		}
		div.body div.menu ul li{
			width:200px;
			height:26px;
			line-height:26px;
			text-indent:20px;
			}
		div.body div.menu ul li.title{
			background-image:url(../img/menu-title.gif);
			font-weight:bold;
			}
			div.body div.menu ul li a{
				display:block;
				width:200px;
				color:#666666;
				background:url(../img/menu-li.gif);
				text-decoration:none;
				}
			div.body div.menu ul a:hover{
				background-image:url(../img/menu-li-hover.gif);
				color:#0066FF;
				}
		
	/*-----------bottom--------------*/
	div.body div.bottom{
		width:700px;
		clear:both;
		}


/*--------------footer------------------*/
div.footer{
	padding-top:60px;
	background:url(../img/footer.gif) top center no-repeat;
	}
	div.footer div.copyright{
		height:30px;
		line-height:30px;
		text-align:center;
		background:#0066FF;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		}


/*----------------table---------------------*/
table td{
	padding:5px;
	}
table.line td{
	border:1px solid #000000;
	}
table th{
	text-align:center;
	font-size:16px;
	color:#0066FF;
	font-weight:bold;
	}