/* 基本スタイル
---------------------------------------------*/
body {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
}

a:link {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #23B2EF;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 20px;
	color: #00A0C6;
	text-decoration: none;
}

form { margin: 0px; }


/* ページ
-----------------------------------*/
#wrapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Flash
-----------------------------------*/
#top_flash {
	width: 1000px;
	text-align:left;
}

/* コンテンツ
-----------------------------------*/
#contents {
	width: 1000px;
	text-align:center;
}

/* フッター
-----------------------------------*/
#footer {
	width: 1000px;
	text-align:left;
}



/* ページ指定
---------------------------------------------*/

/* アイコン中心揃え*/
.icon {
    vertical-align: middle;
}

/* ベースライン*/
.base_line {
	border: 1px solid #CCCCCC;
}




/* フォント
-----------------------------------*/
.footer_font {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.footer_font11 {
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}
.top_font11 {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.index_model_font11_white {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
.white12 {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.side_box12 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.pink12 {
	font-size: 12px;
	line-height: 20px;
	color: #F0037F;
}
.green11 {
	font-size: 11px;
	line-height: 17px;
	color: #ABDA4D;
}
.green13 {
	font-size: 13px;
	line-height: 16px;
	color: #2FAA94;
}
.font16 {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.index_title1 {
	font-size: 13px;
	line-height: 20px;
	color: #799096;
}
.index_title2 {
	font-size: 13px;
	line-height: 20px;
	color: #14AFE5;
}
.index_title3 {
	font-size: 13px;
	line-height: 20px;
	color: #FF7F00;
}
.index_title4 {
	font-size: 13px;
	line-height: 20px;
	color: #DD50B9;
}
.index_title5 {
	font-size: 13px;
	line-height: 20px;
	color: #60B511;
}
.index_title6 {
	font-size: 13px;
	line-height: 20px;
	color: #799096;
}


/* リンク
-----------------------------------*/
/*/* ページフォントリンク
---------------------------*/
#page_font12 a:link {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}
#page_font12 a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}
#page_font12 a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: underline;
}
#page_font12 a:active {
	font-size: 12px;
	line-height: 20px;
	color: #B3B3B3;
	text-decoration: none;
}

/*/* フォント11リンク
---------------------------*/
#font11 a:link {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}
#font11 a:visited {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}
#font11 a:hover {
	font-size: 11px;
	line-height: 17px;
	color: #23B2EF;
	text-decoration: underline;
}
#font11 a:active {
	font-size: 11px;
	line-height: 17px;
	color: #00A0C6;
	text-decoration: none;
}

/*/* フォント11リンク_white
---------------------------*/
#font11_white a:link {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
#font11_white a:visited {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
#font11_white a:hover {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: underline;
}
#font11_white a:active {
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
}





/* ｈタグ
-----------------------------------*/
h1 { font-size: 10pt;
     margin: 0;
	 padding: 0;
	 height:auto;
	  font-weight: normal;
}
h2 { font-size: 10pt;
     margin: 0;
	 padding: 0;
	 height:auto;
}	
h3 { font-size: 11pt;
     margin: 0;
	 padding: 0;
	 height:auto;
	 
}
.reco_project {
	background-attachment: scroll;
	background-image: url(../img/reco/model/reco_project.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contents_back {
	background-attachment: scroll;
	background-image: url(../img/index/contents_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
