@charset "utf-8";
body  {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
/*	background: #FEFDDA;
*/	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(image/bg1.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
a:link,a:visited {
	color:#0000cc;
	text-decoration:none;
}
a:focus, a:hover {
	color:#FF0000;
	text-decoration: underline;
}
.contents #container {
	width: 700px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
/*	background: #ffffff;
*/	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	padding:0;
/*	font-weight: bold;
*/} 
.contents #header { 
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
} 
.contents #sidebar {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 168px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0;
	height: 100%;
	margin: 0;
	background-color: #FFFFFF;
}
.contents #sidebar1 {
	padding: 0;
	height: 100%;
	margin: 0;
	border-left:1px solid #999999;
}
.sidebarContent {
	padding-top: 2px;
	margin: 0;
	font-size: 12px;
	color: #000099;
	padding-bottom: 5px;
}
.contents #mainContent {
	margin: 0;
	padding:0;
	font-size: 12px;
} 
.contents #pageContent {
	margin-left:10px;
	margin-top:10px;
	font-size: 12px;
	width:500px;
/*	border:1px solid #999999;
*/} 
#pageContent #toppagebox1 {
	float:left;
	width: 240px;
	line-height: 140%;
} 
h1.title_school{
	margin:	0;
	padding-left: 15px;
	padding-top: 40px;
	background-image: url(image/title_school.jpg);
	background-repeat: no-repeat;
	font-size:20px;
	color:#003399;
	height: 80px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
h1.title_exam{
	margin:	0;
	padding-left: 15px;
	padding-top: 40px;
	background-image: url(image/title_exam.jpg);
	background-repeat: no-repeat;
	font-size:20px;
	color:#003399;
	height: 80px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
h1.title_serv{
	margin:	0;
	padding-left: 15px;
	padding-top: 40px;
	background-image: url(image/title_serv.jpg);
	background-repeat: no-repeat;
	font-size:20px;
	color:#003399;
	height: 80px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
h1.title_com{
	margin:	0;
	padding-left: 15px;
	padding-top: 40px;
	background-image: url(image/title_com.jpg);
	background-repeat: no-repeat;
	font-size:20px;
	color:#003399;
	height: 80px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
h2.subtitle0 {
	margin:	0;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom:3px;
	background-image: url(image/title_bg0.jpg);
	background-repeat: repeat-y;
	font-size:12px;
	color:#3C258E;
}
h2.subtitle {
	margin:	0;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom:3px;
	background-image: url(image/title_bg1.jpg);
	background-repeat: repeat-y;
	font-size:12px;
	color:#3C258E;
}
p.contents_navi {
	margin:0;
	background-color: #EDEcF4;
	width: 510px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 120%;
}
p.toppage_news {
	margin:0;
	padding-left:10px;
	padding-bottom:5px;
	background-image: url(image/title_bg0_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
ul.pageContentsList {
	margin-left:5px;
}
li.pageContentsListItem {
	margin-left:8px;
	margin-top:3px;
	margin-bottom:5px;
	list-style-type: circle;
	list-style-image: url(image/list_item.gif);
}
p.detail {
	margin:0;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 150%;
}
ul.detail_list {
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:25px;
/*	border:1px solid red;
*/}
li.detail_link_item {
	line-height: 20px;
	list-style-image: url(image/li_marker1.gif);
	padding-top: 0px;
	padding-left:0px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
}
li.detail_list_item {
	line-height: 20px;
	list-style-image: url(image/li_marker2.gif);
	padding-top: 0px;
	padding-left:0px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
}
ul.sitemap_list {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:8px;
	margin-left:25px;
/*	border:1px solid red;
*/}
li.sitemap_item1 {
	line-height: 20px;
	list-style-image: url(image/li_marker2.gif);
	padding-top: 0px;
	padding-left:0px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
}
li.sitemap_item2 {
	line-height: 20px;
	list-style-image: url(image/li_sitemap.gif);
	padding-top: 0px;
	padding-left:15px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: bottom;
}
div#subjects table {
	margin-left:10px;
	margin-top:5px;
}
div#subjects th {
	background-color:#5A5A5A;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
div#subjects td {
	background-color:#DDDDDD;
}
div#contact table {
	margin-left:10px;
	margin-top:5px;
}
div#contact td {
	font-weight: normal;
	font-size: 14px;
}


p.detail_pagetop {
	margin:0;
	padding-bottom:20px;
	padding-top: 0px;
	text-align: right;
}
.exam_name {
	margin:0;
	padding:0 0 0 10px;
	font-weight: bold;
	width: 185px;
	float: left;
}
.exam_detail {
	margin:0;
	padding:0 0 0 0;
}
.exam_date {
	margin:0;
	padding-left:30px;
	padding-bottom:5px;
	background-image: url(image/title_bg0_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#pageContent #toppagebox2 {
	float:right;
	width: 240px;
	line-height: 140%;
	display: inline;
} 
.contents #copyright {
	margin: 0;
	padding: 5px 0px 5px 0px;
	background: #999999;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
} 
.contents #footer {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 2px 0px 2px 0px; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 12px;
	background-color: #FFFFFF;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebarItem1 {
	margin:0;
	border:1px solid red;			
list-style-image:url(image/sidebarMenu/sidebarMenuItem1.gif);
}

