@charset "utf-8";
/*
Theme Name: act-creative website
Theme URI:
Description: アクト・クリエイティブのホームページデザイン
Version:
Author: act-creative
Author URI: http://act-creative.co.jp/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana,'ＭＳ Ｐゴシック',sans-serif;
	background: url("images/body_back.gif") repeat-x top #fff;
	color: #222;
	margin: 0;
	padding: 0;
}
	
img {
	border: 0;
	vertical-align: bottom;
}

/*===========================================
	レイアウト
===========================================*/

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
}

#header_top{
	height: 33px;
	padding: 0;
}

#header_bottom {
	clear: both;
	padding: 10px 0 0 0;
}

#logo,
#header h1 {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
}

#description {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 1em;
	font-weight: normal;
	color: #999999;
}

#header_links {
	float: right;
	width: 400px;
	margin-top: 5px;
	text-align: right;
}

#contact {
	float: right;
	text-align: center;
}

#g_menu {
	width: 900px;
	height: 45px;
	margin: 15px 0;
	padding: 0;
	background: url("images/g_menu_back.gif") no-repeat center;
}

#main { 
	width: 900px;
}

#main_content { 
	width: 900px;
}

#main_menu {
	width: 900px;
	margin: 0 auto;
	background: url("images/main_menu_back.gif") no-repeat top center;
}

.menu_list {
	width: 225px;
	float: left;
	margin: 0;
}

#main_box {
	width: 900px;
	margin: 15px auto;
}

#main_left_column {
	width: 450px;
	float: left;
}

#main_right_column {
	width: 450px;
	float: right;
}

#main_left_column .column_inner {
	margin-right: 10px;
}

#main_right_column .column_inner {
	margin-left: 10px;
}

#sub_content {
	float: left;
	width: 660px;
	padding: 0 15px 0 0;
}

#side {
	float: right;
	width: 225px;
}

#sub_menu {
	background: url("images/sub_menu_back.gif");
	padding: 5px;
}

#footer {
	clear: both;
	padding: 80px 0 0 0;
}

#footer #links {
	width: 880px;
	padding: 5px 10px;
	background: url("images/links_back.gif") no-repeat center bottom;
}

address {
	clear: both;
	margin: 10px 0;
	text-align: center;
	font-style: normal;
}

#pankz {
	margin: 0 0 10px 0;
	text-align: right;
}

#service_img {
	margin-bottom: 10px;
}

#home {
	height: 25px;
	background: url("images/home_back.gif") no-repeat top;
	color: #fff;
}

.pagetop {
	margin: 40px 0 20px 0;
	text-align: right;
	clear: both;
}

.entry {
	padding: 0;
}

.banner_area {
	margin: 15px auto;
	line-height: 180%;
	clear: both;
}

/*===========================================
	リンク
===========================================*/

a,
a:hover,
a:visited,
a:active {
	color: #0035ba;
}

a:hover {
	text-decoration: none;
}

/*===========================================
	見出し
===========================================*/

#sub_content h1 {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 0 5px 10px 3px;
	font-size: 1.4em;
	background: url("images/h1_back.gif") repeat-x bottom;
	line-height: 150%;
}

#sub_menu h2 {
	margin: 0;
	padding: 8px 5px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 130%;
}

#sub_content h2 {
	margin: 45px 0 10px 0;
	padding: 10px 5px 10px 35px;
	font-size: 1.2em;
	line-height: 150%;
	background: url("images/h2_back.gif") no-repeat left;
}

#sub_content h2.pagetitle {
	margin: 10px 0 10px 0;
	padding: 10px 5px 10px 35px;
	font-size: 1.2em;
	line-height: 150%;
	background: url("images/h2_back.gif") no-repeat left;
}

#main_content h2.h2_img {
	margin: 10px 0 0 0;
	padding: 0;
}

#sub_content h3 {
	margin: 30px 0 10px 0;
	padding: 5px 10px;
	font-size: 1.2em;
	line-height: 150%;
	background: #eee;
	border: 1px dotted #ddd;
}

#sub_content h3#comments {
	margin: 50px 0 20px 0;
}

#links h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*===========================================
	スタイル
===========================================*/

/*-- コンタクト --*/

