@charset "utf-8";
#spLinkBlockInPc{
  display:none;
}

body {
	color: #000;	
	margin: 0px;
	padding: 0px;
	font: 14px/1.8 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
	background-color: #142a53;
	background-image: url(/images/bg_01.jpg);
	background-position: center top;
}

h1,h2,h3,h4,h5,p,div,ul,ol,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}


img {
	border: none;
}



a {
	color: #3e64b5;	
}
a:hover {
	color: #1eb1f6;			
	text-decoration: none;	
}




pre{
  font-size:1.3em;
  margin:0 20px 0 20px;
  background-color:black;
  color:white;
  line-height:1.5em;
  padding:10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}


header {
	background: #3e64b5;	
	background: -webkit-gradient(linear, left top, left bottom, from(#5489f4), to(#132a53));	
	background: -webkit-linear-gradient(#5489f4, #112649 90%, #0c1933 91%);	
	background: linear-gradient(#5489f4, #112649 90%, #0c1933 91%);			
	border: 1px solid #fff;	
	width:997px;
	margin:0 auto;
	border-bottom: 1px solid #fff;	
}

header div {
	width: 100%;	
	height: 70px;	
	position: relative;
	margin: 0 auto;
  background-image:url(/images/logo.png);
} 

header div h1 {
	position: absolute;
	right: 30px;	
	top: 30px;		
	font-size: 16px;	
	line-height: 17px;	
	font-weight: normal;
	color: #FFF;	
}

h1 a {
	color: #ffffff;	
}
h1 a:hover {
	color: #ffff00;			
	text-decoration: none;	
}

nav#menubar {
	height: 45px;	
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#1f396a,#3e64b5 49%, #3e64b5 50%);	
	background-image: linear-gradient(#1f396a,  #3e64b5 49%, #3e64b5 50%);			
	margin:0 auto;
	width:997px;
}
nav#menubar ul {
	position:relative;
	width: 997px;	
	margin: 0px auto;
} 

nav#menubar ul li {
	float: left;
	width: 165px;	
	border-right:1px solid #fff;	
	text-align: center;	
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	
	transition: 0.5s;			
	line-height: 30px;
	padding-top: 5px;
	color: #FFF;	
}

nav#menubar ul li:nth-child(7) {
	border-left: 1px solid #ffff00;	
}

nav#menubar ul li:nth-child(6) a {
	color:#ffff00;
}

nav#menubar ul li:first-child {
	border-left: 1px solid #fff;	
}

nav#menubar ul li:nth-child(8) {
	position:absolute;
  left:831px;
  top:1px;
  width: 166px;	
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#1f396a,#3e64b5 49%, #3e64b5 50%);	
	background-image: linear-gradient(#1f396a,  #3e64b5 49%, #3e64b5 50%);			
	border-right:1px solid #fff;
}

nav#menubar ul li:nth-child(8) a {
	color:#ffff00;
	font-size:1.1em;
}

nav#menubar ul li a:hover {
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#3e64b5,#3e64b5 49%,#1f396a  50%);	
	background-image: linear-gradient(#3e64b5, #3e64b5 49%, #1f396a 50%);			
}

nav#menubar ul li#current {
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#3e64b5,#3e64b5 49%,#1f396a  50%);	
	background-image: linear-gradient(#3e64b5, #3e64b5 49%, #1f396a 50%);	
}

nav#menubar ul li a span {
	font-size: 9px;	
	display: block;
	font-weight: normal;	
	letter-spacing: 0.2em;	
	line-height: 20px;
	padding-bottom: 5px;
	opacity: 0.5;	
}

.useragent{
  display:none;
}


nav#menubar ul li.current {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	
	transition: 0.5s;			
	line-height: 30px;
	padding-top: 5px;
	color: #FFF;
	background-color: #383838;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#fff));	
	background-image: -webkit-linear-gradient(#3e64b5,#3e64b5 49%,#1f396a  50%);	
	background-image: linear-gradient(#3e64b5, #3e64b5 49%, #1f396a 50%);
}

#contents {
	clear: left;
	width: 997px;	
	margin: 0 auto 0 auto;
	padding-top: 15px;	
	background-color:#fff;
}


#wrap {
	float: left;	
	width: 781px;	
}

body.c2 #wrap {
	float: none;
	width: 100%;
}


