@charset "utf-8";

/* [CSS Contents]----------------------------------------------------------

01.STYLE RESET
02.COMMON
03.NAVI
04.HOME
05.MERIT
06.PHASE(menu)
07.WORKS
08.CONTACT

----------------------------------------------------------[CSS Contents] */


/* [01.STYLE RESET] ---------------------------------------------------- */
html{
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;
}

form,fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,div{
	margin:0;
	padding:0;
}

body {
    margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "hiragino kakugo Pro W3","Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 12px;
	line-height: 150%;
	color: #48403A;
	background: #FFFFFF;
    text-align: center;
}
li{
	list-style:none;
	margin:0px; 
	text-indent: 0px;
	padding: 0px;
}
hr {
	display: none;
	clear: both;
}

#container {
	background: url(../../group/common/images/bg_container.gif) no-repeat center 131px;
}

table,td,th {
	border: 0;
}

/* [02.COMMON]
-------------------------------------------------------------- */
#cont_wrapper {
	overflow: hidden;
	margin: 0 auto;
	width: 882px;
}

#main_col {
	float: right;
	width: 760px;
}

#sub_col {
	float: left;
	padding-left: 39px;
	/*width: 122px;*/
	text-align: center;
}

#wrapper {
	position: relative;
	width: 760px;
	/*margin: 0px auto;*/
	padding: 0px;
	background-color: #FFFFFF;
    text-align: left;
}
#head {
	width: 760px;
	height: 95px;
	margin: 0px;
	background: url(../images/head.gif) top left no-repeat;
}
#head h1 span {
    text-indent: -9999px;
	display: none;
}
#topPage a {
	display: block;
    position: absolute;
	width: 185px;
    height: 45px;
    top: 25px;
	left: 15px;
    text-indent: -9999px;
}
#obi {
	width:760px;
	height: 30px;
	background: url(../images/bg_sub.gif) top left repeat-x;
}
#obi h1 {
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;    
}
#obi h2 {
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;    
}
#foot {
	width: 760px;
	height: 80px;
    margin-bottom: 30px;
    background: url(../images/foot.gif) top left no-repeat;
	text-indent: -10000px;
	clear: both;
}

a:link, a:visited, a:active {
	color: #BE0028;
	text-decoration: none;
}
a:hover {
	color: #BE0028;
	text-decoration: underline;
}
#clear {
	clear: both;
}



/* [03.NAVI]------------------------------------------------------------ */
#navi {
	width:760px;
	height: 30px;
	/*margin: 0 auto;*/
	background: url(../images/bg_navi.gif) repeat-x;
	/*border-bottom: 1px solid #d1013b;*/
}
#navi img {
	border:none;
}

/* [04.HOME] --------------------------------------------------------- */
#visual {
	width: 760px;
    height: 365px;
    background: url(../images/top_visual.jpg) top left no-repeat;
	text-indent: -10000px;
}
#topMain {
	width: 760px;
    background: url(../images/bg_home.gif) top left repeat-y;
	padding-bottom: 30px;
	border-bottom: 1px solid #dad2c3;
}
#topMain p {
	padding: 25px 50px 0px; 
	font-size: 12px;
	line-height: 160%;
	color: #48403A;	
}
#topMain p span.tx10 {
    font-size: 10px;
}
#topMain #rgt {
    text-align: right;
	padding-right: 50px;
}