#contact a {
	display: block;
	width: 122px;
	height: 29px;
	margin-top: 4px;
	background: url("images/contact.gif") no-repeat bottom center;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
}

#contact a:hover {
	background: url("images/contact_ov.gif") no-repeat bottom center;
}

/*-- ヘッダー内リンク --*/

#header_links ul,
#g_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_links ul li {
	display: inline;
	font-size: 1.2em;
}

#header_links ul li a {
	padding: 0 5px 0 10px;
	background: url("images/header_links_arrow.gif") no-repeat left;
}

/*-- グローバルメニュー --*/

#g_menu ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#g_menu ul li a {
	display: block;
	width: 225px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

#g_menu .page-item-8 a {
	background: url("images/menu_websystem.gif") no-repeat;
}

#g_menu .page-item-8 a:hover {
	background: url("images/menu_websystem_ov.gif") no-repeat;
}

#g_menu .page-item-10 a {
	background: url("images/menu_blog.gif") no-repeat;
}

#g_menu .page-item-10 a:hover {
	background: url("images/menu_blog_ov.gif") no-repeat;
}

#g_menu .page-item-14 a {
	background: url("images/menu_renewal.gif") no-repeat;
}

#g_menu .page-item-14 a:hover {
	background: url("images/menu_renewal_ov.gif") no-repeat;
}

#g_menu .page-item-17 a {
	background: url("images/menu_analysis.gif") no-repeat;
}

#g_menu .page-item-17 a:hover {
	background: url("images/menu_analysis_ov.gif") no-repeat;
}

/*-- トップページサブメニュー表示 --*/

#main_content .menu_list ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	font-size: 1.2em;
}

#main_content .menu_list ul li {
	margin: 7px 0;
	padding: 0;
}

#main_content .menu_list ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("images/menu_list_arrow.gif") no-repeat left top;
	text-decoration: none;
	color: #222;
}

#main_content .menu_list ul li a:hover {
	text-decoration: underline;
}

/*-- サブメニュー --*/

#sub_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#sub_menu ul li {
	font-size: 1.2em;
}

#sub_menu ul li a {
	display: block;
	width: 188px;
	padding: 8px 5px 8px 20px;
	background: url("images/sub_menu_arrow.gif") no-repeat left top #f5f5f5;
	border-top: 1px solid #c9c9c9;
	color: #000;
	text-decoration: none;
}

#sub_menu ul li a:hover {
	background: url("images/sub_menu_arrow_ov.gif") no-repeat left top #666;
	color: #fff;
}

/*-- パンクズ --*/

#sub_content #pankz ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub_content #pankz ul li {
	display: inline;
	font-size: 1em;
}

#pankz ul li a {
	padding-right: 10px;
	background: url("images/pankz_arrow.gif") no-repeat right;
}

/*-- フッター内 Home --*/

#home a {
	display: block;
	width: 83px;
	height: 18px;
	padding: 3px 0 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#home a:hover {
	color: #00c0ff;
}

/*-- フッター内リンク --*/

#footer .ddsg-wrapper ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#footer .ddsg-wrapper ul li {
	display: block;
	width: 166px;
	float: left;
	margin: 2px 0 3px 0;
	padding: 0 10px 0 0;
	font-weight: bold;
}

#footer .ddsg-wrapper a:link,
#footer .ddsg-wrapper a:visited {
	color: #666;
	text-decoration: none;
}

#footer .ddsg-wrapper a:hover {
	color: #666;
	text-decoration: underline;
}

#footer .ddsg-wrapper ul li ul li {
	font-weight: normal;
}

#footer .ddsg-wrapper div p {
	clear: both;
}

.ddsg-wrapper h2 {
	display: none;
}

/*-- サイトマップ --*/

#sub_content .ddsg-wrapper ul li {
	font-size: 1.2em;
	font-weight: bold;
}

/*-- バナー --*/

.banner {
	float: left;
	padding: 0 10px 10px 0;
}

.banner_area span {
	display: block;
	font-size: 1.2em;
}

/*-- コンタクトフォーム --*/

dl.contact {
	font-size: 1.2em;
	margin: 30px 15px;
}

.contact dt {
	margin: 10px 0 5px 0;
}

#sub_content .ddsg-wrapper ul li ul li {
	font-size: 1em;
	font-weight: normal;
}

