@charset "UTF-8";
/*-----------------------------------------------------------------------------*/
/*フォント基本値を設定
-----------------------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* 
font-size: 77%;     /* 10px相当 */  /*
font-size: 84.61%;  /* 11px相当 */  /*
font-size: 93%;     /* 12px相当 */  /*
font-size: 100%;    /* 13px相当 */  /*
font-size: 107.69%; /* 14px相当 */  /*
font-size: 116%;    /* 15px相当 */  /*
font-size: 123.1%;  /* 16px相当 */  /*
font-size: 131%;    /* 17px相当 */  /*
font-size: 138.5%;  /* 18px相当 */  /*
font-size: 146.5%;  /* 19px相当 */  /*
font-size: 153.9%;  /* 20px相当 */  /*
*/
/*
-----------------------------------------------------------------------------*/
/*ブラウザ標準値をリセット
-----------------------------------------------------------------------------*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;/*background:#FFF;*/}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/************************************************
*    Reset                                        *
************************************************/
img { 
  margin: 0px; padding: 0px;
}
a {
  overflow: hidden;
}
a img {
  border: 0;
}
a: link {
  color: #1fc5ff;
  text-decoration: underline;
}
a: visited {
  color: #1fc5ff;
  text-decoration: underline;
}
a: hover { 
  color: #ef6a00;
  text-decoration: underline;
}
ul,li,dl,dt,dd{
	list-style:none;
}
p.s-text {
  position: absolute;
  left: -9999px;
  }
p.alt-text {
  position: absolute;
  left: -9999px;
  }
/************************************************
*    Layout                                      *
************************************************/
html {
  background: #fff;
  }
body {
	font-family:	"Hiragino Maru Gothic Pro",
								"ヒラギノ丸ゴ Pro",
								"Meiryo",
								"メイリオ",
								"MS P Gothic",
								"ＭＳ Ｐゴシック",
								"Webフォント",
								sans-serif;
	-webkit-text-size-adjust: none;
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 0px 0px;  
  word-wrap: break-word;
}
.entry-content pre {
  overflow:scroll;
  word-wrap:normal;
}
body.main_index {
  background-image: url(/img/body-back_01.gif); 
  }
div#wrapper {
  text-align: left;
  padding: 0px;
  height: auto;
  width: 1024px;
  margin: 0px auto;
  position: relative;
  left: 0px;
  top: 0px;
}

/* ----------------------------
-----  共通用
------------------------------*/  
div.main-body{
	width: 100%;  
	text-align: center;  
}
div.main{
	width: 1024px;
	margin: 0 auto;  
	text-align: left;  
}
div.kaigyo1{
	margin-top : 20px;
}
div.kaigyo2{
	clear: both;
}

/* ----------------------------
-----  スマホ切替用
------------------------------*/  
#spLinkBlockInPc{ 
	display: none;
}

