/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALSa
===================================== */

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	color: #434343;
	}
	
* { -moz-outline: 0; }

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #666;
	}

a:hover {
	text-decoration: underline;
	}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	border: 1px solid #CCC;
	}

th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	padding: 7px;
	border: 1px solid #d6d6d6;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	overflow: hidden; /*width of #primary in three column layout*/
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	color: #0c2846;
	}

.submit, .buttons input {
	height: 2em;
	line-height: 2.1em;
	border: none;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background-color: #900;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	float: right;
	margin: 5px;
	}

/* @group Globals - Forms - Search
===================================== */

#searchForm {

	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	}

#searchForm input.text {
	width: 120px;
	margin: 0;
	font-style: italic;
	padding: 1px;
	float: left;
	}

#searchForm .submit {

	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 875px;
	margin: 0 auto;
	padding: 0 40px 25px 40px;
	background-color: #fff;
	background-image: url(/default/includes/themes/merced/images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	}

#content {
	position: relative;
	margin-top: 15px;
	}

.home #content {
	clear: both;
	margin-top: 0px;
	}

#primary {
	float: left;
	width: 100%;
	color: #333;
	}
.home #primary {

	}
.twoColSL #primary {
	float: left;
	width: 671px;
	padding-left: 10px;
	}

.twoColSR #primary {
	float: left;
	width: 707px;
	}

.threeCol #primary {
	width: 504px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	width: 162px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	}


.home #left {
	width: 687px;
	padding: 0;
	}

#right {
	float: right;
	width: 156px;
	margin: 13px 0 0;
	padding: 16px 13px;
	}

.home #right {
	width: 213px;
	margin: -40px 0 0;
	padding: 0;
	}

.threeColSR {
	width: 167px;
	}

.sidebar {}
#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	padding-top: 5px;
	}

h1 a {
	display: block;
	margin: 0 0 10px;
	font-size: 0.4em;
	}



/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #f2f2f2;
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	width: 875px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/default/includes/themes/merced/images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	}

#footer p {
	font-size: 0.9em;
	color: #999;
	}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	margin: 0;
}
.home .navUtility {
	margin: 0;
	padding-left: 0;
	}

.navUtility li {
	list-style: none;
	font-size: 1.2em !important;
	clear: both;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}

#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 5px;
	}

#header .navUtility li {

	}

#footer .navUtility li a {
	font-size: 0.9em !important;
	color: #FFF;
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	height: 40px;
	overflow: hidden;
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #fff;
	background: #0c2846;
	}

#navPrimary li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navPrimary li.first {
	margin-left: 15px;
	}

#navPrimary a {
	display: block;
	padding: 0 15px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	background: #2e7aa7;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #fff;
	}

#navPrimary li li a:hover {
	color: #fff;
		text-decoration: underline;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #2e7aa7;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 1001;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	}

.navSecondary li {
	margin: 0 0 .5em;
	line-height: 1.2;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {


	}

.navSecondary li a {
	display: block;
	}
.navSecondary li a:hover {
	}

.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #2e7aa7;
	}


.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #e9f3f7;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
	}

.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}

.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.home .sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
	}

.svIndex dl.hasImage {
		padding-left: 90px;
		position: relative;
		min-height: 90px;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 2em;
	}

.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	}

.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */

.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 200px;
	min-height: 180px;
	}
	
.home .svSlideshow {
	position: relative;
	width: 627px;
	/*height: 234px;*/
	overflow: hidden;
	padding: 30px 30px 10px;
	margin: 0 0 2.2em;
	color: #b4dffa;
	background: #102e50 url(../images/bg-hero.jpg) no-repeat !important;
	border: 0;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	}

.home .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 180px;
	height: 180px;
	float: none;
	padding: 0;
	border: 3px solid #1c5981;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 339px;
	margin-top: .75em;
	background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 190px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */


/* EOF */


/*Home and Common Style ---NAKA*/
#header #H1Line .Rogo {
	float: left;
}
#header #H1Line h1 {
	font-size: 1.0em;
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: normal;
}
#header #HeadNavi {
	position: absolute;
}

