@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/* background:transparent; */
}
body {
	line-height:1;
	background: url(../images/bgBodyAll.jpg) repeat-x;
}

th,td {
	font-weight: normal;
	padding: 0.5em;
	vertical-align: top;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	text-decoration:none;
	/* background:transparent; */
}



del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #db630d;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	visibility: hidden;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: bottom;
}

/* ---------------------------------------(=1)
    1. 全体、リンク
   ---------------------------------------- */
html {}



body {
	margin: 0;
	padding: 0;
	font: 15px 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	line-height: 1.5;
	/* background-color:transparent; */
	color: #333;
	min-height: 100%;
}

body#topBody {
	background: url(../images/bgBody.png) no-repeat center top;
}

/*html:\66irst-child body {
	font-size:12px; safari only \
}*/

*+html body {
    font-family:
               Arial,
               Helvetica,
               Clean,
               Meiryo,
               "メイリオ",
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴ Pro W3",
			   "ヒラギノ角ゴ ProN W3",
               Osaka,
               "MS P Gothic",
               "ＭＳ Ｐゴシック",
               sans-serif;
}



legend { display: none; }

/*
input, textarea, select { font-size: 99%; }
textarea { font-family: "ＭＳ ゴシック", monospace; }
*/

label { cursor: pointer; }


/* 以下追記部分
--------------------------------------------------------------------------------*/

a { color: #192f60; text-decoration: underline;}
a:visited { color: #3e0c0c; }
a:active {color: #192f60; }
a:hover { color: #3e0c0c; }

a {
/*\*/
   overflow: hidden;
/**/
}


th {
	text-align: left;
}

ol {
	/*margin-left: 25px;*/
}

li {
	list-style-type: none;
	line-height: 1.5;
}



hr {
	visibility: hidden;
	height: 0;
	clear: both;
	padding: 0;
	margin: 0;
}
	
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";
}

nav a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
}

/*   クリアフィックス clearfix

*************************************************/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
 /*   フォント設定
*************************************************/

h1 {
	font-size:12px;
	font-weight: 100;
	padding-top:10px;
}

h1 {
	color:#fff;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	
}

h4 {
	font-size: 17px;
	font-weight: bold;
}
 
p {
	font-size: 15px;
	margin-bottom:1em;
}
 
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

div.inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
}



header#topHeader {
	width: 100%;
	height: 445px;
	background: url(../images/bgTopHeader.jpg) no-repeat center #000;
}

header#Header {
	width:100%;
	height: 125px;
	background: url(../images/bgKaso.jpg);
}

header#Header p#SiteLogo {
	position:absolute;
	top: 40px;
	left:0;
}

ul#headerList {
	font-size:12px;
	width: 220px;
	position: absolute;
	right: 0;
	top:0;
	display: block;
	padding-top: 10px;
}

ul#headerList li {
	float: right;
}

ul#headerList li a {
	background: url(../images/img_arrow2.png) no-repeat 0 5px;
	padding-left: 20px;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
}




nav#gnav {
	width: 100%;
	background: url(../images/bg_gnav.png) repeat-x;
	height:55px;
	margin-bottom:40px;
}

nav#gnav ul {
	width: 940px;
	height: 55px;
	display: block;
	margin: 0 auto;
}

nav#gnav ul li {
	float: left;
}

#wrapper {
	width: 100%;
}


p#toPageTop {
	text-align: right;
	clear: both;
	width:940px;
	margin: 0 auto 0.5em;
}

footer#footer {
	width: 100%;
	height: 65px;
	background: #0c1f3e;
	color: #FFF;
	
	padding-top:35px; 
}

footer#footer p {
	line-height: 1.4;
	font-size: 11px;
	margin-bottom: 0;
}

#mainContents {
	width: 620px;
	float: left;
}

#sideBar {
	width: 300px;
	float: right;
}

article.articleBlock {
	width: 620px;
	margin-bottom: 30px;
	position: relative;
}

p.articleReadMore {
	text-align: right;
}

p.articleReadMore a {
	font-size:12px;
	color: #fff;
	background: #192f60;
	border-radius: 2px;
	padding:3px 8px;
	text-decoration: none;
}

p.articleReadMore a:hover {
	background: #3e0c0c;
}

article.articleBlock h2 {
	display: block;
	background: #007bbb;
	width: 580px;
	padding: 8px 20px 0;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	color: #fff;
	text-shadow: 0px 1px 2px #004d75;
	border-radius: 4px 4px 0 0;
	height: 25px;
}

div.articleInner {
	padding: 19px 19px 5px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-radius: 0 0 4px 4px;
}

