@charset "UTF-8";
/*
	Shiira Project - BlkAppKit
	designed by: Kei SASAKI
*/

/* Universal */

* {
	margin: 0;
	padding: 0;
}

#blkappkit {
	border-bottom: 12px solid #1E1E1E;
	color: #AFAFAF;
	background: #000000 url(images/bg.png) repeat-x 0 40px;
	font-family: "Lucida Grande","Lucida Sans Unicode","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","Helvetica","Verdana";
	font-size: 0.83em;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
}

/* Header */

div#header {
	height: 40px;
	background: #1A1A1A;
	text-align: left;
}
div#header a {
	display: block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;		
	text-decoration: none;
}

div#head-content,
div#above-container,
div#container,
div#under-container,
div#footer #staffs,
div#footer #validator {
	width: 720px;
}
div#head-content {
	height: 28px;
	margin: 0 auto 0 auto;
	padding-top: 11px;
}
p#above-container {
	clear: both;
	height: 24px;
	margin: 32px auto 0 auto;
	background: url(images/mini-content_top.gif) no-repeat 50% 0;
	text-align: left;
}
div#container {
	margin: 0 auto 0 auto;
	background: url(images/mini-content.gif) repeat-y 50% 0;
	text-align: left;
}
p#under-container {
	clear: both;
	height: 24px;
	margin: 0 auto 0 auto;
	background: url(images/mini-content_bottom.gif) no-repeat 50% 0;
	text-align: left;
}

div#footer {
	height: 50px;
	text-align: left;
}

/* Language Navigation */

ul#lang {
	float: left;
	width: 150px;
	height: 18px;
	list-style: none;
}
ul#lang li,
ul#lang li a {
	display: block;
	height: 18px;
}
ul#lang li { float: left }
li#refjp a { width: 75px }
li#refen a { width: 65px }

li#refjp a:link,
li#refjp a:visited { background: url(images/mini-lang.gif) no-repeat 0 0 }
li#refjp a:active,
li#refjp a:hover,
body.jp li#refjp a:link,
body.jp li#refjp a:visited { background: url(images/mini-lang.gif) no-repeat 0 -18px }

li#refen a:link,
li#refen a:visited { background: url(images/mini-lang.gif) no-repeat -75px 0 }
li#refen a:active,
li#refen a:hover,
body.en li#refen a:link,
body.en li#refen a:visited { background: url(images/mini-lang.gif) no-repeat -75px -18px }

/* Project Home Link */

p#shiirahome {
	float: right;
	width: 122px;
	height: 18px;
}
p#shiirahome a {
	float: right;
	width: 122px;
	height: 18px;
	background: url(images/mini-lnk_shiira.gif) no-repeat 0 0;
}
p#shiirahome a:active,
p#shiirahome a:hover {
	background: url(images/mini-lnk_shiira.gif) no-repeat 0 -18px;
}

/* Content */

#container a:link,
#container a:visited {
	border-bottom: 1px solid #333333;
	color: #1A66FF;
	text-decoration: none;
}
#container a:active,
#container a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
	margin: 1.2em 0 0.8em 0;
	font-family: "Myriad Pro","Myriad","Lucida Grande","Lucida Sans Unicode","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","Helvetica","Verdana";
	font-size: 4.6em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

h2 {
	padding: 1.4em 0 0 0;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
}

#container p,
#container ul,
#container ol {
	padding: 0.8em 0;
}

#container .term {
	margin: 0.8em 0;
	border: 1px solid #1E1E1E;
	padding: 1em 0;
	color: #FFFFFF;
	background: #1A1A1A;
}
#container .term li {
	margin: 0 3em;
}

#container .copyright {
	list-style: none;
}

#container .download {
	padding-bottom: 4em;
}
