/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
全体
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

html,body{
    width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	color: #111111;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
}
fieldset, img{
	border: 0;
	width: auto;
	vertical-align: bottom;
}
abbr,acronym{
  border: 0;
}
address{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

body {
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"ＭＳ ゴシック","Hiragino KaKu Gothic Pro",Osaka;
	;
	color: #111111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(image/bg.png);
}
#wrapper {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: auto;
	background-position: center center;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-repeat: repeat-y;
	background-image: url(image/wrapper.png);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
カウントダウンタイマー用
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#countdown {
	width: auto;
	height: 130px;
	background-color: #111111;
}
#countdown-in {
	width: 1000px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダートップ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#topbar {
	height: 5px;
	width: auto;
	background-color: #FF1616;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー本体
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#header-bb {
	height: 1170px;
	background-position: center top;
	background-image: url(image/header_bbg.png);
	background-size: cover;
}
#header-b {
	height: 1170px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(image/header_bg.png);
}
#header1 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_01.png);
}
#header2 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_02.png);
}
#header3 {
	height: 407px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(image/header_03.png);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー下バー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#header-bar {
	width: auto;
	height: 250px;
	background-color: #DD2B2B;
	background-image: url(image/header-bar.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#header-bar-in {
	width: 1400px;
	height: 250px;
	background-color: #DD2B2B;
	margin-left: auto;
	margin-right: auto;
}
.mail_box{
	width: 900px;
	height: 290px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 15px;
}
.mail_box2{
	width: 900px;
	height: 260px;
	background-color: #DD2B2B;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 15px;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ボディーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#contents_all{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	height: auto;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	color: #111111;
	background-repeat: repeat-y;
	background-position: center top;
}


.contents-inner {
	width: 800px;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 0px;
	height: auto;
	color: #111111;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ツール解説エリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.kinou_box{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/h3_1_02.png);
	background-repeat: repeat-y;
}

.kinou_box_in{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.h3_image{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
動作環境・注意書き
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/


.dousa{
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFEFEF;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	height: auto;
	width: 1000px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	width: 1000px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}


/*end*/
