/* ================== reset ================== */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form {
margin:0;
padding:0;
border:0;
background-color:transparent;
font-size:100%;
font-weight:normal;
font-style:normal;
}
img {
	vertical-align:bottom;
}
ul {
	list-style-type: none;	
}
table td {
vertical-align:top;
}


/* ================== utility ================== */
.clear {
clear:both;
width:1px;
height:1px;
overflow:hidden;
}

a {
text-decoration:none;
}
a:hover {
color:#FF0000;
}

/* ================== templete ================== */

html {
height:100%;
}

body {
height:100%;
margin:0;
padding:0;
text-align:center;
background:#FFFFFF;
}

body *  {
font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "lr oSVbN", sans-serif;
}

#wrap {
width:727px;
min-height:100%;
margin:0 auto;
padding:0;
background:url(../../file:///D:/works/‘Ï‰Î‰¹ƒiƒCƒ“/img/bg_wrap.gif) left top repeat-y;
text-align:left;
}

* html #wrap {
height:100%;
}

body > #wrap{
    height: auto;
}

#container {
clear:both;
width:727px;
}

#header {
width:727px;
}

#box {
clear:both;
}

#menu {
width:727px;
background:url(../img/bg_menu.jpg) no-repeat left top;
}

#footer {
width:727px;
}

/* ================== header ================== */
#header p.logo{
float:left;
}

#header p.logo_cci{
float:right;
margin:14px 10px 0 0;
}
/* hack for win IE6 */
	* html #header p.logo_cci{
	margin:14px 5px 0 0;
	}
/* hack for win IE6 */

/* ================== box ================== */
#box div.box_left{
float:left;
}

#box div.box_left ul{
	margin:0;
	background:url(../img/link_nav.gif) no-repeat top left;
	width: 199px;
	height: 280px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#box div.box_left ul li a{
display:block;
width:170px;
height:35px;
margin:0;
padding:10px 0 0 28px;
text-indent:-9999px;
}

#box div.box_right {
margin:1px 0 18px 0;
float:left;
}

/* ================== menu ================== */
#menu ul{
margin:18px 0 18px 0;
}
#menu ul li{
display:inline;
margin:0 0 0 0;
font-size:1px;
}
/* hack for win IE6 */
	* html #menu ul li{
	margin:0 3px 0 0 ;
	}
/* hack for win IE6 end */
