@charset "utf-8";
/*===========================
base css commonLayout
===========================*/


/*===========================
reset
===========================*/


/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }



body {
	font-size:100%;
	line-height: 1.7em;
	font-family : "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color:#444444;
	background-color:#ffffff;
	height:100%;

}




ul,ol,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0;
	vertical-align:bottom;
}

.clear{
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}

.clear2 {
	clear:both;
}

div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


hr {
	display:none;
}

/*===========================
setup
===========================*/



a,
a:link,
a:visited {
	color:#298fc9;
	text-decoration:underline;
	outline-style:none;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#298fc9;
	text-decoration:underline;
}

/*===========================
fonts
===========================*/

/*  Fonts  */



 @font-face {
 font-family: 'minchouFont';
 src: url('../fonts/HanaMinA.eot'); /* IE9 Compat Modes */
 src: url('../fonts/HanaMinA.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HanaMinA.woff') format('woff'); /* Modern Browsers */
}
.minchouFontClass {
	font-family: "minchouFont";
}


/*===========================
common
container
===========================*/


#container {
	width:100%;
	min-height:100%;
	background-color:#ffffff;
	background-position:left top;
	background-repeat:repeat-x;
}

*html #container  {
	height:100%;
}


#wrapper {
	/*
	background-image:url(../img/common/wrapper_back.gif);
	background-position:left top;
	background-repeat:repeat-x;
	*/
	padding:0px 50px;
}

#wrapperContent {
	background:url(../img/common/content_back.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding:19px 20px 0px 20px;
}


/*===========================
header
===========================*/

#headerWrapper {
	background-image:url(../img/header/header_back.png);
	background-position:center;
	background-repeat:repeat-x;
	height:108px;
	padding:0px 50px 0px 50px;
	overflow:hidden;
}

#header {
	/*
	background-image:url(../img/header/contents_back.gif);
	background-position:left top;
	background-repeat:repeat-x;
	*/
	height:108px;
	width:1000px;
	margin:0 auto 0 auto;
	overflow:hidden;
	position:relative;
	}
/*

#header h1#firstTxt {
	position:absolute;
	left:2px;
	top:5px;
	font-size:10px;
	line-height:16px;
}
*/


#header #logo a {
	display:block;
	background-image:url(../img/header/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:500px;
	height:108px;
	text-indent:-7777px;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 0px;
	margin-bottom:0;
}


#header #headTel {
	background-image:url(../img/header/tel.png);
	width:242px;
	height:40px;
	text-indent:-7777px;
	overflow:hidden;
	position:absolute;
	left:758px;
	top:23px;
	margin-bottom:0;
}


#header #headContact a {
	display:block;
	background-image:url(../img/header/btn_mail.png);
	background-repeat: no-repeat;
	width:242px;
	height:25px;
	text-indent:-7777px;
	overflow:hidden;
	position:absolute;
	left:758px;
	top:63px;
	margin-bottom:0;
}

#header #headContact a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);        
    -ms-filter: "alpha(opacity=70)";  
    -moz-opacity:0.7;                
    -khtml-opacity: 0.7;             
    opacity:0.7;
    zoom:1;
}








/*===========================
gnavi
===========================*/


#gnaviWrapper {
	height:57px;
	background-image:url(../img/gnavi/gnavi_back.png);
	background-repeat:repeat-x;
	padding:0 50px 0px 50px;
	overflow:hidden;
}



#gnavi ul {
	position: relative;
	width:1000px;
	height:57px;
	margin:0 auto 0 auto;
	padding:0;
	overflow:hidden;
	background-color:#D9BEB3;
}

#gnavi li {
	background-repeat: no-repeat;
	float:left;
	overflow:hidden;
}

#gnavi li a {
	display:block;
	background-repeat: no-repeat;
	width:155px;
	height:57px;
	text-indent:-7777px;
	overflow:hidden;
}

/*--- 区切り ---*/

#gnavi .gn_index a,
#gnavi .gn_index_o a {
	background-image:url(../img/gnavi/index.png);
	width:70px;
}

/*--- 区切り ---*/

#gnavi .gn_beginner a,
#gnavi .gn_beginner_o a {
	background-image:url(../img/gnavi/beginner.png);
}

/*--- 区切り ---*/

#gnavi .gn_viewpoint a,
#gnavi .gn_viewpoint_o a {
	background-image:url(../img/gnavi/viewpoint.png);
}

/*--- 区切り ---*/

