@charset "utf-8";

/*----- タグの基本設定 -----*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	background: #C9C9C9 url(img/bg_site.gif) repeat-x;
}

img {
	border: 0;
}

/* リンクカラー */
a:link {
	color: #1A3948;
}
a:visited {
	color: #1A3948;
}
a:hover {
	color: #489;
	text-decoration: none;
}
a:active {
	color: #489;
	text-decoration: none;
}


/*----- コンテンツのボックスの設定 -----*/
#container {
	width: 738px;
	margin: 0 auto;
	text-align: left;
	background: url(img/bg_container.gif) repeat-y;
}


/*----- ヘッダの設定 -----*/
#top {
	position: relative;
	width: 738px;
	height: 230px;
	margin: 0 auto;
	text-align: left;
	background: url(img/bg_header.gif) no-repeat;
}

#topText {
	margin: 0 9px;
	padding: 7px 9px;
	color: #FFF;
	font-size: 85%;
	background: #0F275B url(img/bg_topText.gif) repeat-x;
}

#logoBox {
	position: relative;
	width: 729px;
	height: 203px;
	background: url(img/bg_logo.jpg) no-repeat 9px 0;
}

#logo {
	position: absolute;
	top: 14px;
	left: 24px;
}

#logoKose {
	position: absolute;
	top: 13px;
	left: 555px;
}


/*----- 本文の設定 -----*/
#content {
	float: right;
	width: 529px;
}

.entryBox {
	margin: 15px 29px 15px 0;
	border-bottom: 1px dashed #E5E5CC;
}
.entryBox h1,
.entryBox h2 {
	margin-bottom: 0.5em;
	padding-left: 8px;
	border-left: 6px solid #0E2455;
	color: #003650;
	font-weight: bold;
	font-size: 160%;
}
.entryBox p {
	margin-bottom: 1em;
}
.entryBox .entryDate {
	margin-bottom: 0;
	padding: 3px 0 3px 8px;
	border-left: 6px solid #3D5DA4;
	color: #666;
}
.entryFooter {
	text-align: right;
}



/*----- サイドナビの設定 -----*/
#side {
	float: left;
	width: 186px;
	padding-top: 10px;
}
#side h2 {
	margin: 0 1px 5px 11px;
	padding: 5px 5px 5px 20px;
	color: #FFF;
	font-size: 120%;
	background: #333;
}
#side ul {
	list-style: none;
	margin: 0 5px 15px 29px;
}
#side li {
	margin-bottom: 0.5em;
}

#side form {
	margin: 0 0 1em 11px;
	text-align: center;
}

#s {
	width: 96px;
	border: 1px solid #999;
}

#side table {
	width: 156px;
	margin: 0 0 1em 20px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
}
#side th,
#side td {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
}
#side caption {
	margin-left: 20px;
}

#url {
	line-height: 1.5;
	margin-right: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#url a {
	font-size: 120%;
}

#contact {
	background: #FFF;
	margin: 10px 15px 10px 23px;
	padding: 5px 5px 0;
}
#contact p {
	padding-bottom: 0.5em;
}

/*----- コピーライトの設定 -----*/
#container address {
	clear: both;
	width: 720px;
	margin: 0 9px;
	padding: 10px 0;
	color: #FFF;
	font-style: normal;
	font-size: 85%;
	text-align: center;
	background: #0F285E url(img/bg_copyright.gif) repeat-x;
}


/*----- clearfixハック -----*/

/*----- IE以外のモダンブラウザ向け -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*----- IE7および、Mac：IE5向け -----*/
.clearfix {
  display: inline-block;
}


/*----- IE6以前向け -----*/
/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */
