@charset "shift_jis";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,fieldset {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	/*font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-size: 13px;
 	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	line-height: 1.4;
}

/*--- default.asp */
#default_map{
	padding-top:20px;
}

#default_map .left_column{
	width:605px;
	float:left;
}

#default_map .right_column{
	width:300px;
	float:left;
	font-size:12px;
	padding-left:15px;
}

#default_map .right_column div{
	padding-bottom:5px;
	border-bottom:dotted 1px;
}

#default_map .right_column h4{
	padding:10px 0 5px;
}

#default_map .right_column ul li{
	padding-left:12px;
	line-height:20px;
}

#default_map .right_column ul li a {
	text-decoration: none;
}
#default_map .right_column ul li a:hover {
	text-decoration: underline;
}