#gnavi .gn_advisement a,
#gnavi .gn_advisement_o a {
	background-image:url(../img/gnavi/advisement.png);
}

/*--- 区切り ---*/

#gnavi .gn_consulting a,
#gnavi .gn_consulting_o a {
	background-image:url(../img/gnavi/consulting.png);
}

/*--- 区切り ---*/

#gnavi .gn_office a,
#gnavi .gn_office_o a {
	background-image:url(../img/gnavi/office.png);
}

/*--- 区切り ---*/

#gnavi .gn_contact a,
#gnavi .gn_contact_o a {
	background-image:url(../img/gnavi/contact.png);
}


#gnavi .gn_index a:hover,
#gnavi .gn_beginner a:hover,
#gnavi .gn_viewpoint a:hover,
#gnavi .gn_advisement a:hover,
#gnavi .gn_consulting a:hover,
#gnavi .gn_office a:hover,
#gnavi .gn_contact a:hover,
#gnavi .gn_index_o a,
#gnavi .gn_beginner_o a,
#gnavi .gn_viewpoint_o a,
#gnavi .gn_advisement_o a,
#gnavi .gn_consulting_o a,
#gnavi .gn_office_o a,
#gnavi .gn_contact_o a {
	cursor:pointer;
    filter: alpha(opacity=70);        
    -ms-filter: "alpha(opacity=70)";  
    -moz-opacity:0.7;                
    -khtml-opacity: 0.7;             
    opacity:0.7;
    zoom:1;
}


/*===========================
パンくずリスト
==========================


#breadCrumbWrap {
	background-image:url(../img/common/breadcrumb_back.gif);
	background-repeat:repeat-x;
	height:51px;
	padding:0 20px;
}

#breadCrumb {
	width:950px;
	height:51px;
	margin:0 auto;
	vertical-align:middle;
}

#breadCrumb p {
	color:#68471c;
	padding:17px 10px 0 10px;
}
=*/




/*===========================
main_area
===========================*/


#mainContent {
	/*background-image:url(../img/common/maincontent_back.gif);
	background-position:left top;
	background-repeat:repeat-y;
	position: relative;*/
	width:1000px;
	margin:54px auto 0 auto;
	
}


/*===========================
side
===========================*/



#side {
	width:260px;
	float:left;
	margin:0 30px 40px 0;
}

/*　mailMagazine　*/

#mailMagazine {
	background-color:#1b2a3e;
	margin-bottom:10px;
	color:#FFF;
}

#mailMagazine #head_mailmag {
	background-image:url(../img/side/head_mailmag.png);
	width:260px;
	height:138px;
	text-indent:-7777px;
}

#mailMagazine #formWrap {
	padding:0 10px 10px 10px;
	text-align:center;
}

#mailMagazine input {
	margin:2px 0 8px 0;
	border:1px solid #CCCCCC;
	padding:3px;
	width:96%;
}

#mailMagazine .formBtn {
	width:50px;
	text-align:center;
	margin:0 auto;
}




/*　sideBanner　*/

#sideBanner {
	margin-bottom:20px;
}

#sideBanner ul li {
	margin-bottom:10px;
}

#sideBanner a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);        
    -ms-filter: "alpha(opacity=70)";  
    -moz-opacity:0.7;                
    -khtml-opacity: 0.7;             
    opacity:0.7;
    zoom:1;
}




/*===========================
content
===========================*/


#content {
	width:710px;
	float:left;
	margin-bottom:20px;
}

#content p {
	text-indent:1em; 
	margin-bottom:0.7em;
}

#content p.pNomal {
	text-indent:0; 
}

#content h2 {
	font-size:24px;
	font-weight:bold;
	color:#444;
	letter-spacing:1px;
	border-bottom:#714629 4px solid;
	padding:6px 12px 6px 12px;
	font-weight:bold;
	line-height:normal;
}

#content h2.h2Big {
	font-size:34px;
	font-weight:bold;
	color:#444;
	letter-spacing:1px;
	border-bottom:#714629 4px solid;
	padding:6px 12px 6px 12px;
	font-weight:bold;
	line-height:normal;
}

#content h2.h2oldtype {
	font-size:30px;
	font-weight:bold;
	color:#444;
	letter-spacing:1px;
	border-bottom:#714629 4px solid;
	padding:7px 12px 7px 12px;
	font-weight:bold;
	line-height:normal;
}

