/* @group General Styles */
#container {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	background-color:#fff;
	line-height: 1em;
}

body {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	background-color: #e6e6e6;
	overflow-x : hidden;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table tr td {
	padding: 8px;
	font-size:12px;
	line-height: 150%;
	}

/* IEの画像下にできる謎のスキマを殺す */
img{vertical-align:bottom;}

p {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 150%;
	color : #444444;
}

.strong {
	color : #600;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 150%;
	}

.text_red {
	color : #600;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 150%;
	}

p.line {
	line-height: 150%;
}

b, strong {
	font-weight: bold;
	letter-spacing: 1px;
}

.cr20 {
	height: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	clear: both;
	}

.qr {
	height: 185px;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align:center;
	clear: both;
	}

h1 {
	color : #600;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-align: left;
	}

h2 {
	color : #600;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	}

h3 {
	color : #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

h4 {
	color : #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 13px;
	}
	
h5 {
	color : #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:1.2;
	}
	
h6 {
	color : #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height:1.2;
	margin:10px 0 0 0;
	}

a:link, a:visited {
	text-decoration:underline
}

a:hover, a:active {
	color : #660000;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.image_logo {
	float:left;
	margin-right:10px;	
}

.ul_list {
	font-size:13px;
	line-height:1.5em;
	margin:2px;
}

.default {
	border:1px solid #660000;
	border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.default th {
	border:1px solid #ffffff;
    color:#fff;
	font-size:12px;
    background-color:#660000;
    padding:0.3em 1em;
    text-align:left;
	white-space: nowrap;
}

.default td {
    border:1px solid #660000;
    padding:0.3em 1em;
	font-size:11px;
}
/* @end */

/* @group Layout */

#content {
	float: right;
	width: 708px;
	line-height: 2em;
	
	background: #ffffff;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	display: inline;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #643519;
}

#footer p {
	margin: 0;
	font-weight: bold;
	font-size :13px;
	padding-top: 20px;
	padding-right: 190px;
	padding-bottom: 20px;
	padding-left: 230px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#space {
	height:5px;
	border:none;
	margin:0;
	padding:0;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;
	font-size: 12px;
	line-height: 150%;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

/* 以下はsidebar_left に書かれていた内容 */


#sidebarspace {
	height:60px;
	margin:0px;
	padding: 0px;
	display: block;  
}
	
	#sidebarspace a {
	text-decoration: none;
	}
	
	#sidebarspace a:hover {
	background-color:#fff;
	color:#fff;
	}

	
.center_image img {
    margin: 0pt auto 20px; 
	text-align: center; 
	display: block;
}

/* sidebar_left に書かれていた内容　終わり */

#sidebarContainer {
	width: 200px;
	font-size: 1em;
	float: left;
	display: inline; 
	border-right: 1px solid #643519;
}

#navcontainer {
	font-weight: bold;
	color: #600;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	margin: 0px;
	padding: 6px 0px 3px 15px;
	border-bottom: 1px solid #820000;
	background-image: url(../img/li_acc.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	}
	

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	height: 23px;
}

#navcontainer span {
	padding: 5px;
}

#navcontainer a:hover {
	background: #600;
	color: #fff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	text-indent: 10px;
}

#navcontainer ul ul li a {
	background: #500;
	padding:5px 0 0 0;
}

#navcontainer ul ul li a:hover {
	background: #fff;
}

#navcontainer ul ul a {
	font-size:11px;
	color:#fff;
}

#navcontainer ul ul a:hover {
	background: #fff;
	color: #600;
}

#navcontainer ul ul .currentAncestor {
	
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	border: 1px solid #ebebeb;
	padding: 10px;
	background: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}

.blog-entry-title {
	font-weight: bold;
	margin: 0 0 3px;
	letter-spacing: 6px;
	font-size: 18px;;
}

.blog-entry-date {
	margin-top: 2px;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-size:12px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	margin-top: 10px;
	border-top: 1px dotted #bfbfbf;
}


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* 以下はred.cssに記載されていた内容 */
a:link, a:visited {
	color : #770000;
}