.require {
	color: #ff0000;
	font-weight: bold;
}

/* 行間 */

.entry p,
.entry ul li,
.entry ol li {
	line-height: 180%;
}

/*-- サブページ内　P --*/

.entry p {
	margin: 20px 10px;
}

/*-- サブページ内　リスト --*/

#sub_content .entry ul,
#sub_content .entry  ol {
	margin: 20px 10px 20px 40px;
	padding: 0;
}

#sub_content .entry  ul li,
#sub_content .entry  ol li {
	margin: 0 0 10px 0;
}

/*-- サブページ内　定義型リスト --*/

#sub_content dl {
	margin: 20px;
	font-size: 1.2em;
	line-height: 160%;
}

#sub_content dt {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

#sub_content dd {
	padding: 5px;
	margin-bottom: 15px;
}

/*-- テーブル --*/

.entry table {
	margin: 20px auto;
	font-size: 1.2em;
	border-collapse: collapse;
}

.entry table th,
.entry table td {
	border: 1px solid #ccc;
	padding: 5px;
}

/*-- フォントサイズ --*/

#sub_content p,
#sub_content li {
	font-size: 1.2em;
}

/*-- pre --*/

pre {
	font-size: 1.6em;
	margin: 15px;
	border: 1px dotted #ddd;
	padding: 10px;
}

/*-- 引用 --*/

blockquote {
	background: #eee;
	padding: 5px;
}

/*-- ページイメージ --*/

#service_img ul.post-meta {
	margin: 0;
	padding: 0;
	list-style: none;
}

#service_img ul.post-meta li {
	margin: 0;
	padding: 0;
}

ul.post-meta .post-meta-key {
	display: none;
}

/*-- イメージ --*/

p img {
	padding: 15px 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

/*-- caption --*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-- google map --*/

.googlemaps {
	width: 600px;
	height: 350px;
}

/*-- ページナビゲーション --*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 15px;
}

/*-- コメント --*/

#sub_content ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}

#sub_content .commentlist li {
	padding: 10px 10px 0 10px;
	border-bottom: 1px dotted #ccc;
}

#sub_content .commentlist li .avatar { 
	float: right;
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
}

#sub_content .commentmetadata {
	font-size: 0.8em;
	margin-top: 5px;
}

#sub_content .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

#sub_content .commentlist p {
	font-weight: normal;
	line-height: 160%;
	text-transform: none;
	font-size: 1em;
}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 70%;
	padding: 2px;
}

/*-- metadata --*/

.postmetadata {
	margin:  10px;
}

/*-- アーカイブ --*/

.postdate {
	text-align: right;
}

.category-works {
}

/*===========================================
	オリジナルスタイル
===========================================*/

/*-- ボタン並列 --*/

#sub_content .entry ul.bt_parallel {
	margin: 25px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

.entry ul.bt_parallel li {
	display: inline;
	padding: 5px 3px;
	overflow: hidden;
}

/*===========================================
	ウィジェット
===========================================*/

/*-- 制作実績 --*/

.decoweb_single_image_list_widget {
	margin: 15px auto;
	font-size: 1.2em;
	line-height: 150%;
}

.decoweb_single_image_list_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.decoweb_single_image_list_widget ul li {
	margin: 5px 10px;
	border-bottom: 1px dotted #ccc;
}

span.title {
	display: block;
}

span.excerpt {
	display: block;
	margin: 5px 0 10px 0;
}

.readmore {
	text-align: right;
	margin: 10px;
}

/*-- 新サービス --*/

.decoweb_page_widget {
	margin: 15px 10px;
	font-size: 1.2em;
	line-height: 150%;
}

.decoweb_page_widget h3 {
	background: url("images/page_widget_h3_back.gif") no-repeat left top;
	padding: 3px 0 3px 28px;
	font-size: 1.1em;
}

.decoweb_page_widget p {
	margin-left: 5px;
}

/*-- バナー --*/

.decoweb_banner_widget {
	margin: 15px auto;
}

.decoweb_banner_widget img {
	margin-bottom: 10px;
}

/*===========================================
	clearfix
===========================================*/

.clearfix:after,
.clear:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix,
* html .clear {
    height: 1px;
}

.clear {
	clear: both;
}
