@charset "UTF-8";

/* ***********************************************************
 *
 * Since	:	2010-12-19
 * Modified	:	2010-12-19
 * For		:	Ochanomizu University
 *
 * usage	:	www配下ページ共用
 * ***********************************************************
 */

/* font-size usage
77% = renders 10px
85% = renders 11px
93% = renders 12px
100.01% = renders 13px
108% = renders 14px
123.1% = renders 16px
138.4% = renders 18px
200% = renders 26px
*/

/* body class switch
top:	#wrapper.toppage
second:	#wrapper.second
below:	#wrapper.gen
*/


/*PAGE BASIC SETTING
================================================== */
* { zoom: 1; }/* IE6,7 ol type 対応 */
body {
	text-align: center;
	background-color: #a81563;
	min-width: 950px;
	width: expression(document.body.clientWidth < 952? "950px" : "auto");
	}
	
#wrapper {
	overflow: hidden;/*clearfix*/
	background: #ffffff;
	}

#head {
	background:#ffffff url(../images/headBG_long.gif) top center repeat-x;
}

#head .inner {
	width: 950px;
	height: 166px;
	margin: 0 auto 20px;
	background: url(/archive/danjo/common/images/headBG_main.gif) top center no-repeat;
	position: relative;
}


#logo {
	width: 216px;
	height: 42px;
	display: inline;
	float: left;
	margin: 28px 32px 0 16px;
}

#logoSide {
	width: 675px;
	height: 34px;
	float: left;
	position: relative;
}

*:first-child+html #logoSide {
	overflow: visible;
	}

	#siteNav {
		width: 278px;
		position: absolute;
		top: 10px;
		left: 16px;
	}
		
		#siteNav li {
			display: inline;
		}
		
		#siteNav li a,
		#siteNav li img {
			vertical-align: top;
			}
			
	*:first-child+html #siteNav li {
			font-size:1%;
			}
	
	#langNav {
		width: 179px;
		position: absolute;
		top: 10px;
		left: 293px;
	}
		#langNav li {
			display: inline;
		}
		
		#langNav li a,
		#langNav li img {
			vertical-align: top;
			}
	
	#search {
		width: 205px;
		position: absolute;
		top: 8px;
		right: 2px;
		font-size: 13px;
		text-align: right;
		}
		
	#search form {
		text-align: right;
		}
		
	#search * {
		vertical-align: top;
		}
		
		input#searchInput {
			width: 115px;
			margin-top: 0px 0 0 0px;
			padding: 3px 4px 3px 20px;
			border: 1px solid #955a7a;
			background: #ffffff url(../images/search_icon.gif) 3px 4px no-repeat;
			color: #955a7a;
			font-size: 11px;
		}

*:first-child+html input#searchInput {
	width: 120px;
	font-size: 10px;
}
* html input#searchInput {
	width: 120px;
	font-size: 10px;
}
		
	#typeNav {
		width: 672px;
		position: absolute;
		top: 93px;
		left: 2px;
	}
		#typeNav li {
			display: inline;
		}
	
	#mainNav {
		position: absolute;
		bottom: 0;
		left: 9px;
		width: 931px;
		margin: 0;
		clear: both;
	}
	
	#mainNav li {
			display: inline;
		}
	
/*link-color*/
a:link,
a:visited {
	color: #931148;
	text-decoration: none;
	}

a:hover {
	color: #d15c6c;
	text-decoration: underline;
	}

#contents a.external {
	padding-right: 22px;
	background: url(/archive/danjo/common/images/external_icon.gif) 100% 11% no-repeat;
}

#contents a.pdf {
	padding-right: 18px;
	background: url(/archive/danjo/common/images/pdf_icon.gif) 100% 11% no-repeat;
}
#contents a.new {
	padding-right: 30px;
	background: url(/archive/danjo/common/images/new_icon.gif) 100% 11% no-repeat;
}
/*CONTENTS AREA SETTING
================================================== */
#contents {
	background: #ffffff;
	}
	
	#contents .inner {
		width: 930px;
		margin: 0 auto 20px;
		overflow: hidden;
		background: url(/archive/danjo/common/images/contents_inner_bg.gif) top center repeat-y;
		}
		
		#contents * .inner {
			background: none;
			margin: 0;
			}

