/* CSS Document */

/* name */

/* container */

#container{
	background:#ffffe8;
}

/* contents */

#contents{
		width:760px;
		margin-top:20px;
		margin-right:auto;
		margin-left:auto;
		padding-bottom:20px;
}


h1{
		font-size:0.9em;
		line-height:1.5;
		color:#993333;
		margin-bottom:20px;
		border-bottom:1px solid #9c7445;
		border-left:10px solid #c5989e;
		padding-left:10px;
}

h2{
	font-size:0.9em;
	line-height:1.5;
}

/* nameCon */

#nameCon{
		clear:both;
		float:left;
		background:url(../img/bg_card_container.gif) repeat-y;
		border-top:1px solid #ffc0cb;
		border-left:1px solid #ffc0cb;
}

/* nameBl */

#nameBl{
		width:348px;
		_width:347px; /* for IE */
		float:left;
		font-size:14px;
		line-height:1.5;
		border-right:1px solid #ffc0cb;
		border-bottom:1px solid #ffc0cb;
		padding-top:10px;
		padding-right:20px;
		_padding-bottom:10px; /* for IE */
		padding-left:10px;
}

#nameBl img{
		float:left;
		border:1px solid #cccccc;
		margin-right:30px;
		margin-bottom:10px;
}

#nameBl h3{
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
}

#nameBl p{
		font-size:14px;
		line-height:1.5;
}

#name ul{
}

#name li{
		font-size:14px;
		line-height:1.5;
}


.height01{
		height:320px;
}

.height02{
		height:335px;
		_height:325px;
}


/* select */

#select{
	list-style:none;
}

#select li{
	font-size:1em;
	line-height:2;
	background:url(../img/select.gif) no-repeat left center;
	padding-left:40px;
}




