body {
	text-align: center;
	background-color:#ffffff;
}

a {
text-decoration: none;
}

a:link {
	color: #000000;/* 未訪問のリンク */
}
a:visited {
	color: #000000;/* 訪問済みのリンク */
}
a:hover {
	text-decoration: none;/* 文字の装飾（下線、上線、取り消し線、点滅）を指定するプロパティ　none装飾なし （初期値） */
}
a:active {
}

/*+++見出し設定+++++++++++++++++++++++++++++*/
h1{
	color: #000000;
	font-size: 13px;
	font-weight:165;
}

h2{
	text-align:center;
	font-size:32px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:5px;
}
h2::before{
	position: absolute;
	content: attr(title);
	top:0;
	font-size:27px;
	color:#00CA00;
	font-weight:normal;
}
/*+++パンくずリスト+++++++++++++++++++++++++++++*/

.PageNavi{
	width:100%;
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	background-color:#ECECFB;
	margin-bottom:30px;
}

.PageNavi_in{
	width:1000px;
	margin:0 auto;
	font-family:"メイリオ";
	color:#555;
	font-size: 14px;
    letter-spacing: 1px;
	height:30px;
	line-height: 30px;
	text-align:right;
}

/*+++１００％固定+++++++++++++++++++++++++++++*/
#Content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#Content_sub {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../img/common/sab_back.jpg);
	background-repeat: repeat-x;
}


/*+++ＨＥＡＤ+++++++++++++++++++++++++++++*/
#Head {
	border-top:#D51013 5px solid;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height:100px;
}


/*+++HeadIn+++++++++++++++++++++++++++++*/
#Head_In {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	margin-top:10px;
}


/*+++ロゴ+++++++++++++++++++++++++++++*/
#Logo{
	display:block;
	width:auto;
	height: auto;
	float:left;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#globalNav{
	width: 525px;
	float:right;
	margin-top:18px;
}

.globalNav {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
    list-style: none;
    overflow: hidden;
	width: 525px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #DDD;
}

 
.globalNav strong {
    font-size:15px;
}
 
 
.globalNav li {
    float: left;
    border-right: 1px solid #DDD;
	width:130px;
}
 
.globalNav li a {
    display: block;
    padding: 10px 3px;
    text-align: center;
    text-decoration: none;
}
 
.globalNav li a span {
    display: block;
    margin: 3px 0 0 0;
    color:#D51013;
    text-transform: uppercase;
    font-size: 60%;
    letter-spacing: 1px;
}
 
.globalNav li a:hover {
	background:#F7F7F7;
}
 
.globalNav li.active a {
    background:#FFD7D8;
}

.title {
	text-align:center;
	font-size:32px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:5px;
	margin:20px 0;
}

.title span {
	font-size:27px;
	color:#00CA00;
}

.title48 {
	text-align:center;
	font-size:32px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:5px;
	margin:15px 0 5px 0;
}

.title48 span {
	font-size:27px;
	color:#00CA00;
}


.company_title {
	float:left;
	width:333px;
	margin-top:10px;
}

.company_title p {
	font-size:19px;
	letter-spacing:5px;
	text-align:center;
}

.company_title span {
	font-size:24px;
	color:#0078B9;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}

.company_title1 {
	float:left;
	width:500px;
	margin-top:10px;
}

.company_title1 p {
	font-size:19px;
	letter-spacing:5px;
	text-align:center;
}

.company_title1 span {
	font-size:24px;
	color:#0078B9;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}



/*+++キャッチ画像+++++++++++++++++++++++++++++*/
#Catch{
	width:100%;
	border-top:1px solid #DBDBEA;
	border-bottom::1px solid #DBDBEA;
	height: 0;
	padding-top: calc(400 / 1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url("../img/top.jpg") center center / cover no-repeat;
	margin-top:15px;
}

#Catch_sub{
	width:100%;
	border-top:1px solid #DBDBEA;
	border-bottom::1px solid #DBDBEA;
	height: 0;
	padding-top: calc(250 / 1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url("../img/tops.jpg") center center / cover no-repeat;
	margin-top:15px;
}


.concept {
	background-color: #A70000;
    padding: 30px 0 30px 0;
}

.concept_in {
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.concept_in p {
	font-size:19px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #FFFFFF;
	font-weight:bold;
}

.concept_title {
	text-align:center;
	font-size:27px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	letter-spacing:2px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 auto 15px auto;
}




/*+++メインコンテンツ+++++++++++++++++++*/


/*-----枠組み-----*/
#Wrap {
	width: 1000px;
	margin: 5px auto 30px auto;
	overflow: hidden;
}

#Wrap_sub {
	width: 1000px;
	margin: 10px auto 50px auto;
	overflow: hidden;
}


#Wrap_inL {
	float:left;
    width: 210px;
}

