@charset "UTF-8";
/*------------------------------

     index.html

------------------------------*/
/*=== index width block ===*/
#title {
	margin-bottom:20px;
	width:909px;
	background:url(../img/index_title_img.jpg) right top no-repeat;
	}

/*=== index width block ===*/
#picup {
    width: 880px;
	margin-left: 20px;
	color: #666666;
	font-size: 77%;
	line-height: 1.5;
}

/*=== index margin set ===*/
#picup h1 {
    margin-bottom: 30px;
}
#picup h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

/*=== index other set ===*/
#picup .other_pic {
    width: 415px;
	margin: 30px 0 0 10px;
	padding: 5px;
	float: left;
	line-height: 1.3;
	background: #fdfaf3;
	border: solid 1px #ece3ce;
}
#picup .other_pic p {
    margin-bottom: 3px;
}
.other_pic .img {
    width: 85px;
	float: left;
}
.other_pic .detail {
    width: 310px;
	margin-left: 10px;
	float: left;
	display: inline;
	font-weight: bold;
/*	background: #ff99ff;*/
}
.other_pic .detail .link {
    padding-left: 18px;
	font-size: 110%;
	background: url(/newitem/img/index_arrow01.gif) no-repeat 0px 3px;
}
.other_pic .detail .link_noarrow { /* 2010810イトウ */
    padding-left: 18px;
	font-size: 110%;
}
.other_pic .detail .link_o {
    padding-left: 18px;
	background: url(/newitem/img/index_arrow02.gif) no-repeat 3px 4px;
}
.other_pic .detail .link a,
.other_pic .detail .link_o a {
    color: #991935;
	font-weight: bold;
	text-decoration: none;
}
.other_pic .detail .link a:hover,
.other_pic .detail .link_o a:hover {
    text-decoration: underline;
}
.other_pic .detail .org {
    padding-left: 18px;
	font-weight: normal;
}
.other_pic .detail .gr {
    padding-left: 18px;
}

/*=== index box set ===*/
#picup .box_typeA {
    width: 880px;
	margin-top: 20px;
	padding-top: 10px;
	background: #FDFAF3 url(/newitem/img/index_top01.gif) no-repeat top left;
}
#picup .box_typeA_block {
    width: 880px;
	padding-bottom: 10px;
	background: #FDFAF3 url(/newitem/img/index_bottom01.gif) no-repeat bottom left;
}
.box_typeA p {
    margin: 0px 20px;
	font-size: 85%;
}
.box_typeA p span {
    color: #DF531C;
}