/* [05.MERIT] --------------------------------------------------------- */
#mrtBase {
	/*width: 710px;*/
    background: url(../images/bg_home.gif) top left repeat-y;
	
	/*border-bottom:1px solid #DAD2C3;
	padding-bottom:30px;*/
}
#mrtMain {
	width: 660px;
	height: 560px;
	/*margin-top: 35px;
	margin-left: 50px;*/
	background: url(../images/merit.gif) top left no-repeat;
    position: relative;
}
#mrtMain .mrt {
    line-height: 145%;
}
#mrtMain #mrt01 {
    position: absolute;
	width: 270px;
	top: 85px;
	left: 20px;
    text-align: left;
}
#mrtMain #mrt02 {
    position: absolute;
	width: 270px;
	top: 85px;
	left: 370px;
    text-align: left;
}
#mrtMain #mrt03 {
    position: absolute;
	width: 270px;
	top: 440px;
	left: 20px;
    text-align: left;
}
#mrtMain #mrt04 {
    position: absolute;
	width: 270px;
	top: 440px;
	left: 370px;
    text-align: left;
}
#mrtMain h2 {
    text-indent: -9999px;
	display: none;
}
#mrtMain h3 span {
    text-indent: -9999px;
	display: none;
}



/* [06.PHASE(menu)] ------------------------------------------------------ */
#phase {
	position: relative;
	width: 760px;
    height: 370px;
    background: url(../images/bg_phase.gif) top left no-repeat;
	z-index: 10;
}
#phase h3 {
	padding-top: 18px;
	padding-left: 50px;
	font-size: 12px;      
}

/*------NAVI*/
#phaseMap {
	width: 730px;
	height: 67px;
	position: absolute;
	top: 79px;
	left: 15px;
	z-index: 20;
}
#phaseMap li{
	display: block;
	float: left;
	height: 67px;
	text-indent: -10000px;
} 
#phaseMap a {
	display: block;
	height: 67px;
	text-decoration: none;
	background: url(../images/btn_phase.jpg) top left no-repeat;
	text-indent: -10000px;
}
#menu01 {
	background: url(../images/btn_phase.jpg) 0 -67px no-repeat;
	width: 182px;
}
#menu01 a {
	background: url(../images/btn_phase.jpg) 0 0 no-repeat;
	width: 182px;
}
#menu01 a:hover{
    background-position: 0 -67px;
	width: 182px;
}
#menu02 {
	background: url(../images/btn_phase.jpg) -182px -67px no-repeat;
	width: 183px;
}
#menu02 a {
	background: url(../images/btn_phase.jpg) -182px 0 no-repeat;
	width: 183px;
}
#menu02 a:hover{
    background-position: -182px -67px;
	width: 183px;
}
#menu03 {
	background: url(../images/btn_phase.jpg) -365px -67px no-repeat;
	width: 182px;
}
#menu03 a {
	background: url(../images/btn_phase.jpg) -365px 0 no-repeat;
	width: 182px;
}
#menu03 a:hover{
    background-position: -365px -67px;
	width: 182px;
}
#menu04 {
	background: url(../images/btn_phase.jpg) -547px -67px no-repeat;
	width: 183px;
}
#menu04 a {
	background: url(../images/btn_phase.jpg) -547px 0 no-repeat;
	width: 183px;
}
#menu04 a:hover{
    background-position: -547px -67px;
	width: 183px;
}

/*------MAP*/
#phase dl {
	font-size: 10px;
	font-weight: bold;
	line-height: 200%;
	color: #48403A;	
}
#phase dt {
    text-indent: -9999px;
	display: none;
}
#phase dd {
    padding-top: 15px;
	padding-right:10px;
	text-align: right;
}
#phase #mc01 {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 15px;
}
#phase #mc01_on {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 15px;
	background: url(../images/base_ph01.gif) no-repeat;
}
#phase #mc01_sp {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 15px;
    background: url(../images/base_ph01_sp.gif) no-repeat;
}
#phase #mc02 {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 197px;
}
#phase #mc02_on {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 197px;
    background: url(../images/base_ph02.gif) no-repeat;
}
#phase #mc02_sp {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 197px;
    background: url(../images/base_ph02_sp.gif) no-repeat;
}
#phase #mc03 {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 380px;
}
#phase #mc03_on {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 380px;
    background: url(../images/base_ph03.gif) no-repeat;
}
#phase #mc03_sp {
	width: 182px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 380px;
    background: url(../images/base_ph03_sp.gif) no-repeat;
}
#phase #mc04 {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 562px;
}
#phase #mc04_on {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 562px;
    background: url(../images/base_ph04.gif) no-repeat;
}
#phase #mc04_sp {
	width: 183px;
	height: 253px;
	position: absolute;
	top: 116px;
	left: 562px;
    background: url(../images/base_ph04_sp.gif) no-repeat;
}
#phase #mc01_on dd,#mc02_on dd,#mc03_on dd,#mc04_on dd,#mc03_sp dd,#mc04_sp dd {
    color: #FFFFFF;	
}