#rist-menu {
	float:left;
    width: 206px;
	background-color:#FBFBFB;
	border-left: 4px solid #D51013;
	margin-bottom:20px;
}

#Wrap_inL  a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.rist-menu {
    list-style: none;
    overflow: hidden;
    width: 206px;
    padding: 0;
    margin: 0px auto 0px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.rist-menu li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DDD;
}

.rist-menu li:last-child {
    border-bottom: 0px;
}

.rist-menu li a {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    position: relative;
    z-index: 10;
    height: 50px;
    margin: 0;
    padding: 0px 10px 0px 50px;
    background: #FBFBFB;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
}

.rist-menu li a:hover {
    background: #FFD7D8;
}

#list li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    border-radius: 50%;
    background: #D51013;
}

#list li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    border-left: 5px solid #FFF;
}

#Wrap_inR {
	float:right;
	width:745px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:17px;
    letter-spacing: 2px;
	line-height: 170%;
	margin-bottom:40px;
}

#Wrap_inR h1 {
	position: relative;
	text-shadow: 0 0 2px white;
	font-size:21px;
	margin-top:25px;
	margin-left:15px;
	margin-bottom:25px;
	font-weight:bold;
	color: #FF9326;
}

#Wrap_inR h1:before {
	content: "";
	position: absolute;
	background: #D5FFD5;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

#Wrap_inR h2{
	font-size:20px;
	position: relative;
	border-top: solid 2px #00CA00;
	border-bottom: solid 2px #00CA00;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}

#Wrap_inR h2:after {/*タブ*/
	position: absolute;
	content: '　POINT　';
	background: #00CA00;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
  }

.s_title {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:30px;
    letter-spacing: 3px;
	width:735px;
	font-weight: bold;
    border-bottom: 1px solid #BBB;
	padding: 0 5px;
}

 
.s_title span {
    color: #007D00;
    text-transform: uppercase;
    font-size: 60%;
    letter-spacing: 1px;
	float:right;
}


.titles {
	margin-top:35px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:21px;
    letter-spacing: 2px;
	padding: 0px 10px;
	border-left: 8px solid #D51013;
    border-bottom: 1px solid #bbb;
}

 
.titles span {
    color: #007D00;
    text-transform: uppercase;
    font-size: 60%;
    letter-spacing: 1px;
	float:right;
}

.title_text{
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
}

.business_text {
	width:1000px;
	display:block;
	margin-bottom:80px;
}

.text {
	font-size:16px;
	letter-spacing: 3px;
	line-height: 180%;
}

.text span {
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
	text-justify:inter-ideograph;
	border-bottom: solid 1px #ECECFB;
	padding:10px 20px 3px 0;
	margin:0 10px 0px 10px;
}

.text1 {
	font-size:16px;
	letter-spacing: 3px;
	line-height: 180%;
}

/*-----ビジネス-----*/

#Menu_Area{
	width: 1000px;
	display: block;
	overflow: hidden;
	margin-top:15px;
}

#Menu_Area1 {
	width: 290px;
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	background-color:#FFF;
	border:solid 1px #DDD;
}
	#Menu_Area1 p{
	font-family:"メイリオ";
	font-size: 15px;
	margin:0;
	text-align:center;
	color:#222;
	}
	
