/* Author URI: http://www.af5.jp/ */
/* ------------------style--------------------- */
body {
	color: #474747;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #fff url(./images/bg_main.png) repeat center top;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #DA251D;
	text-decoration: none;
}
/* ------------------Header style-------------------- */
header {
	background-color: #F0F0E0;
	margin-bottom: 0px;
}
header .wrap-header {
	height: 130px;
}
.subhead {
	margin: 0px 0px;
	overflow: hidden;
	border-top: 10px solid #80C0E0;
}
.subhead .subheadwap {
	width: 960px;
	margin: 0 auto;
	height: 200px;
}
#logotxt {
	font-weight: bold;
	background-color: #3c3c3c;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: rgba(255,255,255,0.1) 0px 3px 3px;	/*text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);*/
}
/* ------------------Navigation---------------- */
nav {
}
nav .wrap-nav {
	position: absolute;
	top: 90px;
	right: 0px;
	height: 30px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	position: relative;
	float: left;
	background-color: #80C0E0;
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	width: 140px;
	padding: 5px 5px;
	text-align: center;
	margin-left: 3px;
}
.menu ul li:hover {
	opacity: 0.6;
	background-color: #80C0E0;
}
.menu ul li a {
	font-size: 80%;
	line-height: 14px;
	color: #fff;
	display: block;
	padding: 6px 5px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.menu ul li:hover a {
	color: #ffffff;
}
/* ------------------main-content style--------------------- */

#content .wrap-content {
	background-color:transparent;
	background-repeat: repeat;
	border: 0px solid #fff;
	margin-top: 30px;
	padding: 10px 0;
}

#main-content {float:right !important;}

.wrap-col {
	padding: 0 10px;
}


#main-content article h2 {
	position: relative;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em 0.5em 0.5em 2.0em;
	border-bottom: 4px solid #80c0e0;
}
#main-content article h2:before {
	content: "★";
	font-size: 150%;
	position: absolute;
	color: #044667;
	top: -0.em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}
#main-content article h2:after {
	content: "☆";
	font-size: 150%;
	position: absolute;
	color: #044667;
	top: 0em;
	left: 0;
	height: 12px;
	width: 12px;
}

#main-content .content h3 {
	border-left: 10px solid #80c0e0;
    font-weight: bold;
    background: rgb(240, 240, 224);
    font-size: 16px;
    line-height: 1;
    margin: 35px 0px 40px 0px;
    padding: 10px 10px 10px 20px;
    border-radius: 22px 0 0 22px;
}

#main-content .content h4 {
	font-size: 120%;
	line-height: 25px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-left: 10px;
	border-left: 10px solid #F0F0E0;
}
#main-content .content ul {
	list-style-type: square;
	margin-left: 20px;
}
#main-content .content ul li {
	padding: 5px;
}
#main-content .content ol {
	list-style-type: decimal;
	margin-left: 20px;
}
#main-content .content ol li {
	padding: 5px;
}
#main-content a:link {
	color: #0000CC;
	
}
#main-content a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#main-content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#main-content a:active {
	color: #047EC8;
	text-decoration: none;
}
/* ------------------sidebar style--------------------- */

#sidebar {float:left !important;}

#sidebar {
	padding: 10px 0;
	margin-top: 10px;
}
#sidebar .content .heading {
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin-bottom: 4px;
	text-decoration: none;
	background: #F0F0E0;
	color: #3c3c3c;
	border:none;
}
#sidebar .content .heading h2 {
	font-size: 15px;
}
#sidebar .content ul {
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
}

#sidebar .content ul li {
	vertical-align: middle;
	border-left: 2px solid #f6f6f6;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
	padding: 15px 5px 15px 15px;
}
#sidebar .content ul li:first-child {
	border-top: 0px #bcbcbc solid;
}
#sidebar .content ul li:hover {
	background: #f6f6f6;
	border-left: 2px solid #000;
	cursor: pointer;
	color: #DA251D;
}
#sidebar .content ul li a {
	color: #474747;
	text-decoration: none;
}
#sidebar .content ul li.topic {
	list-style-type: none;
	font-weight: bold;
	margin-left: 4px;
}
#sidebar .content ul li.topic:hover {
	background: url(./images/menu_bg.gif) top left;
	cursor: auto;
}
#sidebar .content ol {
	font-size: 14px;
	list-style-type: decimal-leading-zero;
	margin-left: 20px;
}
#sidebar .content ol li {
	padding: 20px 5px;
}
img.imgeye {
	width: 32px;
	height: 32px;
	padding: 2px;
	margin: 2px 2px 2px 2px;
	display: inline-block;
	vertical-align: middle;
}
/* ------------------footer style--------------------- */
.footer {
	background:#F0F0E0 !important;
	margin-top: 30px;
}
.copyright {
	text-align: center;
	margin-top: 20px;
	border-top: 10px solid #80C0E0;
	background:#F0F0E0 !important;
	padding: 10px 0px;
	color: #3c3c3c;
}
.copyright a {
	text-decoration: underline;
	color: #3c3c3c;
}

@media only screen and (max-width: 800px) {
.wrap-nav {
	display: none;
}
header {
	padding-bottom: 60px !important;
}
#content .wrap-content {
	background-image: url(./images/bg_main.png);
	background-repeat: repeat;
	border: 0px solid #fff;
	margin-top: 0px;
	padding: 10px 0;
}
}

.caution {
    background: rgba(241, 241, 241, 0.1);
    border: #949494 1px dashed;
    margin: 40px 0px 40px 0px;
    padding: 1em 3%;
}

.aka {
color: #FF4F4F;
font-weight: bold;
}



.yel {
background-color: yellow;
}

.niha{

font-size:28px;

}