@charset "UTF-8";
/*-----------------------------------------
VIDEO POLICE  Blogページ　スタイルシート
更新日：2009年4月28日
-------------------------------------------
目次：

・メインコンテンツ内容・左右
------------------------------------------*/

/*-----------------------------------
　　・メインコンテンツ左右設定
------------------------------------*/

#main_content {
	clear: both;
	width: 950px;
	background-image: url(/images/blog/main01.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#main_content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main_content {
    height: 1em;
    overflow: visible;
}
/**/

/*---------------------------------
　　　　　左カラム
---------------------------------*/

#left_wrap {
	float: left;
	width: 200px;
	background-repeat: repeat-y;
}

#left_wrap a:link {
	color:#EEEEEE;
	text-decoration: underline;
}

#left_wrap a:visited {
	color:#EEEEEE;
}

#left_wrap a:hover {
	color:#FF3300;
	text-decoration: underline;
}

#left_wrap h2 {
	margin-bottom: 7px;
}

#left_wrap #top01 {
	margin-top: 15px;
}

#left_wrap p {
	line-height: 1.2em;
	color: #EEEEEE;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#left_wrap ul {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	color: #EEEEEE;
	width: 170px;
	margin-bottom: 25px;
}

#left_wrap li {
	list-style-type: none;
	background-image: url(/images/blog/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/*---------------------------------
　　　　　右カラム
---------------------------------*/

#right_wrap {
	float: right;
	width: 715px;
}

.text_wrap {
	width: 715px;
	margin-top: 15px;
}

.top_box {
	width: 715px;
	background-color: #FF7F00;
}

.top_box a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.top_box a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.top_box a:hover {
	color:#000000;
	text-decoration: underline;
}

.top_box h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-right: 25px;
	padding-left: 25px;
}

.top_box p {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FF9900;
}

.text_box {
	clear: both;
	line-height: 1.8em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	width: 655px;
}

.text_box img {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

.text_box a:link {
	color:#171717;
	text-decoration: underline;
}

.text_box a:visited {
	color:#171717;
}

.text_box a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.kanren {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.kanren h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

.kanren ul {
}

.kanren li {
	background-image: url(/images/blog/icon02.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 5px;
}

.under_box {
	color:#FFFFFF;
	background-color: #FF9900;
	margin-bottom: 50px;
	width: 655px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.under_box a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.under_box a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.under_box a:hover {
	color:#000000;
	text-decoration: underline;
}

/*---------------------------------
　　　　　ページナビ
---------------------------------*/
.wp-pagenavi {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 665px;
	background-color: #FF7F00;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	border: 1px solid #666666;
	color: #333333;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #333333;
	background-color: #EEEEEE;
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #EEEEEE;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #FF0000;
	background-color: #EEEEEE;
}

.wp-pagenavi span.pages {
	color: #333333;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #666666;
	color: #333333;
	background-color: #EEEEEE;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #666666;
	color: #333333;
	background-color: #EEEEEE;
}
