@charset "utf-8";
/*portal css*/
/* ========YUI Reset CSS======== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/*************************************/
/*             wire frame            */
/*************************************/

body {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #FF0000;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
html,body {
	scrollbar-3dlight-color:#0099fa;
	scrollbar-arrow-color:#0000fa;
	scrollbar-darkshadow-color:#0000fa;
	scrollbar-face-color:#0099fa;
	scrollbar-highlight-color:#0088fa;
	scrollbar-shadow-color:#0000fa;
	scrollbar-track-color:#99ccfa;
}
img {border: none 0; margin: 0;}

/* 回り込み解除 */
.clearLeft {clear: left}
.clearRight { clear: right}
.clearFloat { clear: both}

#wrapper { 
	position: relative;
	margin: 0;
	padding: 0;
	width: 1100px;
	text-align: center;
}

#bg_container {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 1100px;
	height: auto;
	background:#0033ff
}

#left_box {
	position: fixed;
	display: block;
	width: 180px;
	min-height: 800px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	float: left;
}

#main_box {
	position: relative;
	display: block;
	margin:0 0 0 auto;
	padding: 10px 30px;
	width: 820px;
	min-height: 800px;
	background: #fff;
	text-align: center;
}

/*************************************/
/*         		header		         */
/*************************************/


/*************************************/
/*         		left_box	         */
/*************************************/

#left_box {background:#0033ff}

navi {
	display: block;
	position: relative;
	width: 170px;
	margin: 0 auto;
	padding: 0 0 6px;
	background: url(../topimg/menu0.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
}

navi ul li {
	margin: 0 auto;
	padding: 0;
	width: 167px;
	height: 28px;
}

#lastup {
	display: block;
	position: relative;
	width: 157px;
	margin: 5px auto 10px;
	padding: 0;
	background: #fff;
	border: ridge 3px #0033ff;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: #ff0006;
}

time {color:#0033ff}


/*************************************/
/*         		footer		         */
/*************************************/
