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

body{
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
table{
	border-collapse:collapse;
	border:0px solid #000000;
}
em{
	font-size:12px;
}
.ikkese {
display: none;
}
#container{
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	height:768px;
	width:100%;
	z-index:-10;
}
#wrapper{
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:818px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#menu #menu1 a:link, a:visited
{
	font-family:Arial, Helvetica, sans-serif;
    color:#000033;
    text-decoration:none;
    display:block;
    padding-top:9px;
    padding-left:5px;
    padding-right:5px;
    float:left;
    height:35px;
    width:auto;
}
#menu #menu2 a:link, a:visited
{
    font-family:Arial, Helvetica, sans-serif;
    color:#000033;
    text-decoration:none;
    display:block;
    padding-top:9px;
    padding-left:5px;
    padding-right:5px;
    float:left;
    height:35px;
    width:auto;
}
#menu a:hover{
	/*background-image:url(images/menu_repeat.png);*/
	background-repeat:no-repeat;
	background-position:top center;
}
#menu1{
	height:35px;
	width:210px;
	margin-top: 133px;
	margin-left: 210px;
	float: left;
}
#menu2{
	height:35px;
	width:210px;
	margin-top: 135px;
	margin-right: 175px;
	float: right;
}
#menu1 img{
	border:0px solid #000000;
}
#menu2 img{
	border:0px solid #000000;
}
#spacing{
	height:1px;
	width:564px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#content{
	/*border:1px solid #FF0000;*/
	height:470px;
	width:564px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:65px;
	clear: both;
}
#content h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#71c046;
	text-transform:uppercase;
	font-weight: bold;
	margin-top:10px;
}
#content h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#71c046;
	text-transform:uppercase;
	font-weight: bold;
	margin-top:10px;
}
#content h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#71c046;
	text-transform:uppercase;
	font-weight: bold;
}
#content td{
	padding-top:10px;
	padding-bottom:10px;
	border:0px solid #000000;
}
#content a{
    font-size: 12px;
	padding-bottom:0px;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content #sub_menu2{
	height:25px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	clear:both;
	padding-left:auto;
	padding-right:auto;
	border:2px solid #000000;
	/*background-color:#71c046;*/
	background-image:url(images/1x1.jpg);
}
#sub_menu_inside{
	height:25px;
	width:493px;
	margin-left:auto;
	margin-right:auto;
}
#container #wrapper #content #sub_menu2 a{
	display:block;
	color:#000000;
	text-decoration:none;
	height:15px;
	width:auto;
	padding:5px;
	border:0px solid #000000;
	float:left;
}
#container #wrapper #content #sub_menu2 a:hover{
	text-decoration:none;
	background-color:#C90000;
}
#content #sub_menu{
	height:466px;
	width:150px;
	/*background-image: url(images/sub_menu_bg.png);
	background-repeat:no-repeat;
	background-position: bottom;*/
	padding-left: 20px;
	margin: 50px;
	margin-left:600px;
	position:fixed;
}
#container #wrapper #content #sub_menu a:hover{
	text-decoration:underline;
}
#container #wrapper #content #sub_menu h3 {
	line-height: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#71ff46;

}
#content .shoutLink
{
    display:inline-block;
    background-color:#9dff9b;
    height:auto;
    border:1px solid #000;
    clear:both;
    font-size:20px;
    padding:5px 20px;
    color:#000;
    text-decoration:none;
}
#content .shoutLink:hover
{
    background:#70c56e;
}