#btn_unei {
	position: absolute;
	top: 237px;
	left: 388px;
	width: 353px;
	height: 62px;
}

#btn_unei a {
	display: block;
	width: 353px;
	height: 62px;
	background: url(../images/btn_unei.png) no-repeat 0 0;
	text-indent: -9999px;
}

#btn_unei a:hover {
	background: url(../images/btn_unei_on.png) no-repeat 0 0;
}


/*------MAIN*/
#phMain {
	width: 760px;
    background: url(../images/bg_ph_main.gif) top left repeat-y;
}
#phMain h2 span {
    text-indent: -9999px;
	display: none;
}
#phMain #leadBox01 {
	width: 695px;
	height: 65px;
	margin-top: 0px;
	margin-left: 15px;
	background-color: #E7E1D3;
}
#phMain #leadBox02 {
    width: 660px;
	height: 100px;
	margin-top: 0px;
	margin-left: 50px;
	background-color: #E7E1D3;
}
#phMain #leadBox03 {
    width: 660px;
	height: 65px;
	margin-top: 0px;
	margin-left: 50px;
	background-color: #E7E1D3;
}
#phMain #leadBox04 {
    width: 695px;
	height: 65px;
	margin-top: 0px;
	margin-left: 50px;
	background-color: #E7E1D3;
}
#phMain h3 {
	width: 445px;
	position: relative;
	top: 15px;
	left: 143px;
	background-color: #E7E1D3;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	line-height: 150%;
}
#phMain h3.fsen01 {
    border-left: 5px solid #CD1009;
	left: 178px;
}
#phMain h3.fsen02 {
    border-left: 5px solid #F96611;
}
#phMain h3.fsen03 {
    border-left: 5px solid #669900;
}
#phMain h3.fsen04 {
    border-left: 5px solid #006A65;
}
#phMain table h2 {
	font-size: 12px;
}
#phMain table {
    width: 645px;
    /*margin-top: 35px;*/
	margin-left: 15px;
	border-collapse: collapse;
	border: 0;
}
#phMain th {
    width: 165px;
    text-align: right;
	vertical-align: top;
	color:#50607C;    
}
#phMain td.ph01 {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	background: url(../images/catch_ph01.gif) 0 5px no-repeat; 
}
#phMain td.ph02 {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	background: url(../images/catch_ph02.gif) 0 5px no-repeat; 
}
#phMain td.ph02a {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	/*background: url(../images/arrow_ph02.gif) 30px 5px no-repeat;*/ 
}
#phMain td.ph03 {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	background: url(../images/catch_ph03.gif) 0 5px no-repeat; 
}
#phMain td.ph03a {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	/*background: url(../images/arrow_ph03.gif) 30px 5px no-repeat; */
}
#phMain td.ph04 {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	background: url(../images/catch_ph04.gif) 0 5px no-repeat; 
}
#phMain td.ph04a {
    padding-left: 30px;
	padding-bottom:30px;
	vertical-align: top;
	/*background: url(../images/arrow_ph04.gif) 30px 5px no-repeat;*/ 
}
#phMain td span.txPh01 {
    font-weight: bold;
	color: #CD1009;
}
#phMain td span.txPh02 {
    font-weight: bold;
	color: #F96611;
}
#phMain td span.txPh03 {
    font-weight: bold;
	color: #669900;
}
#phMain td span.txPh04 {
    font-weight: bold;
	color: #006A65;
}
#phMain #fig02 {
    padding-top: 0px;
	padding-left: 15px;
}

