﻿@charset "utf-8";


body {
  margin: 0px;
  background: url(image/gif/bg2.gif);
  background-repeat:repeat;
}

.back_in {
	margin: 30px auto;
	background-color: #ffffff;
	width: 900px;
	border: thin solid #ddd;
}

.npologo {
  margin: 10px 0px 0px 0px;
  width: 150px;
  height: 100px;
  text-align: center;
  float: left;
}

.title {
  margin: 10px;
  float: right;
  width: 700px;
  text-align: right;
  color: #999999;
  font-size: 12px;
}

.mainfull {
	margin: 40px 0px 0px;
	float: right;
	width: 690px;
	line-height: 150%;
}

.main {
  margin: 40px 0px 0px;
  float: right;
  width: 650px;
  line-height: 150%;
  padding-right: 20px;
}
.main_half {
	font-size: 14px;
	float: right;
	width: 320px;
}


.topics {
	margin: -100px 0px 0px;
	float: right;
	height: 170px;
	width: 400px;
}

.returntop {
  text-align:right;
  font-size:10px;
  margin-top:30px;
}

.leftmenu {
	width: 200px;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #F0F0F0;
	margin-top:30px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	float: left;
}

.leftmenu_image1 {
	height: 70px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.leftmenu_image2 {
	height: 70px;
	width: 190px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.footer1 {
	margin: 30px 0px 0px;
	padding-bottom: 29px;
	color: #666666;
	font-size: 13px;
	text-align: center;
	width: 100%;
}

.footer2 {
	padding-bottom: 0px;
	color: #666666;
	font-size: 13px;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.footer3 {
  margin: 30px 0px 0px;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

ul.menu1 {
  margin: 5px;
  padding: 0;
  list-style-type: none;
  width: 190px;
}

ul.menu1 li {
  border-bottom: 3px dotted silver;
  height: auto;
  font-family: "ＭＳＰ ゴシック";
 }
 
ul.menu1 li a {
  margin: 0px;
  padding: 7px 0px 3px 10px;
  display: block;
  color: #000000;
  text-decoration: none;
  height: auto;
  min-height: 16px;
  font-size: 16px;
  font-weight:bold;

}

ul.menu1 li a:hover {
  border-color: #cccccc;
  margin: 0px;
  padding: 7px 0px 3px 10px;
  color: #ffffff;
  background-color: orange;
  text-decoration: underline;
}

li.leftmenu_nolink {
  border-color: #ffebcd;
  color: #000000;
  padding: 7px 0px 3px 10px; background-color: #ffebcd;
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;

}

li.leftmenu_nolink_sub {
  border-color: #ffebcd;
  padding: 7px 0px 3px 40px;
  color: #000000;
  background-color: #f0f0f0;
  text-decoration: none;
  font-size: 14px;
  font-weight:normal;

}

.leftmenu_link_sub {
  padding-left: 30px;
  font-size: 14px;
  font-weight:normal;
}

H1 {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

H2 {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

H3 {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

H4 {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

H5 {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

P {
	PADDING: 0px; MARGIN: 0px; CLEAR: both;
}

.white  {  color: white;}
.red    {  color: red;}
.blue   {  color: blue;}
.green  {  color: #33cc00;}
.orange {  color: #ff9900;}
.yellow {  color: #ffcc00;}
.navy   {  color: #000080;}
.pink	{  color: #ff6666;}
.gray   {  color: gray;}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight:100;
}

.font8 {  font-size: 8px;}
.font10 {  font-size: 10px;}
.font11 {  font-size: 11px;}
.font12 {  font-size: 12px;}
.font13 {  font-size: 13px;}
.font14 {  font-size: 14px;}
.font15 {  font-size: 15px;}
.font16 {  font-size: 16px;}
.font18 {  font-size: 18px;}
.font20 {  font-size: 20px;}
.font22 {  font-size: 22px;}
.font24 {  font-size: 24px;}
.font30 {  font-size: 30px;}
.font36 {  font-size: 30px;}


a:link {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

.textleft	{	text-align: left;}
.textright	{	text-align: right;}
.textcenter {	text-align: center;}
.floatright	{	float:right;}
.floatleft	{	float:left;}
.margintop10{	margin-top: 10px;}
.margintop20{	margin-top: 20px;}
.margintop30{	margin-top: 30px;}

.clear-both {
  clear: both;
}

a.titlelink:link {
  color: #999999;
  text-decoration: none;
}

a.titlelink:active {
  text-decoration: none;
  color: #999999;
}

a.titlelink:visited {
  text-decoration: none;
  color: #999999;
}

a.titlelink:hover {
  color: red;
  text-decoration: underline;
}

a.speciallink:link {
  text-decoration: none;
  font-weight: bolder;
  color: blue;
}

a.speciallink:active {
  text-decoration: none;
  font-weight: bolder;
  color: blue;
}

a.speciallink:visited {
  text-decoration: none;
  font-weight: bolder;
  color: blue;
}

a.speciallink:hover {
  text-decoration: underline;
  color: red;
}

.line01	{
	background-image:url(image/gif/line01l.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.line02	{
	background-image:url(image/gif/line01sl.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.line03	{
	background-image:url(image/gif/line02l.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.line04	{
	background-image:url(image/gif/line02sl.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.line05	{
	background-image:url(image/gif/line03l.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.line06	{
	background-image:url(image/gif/line03sl.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.mincho {  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";}
.gotic {  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