#Menu_Area2 {
	width: 290px;
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color:#FFF;
	border:solid 1px #DDD;
}
	#Menu_Area2 p{
	font-family:"メイリオ";
	font-size: 15px;
	margin:0;
	text-align:center;
	color:#222;
	}
	
	
#Menu_Area3 {
	width: 290px;
	float:right;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color:#FFF;
	border:solid 1px #DDD;
}
	#Menu_Area3 p{
	font-family:"メイリオ";
	font-size: 15px;
	margin:0;
	text-align:center;
	color:#222;
	}
	
.box_hover{
	cursor:pointer;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	}

.areatitle{
	width: 290px;
	font-size:20px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align:center;
	color:#A70000;
	border-bottom: dashed 1px #A70000;
	font-weight: bold;
	padding:0 0px 1px 0px;
	margin:4px 0; 
    letter-spacing: 2px;
}

	
.readmore{
	width: 180px;
	height: 30px;
	margin-top: 8px;
	margin-bottom:10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.none{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	}




/*-----BOX720-----*/
#BOX600 {
	float:left;
	width: 600px;
	margin-right: 50px;
	margin-top:5px;
}

#BOX600_sub {
	float:left;
	width: 600px;
	margin-right: 50px;
	margin-top:30px;
}

#Box48L {
	float:left;
	width: 480px;
	margin-right: 40px;
}

	#Box48L p{
	font-family:"メイリオ";
	font-size: 15px;
	margin:0;
	text-align:center;
	color:#222;
	}

#Box48R {
	float:right;
	width: 480px;
}

	#Box48R p{
	font-family:"メイリオ";
	font-size: 15px;
	margin:0;
	color:#222;
	}
	

.green{
	font-family:"メイリオ";
	padding: 3px 5px;
	background-color:#333;
	color:#FFF !important;
	font-size: 15px !important;
    letter-spacing: 2px;
	margin-right:10px;
}

.info_text{
	font-family:"メイリオ";
	font-size: 17px;
   padding-bottom:1px;
   padding-right:10px;
	color:#222;
    letter-spacing: 1px;
}

	

/*-----新着情報リスト-----*/
#News {
	width: 1000px;
	height:300px;
	overflow: auto;
	margin-bottom:10px;
	font-family:"メイリオ";
    letter-spacing: 1px;
}

#News ul {
	margin:0;
	text-align:center;
}

#News li {
   padding:15px 0 15px ;
   border-bottom:1px dotted #333333;
   padding-left: 10px;
	text-align:center;
}

.date {
	font-size: 16px;
	color: #111;
	margin-right: 30px;
	display:inline-block;
	text-indent:0;
	font-weight:bold;
}

.news {
	font-size: 15px;
	color: #111;
	display:inline-block;
	text-indent:0;
	line-height: 180%;
}

#News li a {
   text-decoration:none;
   color:#000;
}

#flow {
	width: 100%;
	background-color:#ECECFB;
}

.flow_Wrap {
	width:1000px;
	margin:0 auto 0px auto;
	overflow: hidden;
}

#flow_Box {
	width: 495px;
	float:left;
	display: block;
	margin-bottom: 30px;
	text-align:center;
}
	#flow_Box p{
	font-size: 16px;
	color: #342B1D;
	margin: 0 5px;
	}
	
	#flow_Box span{
	color:#0078B9;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
	}

#flow_Box1 {
	width: 495px;
	float:right;
	display: block;
	margin-bottom: 30px;
	text-align:center;
}
	#flow_Box1 p{
	font-size: 16px;
	color: #342B1D;
	margin: 0 5px;
	}
	
	#flow_Box1 span{
	color:#0078B9;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
	}

#flow_Box2 {
	width: 495px;
	float:left;
	display: block;
	margin-bottom: 20px;
	text-align:center;
}
	#flow_Box2 p{
	font-size: 16px;
	color: #342B1D;
	margin: 0 5px;
	}
	
	#flow_Box2 span{
	color:#0078B9;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
	}

#flow_Box3 {
	width: 495px;
	float:right;
	display: block;
	margin-bottom: 20px;
	text-align:center;
}
	#flow_Box3 p{
	font-size: 16px;
	color: #342B1D;
	margin: 0 5px;
	}
	
	#flow_Box3 span{
	color:#0078B9;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
	}