#content h3 {
	font-size:20px;
	color:#444;
	letter-spacing:1px;
	border-bottom:#1b2a3e 3px solid;
	padding:11px 10px 5px 10px;
}

#content h4 {
	font-size:18px;
	color:#243586;
	letter-spacing:1px;
	border-bottom:#CCC 1px dotted;
	padding:4px 5px 4px 5px;
}



.ttlsContents {  
	padding:15px 40px 10px 40px;
	margin-bottom:15px;	
}

.ttlsContentsMB50 {  
	padding:15px 30px 10px 30px;
	margin-bottom:50px;
	overflow:auto;
	height:180px;
	margin-top:0.5em;
}

.ttlsC-HalfLeft {  
	width:330px;
	float:left;
	margin:0 20px 10px 0;
}

.ttlsC-HalfRight {  
	width:330px;
	float:left;
	margin:0 0 10px 0;
}


.ttlssContents { 
	padding:15px 0 10px 0;
	margin-bottom:5px;
}


.ttlsssContents {  
	padding:10px 0 10px 0;
	margin-bottom:5px;	
}



/*　imgFloat　*/

.imgFloatWrap {
	padding:10px 0 10px 0;
}

.imgFloat {
	width:340px;
	margin:0 10px 10px 10px;
	float:left;
	text-align:center;
}

.imgFloatTxtArea {
	width:320px;
	margin:0 10px 20px 10px;
	float:left;
	text-align:left;
}


.imgFloat220 {
	width:220px;
	margin:0 10px 10px 10px;
	float:left;
	text-align:center;
}

/*　flow　*/


.area_flow {
	padding:0 10px;
}
.area_flow .inner_flow {
	background-color:#F6F6F6;
	border:1px solid #e7e7e7;
	padding:20px 20px 30px 20px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	min-height:60px;
}

.area_flow .inner_flow .ttl_flow {
	float:left;
	width:22%;
	padding:1em 0 0 0;
	margin:0;
	background-image:none;
	color:#BF381C;
	font-size:1.4em;
}

.area_flow .inner_flow .ttl_flowLong {
	float:left;
	width:22%;
	padding:0.7em 0 0 0;
	margin:0;
	background-image:none;
	color:#BF381C;
	font-size:1.2em;
}




.area_flow .inner_flow .txtWrap {
	width:74%;
	float:right;
	padding:15px 0 0 0;
}

.area_flow .inner_flow .txtWrapLong {
	width:74%;
	float:right;
	padding:0 0 0 0;
}

.area_flow .inner_flow .txtWrapShort {
	width:74%;
	float:right;
	padding:24px 0 0 0;
}


.area_flow .arrow_flow {
	margin:0 auto;
	display:block;
	width:80px;
	height:70px;
	background:url(../img/common/arrow_down.png) center bottom no-repeat;
	text-indent:-7777px;
	margin-top:-16px;
}







/*===========================
テキスト関係
===========================*/

#content p.txt {
	margin:0 0 1.5em 0;
}

#content p.txt2 {
	margin:0 0 2.5em 0;
}



.txtPadding {
	padding:0 5px 0 5px;
}

.txtCenter {
	text-align:center;
}

.txtRight {
	text-align:right;
}

.headCopy {
	font-size:120%;
	margin-bottom:1em;
}


#content p.atama {
	padding-left:1em;  
	text-indent:-1em; 
}

#content p.atama2 {
	padding-left:1em;  
	text-indent:-1em;
	margin-bottom:15px;
}






.leftContents {
	width:325px;
	float:left;
	margin-right:20px;
}

.rightContents {
	width:325px;
	float:left;
}




ul.liReseter  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseter2  {
	line-height:1.8em;
	margin:0 0 12px 30px;
}

ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}


ol.liReseter {
	line-height:1.8em;
	margin-left:25px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}

ol.liReseter2 {
	line-height:1.8em;
	margin:0 0 20px 50px;
}

ol.liReseter2 li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}


.catch {
	color:#9E291D;
	font-size:112%;
}

.txt_brown {
	color:#A6551A;
}

.txt_blue {
	color : #3261BF;
}

.txt_green {
	color : #0aad21;	
}

.txt_red {
	color : #FF0000;
}

.txt_blue2 {
	color:#2F44D7;
}

.txt_green2 {
	color:#3E831D;
}

.txt_orange2 {
	color:#F28500;
}

.txt_red2 {
	color:#BF0000;
}

.txt_blue2_b {
	color:#2F44D7;
	font-weight:bold;
}

