@charset "utf-8";

/* ---------------------------------------------------
Theme Name: Mileage
Description: coporate design.
Date: 20090514
Version: 1.0
Author: ZERO WEB
Author URI: http://www.mileage-guide.com
Tags: blue,white
---------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#fff;
	font-size: 12px;
	color:#464646;
	line-height: 20px;
}

.postmetadataalt {
	border:1px solid #6890bb;
	padding:7px;
}

.partner {
	border:1px solid #6890bb;
	margin:25px;
	padding:7px;
}

img {
	border: none;
}

a {
	color: #36B2e6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

h1,h2,h3,h4 {
	font-size: 100%;
}

.wrapper {
	width:970px;
	text-align:left;
	margin: 0px auto;
	padding: 0pz;
	background:url(images/main_bg.gif) left top repeat-y;
}


/*ヘッダー*/

#header {
	margin: 0px;
	padding: 35px 10px 0px;
	background:url(images/top_bg.jpg) left top no-repeat;
}
#header_logo {
	float: left;
}

#header h2 {
	color:#FFFFFF;
	vertical-align:top;
	padding:0px 0px 0px 100px;
	font-size: 12px;
	font-weight: bold;
}
#header_search {
	float: right;
	padding: 10px 20px 0px;
}

#head_nav {
	text-align: right;
	overflow: hidden;
	border-bottom: solid 5px #224bb4;
	width: 100%;
	height:25px;
}
#head_nav ul {
	list-style: none;
	padding: 0px 0px 0px 530px;
	margin: 0px;
}
#head_nav ul li {
	background: url(images/bg_headnav.gif) no-repeat #ffffff;
	padding: 7px 7px 5px 30px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	line-height: 12px;
	float: left;
}
#head_nav ul li a {
	color: #224bb4;
}

#header_add {
	padding: 5px 60px 10px;
}

/*パンくず*/

#pankuz {
	padding: 5px 30px;
	margin: 0px;
}

#pankuz ul {
	list-style: none;
}

#pankuz ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: inline;
}

#container {
	width: 945px;
	padding: 10px 5px 10px 20px;
}

/*メインコンテンツ*/
.main {
	width: 540px;
	text-align:left;
	float: left;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	color: #224bb4;
	border-bottom: solid 2px #224bb4;
	padding: 8px 0px 3px 15px;
}

.entry_head h4 {
	background: url(images/title_bg.gif) repeat-x;
	height: 24px;
	margin: 0px;
	padding: 6px 0px 0px 15px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #cccccc;
}

.entry_head h4 a:link, .entry_head h4 a:visited {
	color: #666666;
	text-decoration: none;
}

.entry_head h4 a:hover {
	color: #666666;
	text-decoration: underline;
}

.date {
	color:#36454c;
	font-size: 10px;
	padding:10px 5px 5px 15px;
	text-align: right;
}

.content_txt {
	margin-bottom:15px;
	padding:13px 10px 0px;
	overflow: hidden;
}
.content_txt h4 {
	font-size: 14px;
	font-weight: bold;
	background: url(images/list.gif) no-repeat scroll 3px 50%;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 20px;
}

.content_txt p {
	margin: 0px 0px 10px;
	line-height: 22px;
}
.content_txt p.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.content_txt p.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.content_txt p.title {
	font-size: 14px;
	font-weight: bold;
	background: url(images/list.gif) no-repeat scroll 3px 50%;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 20px;
}
.content_txt p.subtitle {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #2C9EDD;
}

.content_txt b a {
	color:#23385a;
	font-weight:400;
	text-decoration:underline;
}

.content_txt b a:hover {
	color:#252e3f;
	font-weight:400;
	text-decoration:none;
}

.content_txt ul {
	padding: 5px 0px 5px 10px;
}

.content_txt li {
	line-height:16px;
	margin:0px 0px 5px 15px;
}