#main {
	float: right;	
	width: 565px;	
	padding-bottom: 30px;
}


#main .box {
	border: 1px solid #cfcfcf;	
	background: #FFF;	
	padding: 10px;		
	margin-bottom: 5px;	
}


#main p {
	padding: 10px ;	
  text-align:left;
}

#main div{
	text-align:center;
}


#main p img.std ,#main div img.std {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:80%;
	display:block;
	margin:5px auto;
}

#main p img.std2 ,#main div img.std2 {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:70%;
	display:block;
	margin:5px auto;
}

#main p img.std3 ,#main div img.std3 {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:60%;
	display:block;
	margin:5px auto;
}

#main p img.std3 ,#main div img.std3 {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:60%;
	display:block;
	margin:5px auto;
}

#main p img.std4 ,#main div img.std4 {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:65%;
	display:block;
	margin:5px auto;
}

#main p img.wide ,#main div img.wide {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	width:90%;
	display:block;
	margin:5px auto;
}

#main p img.left ,#main div img.left{
	width:40%;
	float: left;			
	background-color: #fff;	
	padding: 4px;			
	border: 1px solid #CCC;	
	margin:0 10px 0 0;

}

#main p img.right ,#main div img.right{
	width:40%;
	float: right;			
	background-color: #fff;	
	padding: 4px;			
	border: 1px solid #CCC;	
	margin:0 10px 0 0;

}


#main p img.leftv ,#main div img.leftv {
	width:40%;
	float: left;			
	background-color: #FFF;	
	padding: 4px;			
	margin: 5px 10px 7px 0;
	border: 1px solid #CCC;	
}

#main p img.rightv,#main div img.rightv {
	float: right;			
	background-color: #FFF;	
	padding: 6px;			
	margin: 0 10px 10px 10px;
	border: 1px solid #CCC;	
	height: auto;	
}

#main p img.center ,#main div img.center {
	float: none;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #CCC;
	display:block;
	margin:5px auto;
}


#main h2 {
	clear: both;
	font-size: 100%;
	background: #3e64b5;	

	background: url(/images/arrow1.png) no-repeat left center, -webkit-linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	background: url(/images/arrow1.png) no-repeat left center, linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	color: #FFF;	
	padding: 5px 15px 5px 30px;	
	border: 1px solid #1eb1f7;		
	text-shadow: 0px -1px #1eb1f6;	
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			
}
#main h2 a {
	color:#fff;
	text-decoration:none;
	}

#main h3 {
	clear: both;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	
	background: -webkit-linear-gradient(#FFF, #e6e6e6);	
	background: linear-gradient(#FFF, #e6e6e6);			
	font-size: 100%;
	color: #142a53;		
	padding: 2px 15px;	
	border: 1px solid #3f65b6;		
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			
	border-top: 1px solid #FFF;		
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;	
	border-left: 3px solid #000;	
}

#main h4 {
	margin:0 0 0 0;
	background-color: #e3e3e3;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);	
	background-image: linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);			
	-webkit-box-shadow: 1px 2px 7px #999;	
	box-shadow: 1px 2px 7px #999;			
	font-size: 100%;
	color: #000;		
	padding: 2px 15px;	
	clear: both;
	border-top: 1px solid #FFF;		
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;	
	border-left: 3px solid #000;	
	line-height:16px
}
 
#main h5 {
	padding: 2px 0px 0 10px;	
	font-size: 15px;
	font-weight:normal;
	line-height:17px;
	border-left: 4px solid #7d4293;	
	border-bottom: 0 solid #CCC;	
	margin: 10px 0 5px 10px;
}


#main section h2{
  margin:0 0 7px 0;
}

#main section p.center {
	width:300px;
  margin:0 auto;
  font-size:15px;
}

#lside {
	float: left;	
	width: 200px;	
	padding-bottom: 30px;
	margin:0 0 0 0;
}
 
#lside h4 {
	padding: 2px 0 0 15px;	
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;	
	border-left: 3px solid #000;	
  margin:4px 0 3px 0;
	color: #000;	
	background-color: #f1f1f1;
	font-weight:normal;
}

#rside {
	float: right;	
	width: 200px;	
	padding-bottom: 30px;
} 


