@charset "UTF-8";
/* CSS Document */

/* ----------メイン／本文---------- */
.main {
	width: 700px;
}

.main_text {
	width: 385px;
	padding-right: 25px;
	float: left;
	
	/* メインの文字要素 */
	font-size: 13px;
	color: #262D33;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.main_photo {
	width: 290px;
	float: right;
}

.profile {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	
	margin-top: 40px;
	margin-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.textfont_small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ------------------リンク------------------ */
a:link {
	color: #EE379C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EE379C;
}
a:hover {
	text-decoration: none;
	color: #EE379C;
}
a:active {
	text-decoration: none;
}

/* ------------------マージン------------------ */

.margin_b_8 {
	margin-bottom: 8px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.padding_t_40 {
	padding-top: 40px;
}

.margin_t_20 {
	margin-top: 20px;
}

/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
