@charset "utf-8";

/*
============================================================
index.css
------------------------------------------------------------

■ 左カラム
■all
■ancArea

作成日：2014.07.25
作成者：kurokochi
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

============================================================
*/

/* ---------------------------------------------------------
■ 左カラム
--------------------------------------------------------- */
.columnLeft ul li {
	padding: 0 0 5px; }
	
.columnLeft li a {
	color: #555; }
	
.columnLeft li a:hover {
	color: #555;
	text-decoration: underline; }
	
.columnLeft ul .now {
	color: #222;
	font-weight: bold; }




/* ---------------------------------------------------------
■all
--------------------------------------------------------- */
#contentsMainInner {
	padding-bottom: 100px; }
	
#contentsMainInner h3 {
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc; }

#contentsMainInner h4 {
	color: #222222;
	font-size: 100%;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0 5px; }
		
#contentsMainInner h5 {
	color: #222222;
	font-size: 83%;
	font-weight: bold;
	margin: 10px 0 5px; }
	
#contentsMainInner .text {
	color: #555555;
	font-size: 83%;
	line-height: 20px; }




/* ---------------------------------------------------------
■privacybox
--------------------------------------------------------- */
#privacy-box {
	overflow: hidden;
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc; }

#privacy-box img {
	float: left;
	width: 58px;
	margin: 0 15px 10px 0; }

#privacy-box p {
	margin-top: 10px; }




/* ---------------------------------------------------------
■ancArea
--------------------------------------------------------- */
.ancSpace{
	padding: 80px 0 0;
	margin: -80px 0 0;}

.ancArea ul {
	overflow: hidden; 
	zoom: 1; }
	
.ancArea ul li {
	float: left;
	width: 33%;
	margin-bottom: 5px; }
	
.ancArea ul li a {
	padding-left: 10px;
	color: #555555;
	line-height: 19px;
	text-decoration: none;
	background:url(/images/common/icon_arrow.jpg) no-repeat 0 0; }
	
.ancArea ul li a:hover {
	color: #222222;
	text-decoration: underline;
	background-position: left -29px; }

.clear {
	clear: both; }

a.grayAnc {
	color: #555555;
	text-decoration: underline; }
	
a.grayAnc:hover {
	color: #555555;
	text-decoration: none; }