@charset "utf-8";

@import url(./reset.css);

/* 厚見玲衣 */

.clearfix { width: 100%; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear-both {
	clear: both;
}

.under-construction {
}

.warning {
	margin: 15px;
	padding: 10px;
	border: 1px dotted #666;
	color: #999;
	background: #000;
}

.center { text-align: center; }
.center * { text-align: center; }
.center * { margin-right: auto; margin-left: auto; }

.xx-small { font-size:  30%; }
.x-small  { font-size:  50%; }
.small    { font-size:  80%; }
.large    { font-size: 120%; }
.x-large  { font-size: 150%; }
.xx-large { font-size: 200%; }

em {
	color: #FF0 !important;
	font-style: normal;
}
strong { color: #C22 !important; }

a.link-button {  }
a.link-button:hover { opacity: 0.9; }

a.link-arrow {
	text-decoration: none;
	padding: 0 1px 0 13px !important;
	background: url(/shared/images/arrow-right.png) 1px 1px no-repeat;
}
a.link-arrow, x:-moz-any-link, x:default {
	background-position: 1px 3px;
} /* Firefox 3+ hack */
a.link-arrow:hover {
	text-decoration: underline;
}

/*
html, body {
	height: 100%;
}
*/

body { 
/*
	min-height: 100%;
*/
	background:
		url(/shared/images/bg-atsumi-01.png) left  top    no-repeat, 
		url(/shared/images/bg-atsumi-02.png) right bottom no-repeat, 
		url(/shared/images/bg-moonlit.png  ) right top    no-repeat;
	background-color: #000;
}
body * {
	color: #FFF;
	font-family: Trebuchet MS, Verdana;
	font-size: 15px;
}

#container { 
	margin: 15px auto 0 auto;
	padding-top: 0;
	width: 1030px;
	min-height: 100%;
	background: url(/shared/images/bg-header.png) left top no-repeat;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}

#header {
	position: relative;
	height: 110px;
	margin: 0 0 10px 0;
	padding-top: 5px;
}
#header a, #footer a {
	color: #FFF;
	text-decoration: none;
}
h1#header-logo {
	float: left;
	width: 267px;
	margin: 0 20px;
}
#header ul {
	float: right;
	margin-top: 35px;
	margin-right: 40px;
}
#header ul li {
	display: inline;
	float: left;
	margin-left: 20px;
}
#header ul li a {
	display: block;
	height: 33px;
	padding-top: -6px;
	padding-left: 6px;
	border-left: 4px solid #A3D7EB;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	text-shadow:0 0 30px #0066FF , 0 0 50px #0066FF ;
}

#breadcrumb {
	position: absolute;
	right: 20px;
	bottom: 3px;
	color: #A3D7EB;
}
#breadcrumb  {
}
#breadcrumb a {
	color: #A3D7EB;
	font-size: 80%;
}

.right {
	text-align: right;
}

dl {
	margin: 15px auto;
}
dt {
	padding: 5px 0;
	color: #A3D7EB;
	font-size: 120%;
	font-weight: bold;
}
dd {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
dd + dd {
	padding: 0 0 !important;
}

table {
	width:100%;
	margin: 0 auto 15px auto;
	padding: 10px;
	border-collapse: separate;
	border-spacing: 5px 0 ;
	background-color:rgba(0, 0, 0, 0.3);
	border:none;
}
td, th {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
th {
	text-align: center;
	font-weight: bold;
	color: #A3D7EB;
}
tr:last-child td, 
tr:last-child th {
	border-bottom: none;
}

table.noborder td, 
table.noborder th {
	border-bottom: none;
}

#contents {
	padding: 0 15px;
}
#contents p {
	line-height: 150%;
}


#contents ul {
	list-style: square;
	margin-bottom: 20px;
}
#contents ul li {
	margin: 0 0 10px 15px;
}


#contents dl {
	list-style: square;
	margin-bottom: 20px;
}
#contents dl dd {
	margin: 0 0 10px 15px;
}


