@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 .pitPink { background: url(../imgs/postit_pink.png) no-repeat; }
#MainArea .pitOrange { background: url(../imgs/postit_ogange2.png) no-repeat; }
#MainArea .pitBlue { background: url(../imgs/postit_blue2.png) no-repeat; }
#MainArea .pitGreen { background: url(../imgs/postit_green2.png) no-repeat; }

#MainArea .pitBlue,
#MainArea .pitGreen {
	 padding-top:25px;
	 padding-bottom:23px;}
#MainArea .pitOrange {
	margin-top: 27px;}


/*----- 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;}

/*----- Simulation Flash SETTING -----*/
#MainArea .simulationSwf {
	clear:both;
	display:block;
	margin:0 0 0 2px;
	padding:2px 0 0 0;}


/*----- moleskine SETTING -----*/
#MainArea .moleskineTop {
	clear: both;
	display: block;
	height: 9px;
	font-size:1px;
	line-height:1px;
	background: url(../imgs/moleskine_top.gif) no-repeat; }
#MainArea .moleskineMain {
	padding: 15px 10px 0 20px;
	background: url(../imgs/moleskine_main.gif) repeat-y; }
#MainArea .moleskineBottom {
	display: block;
	height: 35px;
	font-size:1px;
	line-height:1px;
	background: url(../imgs/moleskine_bottom.gif) no-repeat; }

#MainArea h3.mkr_pink {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_pink.png) no-repeat;}
#MainArea h3.mkr_orange {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_orange.png) no-repeat;}
#MainArea h3.mkr_blue {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_blue.png) no-repeat;}
#MainArea h3.mkr_green {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_green.png) no-repeat;}
#MainArea h3.mkr_yellow {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_yellow.png) no-repeat;}
#MainArea h3.mkr_purple {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_purple.png) no-repeat;}

#MainArea .btnSupport {
	margin:3px 7px 0 7px;}

#MainArea .moleskineMain p {
	margin: 0 10px 6px 20px;}
#MainArea .moleskineMain .tRight {
	margin-right:10px;}

