@charset "utf-8";

@import url("/css/aono/import/title.css") ;
@import url("/css/aono/import/contentsad.css") ;



/* 本文ブロック
************************************************************/ 

#contentsBody {
	width: 603px ;
	padding: 0px 7px 0px 12px ;
	overflow: hidden ;
	float: left ;
}
	
#contentsBody h3 {
	margin-bottom: 5px ;
	font-size: 1px ;
}



/* プロフィール表
************************************************************/ 

#profileTable {
	width: 603px ;
	background: url(/images/aono/profile/profileTableBg.jpg) no-repeat left 18px ;
}

#profileTable table {
	width: 390px ;
	margin-left: 213px ;
}

#profileTable th , #profileTable td {
	padding: 3px 0px ;
	font-size: 0.8em ;
	line-height: 1.4 ;
	vertical-align:middle;
	border-top: #afafaf 1px dotted ;
	border-bottom: #afafaf 1px dotted ;
}

#profileTable th {
	width: 6em ;
	font-weight: bold ;
	text-align: right ;
}

#profileTable td {
	padding-left: 17px ;
	background:    url(/images/aono/icon/10.gif) no-repeat 7px center ;
}



/* 年度成績
************************************************************/ 
			
#result {
	width: 603px ;
	margin: 30px 0px ;
}
		
/* 質問コーナーの原稿来たらこっち			
#result {
	width: 603px ;
	margin-top: 30px ;
}*/

#result table {
	width: 603px ;
}

#result table thead {
	color: #ffffff ;
	background: #6f8aa2 ;
}

#result th , #result td {
	padding: 3px ;
	font-size: 0.7em ;
	line-height: 1.2 ;
	border: #ffffff 1px solid ;
}

#result th {
	text-align: center ;
	vertical-align:middle;
}

#result td {
	text-align: right ;
	vertical-align:middle;
}

#result tr.color {
	background: #e6e6e6 ;
}



/* 質問コーナー
************************************************************/ 
			
#faq {
	width: 603px ;
	margin: 30px 0px 10px ;
}

#faq h3 {
	width: 603px ;
	margin-bottom: 10px ;
}

#faqBody {
	width: 597px ;
	padding: 3px 3px 1px ;
	background: url(/images/aono/sideMenu/bg01.gif) ;
}

#faqBody div.loop {
	width: 593px ;
	margin-bottom: 3px ;
	padding: 1px ;
	background: #ffffff ;
	border: 1px #a6a6a6 solid ;
}

#faqBody div.loop h4 {
	width: 581px ;
	padding: 6px ;
	background:    url(/images/aono/icon/06.gif) no-repeat 573px 50% #6f8aa2 ;
}

#faqBody div.loop h4 span {
	padding-left: 16px ;
	display: block ;
	background:    url(/images/aono/icon/02.gif) no-repeat 0px 50% ;
	font-weight: bold ;
	font-size: 0.8em ;
	line-height: 1.2 ;
	color: #ffffff ;
}

#faqBody div.loop p {
	margin: 15px ;
	font-size: 0.8em ;
	line-height: 1.6 ;
}

