@charset "utf-8";
/* ---------------------------------------

Theme Name: zamuu
Theme URI: http://zamuu.net/
Description: zamuu Stylesheet.

Style Name: Theme Stylesheet
Style URL: http://zamuu.net/wp-content/themes/zamuu/style.css

Version: 1.0
Last Up Date: 2010-06-07

Author: zamuu
Author URI: http://zamuu.net/
Tags: zamuu wordpress

--------------------------------------- */

/***************************************/
/** Theme Stylesheet********************/
/***************************************/
/* 0. ALL -----------------------*/
/* 1. TOP -----------------------*/
/* 2. ABOUT  -------------------------*/
/* 3. SERVICE  -------------------------*/
/* 4. PRODUCTS  -------------------------*/
/* 5. WORKS  -------------------------*/
/* 10. BLOG  -------------------------*/
/* 100. Word Press element ------------------- */
/***************************************/
/***************************************/

/* 0. ALL -----------------------*/
/* 1. TOP -----------------------*/
#container .topimg {
	padding: 50px 0 100px;
}
#container .topimg dt {
	margin-bottom: 20px;
}
#container dl.new {
	width: 740px;
}
#container dl.new dt {
	width: 200px;
	border-bottom: none;
}
#container dl.new dd {
	margin-left: 200px;
}
/* 2. ABOUT  -------------------------*/
#container .section .dlStand {
	width: 700px;
}
#container .section .dlStand dt {
	width: 200px;
}
#container .section .dlStand dd {
	margin-left: 200px;/* margin-left dtはdtのwidthと同じpx */
}
/* 3. SERVICE  -------------------------*/
/* 4. PRODUCTS  -------------------------*/

#container .content_r {
	float: right;
	width: 460px;
}
#container .content_l {
	float: left;
	width: 460px;
}
/*PRODUCTSの種類マーク*/
#container h2 a:hover {
	text-decoration: none;
}
.type {
	position: relative;
}
.type h2 {
	width:300px;
	float:left;
}
.type h3 {
	clear: both;
}
.type ul {
	float:right;
	margin: -10px -5px 0 0;
	padding: 0;
	left: 0;
	list-style: none;
	text-align: right;
}
.type ul li {
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline;
}
/*ダウンロードボタン*/
a.testbutton, a.testbutton:visited {
	display:block;
	background: url(images/button01.png) repeat-x;
	width: 300px;
	padding:10px 0;
	border:1px solid;
	border-color:#F06;
	text-align:center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	opacity:.85;
	font-size:123.1%;/*16*/
}
a.testbutton:hover {
	border-color:#C03;
}
a.testbutton:active {
	background-position:  0 -200px;
	padding:11px 0 9px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.more {
	background: url(images/list02.png) no-repeat left;
	padding-left: 1em;
	font-weight: bold;
}
/* 5. WORKS  -------------------------*/
#container ul.workslist {
	clear: both;
	width: 740px;
}
#container ul.workslist li {
	width: 360px;
	margin-bottom: 10px;
	color: #999;
}
#container ul.workslist li a {
	font-size:116%;/*15*/
	text-decoration: none;
	color: #fff;
}
#container ul.workslist li a:hover {
	color: #F06;
}
/* --------------Sliding Boxes-------------------- */
#container ul.workslist .boxgrid {
	position: relative;
	width: 360px;
	height: 146px;
	overflow: hidden;
}
#container ul.workslist .boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
#container ul.workslist .boxcaption {
	position: absolute;
	width: 100%;
	height: 146px;
	top: 146px;
	left: 0;
	background: #000;
	opacity: .7;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#container ul.workslist .boxcaption a {
	display: block;
}
#container ul.workslist .boxcaption dt {
	margin: 0;
	padding: 10px 15px 0;
}
#container ul.workslist .boxcaption dd {
	margin: 0;
	padding: 5px 15px 0;
}
/* --------------entry-------------------- */
#container .entry img {
	margin-bottom: 40px;
}
#container .entry .wp-caption-text {
	margin-top: -40px;
	text-align: center;
	font-weight: bold;
}
#container .entry address {
	margin-bottom: 40px;
	font-size:116%;/*15*/
	font-weight: bold;
	color: #999;
}
.single #container .back { /* トップへ戻る */
	margin: 0;
}
/* --------------sidebar-------------------- */
ul.wp-tag-cloud {
	width: 200px;
	left: 0;
}
ul.wp-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	white-space: nowrap;
	line-height: 1;
}
*:first-child + html ul.wp-tag-cloud li {
	float:left;
}
* html ul.wp-tag-cloud {
	overflow: hidden;
}
* html ul.wp-tag-cloud li {
	float:left;
}
/* 5. CONTACT  -------------------------*/

#container .form p.submit {
	clear:both;
	padding: 0;
	margin:0;
	text-align:right;
}
#container .form button {
	width:200px;
	height:48px;
	line-height:37px;
	border:none;
	background: url(images/category.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	padding: 10px 20px 0 0;
	text-align:center;
	font-weight: bold;
}
/* 100. Word Press element ------------------- */
.pageNavigation {
	clear: both;
	width:740px;
}
.pageNavigation .page-numbers {
	padding: 0.5em 0.7em;
	background-color: #000;
}
.pageNavigation .current {
	color: #999;
}
.trackbackUrl input {
	width:30em;
	background-color:#CCC;
}
.text-shadow {
	text-shadow: #999 2px 2px 1px;
}
.box-shadow {
	box-shadow: #333 3px 3px 4px;
	-moz-box-shadow: #333 3px 3px 4px;
	-webkit-box-shadow: #333 3px 3px 4px;
}
.boxSimple {
	border:1px #ccc solid;
	_width:300px;
	width:280px;
	padding: 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.boxSimple h3 {
	margin: 0.5em 0;
	text-align:center;
}
/* --------------simpleTabs-------------------- */

#simpleTabs .simpleTabs-nav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 3px;
}
#simpleTabs .simpleTabs-nav li {
	float: left;
	padding: 5px;
	margin:0 5px 0 0;
	width: 250px;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-left: 1px #ddd solid;
	background-color: #fff;
}
#simpleTabs .simpleTabs-nav li:hover {
	background: #ddd;
}
#simpleTabs .simpleTabs-nav li.actif {
	font-weight: bold;
	background: #ddd;
}
#simpleTabs .simpleTabs-content {
	clear: both;
}
#simpleTabs .simpleTabs-nav02 li {
	width: auto;
}
.imgSpace {
	margin: 20px 5px 10px;
}
