@charset "utf-8";

/* ------------------------------------------------------------------------------------------------
CSS Information

 File name:      menu_r.css
 Author:         kase
 Style Info:     加瀬の特徴 merit　及　ご利用方法 plan  campaign/index.html  inquiry/index.html
-------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	position: relative;
	margin: 20px auto;
	width: 720px;
}

#main .cont {
	width: 500px;
}

#main .menu {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#main .cont p {
	font-size: 13px;
	line-height: 170%;
}
#main .cont h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
	width: auto;
}


/*----------------------------------------------------
	.menu
----------------------------------------------------*/

.menu ul {
	font-size: 14px;
	margin-bottom: 20px;
}
.menu li {
	list-style-type: disc;
	margin-left: 25px;
}

