@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
div#profileArea{
	float: left;
	margin-top: 30px;
	width: 900px;
	
	}
	
div#profiletextArea{
	width: 840px;
	margin: 20px 30px 10px 30px ;
	}
	
.profileimg{
	width: 100px;
	float: left;
	margin: 20px;
	padding-left: 30px;
	}
		
.profileRight{
	width: 583px;
	margin-right: 30px;
	float: right;
	}				
.profileRight img{
	position: bot;
	float: right;
	}		
.profileRight p{
	width: 500px;
	margin: 20px 0px 30px 10px;
	height: 130px;
	font-size: 11px;
	font-family: ヒラギノ角ゴPro Osaka MSゴシック;
	text-align: left;
	line-height: 20px;
	color: #333333;
	}
	
h2{
	margin: 5px 0 5px 15px;
	height: 20px;
	color: #333;
	font-size: 14px;
	text-align: left;
	}
	
	
h3{
	margin-bottom: 5px;
	height: 12px;
	color: #333;
	font-size: 11px;
	text-align: left;
	}
	
h3 img{
	margin-bottom: 3px;}
	
	
div#titleArea{
	float: left;
	width: 840px;
	height: 35;
	background: url(../img/bg-line.gif) bottom no-repeat;
	}
	



	

/*