#contents h1 {
	padding: 0px 4px 12px 0;
	background: #ffffff;
	}
	
	#wrapper.third #contents h1 {
		width: 930px;
		padding-bottom: 38px;
		margin-bottom: 10px;
		font-size: 138.4%;
		color: #463838;
		font-weight: normal;
		background: #ffffff url(../images/contents_h1_bg.gif) bottom left repeat-x;
		}
/* ol type 対応 */
#contents ol li {
	list-style: decimal;
	/*list-style-position: inside;*/
	list-style-position: outside;
	list-style-image: none;
	font-weight:normal;
	text-align:left;
	zoom:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:2em;
}
		#wrapper.third #contents h1 span {
			display: block;
			padding: 0px 15px 2px 22px;
			background: url(/archive/danjo/common/images/h1_head_bg.gif) 0px 5px no-repeat;
		}
		
	#wrapper.gen #contents h1 {
		width: 930px;
		padding-bottom: 38px;
		margin-bottom: 10px;
		font-size: 138.4%;
		color: #463838;
		font-weight: normal;
		background: #ffffff url(../images/contents_h1_bg.gif) bottom left repeat-x;
		}

		#wrapper.gen #contents h1 span {
			display: block;
			padding: 0px 15px 2px 22px;
			background: url(/archive/danjo/common/images/h1_head_bg.gif) 0px 5px no-repeat;
			}
		
#topicPath {
	padding: 15px 4px 15px;
	font-size: 93%;
	overflow: hidden;
	_height: 1%;
	background: #ffffff;
	}
	
	#topicPath li {
		float: left;
		display: inline;
		padding-right: 17px;
		margin-right: 9px;
		background: url(/archive/danjo/common/images/topicArrow_bg.gif) 100% 5px no-repeat;
		}
		
		
	
	#topicPath .viewing {
		color: #585858;
		font-weight: bold;
		background: none;
		}
		
	#topicPath .viewing strong a {
		font-weight: bold;
		color: #565656;
	}
	
#contents .article {
	width: 720px;
	margin: 0 1px;
	float: left;
	background: url(/archive/danjo/common/images/contents_articleRepeat_bg.gif) top left repeat-y;
	}

#contents .topJump {
	width: 720px;
	/*margin: 25px 5px 33px 1px; 120103 modify*/
	margin: 10px 5px 15px 1px;
	float: left;
	text-align: right;
	background: url(/archive/danjo/common/images/dotline-horizontal.gif) 0 8px repeat-x;
	}
	