#header .Line {
	background:url(/default/includes/themes/merced/images/Line.gif) repeat;
	width:875px;
	height:5px;
	position: relative;
	z-index: 1;
}
#header .LineBold {
	background:url(/default/includes/themes/merced/images/Line.gif) repeat;
	height:10px;
	clear: both;
	position: relative;
	top: -6px;
}
#header #TOPFLASH {
	float: left;
	position: relative;
	top: -5px;
}
#header #TOPBanner {
	float: left;
	position: relative;
	top: -5px;
	width:740px;
	height:128px;
}
	#course #header #TOPBanner {
	background-image:url(/default/includes/themes/merced/images/banners/courses_head.jpg);
}
	#school #header #TOPBanner {
		background-image:url(/default/includes/themes/merced/images/banners/company_banner.jpg);
	}
	#voice #header #TOPBanner {
		background-image:url(/default/includes/themes/merced/images/banners/characteristic_banner.jpg);
	}
	#qa #header #TOPBanner {
		background-image:url(/default/includes/themes/merced/images/banners/certificate_banner.jpg);
	}
	#requestfordocuments #header #TOPBanner {
		background-image: url(/default/includes/themes/merced/images/banners/school_guidance.jpg);
	}
	#sitemap #header #TOPBanner {
		background-image: url(/default/includes/themes/merced/images/banners/school_guidance.jpg);
	}
	#sonota #header #TOPBanner {
		background-image:url(/default/includes/themes/merced/images/banners/characteristic_banner.jpg);
	}
	#link #header #TOPBanner {
		background-image:url(/default/includes/themes/merced/images/banners/characteristic_banner.jpg);
	}
#header #Form {
	position:absolute;
	z-index: 2;
}


#header #Form .FormStyle {
	position: relative;
	left: -190px;
	top: -35px;
	width: 165px;
	background-image: url(/default/includes/themes/merced/images/SerchBack.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.home #header #HeadNavi .navUtility {
	width: 130px;
	top: 70px;
	position: relative;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bolder;
	left: -130px;
}
#header #HeadNavi .navUtility {
	width: 130px;
	top: 45px;
	position: relative;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bolder;
	left: -130px;
}

#header #FlashLeft {
	float: right;
}
#Form .FormStyle #searchForm {
	height: 50px;
}
#header #Form  p {
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#header #PageNavi {
	margin: 0px;
	padding: 0px;
	background-image: url(/default/includes/themes/merced/images/PageNaviBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	position: relative;
	top: -6px;
	clear:both;
}
#header #PageNavi ul li {
	float: left;
	list-style-type: none;
	background-image: url(/default/includes/themes/merced/images/PageNaviLine.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 1.3em;
}
#header #PageNavi ul li a {
	color: #333;
	display: block;
	height:40px;
	padding-right: 16px;
	padding-left: 15px;
	line-height: 40px;
}
#header #PageNavi ul li a:hover {
	color: #600;
	background-image: url(/default/includes/themes/merced/images/PageNaviBack.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration:none;
}
#header #PageNavi ul li a:action {
	color: #600;
	background-image: url(/default/includes/themes/merced/images/PageNaviBack.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration:none;
	line-height:41px;
}
#HeadNavi .navUtility li span {
	display: none;
}
.home #NEWS {
	background-image: url(/default/includes/themes/merced/images/NEWS.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:227px;
	height:273px;
	padding-right: 20px;
	padding-left: 613px;
}
.home #NEWS h2 {
	background-image: url(/default/includes/themes/merced/images/Oshirase.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 0px;
}
#NEWS h2 span {
	display: none;
}
#NEWS .Scroll {
	height: 210px;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
#TopCatch {
	width: 335px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	padding-top: 0px;
	margin-top: -273px;
}
#TopCatch .TextBox h2 {
	font-size: 0em;
	margin: 10px 0;
}
#TopCatch .Sekaini {
	background-image: url(/default/assets/Image/SekainiTuyou.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-top:5px;
}
#TopCatch .Jibun {
	background-image: url(/default/assets/Image/jibunNoTe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	margin-top:10px;
}
#TopCatch .Anatano {
	background-image: url(/default/assets/Image/AnatanoKagiri.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-top:10px;
}
#TopCatch .TextBox span {
	display: none;
}
#TopCatch .TextBox p {
	line-height: 1.5;
	padding-bottom:10px;
	color:#666
}
.home #Shikaku {
	float: left;
	width: 335px;
	margin-left: 10px;
	margin-top: 5px;
}

