@charset "utf-8";
/*
Theme Name: KICD - 近藤文化・外交研究所
Theme URI:  
Description:  
Version:  1.0
Author: 100show-ikki
Tags:  
*/

@import url("css/post.css");

/* Initialization
===================================================== */
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,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:  82%;
	line-height:  160%;
	color:  #333;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common
===================================================== */
body {
	color: #fff;
	background: #000;
}
.rap {
	width: 940px;
	margin: 0 auto;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}


/* Head Rap
===================================================== */
#head-rap {
	position: fixed;
	direction: ltr;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background: #333;
	border-bottom: 2px solid #464646;
}
#header {
	padding: 8px 0 0;
}
#header h1 {
	float: left;
}
#nav {
	float: right;
}
#nav ul {
	margin-top: 34px;
}
#nav li {
	float: left;
}
#nav li a {
	text-decoration: none;
	color: #fff;
}

/* Middle Rap
===================================================== */
#middle-rap {
	height: 475px;
	padding-bottom: 1px;
	background: url(img/main-bg.png) repeat-x;
}
#mainimg img {
	display: block;
}

/* Content
===================================================== */
#content-rap {
	background: #343434 url(img/content-bg.png) repeat-x;
}
.content-top {
	padding: 20px 0 0;
}
#left {
	width: 460px;
	float: left;
}
#right {
	width: 460px;
	float: right;
}
#bannerbox {
	padding: 60px 0 10px;
	clear: both;
}
#foot-nav {
	clear: both;
	padding: 0 0 20px 0;
}



/* Content Left
===================================================== */

#topics  {
	background: #424242;
	border: 1px solid #666;	
}
#topics h2 {
	padding: 8px 0 3px 10px;
	border-bottom: 1px solid #666;
}
#topics dl {
	padding: 10px 0 10px 15px;
	line-height: 100%;
}
#topics dt {
	padding: 5px 0;
	font-size: 8pt;
	color: #ccc;
}
#topics dd {
	font-size: 10pt;
	padding: 0 0 10px;
}
#topics dd a {
	color: #fff;
	text-decoration: none;
}
#topics dd a:hover {
	color: #ffcbcc;
}


/* Content Right
===================================================== */
#linkbox {
	width: 470px;
	margin-right: -10px;
}
#linkbox a {
	width: 205px;
	height: 60px;
	padding: 10px;
	background: url(img/button_off.png) no-repeat;
	float: left;
	margin: 0 10px 10px 0;
	color: #ccc;
	text-decoration: none;
	font-size: 8.5pt;
	line-height: 120%;
}
#linkbox a img {
	margin-bottom: 3px;
}
#linkbox a span {
	padding-left: 2px;
	display: inline-block;
}
#linkbox a:hover {
	background: url(img/button_on.png) no-repeat;
}

/* Banner
===================================================== */
#bannerbox img {
	margin: 0 5px;
}

/* Foot Navigation
===================================================== */
#foot-nav li {
	display: inline;
}
#foot-nav li a {
	color: #fff;
	text-decoration: none;
}


/* Foot Rap
===================================================== */
#foot-rap {
	background: #010101;
}
#footer {
	padding: 10px 0;
}
#footer p {
	font-size: 8pt;
	color: #aaa;
	text-align: center;
}


/* Page, Post
===================================================== */
#content-page {
	color: #333;
	padding: 40px;
	min-height: 400px;
	background: #fff url(img/content-bg2.png) repeat-x;
	position: relative;
}

/* Title */
#content-page h2 {
	font-size: 21pt;
	line-height: 100%;
	padding: 20px 0 20px 30px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	position: relative;
}
#content-page h2:before,
#content-page h2:after {
	content: "";
	position: absolute;
}
#content-page h2:before {
	top: 0;
	left: 20px;
	width: 1px;
	height: 300px;
	background: #ccc;
}
#content-page h2:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Footer Nav */
#content-page #foot-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#content-page #foot-nav a {
	color: #333;
}


/* Layout
===================================================== */
.post {
	font-size: 11pt;
}
#main100,
#main {
	padding: 20px 20px 40px 40px;
}
.section {
	margin-bottom: 40px;
}


/* Profile
===================================================== */
#prof-tb-main td {
	vertical-align: top;
	padding: 20px;
}
#prof-tb-main h3 {
	font-size: 21pt;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 20px;
}
#prof-tb-main h3 span {
	font-size: 16pt;
}
#prof-tb-main h4 {
	font-size: 14pt;
	font-weight: normal;
	line-height:120%;
	margin-bottom: 20px;
}
#profile .section h4 {
	font-size: 14pt;
	margin-bottom: 10px;
	font-weight: normal;
}
.prof-tb {
	width: 100%;
}
.prof-tb td {
	padding: 3px 0;
}
.prof-tb .td1 {
	width: 100px;
}
.prof-tb .td2 {
	width: 80px;
}

/* Thesis
===================================================== */
#thesis h3 {
	font-size: 16pt;
	font-weight: normal;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}
#thesis li {
	padding: 3px 0;
	list-style: none;
}

/* News & Activity 860 180 680
===================================================== */
#main {
	width: 600px;
	float: left;
	padding: 20px 20px 20px 40px;
}
.article {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}
.article h3 {
	font-size: 15pt;
	font-weight: normal;
	line-height: 100%;
	margin: 10px 0;
}
.article .date {
	font-size: 9pt;
	margin-bottom: 30px;
	padding-left: 3px;
}
.post-img {
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
}
.post-img img {
	width: 100%;
	height: auto;
}
.article .more {
	padding: 10px 0;
}
.article .more a {
	color: #666;
	text-decoration: none;	
}
.article .more span {
	color: #f28f9c;
	font-size: 5pt;
	position: relative;
	top: -2px;
	left: -3px;
}
#nextprev {
	padding-bottom: 30px;
}
.prev {
	float: left;
}
.next{
	float: right;
}
#nextprev a {
	text-decoration: none;
	padding: 10px;
	border: 1px solid #ccc;
}


/* Sidebar */
#side {
	width: 180px;
	padding: 20px 0;
	float: right;
}
#side-category {
	border: 1px solid #999;
	margin-bottom: 30px;
}
#side-category h3 {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}
#side-category li {
	list-style: none;
	padding: 2px 5px;
}
#side-category a {
	color: #333;
	text-decoration: none;
}
#side-category a:before {
	content: "▶";
	position: relative;
	top: 0;
	left: 0;

	color: #f28f9c;
	font-size: 5pt;
	margin-right: 2px;
	position: relative;
}

