@charset "utf-8";/* エスケープ */
/*
	--------------------------------
	- Table of Contents -
	インポート
		WP管理のキャンペーンCSS
		- /wordpress/wp-content/themes/ga01/campaign.css
	--------------------------------
*/
@import "../../wordpress/wp-content/themes/ga01.3/campaign.css";

/*---------------------------------------------
 メイン画像設定
---------------------------------------------*/
#topMain h2 {
	z-index: 1;
	position: relative;
}

/*---------------------------------------------
 メイン記事エリア
---------------------------------------------*/
#topSecondArea {
	margin: 0 0 0 0;
}

#secondMain {
	width: 705px;
	margin: 0;
	padding: 0 12px 0 0;
}

h2 {
	margin: 0;
}

/*---------------------------------------------
 メイン記事タイトル
---------------------------------------------*/
#secondMain #theme_photo {
	margin: 0;
	padding: 197px 0 0 0;
	width: 705px;
	background: #fff url(../images/secondMain_back.jpg) no-repeat left top;
}

#secondMain #theme_photo #the_title {
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 65px;
	min-height: 46px;
	border: solid 4px #dcdcdc;
	background: #3ABDD4 url(../../common/images/the_title_back.jpg) repeat-y left top;
}

#the_title h1 {
	color: #fff;
	padding: 0;
}

#the_title #the_date {
	color: #fff;
	width: 607px;
	padding: 0.2em 0 0 0;
	margin: 0.2em 0 0 0;
	border-top: solid 1px #ccc;
	text-align: right;
}

/*---------------------------------------------
 第二階層メインコピー＆ビジュアル用
---------------------------------------------*/
#topSecondArea #secondLayerMain {
	margin: 0 0 22px 0;
}

#topSecondArea #secondLayerMain #copyArea, 
#topSecondArea #secondLayerMain #photoArea {
}


/*---------------------------------------------
 第二階層での第三階層リスト表示エリア
---------------------------------------------*/
#secondTop {
	/* width: 705px; */
	margin: 0;
	padding: 0;
	background: #fff url(../../entry/images/secondMainBack.jpg) no-repeat center bottom;
}
* html #secondTop {
	width: 715px;
	margin: 0 -10px 0 -10px;
}


/*---------------------------------------------
 第二階層での第三階層リスト
---------------------------------------------*/
#secondMain .secondBox {
	padding: 10px 0 0 0;
	margin: 0 0 10px 10px;
}

#secondMain .topLine {
	border-top: 1px dotted #000;
}

#secondMain dl.archiveList {
	overflow: hidden;
	padding: 0 10px 0 10px;
	line-height: 160%;
}
#secondMain dl.archiveList dt {
	float: left;
	text-align: right;
}
#secondMain dl.archiveList dd {  
	margin: 0 0 0 5em;
	padding: 0 0 0 16px;
	background: url('../../common/images/mark_blue.gif') no-repeat left top;
}
* html #secondMain dl.archiveList dd {
	text-indent: -2px;
	padding: 0 0 0 16px;
}
#secondMain dl.archiveList dd a {
	color: #646464;
	text-decoration: none;
}
#secondMain dl.archiveList dd a:hover {
	color: #008C9A;
	text-decoration: underline;
}


/*---------------------------------------------
 第二階層ページング
---------------------------------------------*/
#secondMain .pagingBox {
	text-align: center;
	padding: 4px 0;
}



