/*======================================
	Font-size Adjustment
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/
/*
/*layout Reset
-------------------*/
html{color:#333;background:#ffffff;}
body,div,ul,ol,li{margin:0;padding:0;}
li{list-style:none;}
/*
universal style ======================================
*/
* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:77%;
	background-color: #ffffff;
}
a:link { color: #024379; }
a:visited { color: #024379; }
a:active { color: #024379; }
a:hover {
	color: #024379;
	text-decoration: underline;
}
#wrapperAll {
	text-align:center;
	height:683px;
	width:965px;
	background: url(../images/bg.jpg) repeat-x;
}
#wrapperMain {
	margin: 0 auto;
	padding-top:22px;
	width:696px;
}
/*
navigation ======================================
*/
#navi{
	text-align:left;
	width:143px;
	padding:1px;
	float:left;
	background-color:#d7d7d7;
}
#navi li#navTit {
	color:#ffffff;
	font-weight:800;
	font-size:100%;
	width:143px;
	margin-bottom:2px;
	background-color:#000000;
	padding:8px 0;
}
#navi li#navTit span {
	padding:0 13px;
}
#navi li a {
	display:block;
	font-size:92%;
	width:115px;
	text-decoration:none;
	border:none;
	color:#333333;
	padding:7px 0;
	margin:0 14px;
	background:#d7d7d7 url(../images/navi_line.jpg) no-repeat 50% bottom;
}
#navi li#navBottom a {
	background:#d7d7d7 none;
}
#navi li a:hover, #navi li#navBottom a:hover {
	padding:0;
	color:#000000;
	margin:-1px 0 0;
	background:#efefef none;
	width:143px;
}
#navi li a:hover span {
	display:block;
	padding:7px 13px 6px;
	border:solid 1px #4d4d4d;
}

/*
content ======================================
*/
#content {
	font-size:85%;
	width:530px;
	margin-left:19px;
	float:left;
	text-align:left;
}
#boxDesc {
	color:333333;
	overflow-y: scroll;
	width: 530px;
	height: 113px;
	background-color:#d7d7d7;
	margin-top:20px;
}
#boxDesc ol{
	padding:8px 0;
}
#content ol li{
	background:url(../images/list_desc.jpg) no-repeat 0 6px;
	padding-left:8px;
	margin-left:10px;
	line-height:159%;
}
#support {
	width:530px;
	height:398px;
	background:url(../images/support.jpg) no-repeat;
}
#support ol{
	padding-top:80px;
	margin:0 17px 0 228px
}
#settings {
	width:530px;
	height:398px;
	background:url(../images/setting.jpg) no-repeat;
}
#settings ol{
	padding-top:23px;
	margin:0 23px
}
/*
Title ======================================
*/
#title {
	color:d7d7d7;
	font-size:129%;
	position:absolute;
	top:22px;
	left:22px;
}