/*------MAIN / P03-04*/
#ph0304Main {
	width: 760px;
    background: url(../images/bg_home.gif) top left repeat-y;
}
#ph0304Main h2 span,h4 span {
    text-indent: -9999px;
	display: none;
}
#ph03Sp {
	padding-top: 25px;
	background: url(../images/bg_ph03.gif) 145px bottom no-repeat; 
}
#ph03Box {
    width: 340px;
	padding-left: 40px;
}
#ph03Box a {
    display: block;
	width: 340px;
	height: 30px;
    text-decoration: none;
	background: url(../images/mds_ph03.gif) 0 0 no-repeat; 
    text-indent: -10000px;
}
#ph03Box a:hover{
    background-position: 0 -30px;
}
#ph03Box dt {
    padding: 15px 5px 20px;
	color: #669900;
}
#ph04Sp {
	background: url(../images/bg_ph04.gif) 145px 0px no-repeat; 
}
#ph04Box {
    width: 340px;
	padding-left: 380px;
}
#ph04Box a {
    display: block;
	width: 340px;
	height: 30px;
    text-decoration: none;
	background: url(../images/mds_ph04.gif) 0 0 no-repeat; 
    text-indent: -10000px;
}
#ph04Box a:hover{
    background-position: 0 -30px;
}
#ph04Box dt {
    padding: 15px 5px 20px;
	color: #006A65;
}
#ph03Box dd,#ph04Box dd {
	padding-left: 5px;
	font-weight: bold;
}
#ph03Box dd span,#ph04Box dd span {
	color: #BE0028;
}

/*------GO TO NEXT & BACK*/
#phMain p a {
    font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
    padding: 3px 50px 4px 20px;
}

#phMain #next01 p,#next02 p {
    text-align: right;
}

#phMain #next01,#next02,#next03,#next04 {
    /*width: 760px;
	border: 1px solid #dad2c3;
	border-bottom: none;
	border-top: none;*/
	background:transparent url(../images/bg_ph_next.gif) no-repeat scroll left top;
}
#next04 p {
    text-align: right;
	background: #fff9ea url(../images/bg_ph_next.gif) top left no-repeat; 
}





#phMain #next01 span,#next02 span,#next03 span,#next04 span {
    text-indent: -9999px;
	display: none;
}
#phMain #next01 a, #next01 a:link, #next01 a:visited, #next01 a:active {
	color: #F96611;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_next02.gif) top left no-repeat;
	border-right: 1px solid #DAD2C3; 
}
#phMain #next01 a:hover {
	color: #F96611;
	text-decoration: underline;
	background-position: 1px 0;
}
#phMain #next02 a, #next02 a:link, #next02 a:visited, #next02 a:active {
	color: #669900;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_next03.gif) top left no-repeat;
	border-right: 1px solid #DAD2C3; 
}
#phMain #next02 a:hover {
	color: #669900;
	text-decoration: underline;
	background-position: 1px 0;
}
#phMain #next04 a, #next04 a:link, #next04 a:visited, #next04 a:active {
	color: #50607C;
	text-decoration: none;
	/*background: #FFF9EA url(../images/btn_back.gif) top left no-repeat;*/
	border-right: 1px solid #DAD2C3; 
}
#phMain #next04 a:hover {
	color: #50607C;
	text-decoration: underline;
	background-position: -1px 0;
}

/*------GO TO NEXT & BACK /P-03*/
#phMain li a {
    font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}