div.lined {
	border-right:1px solid #007bbb;
	border-bottom:1px solid #007bbb;
	border-left:1px solid #007bbb;
}

div.colored {
	border-right:1px solid #d9eef9;
	border-bottom:1px solid #d9eef9;
	border-left:1px solid #d9eef9;
	background: #d9eef9;
	padding:19px 14px 5px;
}

div.articleInner h3 span {
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
}

div.articleInner h3 {
	margin-bottom: 20px;
}

article.bookBlock {
	width: 285px;
	float: left;
	margin-right: 20px;
	position: relative;
	padding-bottom: 20px;
}

article.bookBlock a {
	text-decoration: none;
}

article.bookBlock:nth-child(2n) {
	margin-right: 0;
}

article.bookBlock figure {
	display: block;
	width: 140px;
	overflow: hidden;
	max-height: 195px;
	float: left;
}

article.bookBlock dl {
	width: 150px;
	margin-left: 135px;
}

article.bookBlock dl dt {
	font-size: 15px;
	line-height: 1.2;
	height: 2.7em;
	font-weight: bold;
}

article.bookBlock dl dd {
	padding:0;
	margin-bottom: 1em;
	width:150px;
}

article.bookBlock dl dd p {
	font-size: 12px;
	height: 8em;
	overflow: hidden;
}

article.bookBlock dl dd span.bookPrice {
	color: #bb002c;
	font-weight: bold;
	font-size: 15px;
}

article.bookBlock dl dd a.toAmazon {
	font-size:12px;
	color: #fff;
	background: #192f60;
	border-radius: 2px;
	padding: 0.5em 0;
	display: block;
	text-align: center;
}

article.bookBlock a.toAmazon:hover {
	background: #3e0c0c;
}

p.gotoListPage {
	position: absolute;
	right: 0;
	top: 0;
}

p.gotoListPage a {
	height: 25px;
	font-size: 12px;
	padding: 12px 20px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	background: url(../images/bg_gnav.png) repeat-x;
	height:21px;
	line-height: 1;
	display: block;
	width: 120px;
}

p.gotoListPage a:hover {
	background: #3e0c0c;
}

nav#breadCrumbs {
	width: 940px;
	margin: -24px auto 0;
	height: 55px;
	font-size: 12px;
	display: block;
}

nav#breadCrumbs ul li {
	float:left;
	margin-right: 12px;
}

nav#breadCrumbs ul li:after {
	content:"　/";
}

nav#breadCrumbs ul li:last-child:after {
	content: none;
}

nav#breadCrumbs ul li:first-child a {
	padding-left:20px;
	background:url(../images/bgBreadCrumbs.png) no-repeat 0 2px;
}

/* サイドバー
******************************************/

#rectangleBanner {
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
	
}

#twitterBox {
	width: 300px;
	margin-bottom: 20px;
}

#otherBanners li{
	margin-bottom: 20px;
}

#otherBanners li span {
	margin-top: -5px;
	font-size:15px;
	line-height: 1;
	display: block;
}

ul#localNav {
	width: 300px;
	border: 1px solid #c5c5c5;
	border-radius:3px;
	background:#f5f5f5;
	margin-bottom:20px;
}

ul#localNav li a {
	padding: 14px 20px;
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #c5c5c5;
	text-shadow: 0px 1px 0 #fff;
}

ul#localNav li.current a {
	background: #d4d4d4;
}

ul#localNav li:last-child a {
	border-bottom:none;
}

ul#localNav li.current ul li a,
ul#localNav li ul li a {
	background: url(../images/bgkasolist.png) #333333 repeat-y left;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
	border-bottom: 1px solid #4c4c4c;
}
ul#localNav li.current ul li a:hover,
ul#localNav li ul li a:hover {
	background:url(../images/bgkasolist.png) #515151 repeat-y left;
}

ul#localNav li.current ul li.current a,
ul#localNav li ul li.current a {
	background: url(../images/bgCurrent.png) #6b6b6b no-repeat left;
}
	






/* 理念
******************************************/

h2#philosophy_h2 {
	margin-bottom: 10px;
}

h3.h3Philosophy {

	background: url(../images/bgh3philosophy.png) no-repeat 0 4px;
	border-bottom: 1px dotted #007cbc;
	padding-bottom: 3px;
	padding-left: 10px;
}

div.philosophyBlock {
	padding: 20px 10px;
}

p#philosohy_h3 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	letter-spacing:0.2em;
	margin-bottom:40px;
	margin-left: 3px;
}

