/*
Copyright 2011. planetcue.com All Rights reserved.
2mix page styles
Version1.0
*/

/*--------------------------------------
		Basic Layout
--------------------------------------*/
div#main{
	width:1000px;height: 1300px;
	text-margin: left;
	margin-top: 0px;margin-bottom: 0px;margin-left: auto;margin-right: auto;
	/* border line */
	border-left: solid 1px #727171;
	border-right: solid 1px #727171;
	border-bottom: solid 1px #727171;
	/* Shadow */
	-moz-box-shadow: 0px 0px 7px #585858;
	-webkit-box-shadow: 0px 0px 7px #585858;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=4)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8,direction=135,strength=4);
}
div#left_area{
	width: 176px;height: 1300px;
	float: left;display: inline;
	margin: 0px;
	background-color: #00bfff;
	background-image: url(../image/basic/leftgradation.png);
	background-repeat: repeat-x;
}
div#right_area{
	width: 824px;height: 1300px;
	float: right;display: inline;
	margin: 0px;
	background-color: #fffafa;
	background-image: url(../image/basic/rightarea.png);
	background-repeat: repeat-y;
}
/*--------------------------------------
		Contents Area Layout
--------------------------------------*/
div#right_area h1{
	font-size: 14px;color: #696969;
	border-bottom: #696969 solid 6px;
	padding: 12px 0px 12px 12px;
	margin: 0px;
}
div#right_area h2{
	text-decoration: none;
	background-image: url('../image/2mix/notes.png');
	background-position:left top;
	background-repeat:no-repeat;
	height: 66px;
	text-indent: -999em;
	padding: 0px;
	margin: 0px 0px -20px 0px;
}
div#right_area h3{
	font-size: 12px;color: #555555;font-weight: bold;margin: 0px;
}

div#right_area div.text{
	font-size: 12px;color: #696969;line-height: 20px;margin-bottom: 30px;
}
div#right_area p.attention{
	font-size: 12px;color: #696969;line-height: 20px;padding-left: 6px;text-indent: 0px;margin: 0px 0px 8px 0px;
}
div#right_area p.attention2{
	font-size: 12px;color: #696969;line-height: 20px;padding-left: 12px;text-indent: -6px;margin: 0px 0px 8px 0px;
}
