/*
Theme Name: niev02
Description: masuda
Version: 1.0
Author:NieV
Author URI: http://www.nievnet.com/
*/

@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	margin: 0 auto 0;
	width: 950px;
	padding: 0px 5px 0px 5px;
	background-image: url(images/content_bg.gif);
}

#header {
	height:80px;
}

#header2 {
	width:950px;
	height:60px;
	background-image:url(images/headerbg.jpg);
}
#header3 {
	width:950px;
	height:10px;
	background-image:url(images/header_bg.gif);
	}
#title {
	width:200px;
	height:60px;
	float: left;
}

#globalnavi {
	width: 600px;
	height: 60px;
	float: right;
}

#container {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
}

#contents {
	float: left;
	width: 490px;
	padding: 20px 20px 4em 20px;
}
#contentspage {
	float: left;
	width: 600px;
	padding: 20px 20px 4em 20px;
}
#contentsheader {
	background-image:url(images/contentsheaderbg.jpg);
	height: 30px;
}
#contentsheader2 {
	background-image:url(images/title_prof.jpg);
	height: 150px;
}
#contentsheader3 {
	background-image:url(images/title_schedule.jpg);
	height: 30px;
}
#contentsheader4 {
	background-image:url(images/title_policy.jpg);
	height: 150px;
}
#contentsheader5 {
	background-image:url(images/title_report.jpg);
	height: 150px;
}
#contentsheader6 {
	background-image:url(images/title_link.jpg);
	height: 150px;
}
#contentsheader7 {
	background-image:url(images/title_contact.jpg);
	height: 150px;
}
#contents2{
	background-color:#EEEEEE;
    border: 1px solid #CCCCCC;
}
#contentstitle{
	background-image:url(images/prof1.jpg);
	width: 460px;
	height: 30px;
	margin-left: 20px;
	margin: 10px 0px 10px 20px;
}
#contentstitle2{
	background-image:url(images/prof2.jpg);
	width: 460px;
	height: 30px;
	margin-left: 20px;
	margin: 10px 0px 10px 20px;
}
#contentstitle3{
	background-image:url(images/report1.jpg);
	width: 460px;
	height: 60px;
	margin:10px 70px 10px 70px;
}
#contentstitle4{
	background-image:url(images/report2.jpg);
	width: 460px;
	height: 60px;
	margin:10px 70px 10px 70px;
}
#contentstitle5{
	background-image:url(images/report3.jpg);
	width: 460px;
	height: 60px;
	margin:10px 70px 10px 70px;
}
#contentstitle6{
	background-image:url(images/report4.jpg);
	width: 460px;
	height: 60px;
	margin:10px 70px 10px 70px;
}
#table{
	width:500px;
	margin-left: 20px;
	display:block;
}
.prof table {
	width: 500;
	border: 1px #666666 solid;
	border-collapse: collapse;
	margin: 10px 50px 10px 50px;
}


.prof td {
	border: 1px #666666 solid;
	padding: 3px 5px 3px 15px;
	background-color: #FFFFFF;
}

.prof th {
	border: 1px #666666 solid;
	background-color: #999999;
	padding: 0 10px;
	width: 100px;
}


#left-sidebar {
	float: left;
	width: 200px;
	height: 630px;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-y;
	padding-top: 0px;
	padding-bottom: 0em;
	padding-left: 5px;
}

#right-sidebar {
	float: right;
	width: 200px;
	height: 610px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0em;
	padding-left: 5px;
}
#right-side-contents{
	width:192px;
	padding: 20px 1px 10px 1px;
	}
.right-side-title{
	list-style-type: none;
	padding:5px 10px 5px 10px;
	font-size:12px;
	}
#right-flash{
border:solid #999999 1px;
}
#right-side-contents2{
	width:190px;
	border:solid #D2E0E9 1px;
	margin: 0px 1px 0px 1px;
	}
#right-side-title{
	width:190px;
	height:20px;
	background-color:#D2E0E9;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}
#right-side-contents3{
	width:190px;
	height:60px;
	margin: 10px 1px 0px 1px;
	background-image: url(images/banner.jpg);
	}
#footer {
	clear: both;
	padding: 0.5em 0 1em 5px;
	background-color: #FFFFFF;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color:#FFFFFF;
	margin:0px;
	
}


/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */
#globalnavi ul {
	width: 600px;
	list-style-type: none;
	height: 50px;
	-webkit-padding-start: 0px;
	margin:0px;
}

#globalnavi li {
	width: 100px;
	height:60px;
	float: left;
}