a:hover, a:active {
	color: #cc0000;
}

/* ==============テーブル：名簿・項目型============= */

#table_name {
	width: 670px;
	margin: 5px 0px 0px 4px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	}
	
#table_name h2 {
	margin: 5px 0px;
	padding: 5px 0px 0px 12px;
	border-bottom: 1px solid #820000; 
	font-weight: bold;
	color: #600;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	background-image: url(../img/li_acc.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	}

#table_name h6.update {
	margin: -5px 0px -15px 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	}

#table_name  .update {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	}

#table_name p {
	margin: 10px 0px 15px 15px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 1.7em;
	}

	#table_name p a:link { color: #369; text-decoration: underline; }
	#table_name p a:visited { color: #369; text-decoration: underline; }
	#table_name p a:active { color: #f00; text-decoration: underline; }
	#table_name p a:hover { color: #c00; background: #fdd; text-decoration: underline; }
	#table_name p a.blank:hover { color: #900; background: #fdd; text-decoration: underline; padding-right: 15px; background-image: url(../img/blank.png); background-repeat: no-repeat; background-position: top right; }
	#table_name th a.pdf:hover { color: #900; background: #fdd; text-decoration: underline; padding-right: 15px; background-image: url(../img/li_pdf.png); background-repeat: no-repeat; background-position: top right; }
	#table_name td a.pdf:hover { color: #900; background: #fdd; text-decoration: underline; padding-right: 15px; background-image: url(../img/li_pdf.png); background-repeat: no-repeat; background-position: top right; }

#table_name table {
	width: 100%;
	margin: 5px 0px 30px 0px;
	padding: 0px;
	border: solid 1px #988;
	border-collapse: collapse;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	}

#table_name th {
	margin: 0px;
	padding: 5px 7px;
	border: solid 1px #977;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 1.5em;
	font-size:14px;
	text-align: center;
	background-color: #d8d0d0;
	vertical-align: middle;
	}

#table_name td {
	margin: 0px;
	padding: 5px;
	border: solid 1px #977;
	border-collapse: collapse;
	font-weight: normal;
	line-height: 1.5em;
	font-size:14px;
	text-align: center;
	vertical-align: middle;
	}
	
#table_name td.cent {
	margin: 0px;
	padding: 5px;
	border: solid 1px #977;
	border-collapse: collapse;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	}
	
#table_name th.month {
	width: 32px;
	margin: 0px;
	padding: 5px 7px;
	border: solid 1px #977;
	border-collapse: collapse;
	font-weight: normal;
	line-height: 1.5em;
	text-align: right;
	color: #000;
	background-color: #d8d0d0;
	vertical-align: middle;
	}

#table_name .bcd {
	font-weight: bold;
	text-align: center;
	background-color: #d8d0d0;
	}

#table_name .ncd {
	font-weight: normal;
	text-align: center;
	background-color: #d8d0d0;
	}

#table_name .nle {
	font-weight: normal;
	text-align: left;
	background-color: #ece8e8;
	}

#table_name .nre {
	font-weight: normal;
	text-align: right;
	background-color: #ece8e8;
	}

#table_name .between {
	width: 5px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	}

#table_name ul.list { font-size: 14px; list-style-type:decimal; list-style-position:outside; line-height:1.5em; padding-left:25px; padding-bottom:15px; }
#table_name ul.list li {padding-bottom:15px; }
#table_name ul.list2 { font-size: 14px; list-style-type:disc; list-style-position:outside; line-height:1.5em; padding-left:25px; padding-bottom:5px; }
#table_name ul.list3 { font-size: 14px; list-style-type:upper-alpha; list-style-position:outside; line-height:1.5em; padding-top:10px; padding-left:20px; padding-bottom:15px; }
#table_name ul.list4 { font-size: 14px; list-style-type:none; list-style-position:outside; line-height:1.5em; padding-top:10px; padding-left:10px; padding-bottom:10px; }
