/*  
Theme Name: Actcube Original Theme
Theme URI: http://actcube.jp
Description: Start Kit
Author: ACTCUBE yuu
Author URI: 
Tags: actcube
Update: 2009/11/17
Version: 1.0
*/
/* GENERAL TAGS */
* {
	margin:0;
	padding:0;
	outline: none;
}
body {
	font-family: "ＭＳ Ｐゴシック",Osaka;
	font-size: 11px;
	line-height: 1.8;
	color: #333;
}
img {
	border: 0;
}
a {
	color:#990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	padding-left: 2px;
	padding-bottom: 7px;
}
h3 {
	outline: 0;
}

/**
 *menu
 **/
.menu,.vmenu {
	list-style: none;
}
.menu li {
	float: left;
}
.vmenu {
	line-height: 0;
}
.menu li a,.vmenu li a {
	display: block;
}

.accClose {
	cursor: pointer;
}
.accOpen {
}
#global-menu {
	height: 345px;
	overflow: hidden;
}
#accordion h3 {
	margin-top: 4px;
}
#accordion ul {
}

/**
 *clearfix
 **/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**
 *common layout
 **/
#wrap {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 685px;
}
#content h3 {
	font-size: 14px;
}
#sidebar {
	width: 240px;
	float: right;
}
#footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#totop {
	text-align: right;
}
#minilogo {
	float: left;
}
#foot-menu {
	float: left;
	width: 650px;
}
#foot-menu a {
	color: #333;
	display: inline;
}
#foot-menu a:hover {
	color:#990000;
}
#foot-menu ul li {
	margin-left: 7px;
	margin-top: -3px;
}
.arrow {
	color: #990000;
	padding-right: 2px;
	font-size: 14px;
}
#copyright {
	float: right;
	margin-top: 7px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	margin: 30px 0;
}
.block-title {
	border-bottom: 1px solid #ccc;
}
.more {
	float: right;
	padding: 3px 2px;
}
/**
 *others
 **/
 
#top-flash {
	height: 300px;
}
#information {
	width: 100%;
	margin: 10px 0;
	padding: 5px 0;
}
#recent-works {
	margin-top: 10px;
}
.works {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.works .thumb {
	float: left;
}
.works .thumb img{
	width: 60px;
	height: 60px;
}
.works .text {
	float: left;
	width: 250px;
	padding: 0 10px;
	line-height: 1.6;
}
.work-title {
	padding-bottom: 2px;
	margin-bottom: 4px;
	background: url(images/common/dot.gif) repeat-x bottom left;
}
.work-title h4 {
	font-size: 11px;
	float: left;
}
.works h3 {
	font-size: 12px;
	margin-bottom: 3px;
}
.works .date {
	float: right;
}

#widget {
	padding: 10px;
}
#widget h2 {
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}

.side_content {
	margin: 10px 0;
}
.sidebar_links {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.sidebar_links ul {
	list-style: none;
}
.sidebar_links h3 {
	font-weight: normal;
	font-size: 11px;
}
* html .sidebar_links h3{
	margin-bottom: -18px;
}
.blogroll li {
	line-height: 1.5;
	margin-bottom: 10px;
}
.blogroll li a img {
	display: block;
	margin-bottom: 3px;
}

.valid {
	width: 70px;
	height: 24px;
}

.recent-entry {
	margin-top: 5px;
}
.recent-entry .date,.recent-entry .entry {
	float: left;
}
.recent-entry .date {
	padding: 2px 0;
	width: 50px;
}
.recent-entry .entry h4 {
	font-size: 12px;
}

.recent-info .date,.recent-info h4 {
	float: left;
}
.recent-info .date {
	margin-right: 15px;
}
.auth-name {
	color: #990000;
	font-weight: bolder;
}

/**
 *ブログ
 **/
 
.auth-thumb {
	padding: 1px;
	width: 50px;
	height: 50px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.tip .tooltip {
	display:none;
}
#posts {
	position: relative;
}
.post {
	font-size: 12px;
}
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
	margin: 15px 0;
	padding: 0;
}
.post h2 {
	font-size:16px;
}
.post p {
	margin: 10px 0;
}
.meta {
	text-align: right;
	margin: 10px 0;
}
.meta span {
	padding: 4px 8px;
}

.basic-table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	margin: 8px 0;
}
.basic-table th,.basic-table td {
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

/**
 *form
 */
#contact {
	background: #fff;
}
.forprint {
	display: none;
}

#web-list h3 {
	display: block;
	width: 100%;
}