@import "layout.css";
@import "menu.css";
@import "/common.css";
@import "skips.css";

/*Reset*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

em {
	font-style:italic;
}
strong em, h3 em, h2 em {
	font-weight:bold;
}

p,h2,table {
	margin-bottom:0.8em;
}
h1 {
	font-size:1.1em;
	margin-bottom:1.1em;
	font-weight:bold;
	color:#005680;
}

h1.noSpace {
	margin-bottom:0;
}

td {
	padding:2px;
}
ul {
	list-style-type:disc;
	margin:1em 2em;
}
ol {
	list-style-type:decimal;
	margin:1em 2em;
}
dl {
	margin:0.5em 0;
}
dt {
	font-weight:bold;
	margin-top:0.5em;
}
dd {
	margin:0 0 0 1em;
}
strong {
	font-weight:bold;
}
br.clear {
	clear:both;
}
body,input,textarea {
	font:normal 0.8em tahoma,verdana,sans-serif;
}

th {
	font-weight:bold;
}

div {
	border:solid black;
	border-width:0;
}

#leftcol .sectionPosition_0 .sectionTitle {
	margin:0;
	color:#E9F3F8;
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	padding:12px 15px 5px 265px;
	xxwidth:215px;
	text-indent:40px;
	height:100px;
}


#overRide 
{
	color:black;
	font-size:0.85em;
	font-weight:normal;
	text-align:center;
	}

#mainTitle:first-line {
	margin-left:50px;
}

#innerBody a {
	text-decoration:none;
	color:#066897;
}
#innerBody a:hover, #innerBody a:active {
	text-decoration:underline;
	color:#038AC4;
}
#innerBody img.inset {
	float:left;
	margin:0.5em;
}

fieldset.standardForm {
	width:25em;
	margin:0 auto;
}
.moduleType_ContactForm input, .moduleType_ContactForm textarea {
	width:15em;
	font-size:1em;
	color:#185598;
	font-weight:bold;
	border:solid 1px;
	border-color:#185598;
	margin:0.1em;
	padding:0.1em;
}

.moduleType_ContactForm textarea {
	height:8em;
}


.moduleType_ContactForm
{
	margin-left:30px;
}

.moduleType_ContactForm .submitButton {
	margin-left:8.1em;
	background-image:url(/templates/kanousei/images/send.gif);
	background-repeat:no-repeat;
	color:White;
	border:none;
	height:33px;
	width:196px;
	
}

.moduleType_ContactForm label {
	display:block;
	width:8em;
	float:left;
	clear:both;
}

fieldset.standardForm dl {
	display:block;
	clear:both;	
	font-size:0.8em;
	margin:0;
}
fieldset.standardForm dt {
	width:1em;
	float:left;
	font-weight:normal;
	margin:0;
}
fieldset.standardForm dd {
	margin:0;
}
div.formInfoDiv {
	font-size:0.8em;
	font-weight:bold;
	color:#8C2626;
	margin:1em 0;
}
div.formInfoDiv ul {
	margin:0.1em 1.5em;
}

.center {
	text-align:center;
}

ul.spaced li {
	margin-bottom:0.8em;
}
.noTopSeperation 
{
	margin-top:0;
	}
.noBottomSeperation 
{
	margin-bottom:0;
	}

table.schedule {
	width:350px;
}
h1 small {
	font-size:0.7em;
	line-height:1.1em;
	display:inline;
}
h1 em
{
	font-weight:bold;
}

#rightcol .moduleType_RemoteContent
{
	margin:10px 0;
}
#rightcol .moduleType_RemoteContent .moduleInnerContent
{
	border:solid 1px #90a0c0;
	padding:5px;
}
#rightcol .moduleType_RemoteContent .genericitem
{
	xxmargin-left:10px;
	border-bottom:solid 1px #707090;
	padding-bottom:2px;
	margin-bottom:2px;
}
#rightcol .moduleType_RemoteContent h4 a
{
	font-weight:normal;
	text-decoration:none;
	
}
#rightcol .moduleType_RemoteContent h4 a:hover
{
	text-decoration:underline;
}

.articlelist
{
	list-style-type:none;
}
.articlelist li
{
	border-bottom:solid 1px #c0d0ff;
	padding-bottom:7px;
	margin-bottom:15px;
}
.articlelist li .articlesub span
{
	font-weight:bold;
	font-size:0.8em;
	color:#505080;
}
.articlelist li div a
{
	float:right;
	font-weight:bold;
}