article.articleBlock h2 a {
	color: #fff;
	text-decoration: none;
}

dl#accordion h4 {
	color: #192f60;
	font-weight:bold;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

dl#accordion h4:hover {
	
}

div.philosophyBody {
	padding:1em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}

div.philosophyBody p:last-child {
	text-align: right;
}

dl#accordion dt {
	padding-bottom: 10px;
}

ul#philosolyTopList li a {
	color: #192f60;
	font-weight:bold;
	background:url(../images/icon_accordion.png) no-repeat 0 21px;
	padding-left: 23px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #ccc;
	display: block;
	text-decoration: none;
}

ul#philosolyTopList li:last-child a {
	border-bottom:none;
}


/*コラム*/

h2#Column_h2 {
	margin-bottom: 50px;
}

h3.h3Column {
background: url(../images/bgh3philosophy.png) no-repeat 0 4px;
border-bottom: 1px dotted #007cbc;
padding-bottom: 3px;
padding-left: 10px;
}

div#ColumnBody {
	padding: 30px 10px;
}


/*レポート*/

ul#reportIndex {
	padding: 10px;
}

ul#reportIndex li{
	border-bottom: 1px dotted #ccc;
	padding:15px 0;
}

ul#reportIndex li span {
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
}
	
	
/*書籍トップ*/

article.iShoten {
	padding:10px 10px 30px;
	clear: both;
	margin-bottom:20px;
	border-bottom: 1px dotted #ccc;
}

article.iShoten figure {
	width: 120px;
	float: left;
	padding:2px;
	box-shadow: 1px 1px 1.4px #ccc;
}

article.iShoten dl {
	width: 450px;
	margin-left: 150px;
}

article.iShoten dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

article.iShoten dl dt a {
	text-decoration: none;
}

article.iShoten dl dd.bookPrice {
	color: #bb002c;
	font-weight: bold;
	font-size: 15px;
	padding-bottom:1em;
}

article.iShoten dl dd a.toAmazon {

	font-size: 12px;
	color: #fff;
	background: #192f60;
	border-radius: 2px;
	padding: 0.5em 0;
	display: block;
	text-align: center;
	text-decoration: none;
}

article.iShoten dl dd a.toAmazon:hover {
	background: #3e0c0c;
}

/*書目*/

div#BooksPagebody {
	padding:10px;
}

div#BooksPagebody h3 {
	background: url(../images/bgh3philosophy.png) no-repeat 0 4px;
border-bottom: 1px dotted #007cbc;
padding-bottom: 3px;
padding-left: 10px;
}

div#BooksPagebody ul {
	padding:30px 0 10px;
}

div#BooksPagebody ul li span {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

div#BooksPagebody ul li {
	margin-bottom:1em;
	color:#666;
}



/*プロフィール*/

div#profBody p{
	clear: both;
}

img.leftImg {
	float:left;
	margin: 10px 10px 10px 0;
}

img.fightImage {
	float: right;
	margin: 10px 0 10px 10px;
}

table.profileTable {
	clear: both;
}

h3.profName {
	padding-top:50px;
	font-size: 21px;
	letter-spacing: 0.3em;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	margin-bottom: 15px;
}
p.subInfo,
p.subInfo2 {
	font-size: 14px;
}

div#reportVisual {
	background:url(../images/bgReport.jpg) no-repeat top right;
	height:200px;
}

div#aboutThis {
	padding: 20px 20px 5px;
	margin: 50px 10px 30px;
	font-size: 12px;
	border: 1px solid #1d4d9c;
	border-radius: 4px;
}

div#aboutThis p {
	font-size:12px;
}

dl#policy {
	margin: 80px 10px 0;
	}

dl#policy dt {
	color: #1d4d9c;
	font-size:15px;
	font-weight: bold;
	
}

dl#policy dd {
	font-size: 12px;
	margin-bottom:2em;
}

div.siteMapbox {
	display:block;
	margin:80px 10px;
}

div.siteMapbox ul li {
	line-height:1.5;
	margin-bottom:1.5em;
	
}

div.siteMapbox ul li a {
	background:url(../images/img_arrow.png) no-repeat 0 8px;
	padding-left: 15px;
}

div.siteMapbox ul li ul {
	padding-top:0.5em;
	
}

div.siteMapbox ul li ul li {
	padding-left: 2em;
	margin-bottom:1em;
}

div.reportBody {
	width: 600px;
	padding: 30px 0;
}

div.reportBody p {
	clear:both;
}

div.reportBody img {

	margin-bottom: 20px;
	max-width: 600px!important;
}