@import "../../css/common.css";

/*==================================================================*/
/* about css */
/*==================================================================*/
#about *{margin:0;padding:0;}

#about{
	width:760px;
	margin:0 auto 3em;
}

/* clear hack */
#about{zoom:1;}
#about:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/* h1 */
h1#title{
	margin:0 auto 1em;
	padding:0;
}

/* left */
#about .left{
	float:left;
	width:186px;
	padding:28px 0 0 0;
}

/* right */
#about .right{
	float:right;
	width:540px;
}

/* h2 */
#about h2{margin:0 auto 1.6em;}

/* h3 */
#about .right h3{margin:0 0 2em 20px;}

#about .right p.text{margin:0 auto 3em;}

#about .right .idea{
	padding:18px 0 20px 20px;
	background:url('./../image/idea_back.gif') no-repeat 0 0;
}

#about .right .idea ul{}

#about .right .idea ul li{
	margin:0 0 1.2em;
	list-style-type:none;
}

/* --------------------------------------------------------------- */
