@charset "utf-8";
/*================================================
 Sampling-Sound.com Common CSS Ver.2.00
=================================================*/

html {
	min-width: 640px;
}

body {
	color: #258bac;
	background-color: #05141a;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	border: none;
}

html>/**/body {  
    font-size: 12px;  
}

#wrapper {
	width: 620px;
	padding: 10px;
}


/*------------------------------------------------
	H
-------------------------------------------------*/

h1 {
	font-family: 'Anton', sans-serif;
	font-size: 2.0em;
	line-height: 100%;
	width: 100%
}


.cbox {
	width: 100%;
	border-top: 2px solid #258bac;
}

ul {
	width: 100%;
	border-top: 2px solid #258bac;
	font-family: 'Anton', sans-serif;
	font-size: 1.5em;
	padding-top: 8px;
}

.li_01 {
	width: 100px;
	float: left;
	margin-left: 8px;
}

.li_02 {

}
	


/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link, a:visited {
	color: #258bac;
	text-decoration: none;
}

a:hover, a:active {
	color: #2fb1db;
	text-decoration: none;
}
