@charset "utf-8";
/* CSS Document */

body {
	width:920px;
	margin:5px auto;
	padding:15px;
	border:1px solid rgb(96,98,102);
	font-size:14px;
	line-height:21px;
}
p {
	margin:0;
	padding:0;
}
h1 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 3px;
	padding:0;
}
table {
	border-collapse:collapse;
}

th {
	background-image:url(../img/template/th.jpg);
	background-position:top left;
}

p#headMenu {
	height:42px;
}
p#headMenu img {
	vertical-align:middle;
}

div#concept {

}
div#setBack {
	width:920px;
	margin:0;
	padding:0;
	background-image:url(../img/template/menubg.gif);
	background-repeat:repeat-y;	
}
div#mainMenu {
	width:220px;
	float:left;
	overflow:hidden;
	font-size:12px;
}
p#sm01 {
	background-image:url(../img/template/sm01.png);
}
p#sm02 {
	background-image:url(../img/template/sm02.png);
}
p#sm03 {
	background-image:url(../img/template/sm03.png);
}
a#sm04 {
	background-image:url(../img/template/sm04.png);
}
a#sm05 {
	background-image:url(../img/template/sm05.png);
}
a#sm11 {
	background-image:url(../img/template/sm11.png);
}
a#sm12 {
	background-image:url(../img/template/sm12.png);
}
a#sm13 {
	background-image:url(../img/template/sm13.png);
}
a#sm16 {
	background-image:url(../img/template/sm16.png);
}
a#sm21 {
	background-image:url(../img/template/sm21.png);
}
a#sm22 {
	background-image:url(../img/template/sm22.png);
}
p#sm23 {
	background-image:url(../img/template/sm23.png);
}
a#sm25 {
	background-image:url(../img/template/sm25.png);
}
a#sm27 {
	background-image:url(../img/template/sm27.png);
}
p#sm28 {
	background-image:url(../img/template/sm28.png);
}

a#sm31 {
	background-image:url(../img/template/sm31.png);
}
a#sm32 {
	background-image:url(../img/template/sm32.png);
}
a#sm33 {
	background-image:url(../img/template/sm33.png);
}
a#sm34 {
	background-image:url(../img/template/sm34.png);
}
a#sm35 {
	background-image:url(../img/template/sm35.png);
}
a#sm36 {
	background-image:url(../img/template/sm36.png);
}
a#sm37 {
	background-image:url(../img/template/sm37.png);
}
a#sm38 {
	background-image:url(../img/template/sm38.png);
}
a#sm41 {
	background-image:url(../img/template/sm41.png);
}
a#sm42 {
	background-image:url(../img/template/sm42.png);
}

a#sm61 {
	background-image:url(../img/template/sm61.png);
}
a#sm62 {
	background-image:url(../img/template/sm62.png);
}
p#sm63 {
	background-image:url(../img/template/sm63.png);
}
a#sm64 {
	background-image:url(../img/template/sm64.png);
}
a#sm65 {
	background-image:url(../img/template/sm65.png);
}



div#mainMenu p.acHeader {
	height:36px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	overflow:hidden;
}
div#mainMenu ul.acContent {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	background-color:rgb(255,70,0);
	width:220px;
}

div#mainMenu ul.acContent li {
	font-size:12px;
	display:inline;
}

div#mainMenu ul.acContent li a {
	display:block;
	margin:0 0 0 8px;
	padding:0 0 0 4px;
	color:rgb(98,98,98);
	text-decoration:none;
	background-color:rgb(240,240,240);
	border-top:1px solid rgb(255,255,255);
	border-bottom:1px solid rgb(180,180,180);
}
div#mainMenu ul.acContent li.sub {
	display:block;
	margin:0 0 0 8px;
	padding:0 0 0 4px;
	color:rgb(98,98,98);
	background-color:rgb(240,240,240);
	border-top:1px solid rgb(255,255,255);
}

div#mainMenu ul.acContent li.sub a {
	margin:0 0 0 8px;
	padding:0 0 0 4px;
	background-color:rgb(240,240,240);
	border-top:1px dotted rgb(165,165,165);
	border-bottom:none;
}

div#mainMenu ul.acContent li a:active ,div#mainMenu ul.acContent li a:hover {
	color:rgb(45,45,45);
	background-color:rgb(250,250,230);
}

div#mainMenu a.normalLink {
	display:block;
	width:220px;
	height:36px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:rgb(130,130,130);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	text-indent:-9999px;
}
div#mainMenu a.normalLink:active, div#mainMenu a.normalLink:hover {
	background-position:-220px 0;
}


div#contents {
	width:680px;
	padding:10px 0 10px 15px;
	margin:0 auto 0 0;
	float:left;
	overflow:hidden;
	color:rgb(82,86,90);
}

div#contents h2 {
	margin:0 0 20px;
	padding:8px 0 0 14px;
	background-color:rgb(0,155,0);
	color:rgb(255,255,255);
	font-size:16px;
	line-height:20px;
	height:26px;
	background-image:url(../img/template/h2.png);
	background-repeat:no-repeat;
}

div#contents h3 {
	margin:7px 15px;
	padding:5px 0 5px 14px;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	height:32px;
	background-image:url(../img/template/h3.png);
	background-repeat:no-repeat;
}

div#contents p {
	margin:7px 15px 14px;
	padding:0;
}

div#setMenuEnd {
	width:920px;
	height:20px;
	margin:0;
	background-image:url(../img/template/menubgend.gif);
	background-repeat:no-repeat;
	clear:both;
}

div#footer {
	clear:both;
	margin:7px 0 0 0;
	padding:15px;
	text-align:center;
}
table#iso { 
	width:920px;
	margin:10px auto;
	border-top:2px solid rgb(200,200,200);
	border-bottom:2px solid rgb(200,200,200);
}
table#iso td { 
	text-align:left;
	vertical-align:bottom;
	padding:20px 7px;
	white-space:nowrap;
}
div#footer p.links {
	margin:15px 0;
	padding:15px 0;
	line-height:200%;
	border-top:2px solid rgb(200,200,200);
	border-bottom:2px solid rgb(200,200,200);
}
div#footer p.links a {
	text-decoration:none;
	color:rgb(111,111,111);
}
div#footer p.links a:active, div#footer p.links a:hover {
	color:rgb(63,63,63);
}

div#footer p.footLink {
	margin:14px 0 7px;
	padding:7px 0;
}
div#footer p.footLink a {
	text-decoration:none;
	color:rgb(111,111,111);
}
div#footer p.footLink a:active, div#footer p.footLink a:hover {
	color:rgb(63,63,63);
}








