@charset "utf-8";

/* ==========================================================================================================

	 1. Universal Selector + body
 
============================================================================================================*/


* {
	background-color	: transparent;
	margin				: 0;
	padding				: 0;
	font-size			: 12px;
	font-style			: normal;
}


html{overflow-y: scroll;}


body {
	color:#333333;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
	letter-spacing	: 0.1em;
	line-height		: 1.5;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/jump_bg-01.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: left;
}



hr {height:1px;}


h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
}

p, ul, dl{
	margin: 0;
	padding: 0;

}
/* h3 design ----------*/
h3.design3 {
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 120%;
}
h3.designH4 {
	font-size:100%;
}
h3.designH5 {
	background:none;
	font-size:130%;
	line-height:1.25;
	color:#364751;
}

h3.indent {
	padding-left:1.2em;
	text-indent:-1.2em;
}


/* h5 design ----------*/
h5, .designH5 {
	margin:16px 0 0 0;
	padding:0;
	background:none;
	color:#7e9093;
}
h5.indent, .designH5.indent {
	padding-left:1.1em;
	text-indent:-1.1em;
}

h6 {
	padding:0;
	background:none;
	font-size:130%;
	line-height:1.25;
	color:#364751;
}


/* ==========================================================================================================

	  2. List Module

============================================================================================================*/

ul {
	list-style	: none;
}

dt {
	display	: block;
	width	: auto;
}

ol {
	list-style-type: decimal;
}

/* ==========================================================================================================

	  3. Tables Module

============================================================================================================*/

table {
	border			: none;
	border-collapse	: collapse;

}

td, th { 
	vertical-align	: top;
}


caption {
	text-align		: left;
}




/* ==========================================================================================================

	  4. Image Module

============================================================================================================*/

img{
	border:0;
	vertical-align:bottom;
	}

a img {
	border	: none;
}



/* ==========================================================================================================

	  5. Text Module

============================================================================================================*/
br {
	letter-spacing: normal;
}


