@charset "UTF-8";
/*-----------------------------------------
幻デザイン事務所  インターネットニュース CSS
制作者：幻デザイン事務所
更新日：2009年6月27日
-------------------------------------------
目次：
・左カラム
・右カラム
・ページナビ
------------------------------------------*/

/*---------------------------------
　　　・左カラム
---------------------------------*/
#middle_left {
	width: 700px;
	float: left;
	background-image: url(/images/01top/left_back.jpg);
	background-repeat: repeat-y;
}

#middle_left h2 {
	font-size: 1px;
	font-weight: normal;
	height: 80px;
	margin-bottom: 20px;
}

#middle_left ul {
	margin-left: 7px;
}

#middle_left li {
	list-style-type: none;
	line-height: 1.5em;
	margin-bottom: 7px;
	padding-left: 15px;
	list-style-position: inside;
	background-image: url(/images/12news/icon02.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.name01 {
	text-align: right;
	margin-bottom: 20px;
}

#middle_left h3 {
	font-size: 1.3em;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#middle_left h3 a:link {
	text-decoration: none;
}

#middle_left h3 a:visited {
	text-decoration: none;
}

#middle_left h3 a:hover {
	text-decoration: none;
}

.text_wrap {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 2em;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

.text_wrap img {
	margin-bottom: 15px;
}

.day {
	margin-bottom: 10px;
}

blockquote {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 15px;
}

#middle_left h4 {
	font-size: 1em;
	margin-top: 30px;
}

.line01 {
	margin-bottom: 25px;
}


/*---------------------------------
　　　・右カラム
---------------------------------*/

.news_menu01 {
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 32px;
	line-height: 1.5em;
	font-size: 0.9em;
	background-image: url(/images/right/line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.news_menu01 li {
	list-style-type: none;
	padding-left: 13px;
	padding-bottom: 5px;
	background-image: url(/images/12news/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


.news_menu02 {
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 32px;
	line-height: 1.5em;
	font-size: 0.9em;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.news_menu02 li {
	list-style-type: none;
	padding-left: 13px;
	padding-bottom: 5px;
	background-image: url(/images/12news/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/*---------------------------------
　　　　　ページナビ
---------------------------------*/
.wp-pagenavi {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 0.9em;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #FF0000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 5px;
	margin: 2px 2px 2px 2px;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
