@charset "utf-8";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

/*=== 2.Body ===*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	font: normal 90%/140% sans-serif;
	background: #DCD9DE;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 140%;
}

.red {color: #FF0000;}
.orange {color: #FF6600;}
.blue {color: #0000CC;}
.green {color: #009900;}
.boldTxt {font-weight: bold;}

/*=== 4.Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

a img { border-style: none; }

/*==================ページ全体==================*/
#all {
	width: 580px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF url(../common/profile_logo.gif) no-repeat 10px bottom;
}

/*==================ヘッダ==================*/
#header {
	width: 580px;
	background: url(../common/profile_header_bg.gif) no-repeat;
	height: 28px;
	text-align: right;
	margin-bottom: 30px;
}


#all .photo {
	float: left;
	width: 176px;
	text-align: center;
	height: 250px;
}

/*==================写真入り==================*/
#all .profile {
	float: left;
	width: 386px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

p.name {
	float: left;
	margin-bottom: 30px;
}

p.nametxt {
	float: left;
	margin-bottom: 30px;
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
}

p.enName {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	padding-bottom: 3px;

}

p.enName2 {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	padding-bottom: 3px;
	margin-top: 6px;
}

table.profList {
	width: 375px;
	clear: both;
	margin-bottom: 20px;
}

table.profList tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
}

table.profList tr td.left {
	vertical-align: top;
	width: 56px;
	line-height: 135%;
}

table.profList tr td.right {
	vertical-align: top;
	width: 307px;
	font-size: 90%;
	line-height: 135%;
}

table.profList tr td.right_w {
	vertical-align: top;
	width: 307px;
	font-size: 90%;
	line-height: 160%;
	padding-top: 1px;
}

table.profList tr td.normal {
	vertical-align: top;
	width: 307px;
	font-size: 90%;
	line-height: 135%;
}

/*==================テキストのみ==================*/
#all .profilePlain {
	width: 430px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 40px;
	margin-bottom: 36px;
	margin-left: 100px;
}

table.profListPlain {
	width: 420px;
	margin-bottom: 20px;
	clear: both;
}

table.profListPlain tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
}

table.profListPlain tr td.left {
	vertical-align: top;
	width: 56px;
	line-height: 135%;
}

table.profListPlain tr td.right {
	vertical-align: top;
	width: 352px;
	font-size: 90%;
	line-height: 135%;
}

table.profList tr td.normal {
	vertical-align: top;
	width: 352px;
	font-size: 90%;
	line-height: 135%;
}

p {
	font-size: 90%;
}

/*==================ページトップ==================*/
.pageTop {
	text-align: right;
	width: 550px;
	background: url(../common/totop_arrow.gif) no-repeat right 1px;
	padding-right: 16px;
	letter-spacing: 0em;
	margin-bottom: 16px;
	clear: both;
	padding-bottom: 4px;
}

.pageTop a,
.pageTop a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageTop a:hover {
	color: #333333;
	text-decoration: underline;
}

/*==================フッタ==================*/
#footer {
	width: 580px;
	clear: both;
}
