@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 .pitRed {
	background: url(../imgs/postit_red.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.png) 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_red {
	padding: 3px 0 6px 8px;
	background:url(../imgs/bg_marker_red.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;}


/*----- Network SETTING -----*/
.tblNetwork {
	width:600px;
	margin:8px;
	border:1px solid #993;
	background:#FFFFF0;
	border-collapse:collapse;}
.tblNetwork th {
	width:118px;
	padding:4px;
	text-align:left;
	border-bottom:1px dotted #993;}
.tblNetwork td.cell01 {
	width:80px;
	padding:5px;}
.tblNetwork td.cell02 {
	width:372px;
	padding:4px;
	border-bottom:1px dotted #993;}
.tblNetwork td.cell99 {
	width:10px;
	padding:0;}
