<!--
/*ボディ*/
body.profile{
	background:#eeffee;
}
/*メインコンテンツ*/
div.title_profile{
	width:100%;
	height:50px;
	background:#ffffff url(../image/bg_profile.jpg) no-repeat top left;
	border:1px dotted #fff;
	text-align:center;
	line-height:50px;
	font-size:medium;
	font-weight:normal;
	font-family:Verdana,Georgia,serif;
	color:#fff;
	font-style:oblique;
}
div.content_left_profile{
	width:480px;
	padding:0px;
	margin:0px;
	border-width:1px 0px 1px 1px;
	border-color:#fcc;
	border-style:solid;
	background:#ffffff;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:small;
	line-height:1.5em;
}
h1 span{
	font-size:small;
	letter-spacing:normal;
	font-weight:normal;
}
h2.subtitle{
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
	width:470px;
	padding:0px;
	border-color:#fcc;
	border-style:solid;
	border-width:0px 0px 0px 10px;
	margin:0px;
	font-size:small;
	font-weight:normal;
	letter-spacing:0.2em;
	text-align:right;
	color:#000099;
	background-color:#ffffcc;
}
h3{
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
	width:470px;
	padding:1px;
	border-color:#fcc;
	border-style:solid;
	border-width:0px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	font-size:large;
	letter-spacing:0.2em;
	color:#000066;
	background-color:#ffffcc;
}
li{
	margin:1em;
	line-height:1.5em;
}
li span{
	color:#000099;
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
}
p.message{
	font-size:x-small;
	font-family:"ヒラギノ明朝 Pro","ＭＳ Ｐ明朝",serif;
}
img.photo{
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	margin:5px;
	float:left;
	background-color:#ffffff;
}
p.next{
	text-align:right;
} 
ul.profile{
	font-size:x-small;
}
/*メルマガリンク*/
p.mailmagazin{
	position:relative;
		left:150px;
	width:300px;
	padding:5px;
	margin:5px;
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	background-color:#eee;
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:small;	
}
/*連絡先テーブル*/
table.access{
	margin:10px 0px 0px 0px;
	padding:5px;
	width:100%;
	background:#ffffff;
	font-size:x-small;
	line-height:1.5em;
}
.access{
	border:1px solid #66f;
}
th{
	white-space:nowrap;
	color:#000099;
	font-weight:normal;
}

/*サブコンテンツ*/
p.content_right_profile{
	width:100%;
	padding:5px;
	margin:0px;
	border:1px solid #ccf;
	background:#ffffff;
	font-family:"ヒラギノ角ゴ Pro","ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:x-small;
	line-height:1.5em;
}
-->