@charset 'utf-8';

body {
	background: url(/hyponica/img/bg.png) repeat-x;
	background-position:0px 10px;
}

a {text-decoration: underline;}
a:link    {color: #46b32b;}
a:visited {color: #46b32b;}
a:hover   {color: #ffa500;}
a:active  {color: #ff7400;}


#header {
	height: 90px;
	background: none;
}


#leftMenu {
}

/*colWrapper override*/

#colWrapper {
		background: #fff url(/hyponica/img/bg_subcol.png) repeat-y;
}

#mainContent h1 {
	padding: 10px 0 20px 30px;
	border-top: 1px solid #46b32b;
	border-bottom: 1px solid #46b32b;
	color: #46b32b;
	background: url(../../hyponica/img/bg_title.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
}

.catch {
	margin: 20px 0;
	font-size: 14px;
	font-weight: bold;
}


.linkBox {
	background: #e1f6dc;
	padding: 10px;
}


.linkBox  div.dmy {
	margin: 5px;
	text-align: right;
}

a.btn {
	display: block;
	width: 250px;
	padding-left: 10px;
	line-height: 24px;
	color: #fff;
	background: url(../../hyponica/introduction/img/btn.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a.btn:visited {
	color: #fff;
}

a.btn:hover {
	color: #FFD500;
	background: url(../../hyponica/introduction/img/btn_over.png) no-repeat;
}




#mainContent h2 {
	margin: 20px 0 10px;
	padding: 6px 0 5px 40px;
	color: #ff2000;
	background: #fff url(/hyponica/img/bg_h2.png) left bottom no-repeat;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}

#mainContent h2.heat {
	padding: 6px 0 5px 80px;
	color: #368400;
	background: #fff url(/hyponica/img/bg_h2_heat.png) left bottom no-repeat;
}


#mainContent h3 {
	margin: 20px 0 10px;
	padding: 2px 0 2px 20px;
	background: #fff url(/hyponica/img/bg_h3.png) left bottom no-repeat;
	color: #0E3E04;
	font-size: 14px;
	font-weight: bold;
}


#mainContent h4 {
	margin: 10px 0 10px;
	height: 20px;
	padding-left: 15px;
	color: #222222;
	background: #fff url(/hyponica/img/bg_h4.png) no-repeat;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}


ul.point {
	margin: 10px;
}

ul.point li {
	margin-bottom: 3px;
	padding-left: 20px;
	color: #ff2000;
	background: url(../../hyponica/img/point.png) no-repeat;
	font-weight: bold;
	font-size: 14px;
}

/*override*/

.picExp {
	border-left: 5px solid #a2d995;
}



/*EOF*/