#phMain ul {
	padding-right: 50px;
	border-right: 1px solid #DAD2C3;
	border-left: 1px solid #DAD2C3;
	text-align: right;
}
#phMain #next03 #back03 {
    background-color: #FFF9EA;
}
#phMain #next03 #goTo4 a, #next03 #goTo4 a:link, #next03 #goTo4 a:visited, #next03 #goTo4 a:active {
	color: #006A65;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_next04.gif) top left no-repeat;
	padding: 3px 0px 4px 20px;
}
#phMain #next03 #goTo4 a:hover {
	color: #006A65;
	text-decoration: underline;
	background-position: 1px 0;
}
#phMain #next03 #back03 a, #next03 #back03 a:link, #next03 #back03 a:visited, #next03 #back03 a:active {
	color: #50607C;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_back.gif) top left no-repeat;
	padding: 3px 0px 4px 20px;
}
#phMain #next03 #back03 a:hover {
	color: ##50607C;
	text-decoration: underline;
	background-position: -1px 0;
}


/* ボトムボタン */
#btn_p3_b {
	padding-top: 10px;
	height: 36px;
	background-color: #fff9ea;
}
#btn_p3_b a {
	float: right;
	text-align:left;
	display: block;
	width: 280px;
	height: 36px;
	background: url(../images/btn_unei_b.gif) no-repeat 0 0;
	text-indent: -9999px!important;
	text-decoration: none;
}

#btn_p3_b a:hover {
	background: url(../images/btn_unei_b_on.gif) no-repeat 0 0;
}


/* [07.WORKS] --------------------------------------------------------- */
/*------COMMON*/
#worksBase {
	width: 760px;
    background: url(../images/bg_home.gif) top left repeat-y;
	padding-top: 30px;
}
#mdsConsul {
	position: relative;
	top: 0;
	left: 50px;
	width: 245px;
	height: 20px;
	padding-bottom: 30px;	
	background: url(../images/mds_consul.gif) top left no-repeat;
	text-indent: -9999px;
}
#mdsPropa {
	position: relative;
	top: 0;
	left: 50px;
	width: 245px;
	height: 20px;
	padding-bottom: 30px;	
	background: url(../images/mds_propa.gif) top left no-repeat;
	text-indent: -9999px;
}

/*------WORKS.HTML*/
#worksVisual {
	width: 760px;
    height: 290px;
    background: url(../images/works_visual.jpg) top left no-repeat;
	text-indent: -10000px;
}
#wksMain01 {
	width: 760px;
    background: url(../images/bg_works.gif) top left repeat-y;
}
#wksMain01 table {
    width: 660px;
    margin-top: 0;
	margin-left: 50px;
	border-collapse: collapse;
	border: hidden;
}
#wksMain01 th {
    width: 195px;
    text-align: right;
	vertical-align: top;   
}
#wksMain01 td {
	font-size: 11px;
	color: #272727;
    vertical-align: top;
}
#wksMain01 a {
	color: #272727;
}
#wksMain01 #consult td {
    padding-left: 85px;
	padding-bottom: 20px;	
	background: url(../images/catch_wks_rd3.gif) 10px 8px no-repeat; 
}
#wksMain01 #propa td {
    padding-left: 85px;
	padding-bottom: 20px;
	background: url(../images/catch_wks_bl3.gif) 10px 8px no-repeat; 
}
#wksMain01 #consult a:hover {
	color: #BE0028;
	text-decoration: none;
}
#wksMain01 #propa a:hover {
	color: #50607C;
	text-decoration: none;
}
.wksLine01 {
    width: 760px;
	height: 25px;
    background: url(../images/line_works.gif) top left no-repeat;
}

