@charset "utf-8";
@import url(header.css);
@import url(footer.css);
@import url(sidebar.css);
@import url(home.css);
@import url(publication.css);

/*
Theme Name: 早稲田大学 メディア・シティズンシップ研究所 Home
Theme URI: http://www.wismc.org
Description: The Original Theme for WISMC
Author: Masatoshi Terashi
Author URI: http://www.ex-sphere.net
Version: 1.0
*/


/* global */

* {
	margin:0;
	padding:0;
	}

html {
	background-color: #E8EBEF;
	}

body {
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	position: relative;
	width: 820px;
	}

h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #333333;
	border-bottom: 1px solid #999999;
	padding:5px 0 3px 0;
	background-repeat:no-repeat;
	}

h3 {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 3px 0;
	padding-left: 5px;
	border-bottom: none;
	border-left: 10px solid #666666;
	background-color: #E8EBEF;
	}

a { color:#306FBB; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
p { margin:0 0 8px 0; }
img { border:0; }

input, textarea, label.right {
	margin:1px 0 1px 0;
	padding:2px;
	border:1px solid #999999;
	}


blockquote {
	border-left: 5px solid #999999;
	margin: 10px 0 10px 15px;
	}

blockquote p {
	display:block;
	padding:5px 0px 5px 5px
	}

blockquote cite {
	display: block;
	padding:5px 0 0 10px;
	}

td {
	padding: 5px;
}


/* content */

#page {
	background-color: #FFF;
	min-height: 523px;
	padding: 0 35px 0 35px;
	margin-bottom: 10px;
	float:left;
	display:inline; /* for IE6+5.x */
	}

#content {
	width: 600px;
	margin-top: 20px;
	line-height: 150%;
	float: left;
	display: inline; /* for IE6+5.x */
	}

.breadcrumb {
	margin-bottom: 10px;
	}

.posttitle {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 3px 0;
	padding-left: 5px;
	border-bottom: none;
	border-left: 10px solid #666666;
	background-color: #E8EBEF;
	} /* for <h2> in News page */

.post {
	clear: both;
	}

.entry {
	margin-top: 20px;
	}

.nav {
	width: 600px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
	display: inline; /* for IE6+5.x */
	}

.alignleft {
	float: left;
	display: inline; /* for IE6+5.x */
	}

.alignright {
	float: right;
	display: inline; /* for IE6+5.x */
	}


/* content - lists */

.entry ul {
	padding-left: 20px;
	list-style: disc;
	}

.entry ol {
	padding-left: 20px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}
