@charset "utf-8";
/*=============================================================
 Contents Layout
=============================================================*/
/* heding */
.catch-default{
	color:#556677;
	font-size:138.5%;
	line-height:140%;
	font-weight:bold;
}
h2.triangle{
	padding:3px 0 5px 14px;
	font-size:123.1%;
	line-height:120%;
	color:#000;
	background: url(../img/icon_triangle_red.gif) no-repeat left top;
}
h3.caption{
	font-weight:normal;
}
h3.line{
	border-left: 5px solid #ca004c;
	padding-left:5px;
	color:#ca004c;
	line-height:150%;
}
.line-btm-gray{
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
}
.clr-red{
	color:#ca004c;
}

/* list-atn */
.list-atn{
	font-size:85.7%;
	line-height:130%;
	margin-top:10px;
}
.list-atn li{
	text-indent:-1em;
	margin-left:1em;
}
/* photo-caption */
.photo-caption{
	font-size:85%;
	line-height:1.3;
	display:block;
	margin-top:3px;
}

/* Menu-column */
#category-menu {
	width:675px;
	margin:40px 0 0 0;
	overflow:hidden;
}
#category-menu .menu-3clm{
	width:675px;
	overflow:hidden;
	background: url(../img/bg_btn.gif) repeat-y left top;
}
#category-menu .menu-2clm{
	width:675px;
	overflow:hidden;
	background: url(../img/bg_btn_2clm.gif) repeat-y left top;
}
#category-menu .menu-box-left{
	width:232px;
	float:left;
}
#category-menu .menu-box-right{
	width:211px;
	float:right;
}
#category-menu dl{
	width:211px;
}
#category-menu dl dt{
	padding:11px 13px 0;
}
#category-menu dl dt a{
	display:block;
	height:3em;
	font-size:123.1%;
	line-height:120%;
	font-weight:bold;
	padding-left:12px;
	background: url(../img/arw_dark_blue.gif) no-repeat 0px 7px;
}
#category-menu dl dd{
	width:211px;
	line-height:150%;
}
#category-menu dl dd img{
	padding-bottom:7px;
}
#category-menu dl dd.caption{
	width:185px;
	display:block;
	padding:0 13px 11px;
}

/* page-navi */
#page-navi ul{
	width:675px;
	margin:35px 0 0 0;
	overflow:hidden;
}
#page-navi ul li{
	float:left;
	padding-right:20px;
}
#page-navi ul li a{
	background: url(../img/arw_anchor.gif) no-repeat left 2px;
	padding-left:15px;
	line-height:125%;
}


/* section-column */
.section-box{
	width:675px;
	padding-top:22px;
	overflow:hidden;
	background: url(../img/bar_section.gif) no-repeat left top;
}
.section-box-p-right{
	width:675px;
	padding-top:22px;
	overflow:hidden;
	background: url(../img/bar_section.gif) no-repeat left top;
}
.section-box-p-right .txt-box{
	float:left;
	width:444px;
}
.section-box-p-right .photo-box{
	float:right;
	width:211px;
}
.desc-box-p-right{
	width:675px;
	overflow:hidden;
}
.desc-box-p-right .txt-box{
	float:left;
	width:444px;
}
.desc-box-p-right .photo-box{
	float:right;
	width:211px;
}

/* section-column-list */
.section-box-3clm{
	width:675px;
}
.section-box-3clm ul{
	width:675px;
	overflow:hidden;
	padding-top:15px;
}
.section-box-3clm ul li{
	float:left;
	width:230px;
}
.section-box-3clm ul li.end{
	width:215px;
}
.section-box-3clm ul li img{
	vertical-align:bottom;
}

/* table */
.table-default{
	width:675px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.table-default td,
.table-default th{
	padding:8px;
	line-height:140%;
}
.table-default th{
	background: #f0f0f0 url(../img/line_dot_td.gif) no-repeat left top;
	text-align:left;
}
.table-default td{
	background: url(../img/line_dot_td.gif) no-repeat right top;
}
.table-default tr.non-line th{
	background-color: #f0f0f0;
	background-image:none;
}
.table-default tr.non-line td{
	background: none;
}
.table-default th.w20{
	width:20%;
}