#lside h2,
#rside h2 {
	font-size: 100%;
	padding: 2px 15px 2px 30px;	
	background: #802d99;	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#1d3466), to(#132a53));	
	background: url(/images/arrow1.png) no-repeat left center, -webkit-linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	background: url(/images/arrow1.png) no-repeat left center, linear-gradient(#3e64b5, #1d3466 49%, #132a53 50%);	
	color: #FFF;	
	border: 1px solid #000;		
	text-shadow: 0px -1px #000;	
}

#lside h2 a,
#rside h2 a {
	color:#fff;
	text-decoration:none;
}


#lside .box,
#rside .box {
	background: #FFF;		
	border: 1px solid #cfcfcf;	
	padding: 7px;				
	margin-bottom: 60px;		
}

#lside h2 + ul,
#rside h2 + ul,
#lside h2 + .box,
#rside h2 + .box {
	border-top: none;
}

#lside .box > ul,
#rside .box > ul {
	margin-bottom: 0;
}

#lside ul ,
#rside ul{
	border-top: 1px solid #cfcfcf;		
	border-right: 1px solid #cfcfcf;	
	border-left: 1px solid #cfcfcf;		
	margin-bottom: 15px;	
}


#lside ul li a ,#rside ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);	
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	
	box-shadow: 0px 0px 0px 1px #FFF inset;			
	line-height:40px;
	color:darkblue;
}


#lside ul li a:hover,
#rside ul li a:hover {
	background: #FFF;	
}

#lside ul li a.current,
#rside ul li a.current {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);	
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	
	box-shadow: 0px 0px 0px 1px #FFF inset;			
	line-height:40px;
	color:#000;
	font-size:1.1em;
	pointer-events:none;
}


/*カレンダー用テーブル
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.cal {
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	background: #FFF;			/*テーブル内の背景色*/
	font-size: 11px;			/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
}
.cal td, .cal th{
	border: 0px solid #a2a2a2;	/*枠線の幅、線種、色*/
	line-height: 1;				/*行間*/
	text-align: center;			/*文字をセンタリング*/
	padding: 5px;				/*ボックス内の余白*/
}

/*テーブル内のth(曜日)設定*/
.cal th{
	background: #ebebeb;	/*背景色*/
}
/*休日の設定*/
.cal .off {
	background: #ffced8;	/*背景色*/
	color: #666;			/*文字色*/
}
/*日曜日の設定*/
.cal .sun {
	color: #FF5C7F;			/*文字色*/
}

#rside ul {
	border-top: 0 solid #cfcfcf;		
	border-right: 0 solid #cfcfcf;	
	border-left: 0 solid #cfcfcf;		
	margin-bottom: 15px;	
}


.oyado{
  text-align:center;
  margin:20px 0 0 0;
  font-size:14px;
}

div .suzume a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);	
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	
	box-shadow: 0px 0px 0px 1px #FFF inset;			
  line-height:35px;
  font-size:15px;
}

div .suzume a:hover {
	background: #FFF;	
	color:#000;
}

div .blog a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	
	padding-left: 10px;
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);	
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	
	box-shadow: 0px 0px 0px 1px #FFF inset;			
  line-height:35px;
  font-size:15px;
  text-indent:10px;
}

div .blog a:hover {
	background: #FFF;	
	color:#000;
}
 
.blog2{
	padding:0px 0 0 20px;
	font-size:16px;
	background-color:#e5e5e5;
	margin:15px 0 10px 0px;
}

footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	
	background: #142a53;	
}

footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

#toppage ,#tohome {
	clear: both;
}
#toppage a ,#tohome a {
	color: #FFF;		
	font-size: 1.1em;	
	background-color: #142a53;	
	text-decoration: none;
	text-align: center;
	width: 10em;	
	display: block;
	float: right;
}

#toppage a:hover ,#tohome a:hover{
	background: #336bd1;
	color: #FFF;
}

#iframe{
	width:450px;
	height:370px;
	display:block;
	margin:0 auto;
	background-color:#fff;
}
 

.spnone{
display:block;
}

.pcnone{
  display:none;
}


.red{
  color:#ff0000;
  font-size:1.1em;
}

.blue{
  color:#0000ff;
  font-size:1.1em;
}

.pcnone{
display:none;
}

.center{
	display:block;
	margin:10px auto 10px auto;
}


