@charset "utf-8";


/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	font-size: 100%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif;
	color:#333333;
	width:100%;
	min-width:960px;
	line-height:1.3;
}
a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.cover img {
	border:1px solid #cccccc;
	padding:1px;
	background:#ffffff;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 30px;
	margin-bottom: 1em;
}
.bgW {background:#FFFFFF;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}

.cf:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}

.cf {
display: inline-table;
min-height: 1%;
}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}

/*-------------
header
-------------*/
#header { 
	width: 100%;
}
#header-top {
	width:960px;
	margin:0 auto;
	position:relative;
}

#header-top h1 { 
	/*padding-top: 29px;*/
	padding-top: 42px;
}
#header-top p {
	padding-top: 3px; 
	color: #797979;
}
#header-top ul {
	text-align: right;
	/*padding:30px 0 20px;*/
	padding:20px 0;
}
#header-top ul li { 
	display: inline;
	padding-left:10px;
}

#header-top ul li:first-of-type {
	margin-bottom: 5px;
	display: block;
}
#header-top #fishJet {
	position:absolute;
	left:224px;
	/*top:0px;*/
	top:33px;
	z-index:1;
}


/*-------------
contents
-------------*/
#containerWrap {
	background:#ffffff;
	border-top: 10px solid #CC0011;
}
#container {
	width:1000px;
	margin:0 auto;
}
#contents { 
	width: 100%;
}
.box {
	background: #fff;
	clear:both;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}
.pTop {
	text-align:right;
	clear:both;
}
.toBack {	
	border:1px solid #d1d1d1;
	background:#e6e6e6;
	color:#333333;
	font-size:75%;
	text-align:right;
	float:right;
	margin:0 0 65px;
}
.toBack a {
	padding:9px 15px;
	display:block;
	text-decoration:none;
	color:#333333;
}
.toBack a:hover {
	text-decoration:underline;
}
/*-------------
sidebar
-------------*/
#sidebar {
	float: left;
	width: 224px;
	margin-bottom: 15px;
}

#sidebar #bnr li{
	margin-bottom: 5px;
}
#sidebar .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}

#sidebar .side-nav ul{
	padding: 5px 10px 10px;
}

#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	border-bottom: 1px dotted #ccc;
	background: url(img/icon_circle_blue.gif) no-repeat left center;
}
#sidebar .free-space {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
}
#sidebar .free-space h2 {
	padding: 6px 10px;
	background: url(img/bg_side_ttl_info.gif) no-repeat left bottom;
	color: #fff;
	font-size: 1.2em;
}
#sidebar .free-space .textwidget {
	padding: 10px;
	font-size: 1.2em;
}
 
/*-------------
pagination
-------------*/
.wp-pagenavi {
	clear:both;
	padding-top:15px;
	text-align: right;
}
.wp-pagenavi a,
.wp-pagenavi .pages,
.wp-pagenavi .current {
	margin-right:4px;
	padding:3px 6px;
	border:1px solid #ccc;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color: #000;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color:#fff;
	background:#000;
}

/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: 3px solid #1a1a1a;
	background: #f3f3f3;
}
#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #333333;
	font-size:62.5%;
	text-align: right;
}
