/*
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3778cd;}
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #4d469c; }
a:hover { text-decoration: underline; color: #3778cd; }

a img { 
	border: none;	
	}


	
#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left: 15px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
/*	width: 155px;
	padding: 5px;
	border: 1px;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 3px #7a7a7a;
	-moz-box-shadow: 3px 3px 3px #7a7a7a;
	box-shadow: 3px 3px 3px #7a7a7a; 
	-moz-border-radius: 3px;
	border-radius: 3px; */

}

#menu ul li.section-title { 
	color: #444;
	font-weight: bold;
	font-size: 9pt;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { 
	/*width: 400px; */
	margin-bottom: 9px; 
}

#content a {
	text-decoration: underline;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 17pt; color: #444; margin-bottom: 0.35em;}
h2 { font-size: 14pt; color: #444; margin-bottom: 0.35em;}
h3 { font-size: 12pt; color: #444; margin-bottom: 0.35em;}
h4 { font-size: 10pt; color: #444; margin-bottom: 0.35em;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

strong.metitle {
	color: #444;
	font-weight: bold;
	margin-bottom: 12px;
}

strong.rates {
	color: #32527A;
	font-weight: bold;
	font-style: oblique;
}

ul.commission {
	list-style-type: square;
	list-style-position:inside;
	margin: 0 0 15px 0;
}

.shokai { 
	clear: both;
	margin-bottom: 2em;
}
.shokai img { float: left; margin-right: 15px; margin-bottom: 10px; 
	padding: 3px;
	/*border: 1px solid #6289e6; outline-color: #6289e6;*/}
/* .shokai  p.comiclink */

ul.LinkList li {
	margin-bottom: 0.35em;
}
