﻿/* ::::::::::::::::::::::::::::::全体*/


body {
	margin:0px;
	text-align: center; /* center on ie */
	width: 100%;
	background-color:#FFF;
	font-family: "ＭＳ Ｐゴシック", "osaka","sans-serif ";
}
#wrapper {
	text-align: center;
	margin: 0 auto; /* center on everything else */
	padding:0px;
	width: 800px;	
	background-color:#FFF;

}




/* ::::::::::::::::::::::::::::::ヘッダー*/

#header{
	margin:0px;
	width: 800px;
	height:25px;
	text-align: right; 
	font-size:10px;
	color:#00A578;
	line-height:25px;
}


.catch{

color:#666;

}

/* ::::::::::::::::::::::::::::::ヘッダーテキストリンク*/

a.s_menu:link { 
	color: #00A578; 
	text-decoration: none  
}   
a.s_menu:visited { /* 既に見たリンク */
	color: #00A578;
	text-decoration: none     /* 下線を消す */
}

a.s_menu:active { /* クリック時のリンク */
	color: #00A578;
	text-decoration: underline
}     

a.s_menu:hover {/* カーソルが上にある時のリンク */
	color: #737373; 
	text-decoration: underline
}


/* ::::::::::::::::::::::::::::::ロゴ*/

#logo_1{
	float:left;
	margin:0px;
	width: 155px;
	height:80px;

}

#logo_2{
	float:left;
	margin:0px;
	width: 375px;
	height:80px;
	background-image: url(../images/common/logo_tx.gif);
	background-repeat: no-repeat;
}

#logo_3{
	float:left;
	margin:0px;
	width: 270px;
	height:80px;
	background-image: url(../images/common/phone.gif);
	background-repeat: no-repeat;
}




 

/* ::::::::::::::::::::::::::::::メニューバー*/

#menu{
	float:left;
	margin:0px;
	width: 800px;
	height:36px;
	background-image: url(../images/common/bg_menu.gif);
	background-repeat: repeat-x;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:36px;
	color:#FFF660;
}

#menu_bar{
	float:left;
	margin:0px;
	width: 800px;
	height:24px;
	background-image: url(../images/common/menu_bar.gif);
	background-repeat: no-repeat;

}



/* ::::::::::::::::::::::::::::::メニューバーテキストリンク*/

a.menu:link { 
	color: #FFF; 
	text-decoration: none  
}   
a.menu:visited { /* 既に見たリンク */
	color: #FFF;
	text-decoration: none     /* 下線を消す */
}

a.menu:active { /* クリック時のリンク */
	color: #FFF660;
	text-decoration: none 
}     

a.menu:hover {/* カーソルが上にある時のリンク */
	color: #FFF660; 
	text-decoration: none 
}



/* ::::::::::::::::::::::::::::::コンテンツ（コンテンツ中身は各ＣＳＳファイルに）*/

#contents{
	float:left;
	margin:0px;
	width: 800px;
	font-size:10px;
	background-image: url(../images/common/bg_contents.gif);
	background-repeat: repeat-y;
}




/* ::::::::::::::::::::::::::::::お問合わせ*/

#contact{
	float:left;
	margin:0px;
	width: 800px;
	height:118px;
	background-image: url(../images/common/contact.gif);
	background-repeat: no-repeat;

}

/* ::::::::::::::::::::::::::::::コンテンツフッター*/

#c_foot{
	float:left;
	margin:0px;
	width: 800px;
	height:10px;
	background-image: url(../images/common/c_foot.gif);
	background-repeat: no-repeat;
	font-size:5px;

}


/* ::::::::::::::::::::::::::::::フッター*/

#footer{
	float:left;
	margin:0px;
	width: 800px;
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#00A578;
	text-align: center;
}


/* ::::::::::::::::::::::::::::::コピーライト*/

#copy{
	float:left;
	margin:0px;
	width: 800px;
	height:70px;
	font-size:12px;
	font-family: "arial", "helvetica";
	font-weight:bold;
	text-align: center;
	color:#00A578;
}



/* ::::::::::::::::::::::::::::::テキストリンク共通緑*/

a.common:link { 
	color: #00A578; 
	text-decoration: none
}   
a.common:visited { /* 既に見たリンク */
	color: #00A578;
	text-decoration: none    /* 下線を消す */
}

a.common:active { /* クリック時のリンク */
	color: #666;
	text-decoration: underline
}     

a.common:hover {/* カーソルが上にある時のリンク */
	color: #666; 
	text-decoration: underline
}






/* ::::::::::::::::::::::::::::::空白１５*/

#sp15{
	margin:0px;
	height:15px;

}

/* ::::::::::::::::::::::::::::::余白*/

.space{
	margin-bottom:5px;
	margin-top:5px;

}

/* ::::::::::::::::::::::::::::::緑ボタン*/

.btn_g{
	margin:0px;
	padding:0px;
	text-align:left;


}
