body {
	background-color: #e8e8e8;
	background-image: url(../img/bg-bak-black.gif);
	background-repeat: repeat;
	font-family:"ヒラギノ角ゴ pro W3","Hiragino Kaku Gothic pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	font-size:inherit;
	font-weight:inherit;
}

a{/*リンクされた文字*/
    color:#0000de;
    font-style:normal;
    text-decoration:underline;
}

a:link {/*未訪問のリンク*/
    color:#0000de;
    font-style:normal;
    text-decoration:underline;
  background: lighten(brown, 5%);
  text-shadow: 3px 2px 0px #eee, 
               6px 4px 0px rgba(0,0,0,0.10);

}

a:visited {/*訪問後のリンク*/
    color:#0000de;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#666666;
    font-style:normal;
    text-decoration:underline;
}

a:active {/*クリック中*/
    text-decoration:none;
}

div#bg-image {
	background-image: url(../img/bg-main-black.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 10px 0 0 ;
}

.container{

}

div#bg-image-mainphoto {
	background-image: url(../img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 0;
}

.main-unit {
	padding: 0px 40px 30px 40px;
	margin-bottom: 30px;
	line-height: 170%;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 1.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.notedesign2 {
	border: 1px solid #999999;
	padding: 10px;
	background-color: #f5f5f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

p.notedesign {
	background-image: url("../img/line.gif");
	line-height: 25px;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px;
}

.image-left{
	float: left;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
}

.image-right{
	float: right;
	margin: 0 0 0 15px !important;
	padding: 0 !important;
}

.bulletpoint{
	margin: 10px 0px;
	padding: 10px;  
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.bulletpoint ul {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

.bulletpoint li {
    margin: 5px;
    padding: 10px 0px 0px 45px;
    background: url(../img/check.png) no-repeat 3px 0.1em;
    list-style: none;
	font-weight: bold;
}

.qa{
	margin: 10px 0px;
	padding: 10px;  
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.font-light {
	color:#656765;
}

.font-tab {
	padding-left: 50px;
}

h2 {
	border-left:7px solid #595959;
	border-right:7px solid #595959;
	margin:10px 0 15px 0;
	padding:12px 10px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #666666 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
}

h2:before,
h2: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.7);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	background-color: #F00;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

h2:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

h1 {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #666666 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* W3C */
	margin:0px -46px 15px -46px;
	padding:12px 20px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
	position:relative;
}

h1:before,
h1:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	right: -14px;
	bottom: -15px;
	background: transparent;
	border-color: transparent  transparent transparent #666;
	border-style:solid;
	border-width:15px;
}
h1:after {
	left: -14px;
	bottom: -15px;
	right:auto;
	border-color: transparent #666 transparent transparent;
}

h3 {
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #666666 50%, #555555 51%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#666666), color-stop(51%,#555555), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%,#666666 50%,#555555 51%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%,#666666 50%,#555555 51%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #999999 0%,#666666 50%,#555555 51%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #999999 0%,#666666 50%,#555555 51%,#000000 100%); /* W3C */
	margin:15px 0 15px 0;
	padding:12px 10px;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
}

.button {
	padding: 10px;
	text-align: center;
}

.head-bar {
	font-size: 170%;
	text-align:center;
	margin:0;
	padding:12px 10px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #666666 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(left, #000000 0%,#666666 50%,#000000 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
}

.head-bar:before,
.head-bar: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.7);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	background-color: #F00;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.head-bar:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.white-block{
	margin: 10px 0px;
	padding: 10px;  
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.color-block{
	margin: 10px 0px;
	padding: 10px;  
	background-color: #000000;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.form-box {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	background-color: #000000;
	border: 3px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-box h4{
	color:#ffffff;
	text-align:center;
	font-size:150%;
	padding:0px;
}

.form-box-in{
	background-color: #ffffff;
	padding: 10px 30px 10px 15px;
}
.form-box input[type="text"],
.form-box input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}