@charset "euc-jp";

/* ****************************************************************** 
	@This stylesheet Information{
		CSS File Name: old.css
		Setting of: oldpage setting
****************************************************************** */

/*-------------------------------------------------------------------
	Setting of Common.
-------------------------------------------------------------------*/

.linkWhite{color:#fff;}
.linkWhite a:link{color:#fff;text-decoration:underline}
.linkWhite a:visited{color:#e5e5e5;text-decoration:underline}
.linkWhite a:hover{color:#CC2200;text-decoration:none}
.linkWhite a:active{color:#CC2200;text-decoration:none}


body#make h1{
width:612px;
margin-bottom:10px;
padding-bottom:3px;
font-size:1.5em;
background:url(/images/dot_h1.gif) repeat-x left bottom;
color:#662211;
}

body#make h2{
min-height:16px;
margin:0 0 10px;
padding:17px 0 15px 52px;
background:url(/images/ttl_bg_612px.gif) no-repeat left top;
vertical-align:middle;
}
body#make h2 span{
display:inline;
background-color:#44a801;
font-size:1.12em;
color:#fff;
vertical-align:middle;
}

#mainContents_jump{
padding-bottom:10px;
}

body.manual2 #mainContents_jump,
body#charismaPage #mainContents_jump{
padding-bottom:20px;
}

body.manual2 #mainContents_jump{
padding:0 5px 20px 0;
}


body#make table{border-collapse:separate;line-height:1.37;}


.xsmall125 {
font-size:x-small;
_font-size:xx-small;
}

.brown{color:#663300;}
.green{color:#44A801;}

table.breakAll td{
word-break:break-all;
word-wrap: break-word;
}

ul.normal01{
margin:10px 0px 0px 35px;
list-style-type:disc;
}
ul.normal01 li{
margin:5px 10px 0 0;
}

.icoWin {
margin:0 3px;
}


#mainContents_jump p.pgTopLink{
	text-align:right;
	margin:10px 0 !important;
	font-size:0.9em;
}
#mainContents_jump p.pgTopLink a{
	margin:0 0 15px;
	padding-left:13px;
	background:url(/images/ico_arrow_up.gif) no-repeat left center;
}


/*-------------------------------------------------------------------
	each page
-------------------------------------------------------------------*/

/*-----for /make/charisma/ -----*/
#ttlCharisma{
width:549px;
margin-bottom:10px;
}

body#charismaPage #mainContents_jump p{
padding-bottom:12px;
}

/*-----for /make/manual/ -----*/
h3.manual{
margin-bottom:10px;
color:#44a801;
font-size:1.12em;
}

#navi{ padding-bottom:10px;}
.navibox{
	padding-left:5px;
	background-image: url(/make/manual/images/navi.gif);
	background-repeat: no-repeat;
	width:125px;
	height:21px;
	padding-bottom:3px;
	padding-top:4px;
	color: #442A0A;
}
.navibox_o{
	padding-left:5px;
	background-image: url(/make/manual/images/navi_o.gif);
	background-repeat: no-repeat;
	width:125px;
	height:21px;
	padding-bottom:3px;
	padding-top:4px;
	color: #FFFFFF;
}

a.nav{font-size: 10px;line-height: 100%;text-decoration:none;color: #663300;}
a.nav_o{font-size: 10px;line-height: 100%;text-decoration:none !important; color: #FFFFFF !important;}
a.nav:hover{font-size: 10px;line-height: 100%;text-decoration:underline;color:#CC2200;}

.preManual{
font-size:12px;
}



/*-----for /make/manual/gsitemap.htm,nclip.htm,ssearch.htm -----*/
body.manual2 div#left_navi_container {
	float:left;
	width:140px;
}
body.manual2 div#contents_container {
	float: right;
	width:617px;
}


/* left navi */
#left_navi {
	padding:3px 0 0;
	background-color:#DDDDDD;
	background:url(/make/manual/images/left_navi_top.gif) no-repeat top left;
}

#left_navi_container div.curBgTop{
	background:url(/make/manual/images/left_navi_top_cur.gif) no-repeat top left !important;
}
#left_navi_container div.curBgBtm ul{
	background:#ddd url(/make/manual/images/left_navi_btm_cur.gif) no-repeat bottom left !important;
}

#left_navi ul {
	margin: 0px 0px;
	padding:0 0 3px;
	list-style: none;
	background:#ddd url(/make/manual/images/left_navi_btm.gif) no-repeat bottom left;
}
#left_navi li {
	margin: 0px 0px;
	padding:5px 3px 5px 25px;
	background-image: url(/make/images2/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#left_navi li#cur{
color:#fff;
	background:#442a0a url(/make/manual/images/arrow_cur.gif) no-repeat 5px 8px;
}
#left_navi li.borderBtm{
	border-bottom:2px dotted #666;
}


/* contents */

body.manual2 h1 {
width:580px;
}

body.manual2 #mainContents_jump p {
	margin:10px 0px 20px 10px;
}

body.manual2 #mainContents_jump pre {
	margin:5px 5px 5px 15px;
	border: 1px dotted #44a801;
	overflow: scroll;
	width: 96%;
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/*-----ÌÜ¼¡-----*/
dl#ListNo dt{
margin:20px 0 10px;
border-bottom:2px solid #409e02;
color:#409e02;
font-weight:bold;
}
dl#ListNo dd{
color:#663300;
padding-bottom:10px;
}
dl#ListNo dd ol{
margin:0 0 10px 10px;
}
dl#ListNo dd ol li{
padding-bottom:5px;
}


/*end*/