@charset "EUC-JP";


/* --------------------------------------------------------------------------
	
	index style
	
	.article
	.foot
	.backnumber
	.link
	
-------------------------------------------------------------------------- */


/*	article
-------------------------------------------------------------------------- */

#main .article {}


/* title
-------------------------------------------------------------------------- */

#main .article .title {
	background: url("../images/article_bg_1.gif") 0 100% no-repeat;
}

#main .article .title .number {
	margin: 0 17px;
	padding: 20px 0 17px 0;
	background: url("../../images/parts_line_dot.gif") 0 100% repeat-x;
}

#main .article .title .number h3 {
	font-weight: normal;
	padding-left: 90px;
	position: relative;
}

#main .article .title .number h3 span {
	display: block;
	width:83px;
	height:20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #E61313 url("../../images/index_topic_date_bg.jpg") 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

* html #main .article .title .number h3 span {
	left: -91px;
}

*:first-child+html #main .article .title .number h3 span {
	left: -91px;
}

#main .article .title .number h3 a {
	color: #333333;
}


/* text
-------------------------------------------------------------------------- */

#main .article .text {
	padding: 17px 17px 0 17px;
	border: solid #A5A3A5;
	border-width: 0 4px;
	background: #FFFFFF;
}

* html #main .article .text {
	height:1%;
}

#main .article .text h4 {
	font-size:14px;
	font-family:"¥á¥¤¥ê¥ª",Meiryo,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS P G othic",Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#D21717;
	padding-bottom:12px;
	zoom:1;
}

#main .article .text p {
	color: #333333;
	padding-bottom: 17px;
}

#main .article .text blockquote {
	display:block;
	margin: 0px;
	padding: 15px;
	background: #F5F5F5;
	color: #333333;
}

#main .article .text div.data {
	display:block;
	margin: 0px;
	padding: 15px;
	color: #333333;
	background: #F5F5F5;
}

#main .article .text div.data h5 {
	display:block;
	margin: 0 0 10px 0;
	color: #333333;
}

#main .article .text div.data p {
	margin: 10px 0 0 0;
}

#main .article .text dl {
	position:relative;
}

#main .article .text dt {
	position:absolute;
}

#main .article .text dd {
	margin:0;
	padding:0 0 0 3em;
}


/* foot
-------------------------------------------------------------------------- */

#main .foot {
	height:25px;
	background: url("../images/article_bg_3.gif") 0 100% no-repeat;
}


/* backnumber
-------------------------------------------------------------------------- */

#main .article .backnumber {
	padding-bottom: 25px;
	background: url("../images/article_bg_3.gif") 0 100% no-repeat;
}

* html #main .article .backnumber {
	height: 1%;
}

#main .article .backnumber h3 {
	padding: 17px 0 0 0;
	border: solid #A5A3A5;
	border-width: 0 4px;
	background: #FFFFFF;
	text-align: center;
}

#main .article .backnumber dl {
	padding: 17px 17px 0 17px;
	border: solid #A5A3A5;
	border-width: 0 4px;
	background: #FFFFFF;
}

* html #main .topic .backnumber dl {
	height: 1%;
}

#main .article .backnumber dl dt {
	color: #C20000;
	font-weight: bold;
	padding: 0;
}

#main .article .backnumber dl dd {
	margin: -1.5em 0 0.5em 7em;
	font-weight: normal;
}

#main .article .backnumber dl dd a {
	color: #666666;
}


/* link
-------------------------------------------------------------------------- */

#main .link {}

#main .link p {
	padding: 17px 0 15px 0;
	margin-bottom: 15px;
	background: url("../../images/parts_line_dot.gif") 0 100% repeat-x;
}

#main .link h3 {}

#main .link ul {
	padding: 10px 0 0 0;

}

#main .link ul li {
	float:left;
	display:block;
	width:120px;
	margin:0 0 2px 0;
}

#main .link ul li a {
	display:block;
	background:url("../../images/parts_cursol_red.gif") no-repeat 0 50%;
	padding:0 0 0 12px;
	color:#CC1D1D;
}


