@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : about.css
 Author     : Swimsuit Department
 Style Info : about us style
=================================================================== */
/* header main ph */

#headerPh {
    width: 950px; 
	margin: 0 auto;
    background-color: #ffffff;
}




/****************************************
		1.  Contents
*****************************************/


/****************************************
		2.  About us
*****************************************/
h1{
	font-size:130%;
    color: #282828;
    font-weight: 600;
    padding: 10px 0 5px 0;
    line-height: 250%;
    letter-spacing: 1px;
    text-align: center;
}

h3{
	font-size:115%;
    color: #282828;
    font-weight: 600;
    padding: 10px 0 5px 0;
    line-height: 250%;
    letter-spacing: 2px;
    text-align: center;
}


.swim_girl {
    width: 100px; 
	height: 55px;
	margin-left:auto;
	margin-right:auto;
    padding: 60px 0 30px 0;
	}


/* 輸入販売総代理店　ブランド一覧 */

#brand_index {
	width:880px;
	margin:0 auto;
    padding: 30px 0 100px 0;
}



#brand_index ul {
	list-style:none;
	width:200px;
	float:left;
    padding-right: 20px;
}

#brand_index ul li {
	font-size:115%;
	color:#81B3AE;
    letter-spacing: 1px;
	_margin-bottom:5px;
	margin-bottom:10px;
}


#brand_index ul li a {
	color:#81B3AE;
	text-decoration: none;
}
#brand_index ul li a:hover{ color: #B4CEC9; text-decoration: underline; }

/****************************************
		3.  history
*****************************************/

.history {
    width: 522px; 
	height: 81px;
	margin-left:auto;
	margin-right:auto;
    padding: 40px 0;
	}

/****************************************
		ページトップへ
*****************************************/
