@charset "utf-8";

/*----------------------------------------------------
Base
----------------------------------------------------*/

body {
	background-image:none;
}

#page {
	width: 650px;
	margin:0 auto;
}

#contents {
	width: 650px;
}

#header {
	width: 650px;

}

#footer {
	width:650px;
	margin:0 auto;
}

#footerBox #footer .copy {
	position:relative;
}

/*----------------------------------------------------
#tileSet
----------------------------------------------------*/
h3 {
	font-size:120%;
	font-weight:bold;
	color:#666666;
	background:url(../img/share/h3bg_blue.gif) repeat-x;
	padding:7px 0 0 14px;
	margin:0 0 5px 0;
	min-height: 36px;
	_height: 36px;
}

h3 span.line {
	padding-left:12px;
	border-left:2px solid #666666;
}



.tileSet01 {
/*	margin-bottom:5px;*/;
	min-height: 29px;
	_height: 29px;
	margin-bottom:8px;
	/*font-weight:bold;*/
}

.tileSet01 {
	background:url(../img/share/titleset05right.gif) no-repeat right 50%;;
}


.tileSet01 .leftBg {
/*	margin-top:3px;*/
	padding:10px 0 0 11px;
	color:#fff;
	min-height: 29px;
	_height: 29px;
	font-weight:normal;
}
.tileSet01 .leftBg {
	background:url(../img/share/titleset05left.gif) no-repeat left 50%;
}

/*----------------------------------------------------
#text
----------------------------------------------------*/

dl{
	 margin-bottom:15px;
	 padding-bottom:10px;
	 border-bottom:1px #999 dotted;
	 }
	 
dl dt{
	 font-weight:bold;
	 margin-left:10px;
	 padding-bottom:5px;
	 }
 
dl dd{
	 margin-left:20px;}