html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	text-align: left;
	background: transparent;
}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}
td.ex{
		vertical-align:top;
		background:#FFFFAA;
}
td.ex2{
		vertical-align:top;
		background:#FFCCCC;
}
th.ex{
		vertical-align:top;
		background:#FFFFAA;
}
th.ex2{
		vertical-align:top;
		background:#FFCCCC;
}
td.plane{
		vertical-align:middle;
		background:#F5D8D8;
}
th.plane{
		vertical-align:middle;
		background:#F5D8D8;
}
body{
  font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #ebe7d2; url(../img/lightpaperfibers.png) repeat;
}
h1 {
  position: absolute;
  top: 50px;
  left: 10px;
  margin: 20px auto 10px;
  width: 930px;
  padding: 0;
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
}
h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0px -30px 30px;
  background:#77452c;
  padding: 15px 0 10px 40px;
  width:auto%;
  text-align:left;
  border-bottom: 0px solid #999;
  border-radius: 1px 1px 0 0;
}
h21 {
  font-size: 18px;
  color: #ffffff;
  margin: 50px 0px;
  background:#77452c;
  padding: 15px 40px 10px 40px;
  width:auto;
  text-align:left;
  border-bottom: 0px solid #999;
  border-radius: 1px 1px 0 0;
}
h2 span {
  font-size: 14px;
  color: #ccc;
  padding: 0 0 0 20px;
}
a{cursor : pointer ;}
a:link{color : #0A6363;}
a:visited{color : #0A6363;}
a:active{color : #b50;}
a:hover{
	color : #77452c;
}
p {
	/* [disabled]padding-top: 5px; */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
ul {
  list-style-type: decimal;
  margin: 30px 10px 10px 50px;
}
pre {
  font: 12px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fefefe;
  color: #441f00;
  padding: 20px;
  border-radius: 2px;
  word-wrap: break-word;
}

/*--------------- ヘッダー ---------------*/
#header {
  width: 100%;
  background: #2c3e50 ;
  text-align: left;
  padding: 20px 0;
}
#header-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#header a {
  display: block;
  width: 940px;
  color: #f7f9fb;
  margin: 30px auto 20px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height:1;
  -webkit-transition: 0.2s;
}
#header a:hover {
  color: #cbd7e3;
}
#title-logo{
  display: block;
	width: 500px;
  padding: 5px;
  font: 36px/100% 'Acme', sans-serif;
}
/*--------------- メニュー ---------------*/
#menu-wrap3 {
  background: #2f2b3f;
  width:100%;
  height: 41px;
  box-shadow: 0 1px 10px #333;
}
#menu3 {
  width:960px;
  clear:both;
  padding:0;
  margin:0px auto 0px;
  list-style-type: none;
}
#menu3 li {
  width:20%;
  float:left;
  margin:0;
  text-align:center;
  position: relative;
  padding:0;
}
#menu3 li a {
  width:auto;
  padding: 10px 0;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  display:block;
}
#menu3 li a:hover {
  background: #272435;
  position: relative;
}
.fixed{
  position:fixed;
  top:0px;
  z-index:1000;
}

/*--------------- 旧メニュー ---------------*/

#menu-wrap {
  background: #272435;
  width:100%;
  height: 41px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #222;
  box-shadow: 0 1px 10px #333;
  position: relative;
  z-index: 100;
}
#menu {
  width:960px;
  clear:both;
  padding:0;
  margin:0px auto 0px;
  list-style-type: none;
}
#menu > li {
  width:20%;
  float:left;
  margin:0;
  text-align:center;
  position: relative;
  padding:10px 0;
  border-radius: 3px 3px 0 0;
}
#menu > li > a {
  width:auto;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 -1px 0px #000,0 1px 0px #333;
  text-decoration:none;
  display:block;
}
#menu li:first-child a{
  border-left:0px;
  border-left:0;

}
#menu li:last-child a{
  border-right: 0;

}
#menu li:hover {
  background: url(../img/pattern-bg1.png) repeat;
  color: #333;
  text-shadow:0 1px 1px #fff;
  position: relative;
  z-index: 300;
}
#menu .li-hover {
  background: url(../img/pattern-bg1.png) repeat;
  color: #333;
  text-shadow:0 1px 1px #fff;
  position: relative;
  z-index: 300;
}
.submenu {
  width:314px;
  position:absolute;
  display: none;
  top:32px;
  left:0;
  margin:0;
  list-style-type: decimal;
  background: url(../img/pattern-bg1.png) repeat;
  color: #333;
  padding: 20px 20px 10px 50px;
  border-radius: 5px;
  z-index: 200;
  box-shadow: 0 3px 3px rgba(0,0,0,.7);
}
#submenu1 {
  left: 0px;
}
#submenu2 {
  left: 0px;
}
#submenu3 {
  left: 0px;
}
#submenu4 {
  left: 0px;
}
#submenu5 {
  left: -192px;
}
.submenu span {
  width: 100%;
  text-align:left;
  padding: 0 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.submenu li {
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  text-align:left;
  color: #333;
  padding: 0 0 5px 0;
  text-shadow:0 1px 1px #fff;
}

/*--------------- メインコンテンツ ---------------*/

.sample-before {
  width: 70px;
  margin: 10px 0 20px -10px;
  font-size: 12px;
  background: #0A6363;
  background-image: -webkit-linear-gradient(#0d8282, #074444);
  background-image: -moz-linear-gradient(#0d8282, #074444);
  background-image: -o-linear-gradient(#0d8282, #074444);
  background-image: -ms-linear-gradient(#0d8282, #074444);
  background-image: linear-gradient(#0d8282, #074444);
  padding: 2px 0;
  border: 1px solid #074444;
  box-shadow: 1px 1px 1px rgba(0,0,0,.5),1px 1px 1px rgba(255,255,255,.3) inset;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
.sample-after {
  width: 70px;
  margin: 50px 0 20px -10px;
  font-size: 12px;
  background: #ff7400;
  background-image: -webkit-linear-gradient(#ff8722, #dd6500);
  background-image: -moz-linear-gradient(#ff8722, #dd6500);
  background-image: -o-linear-gradient(#ff8722, #dd6500);
  background-image: -ms-linear-gradient(#ff8722, #dd6500);
  background-image: linear-gradient(#ff8722, #dd6500);
  padding: 2px 0;
  border: 1px solid #dd6500;
  box-shadow: 1px 1px 1px rgba(0,0,0,.5),1px 1px 1px rgba(255,255,255,.3) inset;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.pattern-bg2 h2{
  text-shadow: 1px -1px 1px #000;
  border-bottom: 1px dotted #aaa;
}
.sampleBox {
  margin: 50px auto;
  width: 900px;
  padding: 0px 30px 30px 30px;
  line-height: 150%;
  background: #f5f5f5 url(../img/pattern-bg.png) repeat;
  color: #222;
  border-radius: 2px;
  border: 0px solid #ccc;
  position: relative;
  z-index: 10;
  clear: both;
	*zoom: 1;
}
.sampleBox:before,
.sampleBox:after {
  content: "";
  display: table;
}
.sampleBox:after {
  clear: both;
}

.sampleBoxWhite {
  background: #fefefe;
}
.pattern-bg1 {
  background: #eee url(../img/pattern-bg1.png) repeat;
  border: 1px solid #aaa;
}
.pattern-bg2 {
  background: #333 url(../img/pattern-bg2.png) repeat;
  color: #eee;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.3) inset;
  border: 1px solid #000;
}

.clearBoth {
  width: 100%;
  clear: both;
}
