/* ::::: style.css ::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 要素 :::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
    background-color: #082747;
	background-image:url(../img/bg1.png);
    font-size: 18px !important;
    margin: 0px;
	line-height: 1.5em;
	min-width:1000px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 
	
}

a :hover {
    
}
#wrap {
width:100%;
overflow:hidden;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::リンクオーバー :::::::::::::::::::::::::::::::::::::::::::::::::: */

a:link { color: #35a5e3; }
a:visited { color: #35a5e3; }
a:hover { color: #3574dc; }
a:active { color: #35a5e3; }

header,footer,section,aside{
	display:block;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::線 :::::::::::::::::::::::::::::::::::::::::::::::::: */
hr {
    height: 1px;
    width: 740px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::最下部プライバシーポリシー :::::::::::::::::::::::::::::::::::::::::::::::::: */
#privacy{
	font-size:12px;
	width:800px;
	border:1px solid #cccccc;
	padding:5px;
	text-align:left;
	height:100px;
	overflow:auto;
	margin:0 auto;
	margin-bottom:25px;
	margin-top:25px;
	background-color:#fff;
}

#privacy p{
	color:#555555;
	margin-bottom:10px;
}

#privacy p span{
	font-weight:bold;
	display:block;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::文字装飾 :::::::::::::::::::::::::::::::::::::::::::::::::: */

.highlight {
	background-color: #FF3;
	color: #C00;
	font-weight: bold;
	font-size: 20px
}

.highlight2 {
    background-color: #FF3;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
	font-size: 22px
}

.highlight3 {
    background-color: #FF3;
    color: #000;
    font-weight: bold;
	font-size: 20px
}


.red {
	font-weight: bold;
	color: #a00000;
	font-size: 20px;
	line-height: 1.5em;
}

.blue {
	font-weight: bold;
	color: #209f94;
	font-size: 18px;
	line-height: 1.5em;
}

.bk {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	color: #000;
}

.ul {
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}



span {font-size:18px; color: #0056dc; font-weight: bold }


/* ::::::::::::::::::::::::::::::::::::::::::::::::::ヘッダー :::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
    background: url(../img/header.png) no-repeat top center;
    height: 1010px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#header2 {
    background: url(../img/header2.png) no-repeat top center;
    height: 570px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::コンテンツ :::::::::::::::::::::::::::::::::::::::::::::::::: */

#wrapper {
    width: 900px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
	padding-top:0px;
	background-color:#FFF;
	
}


#frame {
	background-image: url(../img/frame.png);
	height: 450px;
	width: 900px;
	background-repeat: no-repeat;
	padding-top: 70px;
	
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: 文字用class :::::::::::::::::::::::::::::::::::::::::::::::::: */

.ttl {
    margin-top: -50px;
	
}



.red_bg {
	margin-bottom:20px;
	background-image:url(../img/red_back.jpg);
	background-repeat:repeat-y;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

.red_bg2 {
	margin-bottom:20px;
	background-image:url(../img/red_back.jpg);
	background-repeat:repeat-y;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	
}

.blue_bg {
	margin-bottom:20px;
	background-image:url(../img/blue_bg.png);
	background-repeat:repeat-y;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	
}

.blue_bg_top {
	background-image:url(../img/blue_back.png);
	background-repeat:repeat-y;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::特典背景 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.tokuten_bg {
	margin-bottom:20px;
	background-image:url(../img/tokuten_bg.png);
	background-repeat:repeat-y;
	padding-right: 40px;
    padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	
}

.tokuten_bg_in {
	background-image:url(../img/body.png);
	border:double 3px #7e5c09;
	padding:20px;
	margin-bottom:20px;
	margin-top:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::メイン :::::::::::::::::::::::::::::::::::::::::::::::::: */
.tokuten_bg3 {
	margin-bottom:20px;
	background-image:url(../img/tokuten_bg.png);
	background-repeat:repeat-y;
	padding-right: 40px;
    padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::ツール説明 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.tokuten_bg2 {
	margin-bottom:20px;
	margin-top:20px;
	background-image:url(../img/tokuten_bg2.png);
	background-repeat:repeat-y;
	padding-right: 40px;
    padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::サポート :::::::::::::::::::::::::::::::::::::::::::::::::: */
.saport {
	margin-bottom:20px;
	margin-top:20px;
	background-image:url(../img/sp_bg.png);
	background-repeat:repeat-y;
	padding-right: 40px;
    padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

.saport_in {
	border:double 3px #1a76b2;
	background-color:#FFF;
	padding:20px;
	margin-bottom:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::アイテム :::::::::::::::::::::::::::::::::::::::::::::::::: */
.item {
	
	margin-top:20px;
	background-image:url(../img/item_bg.png);
	background-repeat:repeat-y;
	padding-right: 40px;
    padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	
}




.v_bg {
	margin-right: 60px;
    margin-left: 60px;
	margin-bottom:20px;
	border:20px solid #012b78;
	background-image:url(../img/cotton-a.png);
	padding-top:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


.movie2 {
    margin-right: 10px;
    margin-left: 10px;
	margin-bottom:30px;
	padding-top:60px;
	background-image:url(../img/m_bg2.png);
	background-repeat:no-repeat;
	height:440px;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.mg {
    margin-right: 40px;
    margin-left: 40px;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:40px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.mg2 {
    margin-right: 40px;
    margin-left: 40px;
	margin-bottom:0px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.form {
	width: 710px;
	background-image:url(../img/form.png);
	background-repeat:repeat-y; 
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	background-color:#2F91E5;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


/*---------- メールフォーム1 ----------*/

.mailbox01{
width: 860px;
height: 300px;
margin:0;
text-align:center;
margin: -50px 0 0 0;
line-height:150%;
background-image:url(../img/form_bg.png);
background-repeat:no-repeat;
}

.mailbox01 p {
color: #000;
text-indent: 0px;
margin: 0px;
}

.margin_nore {
margin: 0px auto;
}

.magazine01 {
font-weight: normal;
height: 200px;
text-align: center;

}

.magazine01 p.bold {
text-align: center;
font-weight: bold;
}

.magazine01 input[type="text"]{
width: 700px;
height: 20px;
border:2px solid #555;

}

.magazine01 table {
width: 700px;
margin: 0 auto;
margin-bottom:5px;
margin-top:10px;
}

.magazine01 table th {
background: #313131;
text-align: center;
font-size: 18px;
width: 300px;
padding: 10px;
color:#FFF;
}

.magazine01 table td {
padding: 10px 10px 10px 10px;

}

.magazine01 p.f_14 {
text-align: center;
font-size: 12px;
padding: 0 30px;
font-weight: bold;
color: #006934;
margin: 10px 0 10px 0;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::画像廃止 :::::::::::::::::::::::::::::::::::::::::::::::::: */
.fr {
	float: right;
	padding-left: 40px;
	padding-bottom: 10px;
}
.fl {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}


.center {
    text-align: center;
}




ul.list_03 {
list-style:none;
margin:0;
padding:5px 5px 1px 5px;
color:#00a0e9;

}

ul.list_03 li {
list-style:none;
margin:0 0 5px 0;
padding:0 0 5px 34px;
font-size:16px;
line-height:140%;
background-image: url(../img/q.png) ;
background-position:left top;
background-repeat:no-repeat;
}

ul.list_04 {
list-style:none;
margin:0;
padding:5px 5px 1px 5px;
color:#000;

}

ul.list_04 li {
list-style:none;
margin:0 0 15px 0;
padding:0 0 20px 34px;
font-size:16px;
line-height:140%;
background-image: url(../img/a.png) ;
background-position:left top;
background-repeat:no-repeat;
border-bottom:dotted 1px #999999;
}

.sample_04{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
float:center;
margin-top:30px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:18px;
}
.sample_04 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #fff;

}
.sample_04 td{
width:75%;
padding:10px;
text-align: left;
font-size:18px;
}



/*---------- テーブル ----------*/

.sample_03{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
float:center;
margin-top:0px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:14px;
}
.sample_03 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #e9e5d5;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_03 td{
width:75%;
padding:10px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}






/*----------フッダー ----------*/

#footer {
    width: auto;
	color:#fff;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 70px;
    padding-top: 10px;
    float: none;
	background-color: #000;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


