@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p{margin:0;
padding:0;}
body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 1.5em;
}
.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.underline1{
	border-bottom:3px dotted #ccc;
	}

#content h3 {
	background-color: #0DA84C;
	color: #FFF;
	margin: 3px;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
}
#wrapper {
	width: 950px;
	border: 1px solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topmessage {
	margin-top: 30px;
	margin-bottom: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #090;
	padding-left: 0px;
	margin-left: 30px;
	margin-right: 30px;
}


#header {
	background-color: #FFC;
	background-image: url(headerback.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 123px;
	width: 950px;
	position: relative;
	text-indent: -9999px;
}
#headcontact a {
	position: absolute;
	height: 20px;
	width: 150px;
	top: 25px;
	right: 15px;
}
#mainsite a {
	height: 15px;
	width: 120px;
	text-indent: -9999px;
	position: absolute;
	left: 2px;
	top: 2px;
}

#content p.margin30 {
	line-height: 1.5em;
	margin-left: 30px;
}
h4{
	margin: 10px 30px;
	background-color: #FC9;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	padding:6px;
}
