@charset "utf-8";

@import url("common_styles.css");


/* -----------------------------------------------------------
CSS Information

 File name:      access.css
 Author:         佐々木
 Style Info:     access.html
----------------------------------------------------------- */


/*----------------------------------------------------
	access
----------------------------------------------------*/


#inContents dl,dt,dd{
	padding:0;
	text-indent:0;
}
#inContents dl{
	width:350px;
	font-size:14px;
	margin:0 40px 0 40px;
}
#inContents dt{
	margin:10px 0 5px 0;
	padding:0 0 0 5px;
	font-weight:bold;color:#C41F3F;
	border-left:5px solid #C41F3F;
	border-bottom:1px dotted #990033;
}
#inContents dd{
	color:#333;
	font-size:13px;
}