.txt_green2_b {
	color:#3E831D;
	font-weight:bold;
}

.txt_orange2_b {
	color:#F28500;
	font-weight:bold;
}

.txt_red2_b {
	color:#BF0000;
	font-weight:bold;
}


.txt_blue2_110p {
	color:#2F44D7;
	font-size:110%;
	line-height:110%;
}

.txt_green2_110p {
	color:#3E831D;
	font-size:110%;
	line-height:110%;
}

.txt_orange2_110p {
	color:#F28500;
	font-size:110%;
	line-height:110%;
}

.txt_green3_110p {
	color:#649D1E;
	font-size:110%;
	line-height:110%;
}

.txt_green3_120p {
	color:#649D1E;
	font-size:120%;
	line-height:120%;
}

.txt_orange2_110p {
	color:#F28500;
	font-size:110%;
	line-height:110%;
}

.txt_red2_110pb {
	color:#BF0000;
	font-size:110%;
	line-height:110%;
}


.txt_blue2_120p {
	color:#2F44D7;
	font-size:120%;
	line-height:120%;
}

.txt_green2_120p {
	color:#3E831D;
	font-size:120%;
	line-height:120%;
}

.txt_orange2_120p {
	color:#F28500;
	font-size:120%;
	line-height:120%;
}

.txt_red2_120pb {
	color:#BF0000;
	font-size:120%;
	line-height:120%;
}




/*===========================
 ul画像
===========================*/

ul.checklist {
	margin-left:5px;
	padding-bottom:10px;
}

ul.checklist li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/icn_check.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
	line-height:2em;
}


ul.liKimidori {
}

ul.liKimidori li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 16px;
	background-image:url(../img/common/li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
}

ul.liKimidoriFloat {
}

ul.liKimidoriFloat li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 30px 2px 16px;
	background-image:url(../img/common/li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
}

ul.liDarkBlue {
}

ul.liDarkBlue li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 20px;
	background-image:url(../img/common/li_dark_blue.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-right:10px;
}

.mb {
	margin-bottom:1em;
}






/*===========================
 ol画像
===========================*/

.olImage ol {
	margin-left:10px;
	padding-bottom:0px;
}

.olImage li {
	list-style-type: none;
	list-style-position: outside;
	padding:1px 0 4px 35px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	line-height:24px;
	font-size:110%;
}

.olImage li.icn01 {
	background-image:url(../img/common/icn01.gif);
}

.olImage li.icn02 {
	background-image:url(../img/common/icn02.gif);
}

.olImage li.icn03 {
	background-image:url(../img/common/icn03.gif);
}

.olImage li.icn04 {
	background-image:url(../img/common/icn04.gif);
}

.olImage li.icn05 {
	background-image:url(../img/common/icn05.gif);
}

.olImage li.icn06 {
	background-image:url(../img/common/icn06.gif);
}


/*===========================
Table関係
===========================*/

/*  tableBasic   */

table.tableBasic {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	margin:0 0 10px 0;
	width:100%;
	border-collapse: collapse;
	}

table.tableBasic th { 
	padding:8px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-weight:normal;
	background-color:#26326A;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}




table.tableBasic td {
	padding:8px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
}

table.tableBasic td.tdCenter {
	padding:8px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	vertical-align:center;
	text-align:center;
}





/*  tableDot   */


table.tableDot  {
	margin:0 0 10px 0;
	width:100%;
	border-collapse: collapse;
}

table.tableDot tr { 

}


table.tableDot th { 
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
}

table.tableDot td {
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
}

table.tableDot ul {
	line-height:1.8em;
	margin-left:15px;
}

table.tableDot ul li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

table.tableDot dl {

}

table.tableDot dl dt {
	float: left;
	clear:left;
	width:120px;
	margin:0;
	padding: 2px 0 2px 2px;
}

table.tableDot dl dd {
	margin:0;
	padding: 2px 15px 2px 122px;
}

table.tableDot table.insideTable {
	margin:0;
	width:100%;
	border-collapse: collapse;
}

table.tableDot table.insideTable td {
	padding:4px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:none;
}



/*  tableDotNW   */


table.tableDotNW  {
	margin:0 0 10px 0;
	border-collapse: collapse;
}

table.tableDotNW tr { 

}


table.tableDotNW th { 
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
}

table.tableDotNW td {
	padding:6px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
}

/*===========================
history
===========================*/

dl.history {
	margin-bottom:20px;
	border-top:#cccccc dotted 1px;
}
dl.history dt {
	float: left;
	clear:left;
	width: 125px;
	margin:0;
	padding: 10px 0 11px 4px;
}

dl.history dd {
	margin:0;
	padding: 10px 15px 11px 136px;
	border-bottom:#cccccc dotted 1px;
}

.history ul {
	line-height:1.8em;
	margin-left:25px;
}

.history ul li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}


