/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/



body {
	font: 13px/1.5 'Questrial', sans-serif;
	background-color: #f4f4f4;
	background-attachment: scroll;
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



*html body {
	font: 13px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	background-color: #f4f4f4;
	background-attachment: scroll;
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}



pre,
code {
font-family: 'Questrial', sans-serif;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}



h1 {

}

h2 {
	font-size: 23px;
	border-width:0 0 5px 0;
	border-color:#000000;
	border-style:solid;
	color:#494949;
	line-height:140%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}


.caption {
	font-size: 18px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(left, #dedede 0%, #d3d3d3 50%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dedede), color-stop(50%,#d3d3d3), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #dedede 0%,#d3d3d3 50%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #dedede 0%,#d3d3d3 50%,#dedede 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #dedede 0%,#d3d3d3 50%,#dedede 100%); /* IE10+ */
	background: linear-gradient(left, #dedede 0%,#d3d3d3 50%,#dedede 100%); /* W3C */
	color:#333;
	text-shadow:1px 1px 1px #fff;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1);
	position:relative;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	}
 
.caption :before,
.caption :after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:7px;
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
	background-color: #CCC;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.caption :after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}



h4 {
	font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 15px;
}

b {
	color: #C30;
}


ol {
  list-style: decimal;
}

ul {
	
}

li {

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}
