@charset "utf-8";

/* rule reset
-----------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}



/* link style
-----------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #444444;
	text-decoration: underline;
}

a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #FF6666;
	text-decoration: none;
	position: relative;
}

a:active {
	color: #FF6666;
	text-decoration: none;
}



/* background image
-----------------------------------*/
body {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #ffcece;
	background-image: url(../images/bc-all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
}

#header {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top: 4px solid #FF9999;
}

#header #logo {
	float: left;
	width: 171px;
	padding-left: 10px;
	padding-top: 12px;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 10px;
	line-height: 1.6em;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#header #flash {
	height: 260px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#header #navi {
	background-image: url(../images/navi-bar.gif);
	width: 860px;
	height: 55px;
}

#header #navi table {
	height: 55px;
	width: 840px;
	margin: auto;
}

#main {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#pankuzu ul {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#pankuzu ul li {
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	display: inline;
	line-height: 1.8em;
}


/* leftmenu style
-----------------------------------*/

#leftmenu {
	float: left;
	width: 200px;
	padding-left: 10px;
}

#leftmenu #part02 {
	background-color: #FFbbbb;
}

#leftmenu #part02 table {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

#leftmenu #part02 table td {
	width: 163px;
	line-height: 2em;
}

#leftmenu #part02 a {
	text-decoration: none;
}

#leftmenu #part02 ul {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 7px;
}

#leftmenu #part02 ul li {
	list-style: none;
	margin-top: 3px;
}




#topContents {
	width: 630px;
	margin-bottom: 20px;
	margin-left: 220px;
}

#pagetop {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-right: 10px;
}


/* footer style
-----------------------------------*/
#footer {
	width: 860px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #FFCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