.content_txt ul li a {
	text-decoration:underline;
	color:#23385a;
}

.content_txt ul.note {
}

.content_txt ul.note li {
	list-style: none;
	background: url(images/li_note.gif) no-repeat;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	line-height: 13px;
	color: #464646;
	margin: 0px;
}

.content_txt table {
	background: #666666;
	margin: 10px 0px 20px 20px;
}
.content_txt table table {
	margin: 0px;
}
.content_txt table td {
	background: #FFFFFF;
	padding: 5px;
}

.content_txt table th {
	background: #9FCBFC;
	padding: 3px;
}
.content_txt table th .left {
	text-align: left;
}
.content_txt .td_g1 {
	background: #cccccc;
}

.content_txt .td_g2 {
	background: #cccccc;
}

.content_txt .st-related-posts_title {
	margin:20px 0px 0px;
	padding:0px 0px 0px 15px;
	background: url(images/arrow-list-red.gif) no-repeat;
	color: #960524;
	font-weight: bold;
	line-height: 14px;
}

.content_txt .st-related-posts {
	padding: 5px 15px;

}
.content_txt .st-related-posts li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 0px;
}

.content_txt .card_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.content_txt .card_bunner {
	width: 470px;
	margin: 5px auto;
}


.entry_bottom {
	padding: 5px 10px;
}

.cat {
	text-align: right;
}

.entry_bottom .ranking {
	padding: 5px;
}
.entry_bottom .ranking img {
	padding: 0px 5px 0px 0px;
}

.entry_bottom .add {
	padding: 5px 0px;
	text-align: left;
}


/*サイドバー*/
.sidebars {
	float: right;
	width: 390px;
}
.sidebars .add {
	padding: 5px 10px;
}
.sidebar {
	width:180px;
	margin: 0px 15px 0px 0px;
	vertical-align:top;
	text-align:left;
	float: left;
}


.sidebar h3 {
	border: 1px solid #0066CC;
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	;
	padding: 3px;
}

.sidebar h4 {
	padding: 0px 5px;
}

.sidebar p {
	padding: 0px 5px 10px;
}
.widget_style {
	vertical-align:top;
	text-align:left;
	padding:0px 0px 10px;
}

.widget_style .add{
	width: 160px;
	margin: 10px auto;
}
.widget_style .add2{
	width: 125px;
	margin: 5px auto;
}

.widget_style ul {
	padding: 10px 0px 0px 5px;
	margin: 0px;
}

.widget_style ul li {
	background: url(images/list_bg1.gif) no-repeat 0px 3px;
	color:#426672;
	padding: 0px 0px 5px 12px;
	list-style: none;
	vertical-align: top;
}

.widget_style ul li a {
	text-decoration:none;
	color:#426672;
}

.widget_style li a:hover {
	color:#2e4263;
	text-decoration:none;
	background: #FFFFCC;
}
.widget_style .banner {
	padding: 5px 0px;
}

.widget_style .detail {
	text-align: right;
	padding: 3px 5px;
}



/*コメント*/

.comment {
	color:#23385a;
	font-weight:700;
	text-transform:uppercase;
	font-size:1em;
	padding:0;
}

.comment a {
	color:#23385a;
	font-weight:700;
	text-decoration:underline;
}

.comment a:hover {
	color:#252e3f;
	font-weight:700;
	text-decoration:none;
}


/*検索フォーム*/

.search_bg {
	height:36px;
	width:463px;
	vertical-align:top;
}
#search_result {
	width: 860px;
	margin: 5px auto;
}
#search {
	vertical-align:top;
	color:#000;
	padding:0;
}

#search input {
	background:url(images/search-bg.gif) no-repeat top;
	font-size:11px;
	color:#296201;
	font-family:Trebuchet Ms, Arial, Helvetica, sans-serif;
	width:150px;
	height:18px;
	vertical-align:middle;
	border:2px solid #384c50;
	margin:0 4px 0 12px;
}

