@charset "utf-8";

/*####################################################################################
SiteName : クノデザインワークス - ポートフォリオ / KUNO DESIGN WORKS - Portfolio
URL : http://www.19790209.com/
Date : 2011-01
Designer : 久野浩明 / Hiroaki Kuno (kuno@k-dw.com)
Description: ポートフォリオサイト / KUNO DESIGN WORKS (http://www.k-dw.com)
#####################################################################################*/

/*bace###############################################################################*/

*{
	margin:0;
	padding:0;
}

html {
    overflow-y:scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Arial, Osaka, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #999;
	background-color: #2b2b2b;
}

img{
	border:0;
}

.clear{
	clear: both;
}

/*wrap###############################################################################*/

#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/bg_wrap.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333;
}

/*head###############################################################################*/

#head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#head_inn {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#head h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 40px;
	color: #666;
}

#head #logo {
	text-align: left;
	width: 314px;
	float: left;
}

#head #navi {
	list-style-image: none;
	list-style-type: none;
	float: right;
	display: block;
	padding-top: 10px;
	height: 15px;
}

#head #navi li {
	font-size: 13px;
	display: inline;
	padding-left: 15px;
	background-image: url(../../image/arw_head.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 10px;
	line-height: normal;
}

#head #navi li a {
	color: #888;
	text-decoration: none;
}

#head #navi li a:hover {
	color: #F90;
}

/*cont###############################################################################*/

#cont {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}

/*cont_side###########################################################################*/

#cont #side {
	width: 260px;
	float: left;
	padding-top: 20px;
}

#cont #side h2 {
	text-align: left;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	padding-left: 10px;
	padding-bottom: 20px;
}

#cont #side .workslist {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 40px;
}

#cont #side .workslist li {
	font-size: 13px;
	line-height: normal;
	text-align: left;
}

#cont #side .workslist li a {
	color: #888;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
}

#cont #side .workslist li a:hover {
	text-decoration: none;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
	background-image: url(../../image/arw_side.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #3C3C3C;
}

#cont #side .workslist li a span {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	color: #555;
	font-size: 90%;
}

#cont #side .workslist .here {
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	background-image: url(../../image/arw_side.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #666;
	font-weight: bold;
	padding: 10px;
}

#cont #side .workslist .here span {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	color: #F90;
}

/*cont_main###########################################################################*/

#cont #main {
	float: right;
	padding-top: 56px;
	width: 630px;
}

#cont #main #showcase {
	width: 630px;
}

#cont #main #showcase .thum {
	width: 190px;
	float: left;
	height: 190px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
}

#cont #main #gallery {
	width: 630px;
	margin-bottom: 25px;
}

#cont #main #gallery .panel-overlay p {
	text-align: right;
	padding-top: 6px;
	line-height: normal;
	font-weight: normal;
}

#cont #main #detail, #cont #main #about {
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#cont #main #detail a, #cont #main #about a {
	color: #F90;
	text-decoration: none;
}

#cont #main #detail a:hover, #cont #main #about a:hover {
	color: #FC0;
	text-decoration: underline;
}


#cont #main #detail h2, #cont #main #about h2 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #CCC;
}

#cont #main #detail h3, #cont #main #about h3 {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

#cont #main #detail h4 {
	font-size: 0.9em;
	color: #666;
	background-color: #2B2B2B;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.5em;
	width: 285px;
	margin-top: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2B2B2B;
}

#cont #main #detail p {
	font-size: 0.9em;
	line-height: 1.4em;
}

#cont #main #detail .credit {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #282828;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#cont #main #detail .credit span {
	color: #666;
	margin-right: 10px;
}

#cont #main #about p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 40px;
}

#cont #main #about .outline {
	width: 100%;
}

#cont #main #about .outline th {
	font-weight: normal;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#cont #main #about .outline td {
}


/*foot###############################################################################*/

#foot {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#foot #copy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: normal;
	text-align: right;
	color: #666;
}

