/*==========================================================
profileフォルダのCSS
==========================================================*/
li {
	list-style:none;
}

.b {
	font-weight:bold;
}
.colorOrange {
	color:#FF6600;
}
.colorRed {
	color:#ff0000;
}
.colorYellow {
	color:#CC9900;
}

.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
	font-weight:bold;
}

.mgn_b10 {
	margin-bottom:10px !important;
}
.mgn_b20 {
	margin-bottom:20px !important;
}
.mgn_b30 {
	margin-bottom:30px !important;
}
.mgn_t20 {
	margin-top:20px !important;
}
.mgn_l20 {
	margin-left:20px !important;
}

.alignC {
	text-align:center;
}
.alignR {
	text-align:right;
}

#main {
	color:#663300;
}

#mainPhoto {
	position:relative;
	width:850px;
	height:250px;
	background:url(../profile/image/img_main.png) no-repeat;
}

#main div h2 {
	margin:0 0 20px 0;
}

#main .msgArea, 
#main .photoPrice, 
#main .photoFailure {
	margin-bottom:30px;
}

/* ユーザに向けたメッセージ
-----------------------------------------------------------*/
#main .msgArea {
}
#main .msgArea .photoLeft {
	float:left;
	width:195px;
	margin-bottom:20px;
}
#main .msgArea .textRight {
	float:left;
	width:360px;
	padding:0 10px;
	margin-bottom:20px;
}

/* プロフィール写真料金
-----------------------------------------------------------*/
#main .photoPrice {
}
#main .photoPrice .flow {
	height:599px;
	margin-bottom:20px;
	background:url(../profile/image/img_text_type4.png) no-repeat;
}
#main .photoPrice .flow li {
	min-height:130px;
	_height:130px;
	margin:0 0 0 150px;
}
#main .photoPrice .flow li p {
	width:365px;
	padding-top:20px;
}

#main .photoPrice .option .pict {
	float:left;
	width:139px;
}
#main .photoPrice .option .text {
	float:left;
	width:360px;
	padding:0 10px;
}

/* よくある失敗写真
-----------------------------------------------------------*/
#main .photoFailure {
}
#main .photoFailure ul li {
	float:left;
	width:128px;
	margin-left:5px;
}



