@charset "UTF-8";
/* ---- CSS Basic Document ---- */

@font-face {
	font-family: 'asenine';
	src: url(http://www.sunmuse.co.jp/fonts/ASENINE_.eot);
	src:
	 url(http://www.sunmuse.co.jp/fonts/ASENINE_.eot?#iefix) format('embedded-opentype'),
	 url(http://www.sunmuse.co.jp/fonts/ASENINE_.ttf) format('truetype');
}



h1 {
	font-family: 'rounded_reg';
	font-size: 26px;
	color: #4d4d4d;
	font-weight: normal;
}

h2 {
	color: #696969;
	font-size: 24px;
}

h3 {
	color: #333;
	font-size: 18px;
}

a:link { color: #808080; }
a:visited, a:active { color: #696969; }
a:hover { color: #0775a8; }

hr.style2 {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:    -moz-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:     -ms-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
    background-image:      -o-linear-gradient(left, #e6e6e6, #ccc, #e6e6e6);
}
 
.imageleft img {
	float: left;
	margin: 0 3% 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.imageleft {
	overflow: hidden;
	height: auto;
	text-align:left;
}
 
.imageright img {
	float: right;
	margin: 0 0 0 3% !important;
	padding: 0 !important;
	border: 0 !important;
}

.imageright {
	overflow: hidden;
	height: auto;
}

a:link .imageleft, a:visited .imageleft, a:hover .imageleft, a:active .imageleft { color: #696969; }

a:hover .imageleft .innerhover { color: #0775a8; }

.textred {
	color: #dc143c;
}

.textred a:link, .textred a:visited, .textred a:active { color: #dc143c; }
.textred a:hover { color: #0775a8; }

.importfix {
	margin:0;
	padding:5px 0 0 0;
	vertical-align:0;
}

.fixsize_img {
	width: 250px;
	height: auto;
}

.divlogo {
	width:25%;
	height:auto;
}

ol {
	padding-left:50px;
}