@charset "utf-8";

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

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

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

html {
}

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

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

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;
}

p {
	margin-bottom: 5px;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#universal_link {
	clear: both;
	width: 990px;
	position: relative;
	margin: 10px auto;
}
	#universal_link ul {
	margin:0 0 0 5px;
	padding: 0px;
}
	#universal_link li {
	display: block;
	height: 63px;
	width: 163px;
	float: left;
}
	#universal_link img {
	background-image: url(http://www.kase88.com/unv/bg_banner.gif);
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

