@charset "utf-8";


/* --------------------------------------------------
	GENERAL
-------------------------------------------------- */

* {	
	margin: 0;
	/*background-color: transparent;*/
	color: #333333;
}

html {
	overflow-y: scroll;
}


body {
	background-color: #FFFFFF;
	background-image: url(../common/bg_body.gif);
	background-position: 0px 0px;
	text-align: center;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"メイリオ",Meiryo,Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.6;
	/*position: relative;*/
	background-repeat: repeat;
	display: block;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

ul,ol,dl {
	margin: 0;
	padding: 0;
}

li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

p  {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}

th, td, form {
	margin: 0;
	padding: 0;
	color: #333333;
}

th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
}

hr {
	color: #000;
	border-top: 1px solid #CCC;
}

dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

dl dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* //// DECORATION //// */

.explain {
	padding: 15px;
	background: #FFFBE9;
	width: 521px;
}

.explain02 {
	border: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 9px;
	background: #FFF;
}

.explain03 {
	margin: 0 0 12px 0;
	padding: 9px;
	background: #EEF3C7;
}

.sub-area {
	margin: 0 0 12px;
	padding: 0;
}

.img {
	margin-bottom: 12px;
}

.unit00 {
	margin: 0 0 15px;
}

.unit01 {
	margin: 0 0 20px;
}

.unit02 {
	margin: 0 0 25px;
}

.unit03 {
	margin: 0 0 30px;
}

.unit04 {
	margin: 0 0 35px;
}

.unit05 {
	margin: 0 0 40px;
}

.unit06 {
	margin: 0 0 45px;
}

.unit07 {
	margin: 0 0 50px;
}

.unit08 {
	margin: 0 0 55px;
}

.unit09 {
	margin: 0 0 60px;
}

.phase {
	margin: 0 0 6px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1;
}

span.alt {
	display: none;
}


/* //// LINK //// */

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #98CA2C;
	text-decoration: underline;
}

/* //// LINK TIT //// */

.contents-box-t p a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.contents-box-t p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.contents-box-t p a:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* //// LINK FOOTER //// */

#footer-navi p a:link {
	color: #49b63a;
	text-decoration: underline;
}

#footer-navi p a:visited {
	color: #49b63a;
	text-decoration: underline;
}

#footer-navi p a:hover {
	color: #33CC99;
	text-decoration: underline;
}


/* //// TEXT //// */

.attention {
	color: #C40000;
	font-weight: bold;
}

.danger {
	color: #C40000;
}

.caution {
	color: #808000;
}

.warning {
	color: #808000;
	font-weight: bold;
}

.notice {
	color: #FF0000;
	font-weight: bold;
}

.cool {
	color:#FF6633;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.right  {
	text-align:right;
}

.head	{
	color: #ff7e00;
}

.bold	{
	font-weight: bold;
}

.eco	{
	color: #5f7427;
}

.score	{
	font-size: 24px;
}

.bull	{
	text-align: center;
}


/* ====================================================
	 LAYOUT
==================================================== */



/* ////////////////    header   //////////////// */


#header {
	background: url(../common/bg_header01.gif) repeat-x 0px 0px;
	height: 151px;
	}
	
#headArea {
	width: 803px;
	height: 151px;
	text-align: left;
	margin: 0px auto;
	background: url(../common/bg_header03.gif) no-repeat center top;
	position: relative;
	}
	
h1 {
	position: absolute;
	left: 10px;
	top: 5px;
	}
	
#logo {
	position: absolute;
	left: 20px;
	bottom: 85px;
	}
	
.phonNum {
	position: absolute;
	top: 50px;
	right: 0px;
	}

/* //// mainNavi //// */

#mainNavi ul {
	list-style: none;
	}

#mainNavi li {
	float: left;
	padding-right: 1px;
}

#mainNavi li.chn10 {
	padding-right: 0px;
}


#mainNavi {
	width: 803px;
	position: absolute;
	top: 101px;
	left: 0px;
	}


/* //// headNavi //// */

#headNavi ul {
	list-style: none;
	}

#headNavi li {
	float: left;
	}

#headNavi {
	width: 291px;
	position: absolute;
	top: 21px;
	right: 0px;
	}

.headNaviSP {
	margin-left: 15px;
	}


/* ////////////////    wrapper - footer    //////////////// */


#wrapper {
	background-image: url(../common/bg_wrapper.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 30px;
	}

#company #wrapper, #guidance #wrapper, #business #wrapper, #contact #wrapper, #knowledge #wrapper, #case_study #wrapper ,#privacy #wrapper ,#voice #wrapper {
	background-image: url(../common/bg_wrapper02.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 30px;
	}