#Shikaku h2 {
	background-image: url(/default/assets/Image/Qualifivcation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	font-size: 1.2em;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Shikaku h2 span {
	font-size: 0.4em;
	line-height: 28px;
	padding-right: 7px;
	color: #FFF;
	padding-top: 0px;
}
#Shikaku h3 {
	font-size: 1.3em;
}
#Shikaku .Block {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDA9AA;
	border-right-color: #BDA9AA;
	border-bottom-color: #BDA9AA;
	border-left-color: #BDA9AA;
}
#Course {
	float: right;
	width: 480px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
}
#Course h2 {
	background-image: url(/default/assets/Image/CourseIntroduction.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	margin: 0px;
	line-height:28px;
	height: 28px;
	font-size: 1.2em;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#Course h2 span {
	font-size: 0.4em;
	line-height: 28px;
	padding-right: 7px;
	color: #FFF;
}
#Course .Block {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDA9AA;
	border-right-color: #BDA9AA;
	border-bottom-color: #BDA9AA;
	border-left-color: #BDA9AA;
	color: #333;
}
#Course h3 {
	font-size: 1.5em;
}
#Course h4 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #966;
}
#Course .img_bdr {
	float: left;
	clear: left;
	border: 1px solid #966;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#Course .Line {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 13px;
}
#Course .Line.first {
	border:none;
	padding-top:0;
}
.CTBanner {
	border:solid #666 1px:
}
#footer .navUtility {
	width: 900px;
	clear: both;
	float: none;
	background-image: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#footer .navUtility li {
	clear: none;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .navUtility li a {
	float: left;
	clear: none;
}
#FootComment {
	clear: both;
	background-color: #635354;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#FootComment p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
}
#FootComment .CopyRight {
	text-align: center;
	font-size: 1em;
}
#FootComment {
	background-image: url(/default/includes/themes/merced/images/FooterCommentBotm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#FooterLineHead {
	background-image: url(/default/includes/themes/merced/images/FooterCommentHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px 0 0;
	clear: both;
}
.clear {
	clear: both;
	line-height:0;
}
#header #H1Line {
	padding-top: 10px;
	padding-bottom: 10px;
}


#Shikaku .Block #left_tab dt {
	float: left;
	clear: both;
	width: 100px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
}
#Shikaku .Block #left_tab dd {
	float: right;
	clear: right;
	width: 190px;
}


/* SUB INDEX */
#BannerBOX_R {
	float: right;
	width: 162px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
.twoColSL #content {
	position: relative;
	margin-top: 0px;
	}
#course #primary .BlockL .Line .RBOX, #course #primary .BlockR .Line .RBOX {
	clear: both;
	min-height:140px;
}
#course #primary .BlockL a .img_bdr, #course #primary .BlockR a .img_bdr {
	clear: both;
	padding: 3px;
	border: 1px solid #966;
	background-color: #FFF;
	float: left;
	margin-left: 10px;
	
}
#course  #primary .BlockL .RBOX h3 {
	font-size: 1.5em;
}

.Btn p a {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #EEE;
	border: 1px solid #999;
	margin: 0px;
}
.Btn p a:hover {
	background-color: #900;
	color:#FFF;
	text-decoration:none;
}