/*  link
-----------------------------------*/
a {
	color: #1e41b9;
	font-size: 10px;
}
a:link {color: #1e41b9;}
a:visited {color: #1e41b9;}
a:hover {color: #b1b1b1;}




/* ==========================================================================================================

	  レイアウト構成 / 共通スタイル

============================================================================================================*/
div#top {
	color:#333333;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height:1.8;
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
	background-attachment: scroll;
	background-color: #FACFE4;
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#contents2{
width:688px;
margin:0px auto;
background:#ffffff;
padding:0px 12px;}

div#btn01{text-align:center;}
div#box2{
background:#ededed;
padding:20px 25px;
margin:30px 0px 10px 0px;}
div#box2 h4{
margin-bottom:10px;}
.pagetop{
text-align:right;
background:url(../images/line01.gif) no-repeat left bottom;
padding:10px 0px 15px 0px;
margin-bottom:30px;}
.pagetop2{
text-align:right;
padding-bottom:30px;}
.blue{color:#1e41b9;}
.red{color:#bb1417;}
.f14{background:url(../images/arrow01.gif) no-repeat left top;
padding-left:40px;
padding-bottom:2px;
font-weight:bold;}

.f14 a {color: #1e41b9;font-size:120%;line-height:1.0;}
.f14 a:link {color: #1e41b9;font-size:120%;line-height:1.0;}
.f14 a:visited {color: #1e41b9;font-size:120%;line-height:1.0;}
.f14 a:hover {color: #b1b1b1;font-size:120%;line-height:1.0;}

/*  共通　margin・padding/
------------------------------------------------------------------------*/

.mB5{margin-bottom:5px;}
.mB10{margin-bottom:10px;}
.mB20{
	margin-bottom:10px;
}
.mB30{margin-bottom:30px;}
.mB40{margin-bottom:40px;}

.mT5{margin-top:5px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT30{margin-top:30px;}
.mT40{margin-top:40px;}



.mL10{margin-left:10px;}
.mL20{margin-left:20px;}
.mR10{margin-right:10px;}
.mR20{margin-right:20px;}




.pT5{padding-top:5px;}
.pT10{padding-top:10px;}
.pT20{padding-top:20px;}
.pT30{padding-top:30px;}
.pT40{padding-top:40px;}

.pB5{padding-bottom:5px;}
.pB10{padding-bottom:10px;}
.pB20{padding-bottom:20px;}
.pB30{padding-bottom:30px;}
.pB40{padding-bottom:40px;}


.pL10{padding-left:10px;}
.pL20{padding-left:20px;}
.pR10{padding-right:10px;}
.pR20{padding-right:20px;}

.goTop {
	text-align:right;
	margin: 10px 0 10px 0;
}



/* ------------------------------------------------------------------------- */


/* clearFix */
.clearFix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearFix{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix{
	height:1%;
}
.clearFix{
	display:block;
}
/**/


/* float clear */
.clear{
	overflow:hidden;
	height:0;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clear{
	display: none;
}
/**/



/**/

div#wrapper
	{
	background-color: #FFF;
	margin:0 auto;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #C20B45;
	border-left-color: #CCCCCC;
}

.header
	{
	margin: 0 auto 20px;
	width: 960px;
	height: 75px;
	position: relative;
	}

.summary
{
	font-size:10px;
	color:#FFF;
	margin: 0 0 0 10px;
}

.header h1
{
	margin:15px 0 25px 10px;
	left:0;
	position:absolute;
	top:13px;
}

.copy_01 {
	position:absolute;
	right:0;
	top:44px;
}

/* ---------- main領域 ---------- */
div#contents
	{
	width:960px;
	margin:0 auto;
	background: none;
}

div#index_box{
	width:960px;
	clear:both;
	margin: 0 auto 20px;
	height: 391px;
	border: solid 1px #cccccc;
}

div#main_img{
	width:725px;
	height:384px;
	background-color: #FFF;
	width: 736px;
	float: left;
	background-image: url(../images/main_pct.jpg);
	position: relative;
}

/* ---------- navigation領域 ---------- */
div#index_navi{
	width:221px;
	background-color: #FFF;
	float: right;
	padding: 6px 0 0 0;
}

img.navi01 {border:0;}
.navi01 {
width:209px;
height:55px;
background:url(../../images/navi_01_on.gif) no-repeat left bottom;
}
.navi01 a {
	display:block;
	width:209px;
	height:55px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.navi01 a:hover {
text-indent:-9999px;
}

img.navi02 {border:0;}
.navi02 {
width:209px;
height:55px;
background:url(../../images/navi_02_on.gif) no-repeat left bottom;
}
.navi02 a {
display:block;
width:209px;
height:55px;
font-size:1px;
line-height:1px;
outline:none;
}
.navi02 a:hover {
text-indent:-9999px;
}

img.navi03 {border:0;}
.navi03 {
width:209px;
height:55px;
background:url(../../images/navi_03_on.gif) no-repeat left bottom;
}
.navi03 a {
display:block;
width:209px;
height:55px;
font-size:1px;
line-height:1px;
outline:none;
}
.navi03 a:hover {
text-indent:-9999px;
}

img.navi04 {border:0;}
.navi04 {
width:209px;
height:55px;
background:url(../../images/navi_04_on.gif) no-repeat left bottom;
}
.navi04 a {
display:block;
width:209px;
height:55px;
font-size:1px;
line-height:1px;
outline:none;
}
.navi04 a:hover {
text-indent:-9999px;
}

img.navi05 {border:0;}
.navi05 {
width:209px;
height:55px;
background:url(../../images/navi_05_on.gif) no-repeat left bottom;
}
.navi05 a {
display:block;
width:209px;
height:55px;
font-size:1px;
line-height:1px;
outline:none;
}
.navi05 a:hover {
text-indent:-9999px;
}
img.navi06 {border:0;}
.navi06 {
	width:209px;
	height:55px;
	background:url(../../images/navi_06_on.gif) no-repeat left bottom;
}
.navi06 a {
display:block;
width:209px;
height:55px;
font-size:1px;
line-height:1px;
outline:none;
}
.navi06 a:hover {
text-indent:-9999px;
}

#main_button a {
	height:178px;
	width:173px;
	overflow:hidden;
	position:absolute;
	text-indent: -9999px;
	left: 513px;
	top: 176px;
}

#main_button a:hover, #main_button a:active {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/rp09_on.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

ul.indexmenu{
	width: 210px;
	padding: 0 0 0 2px;
}

ul.indexmenu li{
	margin-bottom:6px;
	position: relative;
}

/* ---------- bunnar領域 ---------- */
#banner_box {
	width:940px;
	clear:both;
	background-color: #F0F0F0;
	height: 136px;
	padding: 10px;
	border: solid #999999 1px;
	margin-bottom: 20px;
}

.banner_left { width:464px; float:left;}

.banner_right { width:464px; float:right;}

/* ---------- contents領域 ---------- */
.innerbox_box_wide {
	width:935px;
	margin:0 0 20px;
	padding:0;
}
.innerbox_box_wide02 {
	width:930px;
	padding:10px 0 10px 10px;
	background-color: #F0F0F0;
	position: relative;
}

.innerbox_box_left {
	width:450px;
	float:left;
	margin: 0 0 10px;
	padding: 0 10px 0 10px;
}

.innerbox_box_right {
	width:465px;
	float:right;
	margin: 0 0 10px;
}

.seminar_box {
	background-image: url(../images/img4-02.jpg);
	width:461px;
	height:232px;
}

.seminar_boxinner{
	line-height:1.1em;
	margin:150px 0 0;
}
.seminar_boxinner .smalltxt {
	margin:0 0 10px;
	font-size: 95%;
	letter-spacing: -0.5px;
}
.seminar_boxinner ul { margin:0;}
.seminar_boxinner ul li {
	margin:0;
	clear: both;
	list-style:url(../../images/list-point01.gif) inside;
	font-size: 95%;
}


#insid_box01 {
	width:220px;
	float:left;
	text-align: left;
	margin-right: 5px;
}

#insid_box01 img.ttl {
	margin-bottom:5px;
}

#insid_box01 img.photo {
	margin-bottom:5px;
}

.dottline {
	width:5px;
	float:left;
	height:200px;
	border-left:dotted  #666 1px;
	margin-right: 3px;
}

#FlashArea
	{
	width:960px;
	height:495px;
	}

#sequence.contBox
	{
	margin-bottom: 10px;
	}
#sequence ul
	{
	width:940px;
	display:block;
	}
#sequence li
	{
	width:180px;
	float:left;
	text-align:left;
	display:block;
	margin-right: 8px;
	}
#sequence li.img01
	{
	background-image:url(../images/img05-01.jpg);
	height: 250px;
	background-repeat: no-repeat;
}

#sequence li.img02
	{
	background-image:url(../images/img05-02.jpg);
	height: 250px;
	background-repeat: no-repeat;
}

#sequence li.img03
	{
	background-image:url(../images/img05-03.jpg);
	height: 250px;
	background-repeat: no-repeat;
}

#sequence li.img04
	{
	background-image:url(../images/img05-04.jpg);
	height: 250px;
	background-repeat: no-repeat;
}

#sequence li.img05
	{
	background-image:url(../images/img05-05.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
	
#sequence li.middle
	{
	padding-right:41px;
	}
#sequence li.last
	{
	padding-right:0;
	}
#sequence li p
	{
	color:#000;
	margin:160px 0 0 5px;
	padding: 5px;
	width: 140px;
	}


#sequence li p.insid_box02 {
	font-size:12px;
	position: relative;
	width: 140px;
	line-height: 1.3;
}

#sequence li p.insid_box02_02 {
	font-size:12px;
	position: relative;
	width: 150px;
	line-height: 1.3;
	margin: 160px 0 0 15px;
}
	
#risk
	{
	padding:15px 30px;
	color:#636262;
	background-color: #F0F0F0;
	}
p.footer
	{
	font-size:10px;
	color:#000;
	width: 960px;
	margin: 0 auto;
	}
p.bodytxt{
	text-align:left;
	line-height: 1.3em;
}

p.ttltxt{ text-align:left; font-weight:bold; margin-bottom:10px;}

.disclaimer{
	font-size:8px;
	color:#936;
	text-align: left;
}

.bodytext_main_box{
	width:880px;
	margin: 0 auto;
}

.cnt {
	width:680px;
	margin: 0 auto;
	text-align:center;
}
