﻿body {
		font-family: Noto Sans, sans-serif;
}

@font-face {
  font-family: Noto Serif;
  src: local("Noto Serif Bold"),
       local("NotoSerif-Bold"),
       url(NotoSerif-Bold.ttf);
  font-weight: bold;
}


#headeru {	
	width: 100%;
	padding-bottom: 10px;
}

#headeru a:hover { text-decoration:underline ;
 }

#main {
	text-align: justify;
    margin-left: 15%;
    margin-right: 15%;
}

#footeru {
	width: 100%;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #919191 !important;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.footer-list {
	position: relative;
	display: inline-block;
	font-size: 12px;
	text-align: left;
}
.footer-list ul {
	list-style: none;
}
h1 {font-weight:400; text-align:left;}
h2 {color: #444444; font-weight:400; text-align:left;}
h1, h2, h3 {font-family: "Noto Serif", serif;
font-weight: 800;color:#950000;}

.unicode {font-family: 'Arial Unicode Ms';}

hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #919191;
}
a       {
        color:#345C34;
        text-decoration:none;
        border: 0;
}
a:hover {
        color:#117743;
        text-decoration:underline;
        border: 0;
}

.spoiler {
        background: #CCCCCC;
        color: #CCCCCC;
}
.spoiler:hover {
color: inherit;
background-color: inherit !important
}
.red {color: #FF0000;
}
blockquote { background-color:#efe;;
}
.menu img { border: 0;
}

.projectitem {
			vertical-align: top;
			overflow: hidden;
			display:inline-block;
			padding: 5px;
			position: relative;
			width: 400px;
}

.projectslist{
		text-align: left;
}


.menu {
	border-bottom: 1px solid #919191 !important;
}

.radiocover {
	border: 1px solid #919191;
	width: 200px;
	height: 200px;
	float: left;
	margin: 5px;
}

.radioitem {
	display: inline-block;
	width: 100%;
}

.radioformat{
	color:#919191;
	font-style: italic;
}

.ntcover {
	border: 1px solid #919191;
	max-height: 200px;
	float: left;
	margin: 5px;
}
	
.topicslist ul {
		list-style-type: none;
	}
	
	.nthlwr {
		color: #C5000B;
	}
	
		.ntnwfg {
		color: #007826;
	}
	
	.ntmain {
		color: #4C4C4C;
	}

.ntdosr {
	color: #B84700;
}

.ntnews {
	color: #0084D1;
}

.ntred {
	color: #6B2394;
}

.ntintr {
	color: #808000;
}

.ntprcn {
	color: #666699;
}

.dropdown {
  position: relative;
  display: inline-block;
		    vertical-align: middle;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
		right: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar {
text-align: right;
clear: both;
float: right;
font-size:20px;
}

.nav-link {
	margin-right: 20px;
}

a.oricon  {
	color:#008000;  
}

a.about {
	color:#8D5FD3;  
}

a.donate {
	color:#8C6F1A;  
}

a.vacancy {
	color:#486AAE;  
}

@media only screen and (max-width: 480px) {
	html, body {
		font-size: 10pt;
		max-width:100%;
	}
	
	.navbar {
		font-size: 10px;
	}
	
	.nav-link {
		margin-right: 5px;
	}
	
	#main {
		margin: 0;
		padding: 4px;
	}
	.projectitem {
		width: auto;
	}
}