@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2008/06/20
	センターニュース設定用 CSS
 * ================================================================ */

/* Individual */
@import url("../../../../css/base.css");
@import url("../../../../css/common.css");
@import url("../../../../css/textset.css");
@import url("archive.css");
@import url("individual.css");

body{
}

/* container -------------------------------------------------------*/

#container{
	/* border: 1px solid #ff0000;/* debug */
}


/* Header ----------------------------------------------------------*/

#header{
	/*border: 1px solid #ff0000;/* debug */
}


/* navi ------------------------------------------------------------*/

#navi{
	/* border: 1px solid #ff0000;/* debug */
}


/* headernavi ------------------------------------------------------------*/

#headernavi{
}


/* main ------------------------------------------------------------*/

#main{
	width: 780px;
	/* border: 1px solid #ff0000;/* debug */
}

#main:after{
}


/* sidenavi --------------------------------------------------------*/

#sidenavi{
	/*position: absolute;
	top: 170px;
	left: 10px;
	z-index: 2;*/
	float:left;
	position: relative;
	left: 0;
	background: transparent;
	width: 200px;
	/* border: 1px solid #ff0000;/* debug */
}

#sidenavi .contents{
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 15px;
	/* border: 1px solid #ff0000;/* debug */
}


/* ---------- バグ対策 ----------- */

[id="sidenavi"]#sidenavi{
	margin-top: 0;
}

html:lang(ja) #sidenavi{
	margin-top: 0;
}


/* sidebox ---------------------------------------------------------*/

#sidebox{
	/* border: 1px solid #ff0000;/* debug */
}


/* contents --------------------------------------------------------*/

#main .contents{
	margin-bottom: 17px;
	/* border: 1px solid #ff0000;/* debug */
}

#main .contents h1{
}

#main .contents h2{
}

#main .contents h3{
}

#main .contents h4{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#main .contents p{
	line-height: 1.6;
}

#main .contents ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#main .contents ol{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#main .contents ol li{
	list-style: decimal outside;
}

#main #main-title{
	position: absolute;
	top: 25px;
	left: 10px;
}

#main .contents#main-img{
	background: transparent url("../img/main_bg.gif") no-repeat left top;
	margin-bottom: 0;
	margin-left: 218px;
	padding: 5px;
}

#main .contents#section{
	float:left;
	width: 570px;
	background: #ffffff;
	margin-top: 17px;
	margin-left: 10px;
}


/* imgbox --------------------------------------------------------*/

.imgbox{
}


/* sidebox imgbox ------------------------------------------------*/

#sidebox .imgbox{
}


/* sidenavi imgbox -----------------------------------------------*/

#sidenavi .imgbox{
}


/* footer --------------------------------------------------------*/

#footer{
}