#course #primary .BlockL .Line h3.Esthe {
	background-image: url(/default/assets/Image/HeadEsthetician.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
#course #primary .BlockR .Line h3.Aroma {
	background-image: url(/default/assets/Image/HeadAromaTherapist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
#course #primary .BlockL .Line h3.Natural {
	background-image: url(/default/assets/Image/HeadNaturalTherapist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
#course #primary .BlockR .Line h3.Tsushin {
	background-image: url(/default/assets/Image/HeadTsushin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
#course #primary .BlockL .Line h3 span, #course #primary .BlockR .Line h3 span {
	float: right;
	font-size: 0.7em;
	line-height: 28px;
	padding-right: 10px;
	color: #FFF;
}
#course #primary .BlockL .Line .RBOX h4, #course #primary .BlockR .Line .RBOX h4 {
	padding: 10px;
	font-size: 1.3em;
	color: #900;
}
#course #primary .BlockL .Line .RBOX p, #course #primary .BlockR .Line .RBOX p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#course #primary .Line {
	margin-bottom:15px;
	border: 1px solid #CCC;
}
#course #primary .BlockL {
	float: left;
	width: 320px;
	margin-right: 5px;
}
#course #primary .BlockR {
	float: right;
	width: 320px;
	margin-left: 5px;
}
#course .Line .ImageWaku .Btn {
	width: 134px;
	float: right;
	clear: right;
	margin-right: 10px;
	margin-left: 10px;
}
#course .ImageWaku .Btn p {
	margin: 0px;
	padding: 0px;
}

#course #Shikaku .Ichiran .Box {
	float: left;
	text-align: center;
	border: 1px solid #966;
	margin: 8px;
	background-color: #FFF;
}
#course #Shikaku .Ichiran img {
	width: 110px;
}
#course #Shikaku {
	background-color: #FFC;
	padding-right: 13px;
	padding-bottom:10px;
	padding-left: 13px;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#course .CourseH3 {
	font-size: 1.3em;
}
#course  h3.Shikaku {
	height: 32px;
	background-image: url(/default/assets/Image/CourseShikaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0
}
#course #ShikakuBottom {
	background-image: url(/default/assets/Image/CourseShikakuBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:5px;
	margin:0 0 20px 0;
}
/*School Style START */
#primary #left {
	margin: 0px;
	padding: 0px;
}

#CenterBox {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	border: 1px solid #CCC;
	width: 466px;
}
#CenterBox h3 {
	font-size: 1.4em;
	color: #C30;
	clear: both;
	font-weight: normal;
}
#school #CenterBox .IMG1 {
	float: left;
	padding: 5px;
	border: 1px solid #900;
	margin: 0 7px 7px 0;
}
#school #CenterBox .IMG2 {
	float: right;
	padding: 5px;
	border: 1px solid #900;
	margin: 0 7px 7px 0;
}

#FootNAVI {
	margin:15px 0 0 0;
	border-top: #C99 solid 1px;
	
}
#FootNAVI #navSub .navSecondary li, #FootNAVI #navStandard .navSecondary li {
	float: left;
	margin-right: 15px;
	
}

#FootNAVI #navSub .navSecondary {
	margin: auto;
	padding: 10px;
}
.pageTitle {
	font-size: 1.6em;
	color: #F90;
}
#course .pageTitle, #school .pageTitle, #voice .pageTitle,  #qa .pageTitle, #sonota .pageTitle {
	height: 28px;
	font-weight: normal;
	line-height: 28px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #D0C2C1;
	border-right-color: #D0C2C1;
	border-bottom-color: #D0C2C1;
	border-left-color: #D0C2C1;
	margin-right: -15px;
	margin-left: -15px;
	color: #FFF;
	background-color: #BCA7A6;
}
#left #navSub .navSecondary li, #left #navPeer .navSecondary li, #left #navStandard .navSecondary li {
	margin:0;
}

#left #navSub .navSecondary li a, #left #navPeer .navSecondary li a, #left #navStandard .navSecondary li a {
	display: block;
	background-image: url(/default/includes/themes/merced/images/LeftNaviBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 12px;
}
#left #navSub .navSecondary li li a, #left #navPeer .navSecondary li li a, #left #navStandard .navSecondary li li a {
	padding-left:17px;
	background-image:url(/default/includes/themes/merced/images/LeftNaviBackLI.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
#left #navSub .navSecondary li ul, #left #navPeer .navSecondary li ul, #left #navStandard .navSecondary li ul {
	margin-top:0px;
}
#left #navSub .navSecondary li a:hover, #left #navPeer .navSecondary li a:hover, #left #navStandard .navSecondary li a:hover {
	background-position: right top;
	color:#FFF;
	text-decoration:none;
}
#left #navSub .navSecondary li li a:hover, #left #navPeer .navSecondary li li a:hover, #left #navStandard .navSecondary li li a:hover {
	background-position: right top;
	color:#FFF;
	text-decoration:none;
}
#left #navSub .navSecondary li .current, #left #navPeer .navSecondary li .current, #left #navStandard .navSecondary li .current {
	background-position: right top;
	color: #FFF
}
#left #navSub .navSecondary li li .current, #left #navPeer .navSecondary li li .current, #left #navStandard .navSecondary li li .current {
	background-position: right top;
	color: #FFF
}

