@charset "Shift_JIS";
@import url(thickbox.css);

/*-------------------------------------------------
reset
-------------------------------------------------*/
body,p,blockquote,address,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img {
	margin:0;
	padding:0;
	border:0;
}

/*-------------------------------------------------
body
-------------------------------------------------*/
body {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #EDEDEC;
}

/*-------------------------------------------------
wrapper
-------------------------------------------------*/
div#wrapper {
	width: 700px;
	margin: 10px auto;
	font-size: 12px;
	padding: 0 40px;
}

div#title{
	width: 700px;
	height: 120px;
	background: url(../img/title.gif) no-repeat;
}
h1 {
	text-decoration: none;
	text-indent: -1000em;
	display: block;
}

h2 {
	font-size: 20px;
	color: #000000;
}

h3 {
	font-size: 12px;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
}

div.date {
	font-size: 10px;
	color:#592300;
	color:#666666;
	font-weight:bold;
}

.style_fff {
	color: #FFFFFF;
}

div.content {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div.content_repo {
	padding-top: 15px;
	padding-bottom: 50px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

/*----
メニュー
---*/
div#menu {
	position:relative;
	height: 40px;
}

div#menu li {
	list-style-type: none;
	display: inline;
}

div#menu li a {
	height: 40px;
	display: block;
	text-decoration: none;
	color: #582600;
	text-align: center;
	line-height: 340%;
}


div#menu li.news a {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
}
div#menu li.news_on a {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
}
div#menu li.news a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

div#menu li.portfolio a {
	width: 139px;
	position: absolute;
	top: 0px;
	left: 139px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
}
div#menu li.portfolio_on a {
	width: 139px;
	position: absolute;
	top: 0px;
	left: 139px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
}
div#menu li.portfolio a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

div#menu li.report a {
	width: 139px;
	position: absolute;
	top: 0px;
	left: 278px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
}
div#menu li.report_on a {
	width: 139px;
	position: absolute;
	top: 0px;
	left: 278px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
}
div#menu li.report a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

div#menu li.nenga a {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 416px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
}
div#menu li.nenga_on a {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 416px;
	background: url(../img/menu.gif) no-repeat -140px 0px;
}
div#menu li.nenga a:hover {
	background: url(../img/menu.gif) no-repeat -140px 0px;
}

/*----
コンテンツ
---*/
div#contents{
	width: 700px;
	padding-top: 40px;
	line-height: 170%;
	margin-bottom: 40px;
}

div#contents a {
	color: #582600;
}
div#contents a:hover {
	text-decoration: none;
}
div#contents a:visited {
	color: #000;
}

p.detail {
	font-size: 10px;
	line-height: 170%;
}

.style_EDEDEC {
	color: #EDEDEC;
}

div#contents img.news {
	margin-top: 10px;
}


/*----
フッタ
---*/
div#footer {
	margin: 30px 0px 50px 0px;
	border-top: 1px solid #999999;
	font-size: 10px;
	line-height: 140%;
	padding-top: 15px;
}

/*-------------------------------------------------
ポートフォリオ
-------------------------------------------------*/
table.portfolio {
	margin-top: 5px;
	line-height: 150%;
}
table.portfolio td {
	height: 45px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	font-size: 12px;
}
table.portfolio td.first {
	border-top: 1px dotted #ccc;
}

/*-------------------------------------------------
ほうこく
-------------------------------------------------*/
table.report {
	margin: 5px 0px;
}

/*-------------------------------------------------
ねんがじょう
-------------------------------------------------*/
img.nenga {
	margin: 5px 0px 10px 0px;
}

p.nenga_detail {
	font-size: 10px;
	color:#666666;
	padding-top: 5px;
}
div#contents p.nenga_detail a:visited {
	color:#666666;
}