@charset "UTF-8";

/* Main Menu =================================*/
#mainLeft{
	position:relative;
	float:left;
	width:650px;
	margin-bottom:40px;
	background-color:#FFFFFF;
}

#mainLeft h2 {
	position:relative;
	margin-top:10px;
	margin-left:5px;
	width:640px;
	height:50px;
	background-image:url(../img/blogparts_header.jpg);
}

#blogPartsContent{
	margin:0 15px;
	width:610px;
}

#blogPartsContent #howToHeader {
	width:610px;
	height:45px;
	background-image:url(../img/blogparts_howtouse_header.jpg);
}

#blogPartsContent #pinkRibbonHeader {
	width:610px;
	height:45px;
	background-image:url(../img/blogparts_pink_ribon_header.jpg);
	border-top:dotted 1px #e4007f;
}

#blogPartsContent p.howTo{
	display:block;
	margin-bottom:10px;
	width:610px;
	height:369px;
	background-image:url(../img/blogparts_howtouse_bg.jpg);
}

#blogPartsContent p#pinkRibbon.howTo{
	display:block;
	margin-bottom:10px;
	width:610px;
	height:369px;
	background-image:url(../img/blogparts_pink_ribon.jpg);
}

#blogPartsContent .howToSet{
	width:610px;
	height:45px;
	background-image:url(../img/blogparts_howtoset_header.jpg);
}

#blogPartsContent p {
	font-size:92%;
	color:#333333;
	line-height:1.4;
}

div#partsTag{
	margin:20px 0;
	width:610px;
	height:80px;
	background-image:url(../img/blogparts_tagarea_bg.jpg);
	background-repeat:repeat-y;
}

div#partsTag h4{
	height:20px;
	background-image:url(../img/blogparts_tagarea_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
textarea#tagCode{
	margin:0 10px;
	width:590px;
	height:58px;
	background:none;
	font-size:92%;
	line-height:1.1;
	overflow:hidden;
	border:none;
}

textarea#tagCode:focus{
	background:none;
}

div#partsTag #partsTagFooter{
	height:20px;
	background-image:url(../img/blogparts_tagarea_footer.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div#copyBtn{
	width:180px;
	height:30px;
	margin-bottom:20px;
}

div#copyBtn2{
	width:180px;
	height:30px;
	margin-bottom:20px;
}

.caution{
	color:#f7206c;
}