/*===========================
dlList
===========================*/

dl.dlList {
	margin-bottom:20px;
	border-top:#cccccc dotted 1px;
}
dl.dlList dt {
	float: left;
	clear:left;
	width: 100px;
	margin:0;
	padding:10px 0 11px 4px;
	font-weight:bold;
}

dl.dlList dd {
	margin:0;
	padding:10px 15px 11px 114px;
	border-bottom:#cccccc dotted 1px;
}

.dlList ul {
	line-height:1.8em;
	margin-left:25px;
}

.dlList ul li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

/*===========================
dlIcn
===========================*/

dl.dlIcn {
}

dl.dlIcn dt {
	clear:both;
	-webkit-border-radius: 8px;/* for Safari and Chrome */
	-moz-border-radius: 8px; /* for Firefox */
	-o-border-radius: 8px; /* for opera */
	border-radius: 8px;
	padding:15px 15px;
	color: #fff;
	background-color:#28581B;
	text-align:center;
	float:left;
	margin:5px 20px 15px 0;
}

dl.dlIcn dd {
	width:500px;
	float:left;
	padding:5px 0 15px 0;	
}

dl.dlIcn2 {
}

dl.dlIcn2 dt {
	-webkit-border-radius: 8px;/* for Safari and Chrome */
	-moz-border-radius: 8px; /* for Firefox */
	-o-border-radius: 8px; /* for opera */
	border-radius: 8px;
	padding:4px 15px;
	color: #fff;
	background-color:#28581B;
	width:150px;
	text-align:center;
}

dl.dlIcn2 dd {
	padding:2px 5px 10px 5px;
}




/*===========================
img
===========================*/

.imgFrame {
	border: 1px solid #E3E3E3;
	padding: 4px;
	background-color:#fff;
}

.imgFrameDot {
	border: 1px dotted #CCC;
	padding: 4px;
	background-color:#ffffff;
}

.imgFloatLeft {
	margin:0 20px 10px 0;
	float:left;
}

.imgFloatRight {
	margin:0 0 10px 20px;
	float:right;
}


.imgFloatRight2 {
	margin:0 0 10px 50px;
	float:right;
}




.threePohto {

}

.threePohtoLeft {
	width:220px;
	float:left;
	text-align:center;
	margin:0 15px 15px 0;
}

.threePohtoRight {
	width:220px;
	float:left;
	text-align:center;
	margin:0 0 15px 0;
}
	










/*===========================
footer
===========================*/


#footerWrap {
	padding:0 50px 0 50px;
	background-color:#4e3a2b;
	border-top:#886843 7px solid;
	color:#FFF;
	font-size:88%;
}

#footer {
	position: relative;
	width:1000px;
	margin:0 auto;
	padding:0;
} 


#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}


#footerProf { 
	width:331px;
	float:left;
	margin:23px 50px 30px 0;
	font-size:0.8em;
	}

#footerlogo {
	background-image:url(../img/footer/footer_logo.png);
	background-repeat:no-repeat;
	width:331px;
	height:69px;
	text-indent:-7777px;
	margin:0 0 2px 0;
}

.fnavi {
	float:left;
	margin:40px 30px 20px 40px;
}

.fnavi ul li {
	list-style-position: outside;
	padding:0 0 0 16px;
	background-image:url(../img/footer/icn_list.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
	line-height:1.4em;
}

.footerCopy {
	text-align:center;
	color:#FFF;
	background-color:#000;
	padding:5px 50px;
	font-size:88%;
}


/*===========================
pagetop
===========================*/


#pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index:5;
}

#pagetop a {
	display:block;
	background-image:url(../img/footer/btn_pagetop.png);
	background-repeat:no-repeat;
	width:66px;
	height:66px;
	text-indent:-7777px;
}

#pagetop a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}




/*===========================
other
===========================*/

.bnr_contact a {
	display:block;
	background:url(../img/common/bnr_contact.png);
	width:680px;
	height:61px;
	background-repeat:no-repeat;
	text-indent:-7777px;
	margin-bottom:10px;
}