#contents .topJump a {
	padding-left: 24px;
	background: #ffffff url(../images/topJump_bg.gif) 10px 7px no-repeat;
	}
	
	#contents .article h2 {
		padding: 0px 10px 3px 20px;
		margin-left: -20px;
		border-bottom: #ffffff solid 15px;
		font-size: 153.4%;
		color: #000000;
		font-weight: normal;
		background: url(/archive/danjo/common/images/contents_h2_head.gif) top left repeat-y;
		}
	
	
		
	#contents .board {
		width: 720px;
		}
		
	#contents .board .inner {
		width: 700px;
		padding-left: 20px;
		}
		
		#contents .section {
			margin-top: 18px;
			margin-bottom: 15px;
			overflow: hidden;
			_height: 1%;
			_width: 690px;
			clear: both;
			padding: 0 0 0px 20px;
			color: #606060;
			background: url(/archive/danjo/common/images/dotline-horizontal.gif) bottom center repeat-x;
			}
			
			#contents .section.tail {
				background: none;
				padding-bottom: 0;
			}
			
			
				#wrapper.third #contents .section,
				#wrapper.gen #contents .section {
					background: none;
				}
			
			#contents h3 {
				margin-bottom: 11px;
				padding-left: 27px;
				font-size: 108%;
				font-weight: bold;
				color: #606060;
				background: url(/archive/danjo/common/images/section_h3_headBg.gif) 0 9px no-repeat;
				}
			#contents h3.haveLink {
				padding-left: 22px;
				background: url(/archive/danjo/common/images/section_h3_haveLink_headBg.gif) 0 6px no-repeat;
				}
				
			#contents strong {
				font-weight: bold;
				color: #505050;
				}
				
			#contents .section .separate h3 {
				margin-bottom: 12px;
				}
				
			#contents .section p {
				margin: 10px 0px 0px 15px;
				}
			
			#contents .section p.note {
				font-size: 93%;
				margin-right: 15px;
				margin-bottom: 10px;
				padding: 10px 10px 13px 3em;
				background: #e3e3e3;
				text-indent: -1.8em;
			}
			
			#contents .section p a.external {
				text-decoration: underline;
				padding-right:20px;
				}
			
			
			#contents .section ul {
				margin: 25px 0 15px 17px;
				}
				
			#contents .flat.onTop .section ul,
			#contents .section ul.onTop {
				margin: 0 0 15px 17px;
				}
				
			#contents .flat .section ul{
				margin-left: 7px;
				}
			
			#contents .section ul ul,
			#contents .flat.onTop .section ul ul {
				margin: 6px 0 0 5px;
				}
				
				#contents .section ul ul ul,
				#contents .flat.onTop .section ul ul ul {
					margin: 6px 0 0 3px;
					}
				
				#contents .section ul li {
					font-size: 93%;
					margin-bottom: 9px;
					padding-left: 10px;
					background: url(/archive/danjo/common/images/contents_li_head.gif) 0 7px no-repeat;
					}
					
				#contents .section ul ul li {
					font-size: 100%;
					margin-bottom: 4px;
					}
					
					#contents .section ul.linkView li {
						padding-left: 12px;
						background: url(/archive/danjo/common/images/contents_li_linkArrow_bg.gif) 0 4px no-repeat;
						}
						
					#contents .section ul li.haveChild {
						display: block;
						padding-left: 12px;
						color: #606060;
						background: url(/archive/danjo/common/images/contents_li_haveChild_bg.gif) 0 7px no-repeat;
						}
					#contents .section ul li.haveLink {/* 20110223 add */
						display: block;
						padding-left: 12px;
						color: #606060;
						background: url(/archive/danjo/common/images/contents_li_linkArrow_bg.gif) 0 4px no-repeat;
						}
				
				#contents .section dl {
					margin: 0px 0 15px 15px;
					}
					
				#contents .section dt {
					margin-bottom: 5px;
					padding-left: 12px;
					font-weight: bold;
					background: url(/archive/danjo/common/images/contents_li_haveChild_bg.gif) 0 7px no-repeat;
					}
					
					#contents .section dt.haveLink {
						padding-left: 16px;
						font-size: 108%;
						font-weight: normal;
						color: #606060;
						background: url(/archive/danjo/common/images/section_h3_haveLink_headBg.gif) 0 6px no-repeat;
						}
					
				#contents .section dd {
					margin: 0 0 15px 9px;
					padding-left: 10px;
					background: url(/archive/danjo/common/images/contents_li_head.gif) 0 7px no-repeat;
					}
				
				#contents .section .nodddot dd { /* 20120102 tuika */
					background: none;
					}

				#contents .section dd.listContainer {
					margin: 0 0 18px 0px;
					padding-left: 0px;
					background: none;
					}
					
					#contents .section dd ul li {
						margin-bottom: 3px;
					}
				
				#contents .subTitle{
					margin: 12px 0 20px 15px;
					font-size: 123.1%;
					color: #312f2f;
					}
				
				#contents table {
					border: 2px solid #cdcdcd;
					margin:8px 16px 15px;
					min-width: 45%;
					}
					
				#contents table tr,
				#contents table th,
				#contents table td {
					border: 1px solid #c0c0c0;
					padding:3px 6px;
					}
					
				#contents table thead{
					border-bottom: 3px solid #c0c0c0;
					background: #f4e7ec;
					}
					
				#contents table thead th{
					padding: 5px 6px 7px 6px;
					font-weight: bold;
					color: #444444;
					text-align: center
					}				
				#contents table tbody th{
					background: #ebebeb;
					font-weight: bold;
					}
					
				#contents tr.strong {
					font-weight: bold;
					background: #ffe7f1;
					border: 1px solid #b9b9b9;
					}
				
				#contents tr.strong th {
					font-weight: bold;
					background: #eed8e1;
					}
				
				#contents td.strong {
					font-weight: bold;
					background: #ffe7f1;
					}
					
				#contents table tr.foot{
					border-top: 3px solid #c0c0c0;
					background: #ebebeb;
					}
				#contents table  th.total{/* 20120223 add */
					border-left: 3px solid #c0c0c0;
					background-color: #ECD2DD;
					}
				#contents table .total{/* 20120223 add */
					background: #ebebeb;
					border-left: 3px solid #c0c0c0;
					}
				#contents table .allTotal{/* 20120223 add */
					border-top: 3px solid #c0c0c0;
					border-left: 3px solid #c0c0c0;
					background: #ebebeb;
					}
				#contents table tr.foot th{
					padding-top: 7px;
					background: #dbdbdb;
					}
				#contents table tr.foot td{
					padding-top: 7px;
					}
				
				#contents .figure {
					overflow: hidden;
					_height: 1%;
					margin:20px 15px 15px;
					clear: both;
					}
					
				#contents .figure p.caption {
					margin-left: 0;
					}
				
				#contents .figure.left .figSet {
					margin-right: 15px;
					float: left;
					width: 330px;
					}

				#contents .figure.left p.figSide {
					float: left;
					width: 300px;
					margin: 0;
					}
				#contents .figure.right .figSet {
					margin-left: 15px;
					float: right;
					width: 330px;
					}
				
				#contents .figure.right p.figSide {
					float: left;
					width: 300px;
					margin: 0;
					}
				
				#contents .figure.left .figSet.profile {/* 20120223 add */	
					margin-right: 15px;
					float: left;
					width: 150px;
					}
				#contents .figure.left p.figSideProfile {/* 20120223 add */	
					float: left;
					width: 480px;
					margin: 0;
					}				
					
				#contents .date.signature {/* 20120223 add */
					color: #606060;
					text-align: right;
					}
				#contents .name.signature {/* 20120223 add */
					color: #606060;
					text-align: right;
					}
				#contents .label.signature {/* 20120223 add */
					color: #606060;
					text-align: right;
					}
				