#main {
	width: 940px;
	margin-bottom: 15px;
	padding: 20px 30px;
	background: #222;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0,85,119,0.2));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0,85,119,0.2)));
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#home #main {
	width: 960px;
	padding: 17px 20px 15px 20px;
}

#main h1:first-child {
	margin-bottom: 25px;
	font-size: 250%;
	color: #69F;

	text-shadow: 
		1px 1px 20px #000, 
		1px 1px 20px #000;
}
#main h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #0CC;
	font-size: 150%;
	text-shadow: 
		1px 1px 20px #000, 
		1px 1px 20px #000;
}
#main h1 + h2 {
	margin-top: 15px;
}
#main h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #9CC;
	font-size: 130%;
	text-shadow: 
		1px 1px 20px #000, 
		1px 1px 20px #000;
}
#main p {
	margin-bottom: 15px;
	text-shadow: 
		1px 1px 3px #000;
}

#main a {
	text-decoration: underline !important;
}


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

#main div.center {
	margin-bottom: 15px;
}


#main .box-container {
	margin-bottom: 15px;
}
#main .box {
	width: 430px;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px dotted #444;
}
#main .box-left  { float: left; }
#main .box-right { float: right; }

#main .box-title:first-child {
	position: relative;
	top: -16px;
	left: -16px;
	display: inline-block;
	margin: 0;
	padding: 8px;
	text-align: left;
	color: #FFF;
	background: #06C;
	background: -moz-linear-gradient(top, rgba(0, 102, 204, 1.0), rgba(0, 0 ,0 ,0.3));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 102, 204, 1.0)), to(rgba(0, 0 ,0 ,0.3)));
}
#main .box-title:first-child:before { content:"“"; }
#main .box-title:first-child:after  { content:"”"; }

#main .box.blank .box-title:first-child:before { content:""; }
#main .box.blank .box-title:first-child:after  { content:""; }

#main *:last-child {
	margin-bottom: 0;
}


#sub {
	margin: 0 0 4px 0;
	width: 1015px;
}
#sub .sub-item {
	position: relative;
	float: left;
	width: 286px;
	height: 150px;
	margin-right: 11px;
	margin-bottom: 11px;
	padding: 20px;
	background: #222;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0,85,119,0.4));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0,85,119,0.4)));

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
#sub .sub-item.blank {
	background: none;
	cursor: default;
}

#sub.featrued.wx3.hx2 {
	width: 980px;
	margin-right: 0px;
	height: 371px;
}

#sub .sub-item * {
	position: relative;
	z-index: 1;
}
#sub .sub-item h2 {
	margin: 0 4px 4px 0;
	font-size: 21px;
	text-align: left;
	text-shadow: 
		0 0 5px #06F, 
		0 0 5px #06F, 
		0 0 5px #06F;
}
#sub .sub-item div.thumbnail {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
	width: 306px;
	height: 170px;
	overflow: hidden;
}
#sub .sub-item div.description {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 70px;
	left: 10px;
	padding: 5px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.0)));
	*/
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	
	font-size: 13px;
	text-shadow: 
		0 0 3px #000;
}
#sub .sub-item div.description * {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 
		0 0 3px #000, 
		0 0 3px #000, 
		0 0 3px #000;
}
#sub .sub-item h3 {
	padding: 0 0 1px 3px !important;
	border: 1px solid #A3D7EB;
	border-width: 0 0 1px 1px;
	color: #0CC;
	font-weight: bold !important;
}
#sub .sub-item div.description ul {
	list-style-type: none !important;
}
#sub .sub-item div.description ul li {
	background: url(/shared/images/bullet-disc.png) 0 5px no-repeat;
	padding-left: 8px;
}
#sub .sub-item div.description ul.notes li {
	background-image: url(/shared/images/bullet-square.gif);
	font-size: 85% !important;
}
#sub .sub-item div.description ul.notes.inline li {
	display: inline;
}
#sub .sub-item div.description dl {
	position: static;
	margin: 0 0 5px 0;
}
#sub .sub-item div.description dt {
}
#sub .sub-item div.description dd {
	border-bottom: none;
}
#sub .sub-item em a.link-arrow {
	color: rgba(255, 255, 0, 1.0) !important;
}
#sub .sub-item a.link-arrow:hover {
	background-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