.bnr_contact a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}

.jyunbichuu {
	border:#EFEFEF 3px double;
	padding:250px 20px 250px 20px;
	text-align:center;
	font-size:28px;
	color:#CCC;
}

.comingSoon {
	background-image:url(../img/common/comingsoon.gif);
	background-repeat: no-repeat;
	width:318px;
	height:48px;
	text-indent:-7777px;
	margin:25px auto 25px auto;
}

.comingSoon2 {
	background-image:url(../img/common/comingsoon2.jpg);
	background-repeat: no-repeat;
	width:310px;
	height:226px;
	text-indent:-7777px;
	margin:25px auto 25px auto;
}

.comingSoonWrap {
	text-align:center;
	color:#999;
	font-size:30px;
	border:1px dotted #CCC;
	padding:200px 0 200px 0;
}
	

#horizon {
	width:661px;
	height:8px;
	background:url(../img/common/horizon.gif);
	background-repeat:no-repeat;
	margin:65px 0 0 0;
}

.tx-60p  {font-size:60%;}
.tx-70p  {font-size:70%;}
.tx-80p  {font-size:80%;}
.tx-90p  {font-size:90%;}
.tx-100p    {font-size:100%;}
.tx-110p    {font-size:110%;}
.tx-120p    {font-size:120%;}
.tx-140p    {font-size:140%;}
.tx-160p    {font-size:160%;}


.col-black   {color:#000000;}
.col-white   {color:#ffffff;}
.col-red     {color:#ff0000;}
.col-newred     {color:#D81803;}
.col-cccccc  {color:#cccccc;}
.col-333333  {color:#333333;}
.col-ff3333   {color:#ff3333;}
.col-ff6600   {color:#ff6600;}
.col-000066   {color:#000066;}
.col-666666   {color:#666666;}
.col-006600   {color:#006600;}
.col-99CCCC   {color:#99CCCC;}
.col-999999   {color:#999999;}
.col-FF9999   {color:#FF9999;}
.col-EF5A9A  {color:#EF5A9A;}
.col-168063  {color:#168063;}
.col-0D1152  {color:#0D1152;}
.col-B9FFB9 {color: #B9FFB9;}
.col-FBFFAA {color: #FBFFAA;}
.col-FDBC6C {color: #FDBC6C;}
.col-BFDEFF {color: #BFDEFF;}
.col-6666FF {color: #6666FF;}
.col-330000 {color: #330000;}
.col-045262 {color: #045262;}
.col-246C48 {color: #246C48;}
.col-FFCC66 {color: #FFCC66;}
.col-3366cc {color: #3366cc;}
.col-003399 {color: #003399;}
.col-FF6666 {color: #FF6666;}
.col-ffcccc {color: #ffcccc;}
.col-1f3879 {color: #1f3879;}
.col-42515e {color: #42515e;}
.col-09500c {color: #09500c;}
.col-73b5a4 {color: #73b5a4;}
.col-294530 {color: #294530;}
.col-006600 {color: #006600;}
.col-16817E {color: #16817E;}
.col-345BAD {color: #345BAD;}
.col-3154A2 {color: #3154A2;}
.col-1A8F8D {color: #1A8F8D;}
.col-FF8D42 {color: #FF8D42;}
.col-C1CFFB {color: #C1CFFB;}
.col-73BE1E {color: #73BE1E;}
.col-E8A800 {color: #E8A800;}
.col-25751A {color: #25751A;}
.col-7BD58F {color: #7BD58F;}
.col-2963b3 {color: #2963b3;}
.col-97CBFF {color: #97CBFF;}
.col-9b2e8d {color: #9b2e8d;}
.col-68eb7b {color: #68eb7b;}
.col-76a4cf {color: #76a4cf;}
.col-236a1b {color: #236a1b;}
.col-178e5a {color: #178e5a;}
.col-2766b1 {color: #2766b1;}
.col-E7F4FE {color: #E7F4FE;}
.col-FDFECF {color: #FDFECF;}
.col-FEF79E {color: #FEF79E;}
.col-3571b1 {color: #3571b1;}
.col-E6F2D0 {color: #E6F2D0;}
.col-D6EAB0 {color: #D6EAB0;}
.col-E17906 {color: #E17906;}
.col-EE6C02 {color: #EE6C02;}
.col-35477b {color: #35477b;}
.col-286b06 {color: #286b06;}