/*分割システム*/
		#contents .article .flat {
			overflow: hidden;
			clear:both;
			_height: 1%;
			margin-bottom: 18px;
			padding-bottom: 15px;
			background: url(/archive/danjo/common/images/dotline-horizontal.gif) bottom center repeat-x;
			}
			
		#contents .article .flat.head {
			margin-top: 32px;
			clear: none;
			}
		#contents .article .flat.head.onTop {
			margin-top: 5px;
			clear: none;
			}
			
		#contents .flat .section {
			clear: none;
			float: left;
			padding: 0 15px 0 0;
			margin: 0 12px 0 0 ;
			border-bottom: none;
			background: url(/archive/danjo/common/images/dotline-vertical.gif) top right repeat-y;
			}
			
			#contents .flat.tail {
				padding-bottom: 0;
				margin-bottom: 0;
				background: none;
				}
			
/*2分割画面*/
		#contents .dubbleSet .section {
			width: 320px;
			_width: 290px;
		}
/*3分割画面*/
		#contents .tripleSet .section {
			width: 210px;
			_width: 180px;
		}
		
/*サブタイつき２分割*/
		#contents .flat.dubbleSet.sub {
			padding-left: 15px;
			}
			
		#contents .flat.dubbleSet.sub .section {
			width: 312px;
			}
			
