@charset "shift_jis";

.crno {
	clear: both;
}
.crno hr {
	display: none;
}

body {
	font-size: 0.75em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	line-height:1.3em;
}
h1,h2,h3,h4,h5,h6,p,div,ul,li {
	padding: 0;
	margin: 0;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #ff3333;
}
img,iframe,object {
	max-width:100%;
	height:auto;
}
img {
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	border:none;
}

#body {
	text-align: left;
}

.dc {
	width: 100%;
	line-height: 1.2em;
	padding: 5px 0% 2px;
	text-align: right;
	font-size: 0.8em;
}
ul {
	list-style-type:none;
} 
h1 {
	font-size: 0.8em;
	font-weight: normal;
}

#header_dc {
	background: #fff;
	width: 100%;
}

#heaer {
	padding: 0 3%;
	height: 200px;
	width: 94%;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background: #fff url(images/kuma.png) no-repeat;
	background-position: top right;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.bigword {
	font-size: 1.6em;
	display: block;
	padding-top: 40px;
	line-height: 1.2em;
	font-weight: bold;
}

.bigword a {
	text-decoration: none;
	color: #000;
}

.bigword a:hover {
}

.word {
	color:#666;
	line-height: 1.2em;
	position: absolute;
	display: block;
	padding: 40px 10px 0;
	font-size: 0.9em;
}

#ie {
	font-size: 0.8em;
	width: 100%;
}

#ie a {
	color: #333;
	text-decoration: none;
	border:none;
}
#ie a:hover {
}
.float_l,.float_r {
	float:left;
	padding: 15px 3px;
}
.float_l img {
	margin-left: 10px;
	width:42px;
	height:auto;
}
#contents {
	width:100%;
}

#ssdf {
	background-color: #fff;
	width:96%;
	padding: 0 2%;
}


#ssdf h2 {
	clear: both;
	margin: 25px 0px 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	background: #eee url(images/h2.png) no-repeat;
	background-position: center left;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%; 
	padding: 12px 0px 12px 30px;
}

#ssdf p {
	margin-top: 0.0em;
	margin-bottom: 1.6em;
}

.ssdf {
	margin-bottom: 15px;


}

.goy ul {
	margin: 0 0 10px ;
}

.goy li a {
	color: #333;
	padding: 15px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #fbf4ff;
background: -moz-linear-gradient(top,  #fbf4ff 0%, #e2d5ef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf4ff), color-stop(100%,#e2d5ef));
background: -webkit-linear-gradient(top,  #fbf4ff 0%,#e2d5ef 100%);
background: -o-linear-gradient(top,  #fbf4ff 0%,#e2d5ef 100%);
background: -ms-linear-gradient(top,  #fbf4ff 0%,#e2d5ef 100%);
background: linear-gradient(to bottom,  #fbf4ff 0%,#e2d5ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf4ff', endColorstr='#e2d5ef',GradientType=0 );
	box-shadow: 1px 1px 2px #333; 
	-moz-box-shadow: 1px 1px 2px #333; 
	-webkit-box-shadow: 1px 1px 2px #333; 
}

.goy ul li a:hover {
	text-decoration: underline;
}



.scroll {
	padding: 10px 15px 30px;
	line-height: 1.75em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #FFF;
}
.scroll img {
	max-width:50%;
	margin: 3px;
	padding: 3px;
}

#side_box {
	background: #d7200f;
	color: #fff;
	width: 94%;
	padding: 0px 3%;
}

#side_box ol {
	font-weight:bold;
	line-height: 1.1em;
	color: #ffff00;
	padding: 20px 0 20px;
	margin-left: 20px;
}

#side_box ol li {
	margin-bottom: 0px;
}

.side_contents {
	text-align: left;
}

.side_contents a {
	color: #fff;
	padding: 15px;
	margin: 3px 0 7px -20px;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	box-shadow: 1px 1px 2px #333; 
	-moz-box-shadow: 1px 1px 2px #333; 
	-webkit-box-shadow: 1px 1px 2px #333; 
}

.side_contents a:hover {
	color: #ffff00;
	text-decoration: none;
}

.menu h3 {
	background: url(images/h3.png) no-repeat;
	background-position: center left;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%; 
	padding: 10px 0px 10px 35px;
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
	color:#fff;
	margin-top: 60px;
}

.menu ul {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1em;
}

.menu ul li {
	color: #fff;
	display: block;
	list-style-type: square;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: 6px;

}

.menu a {
	background: url(images/menu.gif) no-repeat;
	background-position: left;
	padding: 2px 0 1px 20px;
	/color: #fff;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
}

.menu a:hover {
	/color: #ccc;
}

.rights {
	text-align: center;
	padding: 40px 0 0;
	font-size: 0.7em;
}

.footerbase {
}

#footering_top a {
	color: #fff;
	margin-bottom: 10px;
}

#footering_top a:hover {
	color: #ccc;
}
