@charset "UTF-8";

/* CSS Document */

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

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

body {
	background: #300700 url("/img/bg.gif") left top repeat-x;
}

#main {
	float: left;
	width: 720px;
	margin-top: 30px;
}

#side {
	float: right;
	width: 200px;
	margin-top: 30px;
}


/* -------------- メニュー -------------- */

#menu {
	margin-top: 20px;
}

.menu_txt {
	vertical-align: top;
	padding: 5px 10px 9px;
}

.trial {
	text-align: center;
}

.trial img {
	text-align: center;
	padding-top: 10px;
	background: url(/img/dotline_x.gif) top left repeat-x;
}

/* -------------- リセルジェル -------------- */

#gel {
	background: url(/img/top/banner_gel.jpg) top left no-repeat;
	vertical-align: top;
	height: 120px;
	padding: 20px 0 0 265px;
	margin: 0 5px 20px;
}

#gel p {
	float: left;
	width: 200px;
}

#gel p a {
	background: url(/img/top/arrow.gif) center left no-repeat;
	padding-left: 15px;
}

/* -------------- トピックス -------------- */

#topics {
	margin: 0 10px;
}

#topics ul li {
	padding: 10px 0;
	background: url(/img/dotline_x.gif) bottom left repeat-x;
}