/*サブタイつき3分割*/
		#contents .flat.tripleSet.sub {
			margin-left: 15px;
			}
			
		#contents .flat.tripleSet.sub .section {
			width: 205px;
			}
		
		
/*分割線リセット*/
		
		#contents .flat .section.tail {
			margin-right: 0;
			padding-right: 0;
			background: none;
			}
			
			

/*SIDE NAVI SETTING
================================================== */
#sideNav {
	width: 170px;
	margin-right: 3px;
	_margin-right: 0px;
	float: right;
	}

	
	#sideNav h2 {
		margin-bottom: 7px;
		padding: 0px 0px 3px;
		font-weight: normal;
		color: #c13671;
		border-bottom: 3px solid #a81563;
		}
	
	#sideNav li {
		padding: 6px 0;
		background: url(/archive/danjo/common/images/dotline-horizontal.gif) bottom center repeat-x;
		}

	#sideNav li.tail {
		background: none;
		}
		
	#sideNav #topMenu li {
		padding: 2px 0;
		}

	#sideNav #topMenu li.top {
		padding-top:0;
		}
		
	#sideNav li .now {/* 20110223 add */
	display: block;
	font-weight: bold;
	font-size: 93%;
	color: #252525;
	background: url(/archive/danjo/common/images/sideNav_li_bg_now.gif) top left no-repeat;
	}

	#sideNav .banner {/* 20110302 tuika */
	display: block;
	padding: 0px!important;
	background-image: none!important;
		}
	
	#sideNav .banner a {/* 20110302 tuika */
	background-image: none!important;
	padding: 0px!important;
	margin: 0px!important;
		}
	
	#sideNav li a {
		display: block;
		color: #1d1d1d;
		background: url(/archive/danjo/common/images/contents_li_linkArrow_bg.gif) 0 9px no-repeat;
		padding: 4px 5px 0 14px;
		}
	#sideNav li.haveChild {/* 20120101 tuika */
		display: block;
		padding: 4px 5px 0 14px;
		background: url(/archive/danjo/common/images/contents_li_haveChild_bg.gif) 0 12px no-repeat;
	}

		
	#sideNav li a:hover {
		color: #977487;
		}
		
	#sideNav li.haveChild a {
		margin-bottom: 5px;
		}
		
	#sideNav li.haveChild ul {
		margin-left: 19px;
		}
		
		#sideNav li.haveChild ul li {
			padding-bottom: 3px;
			background: none;
			}
		
		#sideNav li.haveChild ul li a {
			padding: 5px 5px 0 14px;
			border-top: 1px solid #cccccc;
			background: url(/archive/danjo/common/images/contents_li_linkArrow_bg.gif) 0 9px no-repeat;
			}

/*FOOTER SETTING
================================================== */

#footer {
	background: #dadada;
	border-bottom: #c36790 solid 3px;
	padding: 21px 0;
	}
	
	#footer .inner {
		width: 930px;
		margin: 0 auto;
		font-size: 93%;
		overflow: hidden;
		_overflow: visible;
		_height: 1%;
		}

		#footer .inner a.pdf{
			padding-right: 18px;
			background: url(/archive/danjo/common/images/pdf_icon.gif) 100% 11% no-repeat;
		}

	#footer a {
		color: #4b4b4b;
		}
		
	#footer ul {
		float: left;
		display: inline;
		margin-left: 12px;
		padding-right: 10px;
		width: 190px;
		}
		
			
		#footer ul li {
			margin-bottom: 11px;
			padding-left: 10px; 
			background: url(/archive/danjo/common/images/footer_arrow.gif) 0 5px no-repeat;
		}
		
		
			#footer ul li.tail {
				margin-bottom: 0;
			}
			
		
#copy {
	padding: 10px 0 9px;
	background: #a81563;
	color: #e8c1d5;
	}