/* Voice Style Start */
#voice #VOICE img {
	float: left;
}
#voice #VOICE .Interview {
	float: left;
	width: 215px;
	padding: 10px;
}
#voice #VOICE .Zaigaku {
	clear: left;
	padding: 10px;
	border: 1px solid #C99;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
#voice #VOICE .Sotugyou {
	padding: 10px;
	border: 1px solid #C99;
	clear: left;
	float: left;
	width: 445px;
}
#voice #VOICE .Interview h4 {
	color: #966;
	font-size: 1.4em;
}
#voice #VOICE .Zaigaku h4, #voice #VOICE .Sotugyou h4 {
	font-size: 1.4em;
	color: #966;
}
#voice #VOICE .Sotugyou h5, #voice #VOICE .Zaigaku h5 {
	font-size: 1.3em;
	color: #F60;
}
#voice #VOICE .Zaigaku img, #voice #VOICE .Sotugyou img {
	border: 1px solid #900;
	padding: 5px;
	margin-right: 7px;
}
#voice #VOICE .Btn {
	float: right;
	clear: left;
	font-size: .9em;
	margin-top: -10px;
}
#voice #VOICE .Btn p {
	margin: 0px;
	padding: 0px;
}

/* QA STYLE START */
#qa  dl dt {
	border: medium double #CCC;
	padding: 5px 10px;
	color: #FFF;
	background-color: #C99;
	margin: 0px;
}
#qa dl dd {
	padding: 5px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.pageTitle span {
	background-image: url(/default/includes/themes/merced/images/HeadSchool.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#CenterBox p img {

}
#primary #CenterBox h4 {
	font-size: 1.3em;
	color: #F90;
	padding-top: 7px;
	padding-bottom: 2px;
}


.sysCibtac #CenterBox {
	background-image: url(/default/assets/Image/BACK_CIBTAC-HR%20NEW.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
}
.sysAea #CenterBox {
	background-image: url(/default/assets/Image/BACK_aea.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
}
.sysItec #CenterBox {
	background-image: url(/default/assets/Image/BACK_itec.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
}
.sysIfpa #CenterBox {
	background-image: url(/default/assets/Image/BACK_ifpa.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
}
.sysJaa #CenterBox {
	background-image: url(/default/assets/Image/BACK_jaa.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:400px;
}
#CenterBox h5 {
	font-size: 1.2em;
	padding-top: 15px;
}
#CenterBox .first {
	padding-top: 0px;
}
#CenterBox .CourseBox p {
	padding-right: 5px;
	padding-left: 5px;
}
#CenterBox .CourseBox {
	border: 1px solid #966;
	margin-top: 15px;
	clear: both;
}
#CenterBox .CourseBox .Btn {
	float:right;
	font-size: .9em;
}
#CenterBox .CourseBox h3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: inset;
	border-top-color: #966;
	border-right-color: #966;
	border-bottom-color: #966;
	border-left-color: #966;
	clear: both;
	background-image: url(/default/includes/themes/merced/images/h4Head.jpg);
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.5;
	padding-left: 10px;
}
#CenterBox .CourseBox.first {
	margin-top: 20px;
}
#CenterBox .Fee tbody tr td strong {
	text-align: left;
}
#CenterBox .Fee tbody tr td {
	text-align: right;
}
#CenterBox .Fee tbody tr td strong {

}
#CenterBox .Fee tbody tr .Name {
	text-align: left;
}
#CenterBox .Fee tbody tr .Title {
	text-align: center;
	background-color: #CCC;
}
#contactForm .sub_tbl_bdr2 tr .sub_td_bdr2 {
	background-color: #E4E4E4;
}
#header #PageNavi ul {
	margin: 0px;
	padding: 0px;
}
#FootNAVI #navStandard .navSecondary .current ul .current {
	color: #900;
}
#footer .wrap.clearfix #FooterLineHead #FootComment .clear {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#EstheTopCatch {
	background-image: url(/default/assets/Image/EstheTopCatch.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}
