@charset "UTF-8"; 

/* ------------------------------- common -------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,th,td,table{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,address,em,strong,p,dl,li,a,th,td,caption{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}

ol,ul{
	list-style: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

table{
     border-collapse: collapse;
     border-spacing: 0;
}

a{
	text-decoration: none;
	overflow: hidden;
}

/* ------------------------------- link ------------------------------- */
a:link{
	color: #4D7CC4;
	text-decoration: underline;
}

a:visited{
	color: #810081;
	text-decoration :none;
}

a:hover{
	color: #E18700;
	text-decoration: underline;
}

/* ------------------------------- base ---------------------- */

body{
	background-color: #FFFFFF;
}

	#wrap{
		width: 800px;
		margin: 0 auto;
		border: 1px solid #94843E;
	}

/* ------------------------------- container ------------------------------- */

#container{
	width: 800px;
	overflow: hidden;
}

	#main{
		width: 432px;
		margin-bottom: 10px;
		float: right;
		overflow: hidden;
	}

		h1{
			text-indent: -9999em;
		}
	
		p.head{
			text-indent: -9999em;
		}

		#main p img{
			margin: -50px 40px 0 0;
			float: right;
		}

		#main dl{
			width: 424px;
			margin: 0 6px 0 10px;
			clear: both;
			
		}
		
			#main dt{
				width: 115px;
				margin: 10px 5px 0;
				padding-left: 10px;
				border-bottom: 2px solid #bbc8e6;
				border-left: 5px solid #bbc8e6;
				float: left;
				clear: both;
			}
			
			#main dd{
				width: 270px;
				margin: 10px 5px 2px;
				padding: 0;
				float: left;
			}

/* ------------------------------- side ------------------------------- */

#side{
	width: 358px;
	margin: 20px 0 0 10px;
	overflow: hidden;
	float: left;
}

	h2.profile{
		width: 442px;
		height: 30px;
		background: url(../img/profile.jpg) no-repeat;
	}

	h2.profile a{
		width: 358px;
		height: 30px;
		display: block;
		text-indent: -9999em;
	}

	p img{
		margin: 0 0 0 10px;
	}

	p.btn{
		margin: 0 0 10px;
		float: left;
	}

	#side table{
		width: 340px;
		margin: 5px 5px 20px;
		border: 1px solid #999999;
		clear: both;
	}

		caption{
			line-height: 1.2;
			font-size: 14px;
			text-align: center;
		}
	
		#side th,
		#side td{
			font-size: 14px;
			text-align: center;
			border-bottom: 1px solid #999999;
			border-right: 1px solid #999999;
		}
			
		#side thead{
			background-color: #FFCCFF;
		}

/* ------------------------------- footer ------------------------------- */

#footer{
	width: 800px;
	height: 203px;
	clear: both;
	background: url(../img/footer-bg.jpg) repeat-x;
}

	#footer h3{
		padding: 10px 0 0;
		font-size: 14px;
		text-align: center;
	}

	#footer-box1{
		width: 756px;
		height: 82px;
		margin: 0 auto 10px;
	}

	#footer-box1 ul li{
		width: 82px;
		height: 82px;
		margin: 0 1px;
		float: left;
	}

		#footer-box1 ul li.orange{
			background: url(../img/orange.jpg) no-repeat left top;
		}

		#footer-box1 ul li.lettuce{
			background: url(../img/lettuce.jpg) no-repeat left top;
		}

		#footer-box1 ul li.romanee{
			background: url(../img/romanee.jpg) no-repeat left top;
		}

		#footer-box1 ul li.firstlady{
			background: url(../img/firstlady.jpg) no-repeat left top;
		}

		#footer-box1 ul li.shy{
			background: url(../img/shy.jpg) no-repeat left top;
		}

		#footer-box1 ul li.asakusa11{
			background: url(../img/asakusa11.jpg) no-repeat left top;
		}

		#footer-box1 ul li.hana{
			background: url(../img/hana.jpg) no-repeat left top;
		}

		#footer-box1 ul li.broadway{
			background: url(../img/broadway.jpg) no-repeat left top;
		}

		#footer-box1 ul li.shinjuku11{
			background: url(../img/shinjuku11.jpg) no-repeat left top;
		}

		#footer-box1 ul li a{
			width: 82px;
			height: 82px;
			display: block;
			text-indent: -9999em;
		}

	#footer-box2{
		width: 800px;
		margin: 0;
		text-align: center;
	}

		#footer-box2 ul li{
			padding: 0 5px;
			display: inline;
		}


	#footer p{
		margin-top: 5px;
		text-align: center;
	}

	address{
		text-align: center;
	}

/* ------------------------------- for IE6 ------------------------------- */

*html li a{
	display: inline-block;
	display: block;
}

*html #main,#side,dl,#footer li{
	display: inline;
}

*html #footer-box2 ul{
	margin-left: 220px;
}

*html #footer-box2 ul li{
	float: left;
}

*html #footer p{
	clear: both;
}