#copy a{
	color: #e8c1d5;
	}	
	#copy .inner {
	width: 940px;
	margin: 0 auto;
	font-size: 77%;
	overflow: hidden;
	text-align: right;
	_overflow: visible;
	_height: 1%;
	position: relative;
		}
	#copyright {
	width: 400px;
	text-align: right;
	position: absolute;
	bottom:0;
	right: 10px;
	}
	#adressBox {
		float: left;
		color: #e8c1d5;
		width: 450px;
		margin-left: 10px;
		display: inline;
		overflow: hidden;
		}
	#address {
	display: block;
		}
	#chair {
		float: left;
		margin-right: 10px;
		}
	#chairEmail {
		float: left;
		}
/*TOP
================================================== */
#wrapper.toppage #flashArea {
	background: #ffffff url(../images/flashArea_bg.gif) top center repeat-y;
	text-align: center;
}

#wrapper.toppage #slideShow {
	width: 931px;
	height: 312px;
	margin: 0 auto;
	position: relative;
}

#wrapper.toppage #slideShow ul {
	width: 931px;
	height: 312px;
	position: relative;
}

#wrapper.toppage #slideShow ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


#wrapper.toppage #slideShow ul li.head {
	display: block;
}

#wrapper.toppage #slideShow #skipBtn {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 20;
	font-weight: bold;
	text-align: right;
}



#wrapper.toppage #contents {
	padding:23px 0 25px;
	background: #ffffff;
	}
	
	#wrapper.toppage #flashContent {
	text-align: center;
	}
	
#wrapper.toppage #contents .inner {
	overflow: hidden;
	background: url(/archive/danjo/common/images/top-dotline-vertical.gif) top center repeat-y;
	}
	
#wrapper.toppage #contents * .inner,
#wrapper.toppage #contents .board .inner {
	background-image: none;
	}
	
#wrapper.toppage #pickUp {
	float: left;
	width: 211px;
	padding-right: 14px;
	margin: 0 14px 0 1px;
}

#wrapper.toppage #pickUp li {
	margin-bottom: 2px;
}
#wrapper.toppage .topnews{
	font-weight: bold;
	color: #A81563;
	}
#wrapper.toppage #infoArea {
	float: left;
	width: 489px;
	padding-right: 14px;
	margin: 0;
}

#wrapper.toppage #infoArea .inner {
	clear: both;
	width: auto;
	padding-bottom:5px;
	overflow: hidden;
	min-height: 214px;
	border-top: 3px solid #ac3367;
}

#wrapper.toppage #infoArea .tabcontents {
	width: auto;
	padding: 23px 5px 0 0px;
}

#wrapper.toppage #infoArea li.tabPanel {
	display: none;
}
#wrapper.toppage #infoArea li.tabPanel.active {
	display: block;
}

#wrapper.toppage #infoArea .tabList {
	margin-right: 3px;
	float: left;
	width: 400px;
	}

#wrapper.toppage #infoArea .tabList li {
	float: left;
	margin-right: 2px;
	}
	
#wrapper.toppage #infoArea .tabList li {
		display: block;
		height: 21px;
		overflow: hidden;
		text-indent: -9999px;
	}
.itiranBtn {
	list-style-type: none;
	text-align: right;
	}	
	#sintyakuTab a {
		display: block;
		width: 96px;
		height: 33px;
		background: url(/archive/danjo/common/images/sintyaku_tab.gif) top left no-repeat;
		}
		
	#sintyakuTab.active a {
		background: url(/archive/danjo/common/images/sintyaku_tab_active.gif) top left no-repeat;
		}

	#newsTab a {
		display: block;
		width: 96px;
		height: 33px;
		background: url(/archive/danjo/common/images/news_tab.gif) top left no-repeat;
		}
		
	#newsTab.active a {
		background: url(/archive/danjo/common/images/news_tab_active.gif) top left no-repeat;
		}
	
	#eventTab a {
		display: block;
		width: 96px;
		height: 33px;
		background: url(/archive/danjo/common/images/event_tab.gif) top left no-repeat;
		}
		
	#eventTab.active a {
		background: url(/archive/danjo/common/images/event_tab_active.gif) top left no-repeat;
		}

	
	#updateTab a {
		display: block;
		width: 96px;
		height: 33px;
		background: url(/archive/danjo/common/images/update_tab.gif) top left no-repeat;
		}
		
	#updateTab.active a {
		background: url(/archive/danjo/common/images/update_tab_active.gif) top left no-repeat;
		}

