#main {
	background-color: #000040;
	width: 760px;
	margin-left:auto; margin-right:auto; margin-top: 0px; margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

#pagetitle {
	float:left; display: block;
	width: 320px;
	padding: 40px 0px 0px 0px;
	text-align:left;
}

#titlephoto {
	float:right; display: block;
	width: 98px; height: 130px;
	margin:  0px 30px 0px 0px;
	background: #000040 url(../img/news/rob.jpg) ;
}

.name {
	background-color: #333333;
	line-height: 245px;
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
}


#content {
	clear: both;
	width: 760px; height: auto;
	background-color: #000040;
	font-size: 12px;
	font-weight: normal;
	text-align: left;

}

.contenttitle {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.contenttitle2 {
	font-size: 14px;
	font-weight: normal;
        color: #880000;
	text-align: left;
}

.contenttitle3 {
	font-size: 18px;
	font-weight: normal;
        color: #880000;
	text-align: left;
}

ul{
    list-style-type : none;
}

.hr2 {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: white; /* 線色 */
   height: 1px; /* 高さ */
}

#footer {background: #000040 url(../img/footer/footer04.jpg) ;}

