@charset "UTF-8";
/* ========================================================================================= */
/* [ Jungle ] CSS Vector用
/*
/* (c)2009 Jungle, Inc. All Rights Reserved.
/* ========================================================================================= */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

#jungle div,#jungle dl,#jungle dt,#jungle dd,#jungle ul,#jungle ol,#jungle li,
#jungle h1,#jungle h2,#jungle h3,#jungle h4,#jungle h5,#jungle h6,#jungle pre,#jungle code,
#jungle form,#jungle fieldset,#jungle legend,#jungle input,#jungle textarea,#jungle p,
#jungle blockquote,#jungle th,#jungle td{
	margin:0;padding:0;color:#444444;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	line-height:1.67;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
#jungle table{border-collapse:collapse;border-spacing:0;}
#jungle fieldset,#jungle img{border:0;}
#jungle address,#jungle caption,#jungle cite,#jungle code,#jungle dfn,#jungle th,#jungle var{font-style:normal;font-weight:normal;}
#jungle li{list-style:none;}
#jungle caption,#jungle th{text-align:left;}
#jungle h1,#jungle h2,#jungle h3,#jungle h4,#jungle h5,#jungle h6{font-size:100%;font-weight:normal;}
#jungle q:before,#jungle q:after{content:'';}
#jungle abbr,#jungle acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
#jungle sup {vertical-align:text-top;}
#jungle sub {vertical-align:text-bottom;}
#jungle input,#jungle textarea,#jungle select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
#jungle legend{color:#000;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
#jungle table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
#jungle pre,#jungle code,#jungle kbd,#jungle samp,#jungle tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ========================================================================================= */

/* ----- ベース ----- */
#jungle {
	text-align:left;
	width: 700px;
	margin:0 auto;
	padding-top: 10px;
}

/* ----- LINK ----- */
#jungle a         { text-decoration: none; }
#jungle a:link    { color: #2B41B3; }
#jungle a:visited { color: #8B4D8C; }
#jungle a:active  { color: #0099CC; text-decoration: underline; }
#jungle a:hover   { color: #0099CC; text-decoration: underline; }

/* ----- 共通セレクタ ----- */
#jungle .small {
	font-size:85%;
	*font-size:77%;
	font-family: "Verdana";
}

#jungle .caution {
	color: #FF0000;
}

#jungle ul{ margin: 0 0 0 20px; }
#jungle ul li{ list-style:disc; margin: 0; }

#jungle ol{ margin: 0 0 0 20px; }
#jungle ol li{ list-style:disc; margin: 0; }

#jungle .hr {
	clear:both;
	margin:10px 0;
}

#jungle #preview {
	text-align:center;
	margin:50px 0;
}

/* float後ろに背景表示*/
#jungle .clearFix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#jungle .clearFix { display: inline-block; }
/* exlude MacIE5 \*/
* html #jungle .clearFix { height: 1% }
#jungle .clearFix {display:block;}
/* end MacIE5 */


/* ========================================================================================= */
