@charset "utf-8";
/* CSS Document */

/*profileページcontents内　ここから*/

.mainBox01{
	width:660px;
	margin:20px 50px 0 50px;
	padding:0;
}

.s_image {
	width:660px;
	height:180px;
	margin-top:50px;
	margin-bottom:10px;
	padding:0;
	border:none;
}

.mainBox01 h1{
	color:#666;
	font-size:130%;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

.mainBox01 h2{
	color:#09F;
	font-size:150%;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: #09F solid 1px;
}

.mainBox01 h3{
	font-size:100%;
	margin:0 0 10px 0;
	padding:0;
	line-height:140%;
}

.mainBox01 h4{
	color:#F39;
	font-size:100%;
	margin:25px 0 40px 5px;
	padding-left:20px;
	border-left:#F6C solid 20px;
	border-right:#F6C solid 20px;
	background-color:#999;
	text-align:center;
}

.mainBox01 p{
	color:#333;
	font-size:90%;
	padding:0;
	margin:10px auto 30px;
}

.mainBox01 ol{
	color:#333;
	font-size:90%;
}

.mainBox01 ol ol{
	list-style-type:upper-roman;
}

.mainBox01 ul{
	color:#333;
	font-size:100%;
	padding:0;
	margin:10px auto 20px;
}

.mainBox01 ul li{
	line-height:130%;	
}

.mainBox01 dt{
	color:#333;
	font-size:90%;
	line-height:120%;
}

.mainBox01 dd{
	color:#333;
	font-size:80%;
	line-height:130%;
	padding-bottom:10px;
}

table{
	width:660px;
	margin-top:20px;
	margin-bottom:50px;
	border-top:#F69 solid 3px;
	border-bottom:#F69 solid 3px;
}

table th{
	color:#009;
	line-height:130%;
	border-bottom:#F69 solid 1px;
	border-right:#F69 dotted 3px;
	width:180px;
	text-align:center;
	padding:10px 0;
	background-color:#FCC;
}

table td{
	color:#333;
	font-size:80%;
	line-height:180%;
	border-bottom:#F69 solid 1px;
	padding:10px;
	background-color:#FCF;
}

.tableEnd{
	border-bottom:none;
}

#flow{
	margin-top:0;
	margin-bottom:30px;
	padding:0;
}

.ppBox{
	margin-top:0;
	margin-bottom:40px;
	margin-left:0;
	padding:20px;
	width:450px;
	border:#666 solid 1px;
}


