@charset "utf-8";
/* --------------------------------------------
 * ブログ用
 * blog/
 * -------------------------------------------- */
/* --------------------------------------------
 * 外部CSS
 * -------------------------------------------- */

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


/* --------------------------------------------
 * IEフォント設定（IE7ハック）
 * -------------------------------------------- */

*:first-child+html body {
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

/* 全体的なルール */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}

body {
/*
	background: #2b62ad url(img/bg_img.jpg) no-repeat 50% 0;
	color: #333;
*/
}
img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #E57A00;
}

a:visited {
	color: #c90;
}

a:hover {
	color: #90CB00;
}

a:active {
	color: #D7FA99;
}

.alignleft {
	float: right;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.clear {
	clear:both;
	}

/* End Images */

/* デザイン */
div#design {
	width:100%;
	text-align:center;
}

/* ヘッダー */
div#page {
	width: 702px;
	margin:0px auto;
	text-align:left;
}

div#header {
	padding: 30px 0 20px 0;
}

div#header h1 {
	width:702px;
	height:53px;
	display:block;
	position:relative;
	background: #fff url("../img/header.gif") no-repeat;
	text-indent:-9999px;
}

div#header_title {
	display:block;
	width: 702px;
	height: 150px;
	background: url(../img/blog_title.jpg); 
}

div#category_menu {
	display: block;
	width: 702px;
	height: 30px;
	background: #ff4a4a url(../img/menu.gif);
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

div#category_menu ul li {
	display: block;
	float: left;
	padding: 0 5px;
	background: #fff url(../img/menu.gif);
	list-style:none;
	border-right: 1px solid #ccc;
}

div#category_menu ul li:hover {
	background: #000 url(../img/menu_o.gif);
}

div#category_menu ul li.current-cat {
	background: #000 url(../img/menu_o.gif);
}

div#category_menu ul li.current-cat a {
	color: #fff;
}

div#category_menu ul li a {
	color: #f00;
}

div#category_menu ul li a:hover {
	color: #fff;
}

div#header h2 {
	font-size: 1.5em;
}

div#header h2 a:link, div#header h2 a:visited {
	color: #39c;
}

div#header h2 a:hover, div#header h2 a:active {
	color: #39c;
}

div#header p {
	color: #666;
	font-size: 0.8em;
}

div#header h2.home {
	display: block;
	width: 700px;
	height: 100px;
	font-size: 24px;
	color: #39c;
	padding: 70px 0 0 460px;
}

div#header a.archive {
	display: block;
	width: 700px;
	height: 100px;
	font-size: 24px;
	color: #39c;
	padding: 70px 0 0 460px;
}

/* フッター */
div#footer {
	clear: both;
	padding: 20px 0;
}

p#backlink {
	text-align: right;
	font-size: 0.69em;
}

div#footer div.under_line {
	width:702px;
	height:5px;
	background:url(/img/underline.gif) no-repeat center;
}

div#footer div.under_line hr {
	display:none;
}

div#footer p.copyright {
	width:702px;
	background:url(/img/s_copyright.gif) no-repeat center;
	text-indent:-9999px;
}

/* ページ */
div#content {
	width: 550px;
	float: left;
	display: inline; /* IE6+5.x hac */
	overflow:hidden;
}

div#innerbox {
	padding: 0 0 0 10px;
}

div#content div.post {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #f00;
	background: #fff;
	clear: both;
	font-size: 16px;
}

h2.posttitle {
	font-size: 24px;
	color: #ff8040;
	margin-bottom: 0.5em;
	margin-left: 10px;
}

span.submenu {
	font-size: 18px;
	color: #009966;
}

span.undermenu {
	font-size: 18px;
	color: #009966;
	margin-left: 20px;
}

.anchor_top {
	width: 540px;
	display:block;
	text-align: right;
}

dl {
	margin-bottom: 1em;
}

dl.metadata dt, dl.metadata dd {
	font-size: 0.69em;
	line-height: 1.5;
	color: #666;
	display: inline;
}

dl.metadata dd {
	border-right: 1px solid #ccc;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

dl.metadata dd.last {
	border-right: none;
}

div#content p {
	line-height: 1.3;
	margin-bottom: 1em;
}

div#content p.navigation {
	text-align: center;
	font-size: 20px;
}

div#content p.post_link {
	text-align: center;
}

.komento {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: top;
}

/* サイドバー */
div#sidebar {
	width: 150px;
	float: left;
	border: 1px solid #f00;
	background: #fff;
}

div#sidebar ul {
	margin: 0 0 10px 5px;
}

div#sidebar li, div#sidebar li li {
	list-style: none;
	line-height: 1.6;
}

div#sidebar li li {
	font-size: 0.75em;
}

div#sidebar li li li {
	font-size: 1em;
}

div#sidebar li h2 {
	font-size: 0.82em;
	color: #666;
}

div.campus_navi{
	width: 150px;
	height: 89px;
	background: url(../img/open_mosikomi_navi.gif) no-repeat;
}

hr.sideline_blue {
	text-align:center;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #00f;
	width: 146px;
	height: 1px;
}

#course-datail ul li a span.link {
	display:block;
	width: 130px;
	text-align: right;
	margin-bottom: 15px;
}

li#recent-posts ul li {
	list-style-type: square;
	list-style-position: inside;
}

#specialdays a {
	display: block;
	width: 130px;
	height: 45px;
	background: url(../img/specialdays.gif) no-repeat;
	text-indent: -9999px;
}

div#sidebar ul li.qrcode h2 {
	font-size:12px;
}

div#sidebar ul li.qrcode p {
	width:140px;
	height:140px;
	background:url(../img/qrcode.gif) no-repeat center;
	font-size:10px;
}

/* カレンダー*/
#calendar .widgettitle {
	height: 0;
}

#calendar_wrap {
	text-align: center;
	line-height: 1.1em;
}

#wp-calendar {
	font-size: 1em;
}
