@charset "Shift_JIS";

/* 
===========================================================

	base css

-------------------
	INDEX
-------------------
	1. body
	
	2. wrapper
	
	3. header
	
	4. container
	
	5. main
	
	6. side
	
	7.footer
	
===========================================================*/

/* 1. body
===========================================================*/
a:link{color: #333333}
a:visited{color: #333333}
a:hover{color: #a200CB}



/* 2. wrapper
===========================================================*/
#wrapper {
	width: 720px;
}


/* 3. header
===========================================================*/
#header {
	padding-bottom: 3px;
	background: #993333;
	border-bottom: solid 1px #ffcc00;
}


/* 4. container
===========================================================*/
#container {
	width: 719px;
	padding-right: 1px;
	border-top: solid 12px #FFB637;
	border-bottom: solid 12px #FFB637;
	background: url(../images/share/bg_container.gif) repeat-y;
	text-align: justify;
	text-justify: inter-ideograph;
}

#container:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#container {
  min-height: 1%;
}

* html #container {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* 5. main
===========================================================*/
#main {
	float: right;
	display: inline;
	width: 557px;
	line-height: 1.4em;
}


/* 6. side
===========================================================*/
#side {
	width: 159px;
	float: left;
	display: inline;
	padding-top: 10px;
}

	/* dl
	---------------------------------------*/
	#side dl {
		padding-bottom: 5px;
	}
	
	#side dt {
		margin-bottom: 3px;
	}
	
	#side dd {
		margin-left: 8px;
		padding-left: 7px;
		background: url(../images/share/pointer.gif) no-repeat 0 0.4em;
		font-size: 93%;
		line-height: 1.41em;
		padding-bottom: 1px;
	}
	
	/* banner
	---------------------------------------*/
	#side dd#banner {
		background: none;
	}


/* 7. footer
===========================================================*/
#footer {
	border-top: solid 12px #993333;
}

	/* p
	---------------------------------------*/
	#footer p {
		text-align: right;
		font-size: 77%;
		padding: 3px 0;
	}













