@charset "UTF-8";

/* CSS Document */

/*********************************************************
　　　　　　　　トップページ　index.html
**********************************************************/

/* -------------- テンプレート設定 -------------- */

#key_img {
	background: #fff url("/img/index/bg.jpg") left top repeat-x;
	text-align: center;
	margin: 0 auto;
}

#main {
	float: left;
	width: 620px;
	padding-top: 15px;
}

#side {
	float: right;
	width: 240px;
}



/* -------------- イントロダクション -------------- */

#intro {
	
}

#intro ul li {
	padding-bottom: 15px;
	background: url(/img/arrow.gif) left top no-repeat;
	line-height: 1.0
}

#intro ul li a {
	padding-left: 15px;
}
