@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 .pitSax {
	background: url(../imgs/postit_sax2.png) no-repeat;
	padding-top: 25px;
	padding-bottom: 23px;}


/*----- 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.gif) no-repeat; }
* html #MainArea .tapeComent { width: 408px;}


/*----- 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_blue {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_blue.png) no-repeat;}

#MainArea .moleskineMain p,
#MainArea .moleskineMain h4 {
	margin: 0 20px 6px 20px;
	text-align:justify; }
#MainArea .moleskineMain ol,
#MainArea .moleskineMain ul {
	margin: 0 20px 20px 36px;
	text-align:justify;}
#MainArea .moleskineMain .tRight {
	margin-right:10px;}


/*----- Only sitemap.html SETTING -----*/
.grandPage {
	clear:both;
	display:block;
	margin-top:20px;
	font-size:14px;}
.parentPage {
	clear:both;
	display:block;
	width:550px;
	list-style:none;}
.childPage {
	display:block;
	width:500px;}
.childPage li {
	display:block;
	width:125px;
	float:left;
	font-size:12px;}