#sub .sub-item a.link-button {
	position: absolute;
	right: 25px;
	bottom: 20px;
	left: auto !important;
	z-index: 1;
}

#sub .sub-item div.description.full {
	position: relative;
	top: 0;
	left: -10px;
	width: 292px;
	padding: 6px 7px;
	background: none;
}

#sub .sub-item.hx2 {
	height: 350px;
}
#sub .sub-item.hx2 div.thumbnail {
	height: 370px;
	background: rgba(0, 0, 0, 1.0);
}
#sub .sub-item.hx2 div.description {
	width: 292px;
	height: auto;
	top: 95px;
	left: 10px;
	padding: 6px 7px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.0)));
}
#sub .sub-item.hx2 div.description * {
}
#sub .sub-item.hx2 div.description *,  x:-moz-any-link, x:default  {
	/* Firefox hack */
	/*
	line-height: 1.0;
	*/
}
#sub .sub-item.hx2 div.description p {
	position: static;
	width: auto;
	height: auto;
	background: none;
}


#sub .sub-item.hx4 {
	height: 750px;
}
#sub .sub-item.hx4 div.thumbnail {
	height: 770px;
	background: rgba(0, 0, 0, 1.0);
}
#sub .sub-item.hx4 div.description {
	width: 292px;
	height: auto;
	top: 105px;
	left: 10px;
	padding: 6px 7px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.0)));
}
#sub .sub-item.hx4 div.description * {
}
#sub .sub-item.hx4 div.description *,  x:-moz-any-link, x:default  {
	/* Firefox hack */
	/*
	line-height: 1.0;
	*/
}
#sub .sub-item.hx4 div.description p {
	position: static;
	width: auto;
	height: auto;
	background: none;
}


#sub .sub-item.no-thumbnail div.thumbnail {
	background-color: rgba(0, 0, 0, 0.5);
}
#sub .sub-item.no-thumbnail div.description {
	top: 65px;
	background: none;
}





/* clearfix for #main & #sub */
#main:after, 
#sub:after {
	content: "";
	display: block;
	clear: both;
}

#footer {
	width: 990px;
	margin-top: 0;
	padding: 20px 20px 10px 20px;
	border-top: 1px dotted #333;
	background: -moz-linear-gradient(top, rgba(30,30,30,0.3), rgba(0,85,119,0.8));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.3)), to(rgba(0,85,119,0.8)));
}
#footer * {
}
ul#footer-menu {
	margin: 0;
	padding: 0;
}
ul#footer-menu > li {
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 7px;
	min-height: 45px;
	border-left: 1px dotted #333;
	list-style: none;
}
ul#footer-menu > li:first-child {
	width: 60px;
	padding-top: 0;
	padding-left: 15px;
	border-left: 0 none;
}
ul#footer-menu > li:last-child {
	padding-right: 0px;
}
ul#footer-menu > li ul {
	margin-top: 15px;
	margin-left: 12px;
}
ul#footer-menu > li ul li {
	font-size: 13px;
	text-align: left;
	list-style: square;
	margin-left: 4px;
	padding-left: 0;
}
ul#footer-menu > li ul li a {
	font-size: 11px;
	text-align: left;
}
#footer p.copyright {
	clear: both;
	padding: 20px 0 0 0;
	color: #A3D7EB;
	text-align: right;
	font-size: 80%;
}
#footer p.credit {
	clear: both;
	padding: 5px 0 0 0;
	color: #000;
	text-align: right;
	font-size: 80%;
	opacity: 0.3;
}
