﻿@charset "utf-8";

/*-------------------------------------*/
/* PROFILEイメージ */
/*-------------------------------------*/

div#topBar {
	width:660px;
	background:#69F;
	border-radius: 5px;
	text-align:left;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 30px;
	margin-right:auto;
	margin-left:auto;
}

div#bottomBar {
	width:660px;
	background:#69F;
	border-radius: 5px;
	text-align:right;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	padding:0 30px;
	margin-right:auto;
	margin-left:auto;
}

div#main1 {
	color:#666666;
	width:600px;
	font-size:80%;
	margin-top:40px;
	margin-right:auto;
	margin-left:auto;
}

div#main2 {
	color:#666666;
	width:545px;
	font-size:80%;
        margin-bottom:40px;
	margin-right:auto;
	margin-left:auto;
}

img.profilephoto {
	float:left;
	width:80px;
	margin-left:30px;
	margin-right:20px;
}

img.logo3 {
	float:left;
	width:260px;
	margin-left:40px;
        margin-bottom:0px;
}

div#footer2{
	margin-top: 0px;
	text-align: center;
	font-size:80%;
}

div#footer2 p#copyright{
	text-align: center;
	padding: 0px;
	color: #000;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}