@charset "utf-8";


/* -------------------------------------------------------------------------------
	
	TOP PAGE
	
------------------------------------------------------------------------------- */

.jump {
	position: absolute;
	right: 5px;
	bottom: 0px;
	}
.left {float: left;}
.right {float: right;}
em { font-style: normal; }
span.atn {
	color: #d5131c;
	clear: both;
	}

/*-- main --*/

body#top2 div#main{
	float: right;
	width: 680px;
	text-align: left;
	margin: 0;
	}

body#top2 #main .contents{
	width: 650px;
	margin: 0 0 0 20px;
	}
	
p.breadlist {
	z-index: 300;
	position: absolute;
	top:40px;
	left: 30px;
	font-size: 100%;
	}

h2.tit {
	margin: 50px 0 15px 10px;
	width: 670px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 50px;
	background-image: url(../images/outline/tit_main.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	}



/*--side menu --*/

/*-- link --*/
#sidenavi div.menu {
	position: relative;
	font-size: 100%;
	margin: 0;
	padding: 55px 0 20px 12px ;
	width: 193px;
	color: #000000;
	text-align: left;
	clear: both;
	}
.menu h2 {
	margin: 0 0 5px 0;
	width: 170px;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-top: 45px;
	background-image: url(../images/common/tit_sidemenu.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.menu ul.list {
	width: 170px;
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
	}
.menu ul.list li {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 10px;
	background-image: url(../images/common/side_dotline.gif);
	background-position:  0 bottom;
	background-repeat: no-repeat;	
	}
.menu a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../images/common/link_star.gif); 
	background-position:  0 3px;
	background-repeat: no-repeat;	
	}
.menu span {
	color: #6a7e13; 
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../images/common/link_star_sel.gif); 
	background-position:  0 3px;
	background-repeat: no-repeat;	
	}


/*original*/

/*

	‰ïŽÐŠT—v

++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#outline {
	width: 630px;
	margin: 0 auto;
}

div#outline table {}

div#outline th {
	width:130px;
}
div#outline th em {
	border-left: 2px solid #a63b29;
	/*padding: 1.5em 0 1.2em 0;*/
	font-style: normal;
	font-weight: normal;
}

.out_line {
	border-left: 2px solid #a63b29;
}

div#outline td {
	margin: 10px 0;
	padding: 10px 0;
	border-left: 2px solid #a63b29;
}

.out_dl {
	width: 100%;
	}
.out_dt1,.out_dt2 {
	float:left;
	width:130px;
	clear:left;
	border-left: 2px solid #a63b29;
	padding: 10px 0 10px 5px;
	margin-bottom: 15px;
}

.out_dt1 {
	height: 2em;
	line-height: 2em;
}

.out_dt2 {
	height: 4em;
	line-height: 1.4em;
}

.out_dd1,.out_dd2 {
	width:415px;
	margin-left:0px;
	font-size: 100%;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.out_dd1 {
	height: 2em;
}

.out_dd2 {
	height: 4em;
}
