﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content {
	margin-top: 4px;
}

/*          topics         */

#content #topics {
	height: 181px;
	overflow-y: scroll;
	border: #D1B7B6 1px solid;
	margin-bottom: 27px;
}

#content #topics dl {
	padding-left: 21px;
	background: url(../image/topics_bg01.gif) 9px 55% no-repeat #FAFAFA;
}

#content #topics dl.even {
	background: url(../image/topics_bg02.gif) 9px 55% no-repeat #F1EBEB;
}

#content #topics dt {
	float: left;
	clear: left;
	padding: 5px 0 0 0;
}

#content #topics dd {
	padding: 5px 0 1px 106px;
	_text-indent: -3px;
}

/*           work           */

#content .work {
    overflow: hidden;
	zoom: 1;
	clear: both;
	margin: 0 2px 26px 0;
}

#content .work div {
    float: left;
	margin-top: 3px;
}

#content .work ul {
	margin-left: 190px;
	_margin-left: 187px;
}

#content .work ul li.first {
	padding-bottom: 19px;
}



/*     box02       */

#content .box02 {
    overflow: hidden;
	zoom: 1;
	clear: both;
	margin-bottom: 32px;
}

#content .box02 div {
    float: right;
	margin-top: 3px;
}

#content .box02 p {
	margin-right: 190px;
}