/* Author URI: http://www.af5.jp/ */
/* ------------------style--------------------- */
body {
	color: #474747;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #060503 url(./images/bg-body.jpg) repeat center top;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #DA251D;
	text-decoration: none;
}
/* ------------------Header style-------------------- */
header {
	background: #f9f9f9;
	margin-bottom: 0px;
}
header .wrap-header {
	height: 130px;
}
.subhead {
	margin: 0px 0px;
	overflow: hidden;
	border-top: 10px solid #800020;
}
.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: 89px;
	right: 0px;
	height: 30px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	position: relative;
	float: left;
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	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.7;
	background-color: #3e5abc;
}
.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-repeat: repeat;
	border: 0px solid #fff;
	margin-top: 10px;
	padding: 10px 0;
}
.wrap-col {
	padding: 0 10px;
}
#main-content article h2 {
	position: relative;
	padding-left: 30px;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
#main-content article h2:before {
	content: '';
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 14px;
	left: 7px;
	background-color: #A0A0A0;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	z-index: 1;
}
#main-content article h2:after {
	content: '';
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 15px;
	width: 15px;
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	background-color: #800020;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
#main-content .content h3 {
	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 #800020;
}
#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;
	text-decoration: underline;
}
#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 {
	padding: 10px 0;
	margin-top: 10px;
}
#sidebar .content .heading {
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin-bottom: 4px;
	text-decoration: none;
	background: #800020;
	color: #fff;
	border: 1px solid #f6f6f6;
	box-shadow: 0px 0px 1px #AFAFAF;
}
#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: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: #ffffff url(./images/bg-header.jpg) repeat-x 0 0;
	margin-top: 30px;
}
.copyright {
	text-align: center;
	margin-top: 20px;
	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;
}
}