#AromaTopCatch {
	background-image: url(/default/assets/Image/AromaTopCatch.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}
#NaturalTopCatch {
	background-image: url(/default/assets/Image/NaturalTopCatch.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}
#TsushinTopCatch {
	background-image: url(/default/assets/Image/TsushinTopCatch.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
#EstheTopCatch span, #point3 span, #AromaTopCatch span, #NaturalTopCatch span, #TsushinTopCatch span {
	display: none;
}
#point3 {
	height: 36px;
	background-image: url(/default/assets/Image/3PointHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.point3Box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding: 10px;
}
#course #container #content #primary #CenterBox #point3 {
	margin: 0px;
	padding: 0px;
}
.point3Box h5 {
	font-weight: normal;
	color: #F60;
}
#Shikaku .Block #left_tab dt a {
	display: block;
}
#Osusume h3 {
	background-image: url(/default/includes/themes/merced/images/Osusume.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	z-index: 1;
	position: relative;
}
#Osusume h3 span {
	display: none;
}
#Osusume p {
	border: 1px solid #CCC;
	position: relative;
	top: -25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-left: 30px;
	margin-right: 30px;
}
h3.Curriculum {
	background-image: url(/default/includes/themes/merced/images/CurriculumHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	margin:0;
	padding:0;
}
h3.Curriculum span {
	display: none;
}
#Curriculum {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFAAA9;
	border-right-color: #BFAAA9;
	border-bottom-color: #BFAAA9;
	border-left-color: #BFAAA9;
	background-color: #FBFFFF;
}
#Juken {
	background-color: #FFFFCC;
	border: medium double #FC0;
	background-image: url(/default/includes/themes/merced/images/JukenIMG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 155px;
}
h4.Juken {
	margin-top: 15px;
}

h3.Gaiyou {
	background-image: url(/default/includes/themes/merced/images/GaiyouHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3.Gaiyou span {
	display: none;
}
#Gaiyou {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEBDBE;
	border-right-color: #CEBDBE;
	border-bottom-color: #CEBDBE;
	border-left-color: #CEBDBE;
	margin: 0px;
	padding: 10px;
	background-color: #FFF7FF;
}
#CenterBox p img.Right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}
#school #container #content #primary #CenterBox h3#Yokoso {
	background-image: url(/default/assets/Image/Yokoso.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	width:296px;
	height:50px;
	float:right;
		margin:0
}
#school #container #content #primary #CenterBox h3#Hitoni {
	background-image: url(/default/assets/Image/Hitoni.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	width:300px;
	height:50px;
	float:left;
	margin:0;
}
#school #container #content #primary #CenterBox h3#Daisuki {
	background-image: url(/default/assets/Image/Daisuki.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	width:300px;
	height:50px;
		margin:0
}
#school #container #content #primary #CenterBox h3#Yokoso span, h3#Daisuki span, #Hitoni span, #course  h3.Shikaku span {
	display: none;
}
#CenterBox .CourseBox p img {
	padding: 5px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #966;
}

#voice .InterviewBox {
	border: medium double #CCC;
	margin-bottom: 15px;
	padding: 10px;
}
#voice .InterviewBox h5 {
	color: #F69;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#voice .InterviewBox h4 {
	background-color: #FCC;
}
#voice .InterviewBox h4 a {
	color: #F66;
}
#voice .InterviewBox img {
	border: 1px solid #966;
	padding: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FCC;
}
#header #H1Line .TellNum {
	position: relative;
	top: 40px;
	left: 420px;
	font-weight: bold;
	font-size: 2em;
	width: 200px;
	text-align: right;
	color: #892F31;
}
#sonota #container #content #primary #VOICE h4 {
	color: #C90;
	font-size: 1.3em;
}

