@charset "utf-8";
/*================================================
 Sampling-Sound.com Common CSS Ver.2.00
=================================================*/

html {
	min-width: 960px;
}

body {
	color: #258bac;
	background-color: #05141a;
	background-image: url(../image_common/bg_body.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 75%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", Helvetica, sans-serif;
	border: none;
}

html>/**/body {  
    font-size: 12px;  
}

#menu {
	width: 250;
	padding: 20px 0px 600px 30px;
	background-image: url(../image_common/bg_menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#contents {
	width: 630px;
	padding: 20px 50px 300px 0px;
	background-image: url(../image_common/bg_contents.png);
	background-position: top right;
	background-repeat: repeat-y;
	float: right;
}

#footer {
	width: 100%;
	padding: 4px 0px;
	text-align: right;
	background-color: #05141a;
	border-top: 2px solid #258bac;
	display: inline-block;
}


/*------------------------------------------------
	H
-------------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

h2 {
	font-family: 'Anton', sans-serif;
	font-size: 3.0em;
	text-align: right;
	margin-right: 2px;
}

h3 {
	font-family: 'Anton', sans-serif;
	font-size: 1.0em;
	padding-bottom: 2px;
}


/*------------------------------------------------
	Menu
-------------------------------------------------*/

.menu_ul {
	width: 250px;
	margin-bottom: 10px;
	border-top: 4px solid #258bac;
	border-bottom: 4px solid #258bac;
}

.menu_li {
	font-family: 'Anton', sans-serif;
	font-size: 2.4em;
	width: 248px;
	padding: 4px 0px 4px 2px;
	border-bottom: 1px dotted #258bac;
}

.menu_li_end {
	font-family: 'Anton', sans-serif;
	font-size: 2.4em;
	width: 248px;
	padding: 4px 0px 4px 2px;
}


/*------------------------------------------------
	Contents
-------------------------------------------------*/

.cbox {
	width: 630px;
	margin-bottom: 30px;
}

.innerbox {
	width: 622px;
	padding: 16px 4px;
	border-top: 4px solid #258bac;
	border-bottom: 4px solid #258bac;
}

.contents_ul {
	width: 618px;
	border-top: 1px dotted #258bac;
}

.contents_li {
	font-family: 'Anton', sans-serif;
	font-size: 1.5em;
	width: 618px;
	padding: 8px 2px 8px 2px;
	border-bottom: 1px dotted #258bac;
}

.contents_ul2 {
	width: 100%;
	margin-top: 8px;
}

.contents_li2 {
	margin-left: 20px;
	padding-top: 4px;
	line-height: 140%;
	list-style-type: disc;
	list-style-position: outside;
}

.bm_ul {
	width: 618px;
	margin-bottom: 16px;
	padding: 8px 0px;
	border-top: 2px solid #258bac;
	border-bottom: 2px solid #258bac;
	display: inline-block;
}

.bm_ul_end {
	width: 618px;
	padding: 8px 0px;
	border-top: 2px solid #258bac;
	border-bottom: 2px solid #258bac;
	display: inline-block;
}

.bm_li1_head {
	font-family: 'Anton', sans-serif;
	font-size: 1.4em;
	width: 300px;
	padding: 8px 2px;
	border-top: 1px dotted #258bac;
	border-bottom: 1px dotted #258bac;
	float: left;
}

.bm_li1 {
	font-family: 'Anton', sans-serif;
	font-size: 1.4em;
	width: 300px;
	padding: 8px 2px;
	border-bottom: 1px dotted #258bac;
	float: left;
}

.bm_li2_head {
	font-family: 'Anton', sans-serif;
	font-size: 1.4em;
	width: 300px;
	padding: 8px 2px;
	border-top: 1px dotted #258bac;
	border-bottom: 1px dotted #258bac;
	float: right;
}

.bm_li2 {
	font-family: 'Anton', sans-serif;
	font-size: 1.4em;
	width: 300px;
	padding: 8px 2px;
	border-bottom: 1px dotted #258bac;
	float: right;
}

.banner_ul {
	display: inline-block;
}

.banner_li1 {
	width: 200px;
	padding: 0px 6px 0px 2px;
	float: left;
}

.banner_li2 {
	font-family: 'Anton', sans-serif;
	font-size: 1.2em;
	width: 410px;
	line-height: 40px;
	float: right;
}

.backbox {
	font-family: 'Anton', sans-serif;
	font-size: 1.0em;
	width: 628px;
	padding-right: 2px;
	margin-top: 2px;
	text-align: right;
}


/*------------------------------------------------
	Footer
-------------------------------------------------*/

.footer_ul {
	margin-left: 8px;
	float: left;
}

.footer_li1 {
	width: 101px;
	margin-right: 16px;
	float: left;
}

.footer_li2 {
	width: 97px;
	float: left;
}

.footerbox {
	font-family: 'Anton', sans-serif;
	font-size: 0.8em;
	margin-top: 8px;
	margin-right: 4px;
	float: right;
}


/*------------------------------------------------
	ETC
-------------------------------------------------*/



/*------------------------------------------------
	Teaxarea
-------------------------------------------------*/

.textarea_banner {
	color: #1e8bac;
	font-size: 0.7em;
	width: 192px;
	height: 23px;
	margin: 4px 0px 12px 0px;
	padding: 3px;
	line-height: 110%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #071b22;
	behavior: url(Scripts/PIE.htc);
}


/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link, a:visited {
	color: #258bac;
	text-decoration: none;
}

a:hover, a:active {
	color: #2fb1db;
	text-decoration: none;
}
