/* Selected Layout:*/
/* Base Theme ============================================================= */
/* Reset ------------------------------------------------------------------ */
/*reset.css - resets default browser stylinghttp://tantek.com/log/2004/09.html#d06t2354http://www.vox.com/.shared/css/base.csshttp://developer.yahoo.com/yui/reset/
*/
:link,:visited {
	text-decoration:none;
}
html,body,div,ul,li,h1,h2,h3,p {
	margin:0;
	padding:0;
}
h1,h2,h3 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:0;
}
}
ul {
	list-style:none;
}
a {
	text-decoration:underline;
	outline:none;
}
a img,:link img,:visited img {
	border:none;
}


body {
text-align: center;
background-color: #FFFFFF;
color: #333333;
padding: 0 0 20px 0;
font:normal 13px arial,helvetica,hirakakupro-w3,osaka,"ms pgothic",sans-serif;
font-size: 13px;}


h1 {
font-size: 18px;
height: 52px;
background: #262E62;
color: #EEEEEE;
margin: 0px 0 10px 0;
padding: 6px 12px 0 12px;
}

h2 {
font-size: 14px;
font-weight: bold;
margin-top: 14px;
margin-bottom: 5px;
text-decoration: underline;
}

p {
margin-bottom: 5px;
}

#container {
text-align: left;
width: 808px;
background-color: #F7F7F7;
margin: 0 auto;
}



#alpha, #beta, #gamma {
position: relative;
padding-bottom: 20px;
float: left;
}

#top {
background: url('ns.jpg');
height: 140px;
padding-left: 25px;
}

#top .top-img {
float: left;
}


#alpha {
width: 532px;
left: 25px;
background-color: #D6E1F3;
}

#alpha p,#alpha h2 {
}

#content {
padding: 0px 12px;
text-align: justify;
}


#beta {
width: 0px;
left: 0px;
}

#gamma {
width: 200px;
left: 50px;
padding-top: 15px;
}

#gamma h2 {
font-weight: bold;
padding: 4px 8px 0 8px;
height: 22px;
background-color: #262E62;
color: #EEEEEE;
margin: 25px 0 5px 0;
}


#gamma ul {
margin: 2px 0 0 0;
padding-left: 10px;
list-style: none;
}

#gamma li {
position: relative;
margin: 0;
padding-left: 10px;
padding-bottom: 5px;
background: url(img04.gif) no-repeat 50%;
background-position: left top;
font-size: 11px;
font-weight: bold;
}

#gamma li a {
color: #FF7722;
text-decoration:underline;
}

#gamma li a:hover {
color: #FF7722;
text-decoration:underline;
}


#footer {
height: 30px;
background-color: #262E62;
color:#EEEEEE;
clear:both;
font-size:10px;
padding:10px 0 0 25px;
}

#footer a {
color: #EEEEEE;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
color: #EEEEEE;
}

.g1 {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.g2 {
text-align: center;
margin-top: 10px;
}