#contents {
	background-color: #FFFFFF;
	width: 803px;
	text-align: left;
	margin: 0 auto;
	}

#footer {
	width: 803px;
	height: 53px;
	text-align: left;
	background: url(../common/bg_footer.gif) no-repeat center;
	position: relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.copyright {
	top: 11px;
	position: absolute;
	left: 20px;
	}
	
.homeBtn {
	position: absolute;
	top: 9px;
	right: 20px;
	}


/* ////////////////    main-contents    //////////////// */


#main-contents {
	width: 571px;
	float: left;
	padding: 20px 0px 40px 20px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}
#company #main-contents, #guidance #main-contents, #contact #main-contents, #case_study #main-contents ,#privacy #main-contents{
	width: 571px;
	float: right;
	padding: 20px 0px 40px 20px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}

#business #main-contents, #knowledge #main-contents, #voice #main-contents{
	width: 571px;
	float: right;
	padding: 20px 0px 0px 20px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}

#mainImage {
	
  height: 201px;
  overflow: hidden;
  padding: 1px 0;

	}
	
#top h2 {
	background: url(../common/bg_tit01.gif) repeat-x 0px 0px;
	height: 35px;
	font-size: 19px;
	padding-left: 20px;
	padding-top: 17px;
	line-height: 1em;
	font-weight: bold;
	}
.shortbg {
	background: url(../common/bg_tit01.gif) repeat-x 0px 20px;
	height: 35px;
	font-size: 19px;
	padding-left: 20px;
	padding-top: 17px;
	margin-right: 20px;
	line-height: 1em;
	font-weight: bold;
	}
	
#company h2, #guidance h2, #business h2, #contact h2, #knowledge h2, #case_study h2, #privacy h2, #voice h2 {
	background-image: url(../common/bg_tit02.gif);
	height: 50px;
	width: 551px;
	margin-bottom: 14px;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: bold;
	}

#case_study h3, #business h3, #knowledge h3 {
	border-bottom: 1px dashed #afafaf;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 18px;
	font-size: 1.3em;
	width: 539px;
	background: url(../case_study/media/icon01.gif) no-repeat left;
}

#business h3.course {
	border-bottom: 1px dashed #afafaf;
	padding-left: 50px;
	font-weight: bold;
	margin-bottom: 18px;
	font-size: 1.4em;
	line-height: 2.4;
	width: 501px;
	background: url(../business/media/icon_logo.gif) no-repeat left top;
} 
#buisiness .courseNav{
}

#guidance h3, #privacy h3 {
	border-left: 6px solid #010086 ;
	border-bottom: 1px dashed #afafaf;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.3em;
	width: 533px;
}

.page-top {
	width: 783px;
	padding-bottom: 40px;
	text-align: right;
	}

#top .page-top {
	width: 783px;
	padding-bottom: 40px;
	padding-left: 20px;
	text-align: left;
	}

.page-top-mid {
	width: 551px;
	margin-bottom: 55px;
	}

.panArea {
	background-image: url(../common/bg_pan.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-position: left top;
	padding-left: 20px;
	padding-top: 8px;
	}
	
.panArea p {
	font-size: 1.1em;
	}



/* ////////////////    side-area    //////////////// */


#side-area {
	width: 192px;
	float: right;
	padding: 20px 20px 20px 0px;
	}

#side-area img {
	vertical-align: bottom;
	}
		
#company #side-area, #guidance #side-area, #business #side-area, #contact #side-area, #knowledge #side-area, #case_study #side-area, #privacy #side-area, #voice #side-area {
	width: 192px;
	float: left;
	padding: 20px 0 40px 20px;
	}

.sideSubNavi ul {
	list-style-type: none;
	}
	
.sideBox ul {
	list-style-type: none;
	}

/* --------------------------------------------------
	SIDE NAVI
-------------------------------------------------- */
	
.contentsNavi ul {
	list-style-type: none;
	}

.contentsNavi {
	background-image: url(../common/bg_sub_navi.gif);
	width: 192px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	}

.ceoMsg {
	width: 551px;
	margin-bottom: 40px;
	}
	

.sideSubNavi li {
	margin-bottom: 7px;
	}

.telContact {
	margin-bottom: 7px;
	}
.businessArea {
	background-image: url(../common/business_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.businessAreaText {
	background-image: url(../common/business_area_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}
strong {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
strong.lineup_1 {
	color: #FF6600;
}
strong.lineup_2 {
	color: #339933;
}
strong.waterwash {
	color: #0066CC;

}