/*-----左カラムプロセス-----*/

#process_query {
	width:600px;
	height:50px;
	margin:15px 0 40px 0;
}

/*-----左カラムご相談までの流れ-----*/

#scheme_step1 {
	width:600px;
	height:207px;
	margin:15px 0 40px 0;
	background-image:url(../img/step1.jpg);
	display:block;
}

.step1{
	width: 282px;
	height: 65px;
	margin-top: 120px;
	float:right;
	margin-right: 20px;
}


#scheme_step2 {
	width:600px;
	height:192px;
	margin:15px 0 40px 0;
	background-image:url(../img/step2.jpg);
	display:block;
}

.step2{
	width: 162px;
	height: 33px;
	margin-top: 135px;
	float:right;
	margin-right: 20px;
}


#scheme_step3 {
	width:600px;
	height:224px;
	margin:15px 0 40px 0;
	background-image:url(../img/step3.jpg);
	display:block;
}

#scheme_step4 {
	width:600px;
	height:212px;
	margin:15px 0 40px 0;
	background-image:url(../img/step4.jpg);
	display:block;
}

/*-----左カラムお問い合わせ-----*/

#form_side {
	width:600px;
	height:337px;
	margin:15px 0 40px 0;
	background-image:url(../img/form_back.jpg);
	display:block;
}

#form_side_in {
	width:560px;
	height:125px;
	margin-left:20px;
	padding-top:180px;
	display:block;
	position:absolute;
}

#form_side_sub {
	width:600px;
	height:337px;
	margin:15px 0 40px 0;
	background-image:url(../img/form_back.jpg);
	display:block;
}

#form_side_sub_in {
	width:560px;
	height:125px;
	margin-left:20px;
	padding-top:160px;
	display:block;
	position:absolute;
}




/*-----BOX350-----*/
#BOX350 {
	float:right;
	width: 350px;
}

/*-----右カラムお問い合わせ-----*/

#form_right {
	width:350px;
	height:176px;
	margin:0 0 20px 0;
	background-image:url(../img/form_back_right.png);
	display:block;
}

#form_right_in {
	width:247px;
	height:58px;
	margin-left:10px;
	padding-top:110px;
}

/*-----右カラムピックアップ-----*/

#pickup_right {
	width:350px;
	height:181px;
	margin:0 0 20px 0;
	background-image:url(../img/pickup_right.jpg);
	display:block;
}

#pickup_right_in {
	width:340px;
	height:120px;
	margin-left:5px;
	padding-top:53px;
}

/*-----右カラムコンテンツ-----*/

#content_right {
	width:350px;
	height:348px;
	margin:0 0 20px 0;
	background-image:url(../img/content_right.jpg);
	display:block;
}

#content_right_in {
	width:330px;
	height:auto;
	margin-left:10px;
	padding-top:48px;
}

/*-----右カラム推薦者の声-----*/

#recommender_right {
	width:350px;
	height:452px;
	margin:0 0 20px 0;
	background-image:url(../img/recommender_right.jpg);
	display:block;
}

#recommender_right_in {
	width:338px;
	height:auto;
	margin-left:6px;
	padding-top:45px;
}

/*-----右カラムマップ-----*/

#map_right {
	width:350px;
	height:334px;
	margin:0 0 20px 0;
	background-image:url(../img/map_right.png);
	display:block;
}

#map_right_in {
	width:330px;
	height:auto;
	margin-left:10px;
	padding-top:60px;
	text-align:center;
}

.map{
	width: 182px;
	height: 46px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}




/*------hover*/
#Catch_Banner li.banner1 a:hover {
	background: url(../img/top_banner_hover.jpg) no-repeat 0px 0px;
	width:241px;
	margin-right: 12px;
}
#Catch_Banner li.banner2 a:hover {
	background: url(../img/top_banner_hover.jpg) no-repeat -253px 0px;
	width:241px;
	margin-right: 12px;
}

