@charset "utf-8";
/* CSS Document */



/* float */
#mainArea {
	float: left;
}
#rightArea {
	float: right;
}
#contentArea {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}
#mainArea {
width: 650px;
}
#rightArea {
width: 260px;
}
#footer {
}



/* /float */



#bread {
position: relative;
top: 5px;
text-align: right;
width: 930px;
height: 10px;
font-size: 85%;
}





#title {
margin: 0px 0px 20px 0px;
}




/* mainArea */
.contentIntro {
margin: 10px 10px 10px 10px;
}

#message {
margin: 20px 0px 20px 0px;
padding: 20px;
border: 1px #83d9e8 solid;
}

.photoArea {
	float: left;
	margin: 0px 20px 0px 0px;
	padding-bottom: 30px;
}

.nameArea {
margin: 0px 0px 10px 0px;
}

.signature {
	text-align: right;
	margin-top: 15px;
	font-weight: bold;
}

#btnArea {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.textArea img {
float: right;
padding-right: 10px;
}





/* /mainArea */










/* rightArea */

#supporterList {
border-right: 1px #ccc solid;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
background: #f6fcff;
width: 218px;
padding: 20px;
}


#supporterList ul {
	list-style: url(../images/top/arrowInfo.gif);
	padding-left: 20px;
	}
#supporterList ul li {
	margin: 0px 0px 10px 0px;
}



/* /rightArea */
#container #contentArea #mainArea #message .nameArea h2 {
	margin-bottom: 20px;
	font-weight: bold;
}
#container #contentArea #mainArea #message p {
	line-height: 1.8em;
}
#container #contentArea #rightArea #supporterList .sh {
	font-size: 75%;
}
#container #contentArea #rightArea #supporterList li {
	line-height: 1.3em;
}
