/*
Author URI: http://www.af5.jp/
*/
/* ------------------style--------------------- */
body{
	background: url(./images/clear_b002.jpg)  no-repeat top center;
	background-attachment:fixed;
	color: #333;
}

a{
	color: #999;text-decoration: none;
}
a:hover{
	color: #2094ad; text-decoration: none;
}


/* ------------------Header style-------------------- */
header {
	background:transparent; margin-bottom:30px;
}

header #logotxt {
	color: #fff;
	text-shadow: 0px 0px 4px #000; 
}	

header #logotxt a{
	color: #fff;
	text-shadow: 0px 0px 4px #000; 
}



/* ------------------main-content style--------------------- */
#main-content article h2{
	font-size:25px; line-height:27px;
	padding-top: 10px;padding-bottom: 10px;
	border-left:none; 
}

#main-content .content h3{
	font-size:22px; line-height:25px; font-weight: bold;
	margin-top: 10px;margin-bottom: 30px; padding-top: 30px;padding-left: 10px;	border-bottom:3px solid #696969;
}

#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;
}

#content .wrap-content{
	background-color:rgba(255,255,255,1); 
	border:1px solid #666; margin-top: 30px;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.8);
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}
#main-content article img{
	margin:10px 10px 10px 0; padding:0px; border:1px solid #ccc; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}




/* ------------------sidebar style--------------------- */
#sidebar .heading h2{
	font-size:18px; font-weight:normal; display:inline; padding:0 0px;
}

#sidebar .heading{ 
    color: #2094ad;
    background-color: #fff;
    padding:5px 0px 3px 10px; margin-top:20px; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.8);
	box-shadow: 0 0 3px rgba(0,0,0,.8);
}

#sidebar{
	background-color: #2094ad;
	color: #fff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.8);
	box-shadow: 0 0 5px rgba(0,0,0,.8);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.36, #2093AD),
	color-stop(1, #174A54)
);
background-image: -o-linear-gradient(bottom, #2093AD 36%, #174A54 100%);
background-image: -moz-linear-gradient(bottom, #2093AD 36%, #174A54 100%);
background-image: -webkit-linear-gradient(bottom, #2093AD 36%, #174A54 100%);
background-image: -ms-linear-gradient(bottom, #2093AD 36%, #174A54 100%);
background-image: linear-gradient(to bottom, #2093AD 36%, #174A54 100%);	
}


#sidebar .content ul{
	font-size:12px; list-style-type:none; margin-left:0px;
}
#sidebar .content ul li {
	color: #fff;
border: none;
padding: 10px 0px;

}
#sidebar .content ol{
	font-size:14px; list-style-type:decimal-leading-zero; margin-left:20px;
}
#sidebar .content ol li{
	padding:5px;
}


ul, ol {
padding: 0px;
margin: 0px;
}


#sidebar a{
	color: #fff;
}
#sidebar a:hover{
	color: #000; 
}

img.imgeye {width:32px; height:32px; padding:2px; margin:2px;}


/* ------------------footer style--------------------- */
footer {
	background-color:transparent; margin-top:30px;
}

.copyright{
	text-align:center; margin-top:20px; background:transparent; padding:10px 0px;color:#545B6B;
}
.copyright a{
	text-decoration:underline; color:#000;
}