#globalnavi li a {
	display: block;
	width: 100px;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
}


#globalnavi li a:hover {
	background-image:url(images/button2.jpg)
}


/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
	font-size: 1.0em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin: 3px 10px 0.5em 10px; 
}
/* -- 区切り線 -- */

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #ccccc8; /* 線色 */
   height: 1px; /* 高さ */
   margin:0px 20px 0px 20px;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

.repo {
	list-style-type: none;
	-webkit-padding-start: 0px;
	padding: 10px 60px 10px 60px;
	width: 460px;
}

.repo li { display: inline; }

.repo a {
	text-decoration: none;
	display: block;
	width: 460px;
	color: #000000;
	height: 60px;
}
a.repo1{
	background-image:url(images/report1.jpg);
}
a.repo2{
	background-image:url(images/report2.jpg);
}
a.repo3{
	background-image:url(images/report3.jpg);
}
a.repo4{
	background-image:url(images/report4.jpg);
}


.repo a:hover {

}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
	padding: 0.5em 0;
}

/* -- リスト -- */
.localnavimenu {
	width: 200px;
	height: 40px;
	background-image:url(images/menutop.jpg);
	margin: 0px 0px 0px 0px;
	-webkit-padding-start: 0px;
}
.localnavimenu2 {
	width: 200px;
	height: 40px;
	background-image:url(images/menubottom.jpg);
	margin: -15px 0px 0px 0px;
	-webkit-padding-start: 0px;
}

.localnavi {
	list-style-type: none;
	margin-bottom: 2em;
	margin: 0px 5px 2em 5px;
	-webkit-padding-start: 0px;
}


.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	display: block;
	width: 190px;
	color: #000000;
	height: 76px;
}
a.menu1{
	background-image:url(images/profile.gif);
}
a.menu2{
	background-image:url(images/policy.gif);
}
a.menu3{
	background-image:url(images/report.gif);
}
a.menu4{
	background-image:url(images/link.gif);
}
a.menu5{
	background-image:url(images/contact.gif);
}

.localnavi a:hover {

}
.localnavi2{
	margin:0px;
	-webkit-padding-start: 0px;
 }
.localnavi2 li {
	display: block;
	background-image:url(images/toiawase.jpg);
	width: 190px;
	height: 190px;
	margin:0px 0px 5px 5px;
	-webkit-padding-start: 0px;
 }


.localnavi2 a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
  margin:0px;
  -webkit-padding-start: 0px;
  
}
.localnavi3 {
	list-style-type: none;
	margin-bottom: 2em;
	margin: 0px 5px 2em 5px;
	-webkit-padding-start: 0px;
}



/* ----------------------------------------entry */
.post {

}
.post2 {
margin:10px 10px 10px 10px;

}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0px 20px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.entryprofile {
	margin-left: 50px;
	height: auto;
	padding-top: 10px;
}
.entrypolicy {
	margin-left: 50px;
	height: auto;
	padding-top: 10px;
	text-decoration: none;
}
.entrypolicy a:link {
	text-decoration: none;
	border:none;
	color:none;
}

.entrypolicy a:visited {
	text-decoration: none;
	color:none;
}

.entrypolicy a:hover {
	text-decoration: none;
    color:none;
}

.policy {
    background-image:url(images/policy0.jpg);
    height:350px;
    width:460px;
	margin:30px 70px 30px 70px;
}
.entryreport{
	padding:5px 10px 5px 50px;
	background:url(images/li_pdf.gif) left no-repeat;
}
.entryreport2{
	padding:5px 10px 5px 30px;
	background:url(images/li.gif) left no-repeat;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }
#bottom_menu {
	clear:both;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	display:block;
	width:950px;
	height:29px;
	color:#333333;
  background-repeat:repeat-x;
}
/* ---------------------------------------- #table for 活動報告　*/
.report table {
	width: 560px;
	border: 1px #666666 solid;
	border-collapse: collapse;
	margin:15px 20px 15px 20px;
}

.report td {
border: 1px #666666 solid;
padding: 10px;
}

.report th {
	border: 1px #666666 solid;
	background-color: #999999;
	padding-left:10px;
	height:30px;
}
.repott a{
    width:30px;
}
#pdf{
width:460px;
height:50px;
padding-left:70px;
}
/* --------------------------------------- #Link */
#link { margin:0; padding:0;  }  
#link li {  
list-style:none;  
padding-left:20px;  
background:url(images/li.gif) left top no-repeat;  
line-height:15px;  
} 