/*------ANOTHERWORKS.HTML & NORTHPORTMALL.HTML*/
#wksMain02 {
	width: 760px;
    background: url(../images/bg_works.gif) top left repeat-y;
}
#wksMain02 table {
    width: 660px;
    margin-top: 0;
	margin-left: 50px;
	border-collapse: collapse;
	border: hidden;
}
#wksMain02 th {
    width: 195px;
    text-align: right;
	vertical-align: top; 
}
#wksMain02 th p {
    margin-top: 30px;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	color: #272727;
}
#wksMain02 td {
	font-size: 12px;
	color: #272727;
    vertical-align: top;
}
#wksMain02 #consult th {
    color: #BE0028;
}
#wksMain02 #consult td {
    padding-left: 85px;
	padding-bottom: 30px;	
	background: url(../images/catch_wks_rd.gif) 10px 5px no-repeat; 
}
#wksMain02 #consult td.cthRd {
    padding-left: 85px;
	padding-bottom: 40px;	
	background: url(../images/catch_wks_rd2.gif) 10px 5px no-repeat; 
}
#wksMain02 #consult td span {
    font-weight: bold;    
}
#wksMain02 #consult td a {
	color: #BE0028;
	text-decoration: none;
}
#wksMain02 #consult td a:hover {
	text-decoration: underline;
}
#wksMain02 #propa th {
    color: #50607C;
}
#wksMain02 #propa td {
    padding-left: 85px;
	padding-bottom: 30px;
	background: url(../images/catch_wks_bl.gif) 10px 5px no-repeat; 
}
#wksMain02 #propa td span {
    font-weight: bold;    
}
#wksMain02 #propa td.cthBl {
    padding-left: 85px;
	padding-bottom: 40px;
	background: url(../images/catch_wks_bl2.gif) 10px 5px no-repeat; 
}
#wksMain02 #propa td.cthBl2 {
    padding-left: 85px;
	padding-bottom: 15px;
	background: url(../images/catch_wks_bl2.gif) 10px 5px no-repeat; 
}
#wksMain02 img {
	padding-left: 50px;
	padding-bottom: 40px;
}
#wksMain02 #propa a {
	color: #50607C;
	text-decoration: none;
}
#wksMain02 #propa a:hover {
	text-decoration: underline;
}

/*------GO BACK*/
#wksMain02 #liner01 p a,#liner02 p a,#liner03 p a {
    font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
    padding: 3px 50px 4px 20px;
}
#wksMain02 #liner01 {
    width: 760px;
	margin-bottom: 40px;
	background: url(../images/line_works01.gif) top left no-repeat; 
}
#wksMain02 #liner02,#liner03 {
    width: 760px;
	background: url(../images/line_works03.gif) top left no-repeat; 
}
#wksMain02 #liner01 p,#liner02 p,#liner03 p {
    text-align: right;
}
#wksMain02 #liner01 span,#liner02 span,#liner03 span {
    text-indent: -9999px;
	display: none;
}
#wksMain02 #liner01 a, #liner01 a:link, #liner01 a:visited, #liner01 a:active {
	color: #272727;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_list.gif) top left no-repeat;
	border-right: 1px solid #DAD2C3; 
}
#wksMain02 #liner02 a, #liner02 a:link, #liner02 a:visited, #liner02 a:active {
	color: #272727;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_list.gif) top left no-repeat;
	border-right: 1px solid #DAD2C3; 
}
#wksMain02 #liner03 a, #liner03 a:link, #liner03 a:visited, #liner03 a:active {
	color: #272727;
	text-decoration: none;
	background: #FFF9EA url(../images/btn_list.gif) top left no-repeat;
	border-right: 1px solid #DAD2C3; 
}
#wksMain02 #liner01 a:hover {
	color: #272727;
	text-decoration: underline;
	background-position: -1px 0;
}
#wksMain02 #liner02 a:hover {
	color: #272727;
	text-decoration: underline;
	background-position: -1px 0;
}
#wksMain02 #liner03 a:hover {
	color: #272727;
	text-decoration: underline;
	background-position: -1px 0;
}

/*------AMU*/
#amuNag {
	width: 760px;
	height: 290px;
	padding-bottom: 30px;
    background: url(../images/fig_amu_n.jpg) top left no-repeat;
}
#amuNag h3, h4 {
    text-indent: -9999px;
	display: none;
}
#amuKag {
	width: 760px;
	height: 290px;
	padding-bottom: 30px;
    background: url(../images/fig_amu_k.jpg) top left no-repeat;
}
#amuKag h3, h4 {
    text-indent: -9999px;
	display: none;
}


