@charset "UTF-8";
body {
	background: #fff url(../images/dot.gif) repeat left top;
}

#header {
	margin: 40px auto 20px;
	width: 920px;
	position: relative;
}
h1 {
	font-family: 'Droid Serif', serif;
	font-size: 40px;
	color: #000;
}
/*-----------------------------------------------------

LINK

-----------------------------------------------------*/
ul#link {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 0;
}
ul#link li {
	display: inline;
	margin-right: 1px;
}
ul#link li a:hover {
	opacity: 0.5;
}



/*-----------------------------------------------------

コンテンツ全体

-----------------------------------------------------*/

div#contents {
	margin: 0 auto 0;
	width: 920px;
}
div.content {
	padding: 25px 25px;
	background: #fff;
	margin: 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	/*-moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);*/
	/*-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);*/
}
div.content h3 {
	float: left;
	padding: 0 30px 0 0;
	font-size: 138.5%;
	line-height: 1;
	font-family: 'Droid Serif', serif;
	/*background: #f1f1f1;*/
}
div.content p.note, div.content p.tw {
	margin-left: 150px;
	font-size: 93%;
}

/*clearfix hack*/
div#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#contents {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html div#contents { height:1%; }
div#contents { display: block; }
/* End hide from IE-mac */
/*---end---*/


/*-----------------------------------------------------

Works

-----------------------------------------------------*/
ul#worksContent {
	list-style: none;
	overflow: hidden;
	width: 720px;
	margin: -20px 0 -20px 150px;
	/*background: #f1f1f1;*/
}
ul#worksContent li {
	float: left;
	border-bottom: 1px solid #eee;
	margin-right: 0px;
	margin-bottom: -1px;
	padding: 20px 30px 20px 0;
	position: relative;
}
/*clearfix hack*/
ul#worksContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#worksContent {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html ul#worksContent { height:1%; }
ul#worksContent { display: block; }
/* End hide from IE-mac */
/*---end---*/

div.worksImage a img, div.worksImage img {
}
div.worksImage a {
	border: 5px solid #f1f1f1;
	display: block;
	overflow: hidden;
	width: 130px;
	height: 130px;
	text-align: center;
}
div.worksImage a:hover {
	border: 5px solid #d0d0d0;
}
dl.worksInfo {
	width: 150px;
	padding-top: 15px;
}
dl.worksInfo dt {
	width: 150px;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 93%;
	line-height: 1.5;
	text-align: left;
}
dl.worksInfo dd {
	width: 150px;
	margin-left: 0pt;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 85%;
	line-height: 1.5;
	color: #999;
}
.ie dl.worksInfo dt, .ie dl.worksInfo dd {
	font-size: 78%;
	line-height: 1.4;
}
dl.worksInfo dt span {
	color: #fff;
	padding: 2px 3px;
	white-space: nowrap;
	width: 1%;
	margin-bottom: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9px;
}
span.c01 {
	background-color: #0099FF;
}
p.worksDetail {
	margin-top: 5px;
	font-size: 10px;
	font-family: Verdana;
	line-height: auto;
	position: absolute;
	left: 0;
	bottom: 20px;
}
p.worksDetail a {
	padding-left: 10px;
	background: url(../images/arrow01.gif) no-repeat left center;
}

div.inq {
	margin: 20px 0px 20px 0px;
}
div.inq a {
	padding: 5px 0px 5px 25px;
	background: url(../images/icon_mail.gif) no-repeat left center;
}

div#formArea {
	padding: 7px;
	background-color: #000;
	width: 200px;
}



/*-----------------------------------------------------

Twitter

-----------------------------------------------------*/
p.tw {
	background: #fff url(../images/icon_twitter.gif) no-repeat 6px 15px;
	border-top: 1px solid #eee;
	padding: 15px 10px 0px 32px;
	margin-top: 15px;
}


/*-----------------------------------------------------

メールフォーム

-----------------------------------------------------*/
#contact {
	background: #fff;
	width: 600px;
	padding: 30px;
	position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	-moz-box-shadow: 0 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 7px 0 rgba(0,0,0,0.1);
}

#contact h3 {
	font-family: Georgia, Century, serif;
	padding: 0 0 20px 0;
	font-size: 182%;
	font-weight: normal;
	color: #000;
	line-height: 1;
}
#contact .close {
	position: absolute;
	top: 7px;
	right: 7px;
}
#contact .close a:hover {
	opacity: 0.7;
}
#contact th, #contact td {
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
}
#contact th {
	width: 5%;
	white-space: nowrap;
	padding-right: 2em;
	color: #999;
	font-weight: normal;
}
#contact td input, #contact td textarea, #contact td select {
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#contact td textarea {
	height: 100px;
}
#contact td label {
	margin-right: 1em;
}
#contact .buttonArea {
	text-align: center;
	padding: 20px 0 10px;
}
#contact .buttonArea button {
	width: 180px;
	margin: 0 5px;
	padding: 10px 20px;
	border: none;
	opacity: 1;
	background: #ff6400;
	color: #fff;
	font-size: 116%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contact .buttonArea button:hover {
	opacity: 0.7;
}


/*-----------------------------------------------------

求人

-----------------------------------------------------*/
div.wanted {
	margin: 0 0 0 150px;
	padding: 0 0;
	/*border-top: 1px solid #eee;*/
	display: none;
	overflow: hidden;
}
div.wanted p.note {
	margin: 10px 0 0 0;
	font-size: 93%;
}
div.wanted p.cap {
	margin: 10px 0 0 0;
	font-size: 85%;
	color: #666;
}
div.wanted p strong {
	font-weight: normal;
	background-color: #ff0;
}

