@charset "UTF-8";

/* r-de.net stylesheets
 *
 * update: 2008.01.26
 * code by Hidetake Kurihara
 * copyright (c)2008 R-design. all rights reserved.
 */

@import "base.css";

/*----- index.html SETTING -----*/

/*----- h2 POST-IT SETTING -----*/
#MainArea h2 {
	float: left;
	width: 186px;
	padding: 16px 0 13px 60px;
	font-size: 16px;
	line-height: 1.2em; }
* html #MainArea h2 { width: 246px;}

#MainArea .pitBlue { background: url(../imgs/postit_blue2.png) no-repeat; }

#MainArea .pitBlue {
	 padding-top:25px;
	 padding-bottom:29px;}


/*----- tapeComent SETTING -----*/
#MainArea .tapeComent {
	float: left;
	width: 392px;
	height: 63px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.2em;
	background: url(../imgs/bg_tape.png) no-repeat;
}
* html #MainArea .tapeComent { width: 408px;}


/*----- moleskine SETTING -----*/
#MainArea .plasticTop {
	clear: both;
	display: block;
	height: 70px;
	margin:0 0 0 8px;
	font-size:1px;
	line-height:1px;
	background: url(../imgs/plastic_top.png) no-repeat; }
#MainArea .plasticMain {
	margin:0 0 0 8px;
	padding: 0px 34px 0 30px;
	background: url(../imgs/plastic_main.png) repeat-y; }
#MainArea .plasticBottom {
	display: block;
	height: 64px;
	margin:0 0 0 8px;
	font-size:1px;
	line-height:1px;
	background: url(../imgs/plastic_foot2.png) no-repeat; }
#MainArea .plasticBottom2 {
	display: block;
	height: 40px;
	margin:0 0 0 8px;
	font-size:1px;
	line-height:1px;
	background: url(../imgs/plastic_foot.png) no-repeat; }

#MainArea h3.mkr_blue {
	width:320px;
	margin-left:66px;
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_blue.png) no-repeat;}
	
#MainArea h3.mkr_yellow {
	width:320px;
	margin-left:66px;
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_yellow.png) no-repeat;}	

* html #MainArea h3.mkr_blue {width:330px;}

#MainArea .plasticMain p {
	margin: 0 10px 6px 10px;
	padding-left:70px;
	padding-right:180px;}
#MainArea .plasticMain .tRight {
	margin-right:10px;}