/* [08.CONTACT] --------------------------------------------------------- */
#contBase {
	width: 760px;
    background: url(../images/bg_home.gif) top left repeat-y;
}
#contBase h2 {
	width: 130px;
	height: 25px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 30px;
	background: url(../images/ttl_contact.gif) top left no-repeat;
}
#contBase h2 span {
    text-indent: -9999px;
	display: none;
}
#contMain {
	width: 760px;
    background: url(../images/bg_contact.gif) top left repeat-y;
}
#contMain #leadBox {
    width: 660px;
	height: 85px;
	margin-left: 50px;
	background-color: #E7E1D3;
}
#contMain h3 {
    width: 600px;
	position: relative;
	top: 17px;
	left: 20px;
	background-color: #E7E1D3;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	line-height: 150%;
}
#contMain h3.fsen {
    border-left: 5px solid #BE0028;
}

#contMain table {
    width: 660px;
    margin-top: 35px;
	margin-left: 50px;
	border-collapse: collapse;
	border: hidden;
}
#contMain th {
    width: 190px;
    text-align: right;
	vertical-align: top;
	color:#50607C;    
}
#contMain td {
    padding-left: 50px;
	padding-bottom:20px;
	vertical-align: top;
	background: url(../images/catch_contact.gif) 3px 5px no-repeat; 
}
#contMain td#btm {
    padding-left: 50px;
	padding-bottom:35px;
	vertical-align: top;
	background: url(../images/catch_contact.gif) 3px 5px no-repeat; 
}
#contMain #noteBox {
    width: 620px;
	margin-left: 50px;
	padding: 20px;
	background-color: #E7E1D3;
}
#contMain #noteBox span {
    color: #BE0028;
}
#contMain #sentBox {
    width: 620px;
	padding-top:15px;
	padding-bottom: 15px;
	background-color: #50607C;
}
#contMain #sentBox span {
	margin-left: 140px;
}

/* [09.SC] --------------------------------------------------------- */
#scBase {
	width: 760px;
    background: url(../images/bg_home.gif) top left repeat-y;
}

#scBase .lead {
	width: 660px;
	margin: 0 auto;
}

#scBase .lead {
	width: 660px;
	margin: 0 auto;
	padding: 20px 0;
	font-weight: bold;
}

#scBase #scList {
	width: 700px;
	margin-left: 50px;
	overflow: hidden;
}

#scBase #scList dl {
	float: left;
	margin-right: 40px;
	width: 310px;
	background: #f1ecdd url(../images/bg_sc.gif) no-repeat 0 bottom; 
}

#scBase #scList dl.visual {
	background: #f1ecdd url(../images/bg_sc_visual.jpg) no-repeat 0 bottom; 
}

#scBase #scList dl dd {
	padding: 14px 16px 12px ;
}

#scBase #scList dl dd .txt {
	color: #50607c;
}

#scBase #scList dl dd ul {
	padding-left: 5px;
}

#scBase #scList dl dd ul li {
	border-left: 2px solid #bd1644;
	margin-bottom: 5px;
	padding-left: 3px;
	line-height: 1.05;
	font-weight: bold;
}


.pt20 {	padding-top: 20px!important;}
.pt25 {	padding-top: 25px!important;}
.pt35 {	padding-top: 35px!important;}
.pl50 {	padding-left: 50px!important;}
.pb25 {	padding-bottom: 25px!important;}

.mb25 {	margin-bottom: 25px!important;}
.mb35 {	margin-bottom: 35px!important;}
.mb45 {	margin-bottom: 45px!important;}

.mt20 {	margin-top: 20px!important;}
.mt30 {	margin-top: 30px!important;}

.bt_img {
	vertical-align: bottom;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