#search .input {
	width:30px;
	height:20px;
	background:none;
	border:none;
	vertical-align:middle;
}

#searchform {
	vertical-align: top;
	text-align: left;
	margin:0px;
	padding: 15px 0px;
}

#searchform input {
	font-size:11px;
	color:#464646;
	font-family:Trebuchet Ms, Arial, Helvetica, sans-serif;
	width:140px;
	height:15px;
	margin:  0px 15px 0px;
	padding: 0px;
}


#searchform .input {
	width: 45px;
	height: 20px;
	vertical-align:top;
	margin:0;
	padding:0;
}

.header #searchform {
	margin:0px;
	padding:0px 0px 0px 250px;
}

.navigation {
	padding: 5px 10px;
	margin: 0px;
}

.navigation .alignleft {
	float: left;
	margin: 0px;
}

.navigation .alignright {
	float: right;
	margin: 0px;
}

.adsence_top {
	overflow: hidden;
}

.adsence_l {
	padding: 10px 0px;
	float: left;
}

.adsence_r {
	padding: 10px 0px;
	float: right;
}

#keywords {
	margin: 0px;
	padding: 5px;
	text-align: center;
}


/*トップページ*/
.top_menu {
	padding: 10px 15px 10px;
	overflow: hidden;
	width: 510px;
}
.top_menu p {
	line-height: 16px;
}
.top_menu_left {
	float: left;
	width: 233px;
	padding: 5px;
	border: solid 1px #a6d0e7;
	background: url(images/bg_topmenu.gif) repeat-x #d2ebf9;
}
.top_menu_right {
	float: right;
	width: 233px;
	padding: 5px;
	border: solid 1px #a6d0e7;
	background: url(images/bg_topmenu.gif) repeat-x #d2ebf9;
}
.top_menu .icon {
	float: left;
	height: 60px;
	padding: 0px 5px 0px 0px;
}
.top_menu h3 {
	font-size: 14px;
	border: none;
	padding: 0px 0px 3px;
}
.top_menu h4 {
	font-weight: normal;
	line-height: 16px;
}
.top_menu .detail {
	clear: both;
	text-align: right;
}
.top_menu a {
	color: #224bb4;
}


.top_lead {
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 18px;
}

.top_contents {
	width: 560px;
	margin: 5px auto;
}
.top_contents .title {
	background: #BBE4F7;
	padding: 5px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

.top_contents ul li {
	margin: 5px 0px 0px 40px;
	padding: 0px 0px 0px 10px;
	background: url(images/ckeck.gif) no-repeat 3px;
	list-style: none;
}

.top_contents .left{
	width: 260px;
	float: left;
	margin: 0px 0px 15px;
}

.top_contents .right {
	float: right;
	width: 260px;
	margin: 0px 0px 15px;
}

/*フッター*/
#foot_add {
	clear: both;
	text-align: center;
	width: 740px;
	padding: 15px 0px ;
	margin: 0px auto;
}

#foot_navi {
	background: url(images/foot_navi_bg.gif) repeat-x;
	height: 30px;
	width: 440px;
	margin: 10px auto;
	padding: 0px 0px 0px 510px;
}
#foot_navi ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#foot_navi ul li {
	float: left;
	padding: 5px 10px;
}
#foot_navi ul li a {
	color: #464646;
}

.footer {
	background: #FFFFFF url(images/foot_bg.jpg) top no-repeat;
	width:970px;
	height:60px;
	color:#324765;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

/*ページナビ*/
.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6EABF0;
	color: #6EABF0;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6EABF0;
	color: #6EABF0;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #6EABF0;
	color: #FFFFFF;
	background-color: #6EABF0;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6EABF0;
	color: #6EABF0;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #6EABF0;
	border: 1px solid #6EABF0;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #6EABF0;
	color: #FFFFFF;
	background-color: #6EABF0;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
