@charset "utf-8";

#container {
    width: 100%;
}

/* --------------------------------
#header
-------------------------------- */
#header {
    height: 50px;
    background: #000;
    color: #FFF;
	margin: 0px 0px 16px 0px;
}
.inner {
	width: 90%; /* 90% */
	max-width: 1280px;
	min-width: 848px;
	margin: 0 auto;
}
#header li {
    float: left;
}
#header a {
    display: block;
    height: 50px;
    overflow: hidden;
    background: url(../img/header.jpg) no-repeat 0 0;
    text-indent: -9999px;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}
#header #free-download a {
    width: 144px;
    background-position: 0 0;
}
#header #information a {
    width: 105px;
    background-position: -144px 0;
}
#header #about-us a {
    width: 105px;
    background-position: -249px 0;
}
#header #support a {
    width: 118px;
    background-position: -354px 0;
}
#header #contact a {
    width: 118px;
    background-position: -472px 0;
}
#header #links a {
    width: 76px;
    background-position: -590px 0;
}
#header a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-color: #fff;
}
#header #facebook {
    position: relative;
    float: right;
    width: 50px;
}
#header #facebook a {
    background: url(../img/facebook.jpg) no-repeat 0 0;
}



#wrapper {
	width: 90%; /* 90% */
	margin: 0 auto;
	max-width: 1280px;
	min-width: 848px;
	margin-bottom: 16px;
}
#site-title {
	clear: both;
	max-width: 1280px;
	min-width: 848px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#site-title .title_left {
	float: left;
	margin-bottom: 30px;
}
#site-title .title_right {
}







#main {
	width: 848px;
	margin-bottom: 100px;
}

#main table, #main ol, #main ul, #main dl,
#main blockquote, #main p {
	margin-bottom: 16px;
}

#main h2 {
	margin-bottom: 32px;
}

#main h3 {
	margin-bottom: 8px;
}

#main h4 {
}

#main h5 {
}

#main ul {
	margin-left: 3px;
}

#main ul li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../img/share/mark_basic.gif) no-repeat 0em .45em;
}

#main ol li {
	list-style-type: decimal;
	margin: 0 0 3px 26px;
}

#main dl {
}

#main dl dt {
	margin-bottom: 3px;
	padding-left: 8px;
	border-left: 5px solid #b59a87;
	font-weight: bold;
}

#main dl dd {
	margin-left: 13px;
	margin-bottom: 15px;
}

#main table {
	width: 100%;
}

#main table th {
	width: 33%;
	padding: 7px 10px;
	border: 1px solid #555;
	background: #faf7ef;
	color: #150505;
}

#main table td {
	width: 33%;
	padding: 7px 10px;
	border: 1px solid #555;
}

#main blockquote {
	margin-left: 20px;
	padding: 15px 15px 1px;
	background: #f9faef url(../img/share/bg_blockquote.gif) no-repeat 5px 5px;
	border: 1px solid #e2e4cf;
	color: #555;
}

#main p.att {
	margin-left: 1em;
	text-indent: -1em;
}

#main .endText,
#main .sign {
	clear: both;
	text-align: right;
}

.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:1000px;
    margin:0;
    padding:20px 20px;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}



#left {
   float: left;
   width: 680px;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
 
.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}
 
#right {
	margin-top: 32px;
}

#right h4 {
	margin-bottom: 32px;
}


#right p {
	margin-bottom: 8px;
}

#right p.caption {
	font-size: 11px;
	padding-left: 500px;
	text-indent: -11px;
}



#right .modal-close { /* バツ */
	float: right;
}

#right .modal-close:hover {
    cursor:pointer;
    color:#f00;
}




div.imgArea {    
	margin-bottom: 16px;
}
div.imgArea p {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
}    
* html .imgArea p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .imgArea p {    
    display: inline;    
    zoom: 1;    
}   












#content {
	overflow: hidden;
	margin-bottom: 16px;
}
#content:after {
  display : table;
  clear : both;
  content : '';
}
#content ul {
	margin-right: -16px;

}
#content li {
	display: inline-block;
	background-color: #e4e4e4;
	float: left;
	margin-right: 16px;
	width: 200px;
	text-align: center;
	padding: 3px 0; /* Allの上下の間隔 */
	cursor: pointer;
	color: #555;
	font-size: 12px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	margin-bottom: 8px;
}
#content li:hover {
	background-color: #f4f4f4;
}
#content li.active {
	background-color: #f4f4f4;

	cursor: default;
}
#itemList .item {
	width: 200px;
	height: 200px;
	margin: 16px 16px 0 0;
	color: #ffffff;
	text-align: center;
}







.bc { background-color: #00bfff; }
.el { background-color: #ff8c00;}
.pc { background-color: #ba55d3; }

.cl { background-color: #ff69b4; }
.etc { background-color: #32cd32; }











span.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/overlay.png) no-repeat 50% 50%;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=0);
}
span.overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
a:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

#footer {
	clear: both;
	background: #000;
	padding: 0px 0px 200px 0px;
}
#footer .copyright {
	float: left;
	padding: 16px 0px 0px 0px;
	color: #a9a9a9;
	font-size: 11px;
}
#footer ul {
	float: right;
	padding: 16px 0px 0px 0px;
	font-size: 11px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	/zoom: 1;
	padding-left: 16px;
	background: url(../img/share/mark_footer.gif) no-repeat 0em .5em;
	color: #a9a9a9;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}