/*-----お問い合わせバナー-----*/
#Form_Banner{
	width: 384px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#Form_Banner ul{
	width: 384px;
}

#Form_Banner li {
	display:inline;
	list-style-type:none;
}
#Form_Banner li a {
	display:block;
	float:left;
	text-decoration: none;
	overflow:hidden;
}
/*------off*/
#Form_Banner li.banner1 a {
	width:384px;
}

/*-----会社概要クラスー-----*/
.aboutp1{
	border-bottom: dashed 1px #CCC;
	margin: 0 50px 15px 70px;
	padding: 5px;
	list-style-image: url(../img/a_icon1.jpg);
}

.aboutp2{
	border-bottom: dashed 1px #CCC;
	margin: 0 50px 15px 70px;
	padding: 5px;
	list-style-image: url(../img/a_icon2.jpg);
}

.aboutp3{
	border-bottom: dashed 1px #CCC;
	margin: 0 50px 15px 70px;
	padding: 5px;
	list-style-image: url(../img/a_icon3.jpg);
}

/*-----お問い合わせフォームクラスー-----*/
.formp1{
	border-bottom: dashed 1px #CCC;
	margin: 0 20px 15px 40px;
	padding: 5px;
	list-style-image:url(../img/form/f-icon.gif);
	font-size:16px;
}

.formp2{
	border-bottom: dashed 1px #CCC;
	margin: 0 20px 15px 40px;
	padding: 5px;
	font-size:16px;
}



/*+++フット+++++++++++++++++++*/

#Pagetop_Wrap{
	width: 100%;
	border-top: dashed 1px #CCC;
	background-color:#ECECFB;
}

.pagetop{
	width: 1000px;
	overflow: hidden;
	margin-right:auto;
	margin-left: auto;
	text-align:right;
}

#Foot {
	width: 100%;
	background-color: #A70000;	
}

#Foot_Wrap{
	width: 1000px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	color: #FFF !important;
	font-size:12px !important;
}

#Foot_Wrap p{
	color: #FFF;/* 未訪問のリンク */
	font-size:12px !important;
	text-align:center;
}
#Foot_Wrap p a:link {
	color: #FFF;/* 未訪問のリンク */
	font-size:12px !important;
	margin: 5px 0 5px 0;
}
#Foot_Wrap p a:visited {
	color: #FFF;/* 訪問済みのリンク */
	font-size:12px !important;
	margin: 5px 0 5px 0;
}
#Foot_Wrap p a:hover {
	text-decoration: none;/* 文字の装飾（下線、上線、取り消し線、点滅）を指定するプロパティ　none装飾なし （初期値） */
	font-size:12px !important;
	margin: 5px 0 5px 0;
}


#Foot_Logo{
	display:block;
	width: 261px;
	float: right;
	margin-top:50px;
	margin-bottom:20px;
}

#Foot_Copy{
	padding-top:10px;
	display:block;
	width: 1000px;
	float: left;
	letter-spacing: 3px;
	margin:20px auto 20px auto;
}

#Foot_Copy p{
	color: #FFF;/* 未訪問のリンク */
	font-size:12px !important;
	margin: 5px 0 5px 0;
	text-align:center;
}
#Foot_Copy p a:link {
	color: #FFF;/* 未訪問のリンク */
	font-size:12px !important;
	margin: 5px 0 5px 0;
	text-decoration: none;
}
#Foot_Copy p a:visited {
	color: #FFF;/* 訪問済みのリンク */
	font-size:12px !important;
	margin: 5px 0 5px 0;
}
#Foot_Copy p a:hover {
	text-decoration: none;/* 文字の装飾（下線、上線、取り消し線、点滅）を指定するプロパティ　none装飾なし （初期値） */
	font-size:12px !important;
	margin: 5px 0 5px 0;
}



body {
	text-align: center;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

.design10 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design10 th {
 padding: 10px;
 border-bottom: solid 4px #A70000;
 color: #A70000;
 font-size: 18px;
 font-weight: bold;
}
.design10 td {
 padding: 10px;
 border-bottom: solid 1px #A70000;
 font-size: 16px;
}