#wrapper.toppage #infoArea #allTab {
	float: right;
	display: inline;
	margin-right: 3px;
	}

#wrapper.toppage　#infoArea .tabArticle li {
	overflow: hidden;
	font-size: 93%;
}

*:first-child+html #infoArea .tabArticle li {
	margin-bottom: 5px;
}
* html #infoArea .tabArticle li {
	margin-bottom: 5px;
}

#wrapper.toppage #infoArea .tabArticle li span.date {
	width: 70px;
	margin-right:8px;
	float: left;
	display: block;
	font-weight: bold;
	color: #a81563;
	word-wrap: break-word;
	}
#wrapper.toppage #infoArea .tabArticle li p {
	width: 385px;
	float: left;
	color: #6d6d6d;
	}

#wrapper.toppage #infoArea .tabArticle li p a {
	color: #2a2a2a;
	word-break: break-all;
	}
	
#wrapper.toppage #infoArea .tabArticle li p strong,
#wrapper.toppage #infoArea .tabArticle li p a strong {
	margin-left: 0.5em;
	font-weight: normal;
	color: #9a2033;
	}
	
#wrapper.toppage #sideNav li {
	background: none;
}

#wrapper.toppage #sideNav li a {
	padding: 0;
	background: none;
}


#wrapper.toppage #sideNav #narrowMenu li {
	margin: 4px 0 0 0;
	padding: 0;
}

#wrapper.toppage #contents #news {
	width: 930px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	background: url(/archive/danjo/common/images/dotline-horizontal.gif) bottom center repeat-x;
}

#wrapper.toppage #contents #news dt {
	width: 110px;
	float: left;
}

#wrapper.toppage #contents #news dd {
	margin: 5px 0 12px 115px;
}

#wrapper.toppage #contents #news dd .date {
	margin-right: 15px;
	width: 80px;
	float: left;
	font-weight: bold;
	color: #a81563;
}

#wrapper.toppage #contents #news dd p {
	margin-left: 95px;
}


/*3RD CONTENTS SETTING
================================================== */
#contents p {
	margin-bottom: 10px;
	color: #464646;
}

#contents p.lead {
	margin-bottom: 20px;
	color: #63344d;
}
/*sitemap 2011/03/01 tsuika
================================================== */

#contents .subMap{
	padding-left: 12px;
	padding-bottom: 6px;
	}
/*qa 2011/03/01 tsuika
================================================== */
#contents .section span.questionQ{
	color: #B0235E;
	font-weight: bold;
	padding-right: 12px;
	}
#contents .section span.answerA{
	color: #000000;
	font-weight: bold;
	padding-right: 12px;
	}
#contents .qanda dt{
	font-weight: bold;
	background-image: none!important;
					}
					

#contents .qanda  dd {
	background-image: none!important;
					}


/* =====以下渡辺が追加(12/01/18)===== */
.bg01   { background-color: #ecd8d8 }
.bg02 { background-color: #b9b9b9 }
.bg03 { background-color: #8b2034 }
.border01  { border-bottom: 1px solid #cd9d9d }
.border02 { border-bottom: 1px solid #c8d6ae }
.border03   { padding: 10px; border: solid 1px #9db36b }

#contents .section p.right {
	text-align: right;
	margin-left: auto;
	float: right;
	padding:0.5em 0 1em auto;
	}
#contents .section p.center {
	text-align: left;
	margin-left: auto;
	margin-right: 0;
	float: right;
	}