@charset "utf-8";

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

 File name:      default.css
 Author:         Your Name (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-x: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	info.html
----------------------------------------------------*/

#main {
	width: 320px;
}

#main dl {
	padding:8px 0 8px 0;
	clear: both;
	font-size: 14px;
	background:url(../img/line_dashed.gif) 0 bottom repeat-x;
	line-height:1.6;
}	

#main dl dt {
	color: #db5800;
}	

#main dl dd {
	color: #666666;
}

#main dl dd a {
	text-decoration: none;
	color: #666666;
}

#main dl dd a:hover {
	color: #999999;
	text-decoration: underline;
}		




	

