
/* ----- HTML再定義 ----------------------------------------------- */

* {
	margin						: 0;
	padding						: 0;
	font-size					: 100%;
	font-weight					: normal;
	font-style					: normal;
	font-family					: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS P Gothic" , "Osaka" , Verdana , Arial , Helvetica , sans-serif;
}

body {
	text-align					: center;
	background					: #f5f5f5 url("../image/background.gif") repeat-y top center;
	color						: #666666;
	font-size					: 80%;
	line-height					: 150%;
}
* html body {
	background					: #f5f5f5 url("../image/background.gif") repeat-y top 49%;
}

strong {
	font-weight					: bold;
}
em {
	font-weight					: bold;
	color						: #b35959;
	padding						: 0 5px;
}
label {
	margin						: 0 2px;
}
small {
	margin						: 0 0 0 5px;
	color						: #999999;
}
ul,ol {
	list-style					: none;
}
img {
	border						: none;
	vertical-align				: center;
}
hr {
	float						: none;
	clear						: both;
	display						: none;
}
object {
	margin-left					: 10px;
}
code ,
pre ,
blockquote p {
	color						: #888888;
	font-family					: "ＭＳ ゴシック", monospace;
}
p code {
	border-top					: 1px solid #cccccc;
	background					: #f5f5f5;
	padding						: 5px;
	color						: #000000;
	display						: block;
}
pre {
	margin						: 10px;
	padding						: 5px;
	border						: 1px solid #eeeeee;
	overflow					: auto;
	font-family					: "ＭＳ ゴシック", monospace;
	line-height					: 100%;
}
blockquote {
	margin						: 10px;
	border-left					: 2px solid #7777AA;
}

/* -- table ------------------------------------------------------- */

#contents table {
	border						: 1px solid #666680;
	border-collapse				: collapse;
	border-spacing				: 0;
	margin						: 10px 20px;
}
#contents table tr th {
	padding						: 5px;
	border						: 1px solid #AAAAAA;
	background-color			: #EEEEEE;
	text-align					: center;
}
#contents table tr td {
	padding						: 5px;
	border						: 1px solid #AAAAAA;
}
#contents table tr td input {
	margin						: -2px;
}

/* -- link -------------------------------------------------------- */

a {
	text-decoration				: underline;
	color						: #1e87af;
}
a:visited {
	color						: #69a0c8;
}
a:hover {
	text-decoration				: none;
}
a:active {
	color						: #69a0c8;
	outline						: none;
}
a:focus {
	outline						: none;
}

/* -- link icon --------------------------------------------------- */

#contents a[href $='.pdf'] {
	padding						: 0 18px 0 0;
	background					: transparent url("../image/icon_pdf.gif") no-repeat center right;
}
#contents a[href $='?mode=rss'] {
	padding						: 0 18px 0 0;
	background					: transparent url("../image/icon_feed.gif") no-repeat center right;
}
#contents a[target $='_blank'] ,
#contents a[href ^='http://'] {
	margin						: 0 2px 0 0;
	padding						: 0 15px 0 0;
	background					: transparent url("../image/icon_external.gif") no-repeat center right;
}
#contents a[href ^='../dl/'] ,
#contents a[href ^='./dl/'] {
	margin						: 0 2px 0 0;
	padding						: 0 0 0 15px;
	background					: transparent url("../image/icon_dl.gif") no-repeat center left;
}

#contents a[href ^='../../lime/lime.cgi?'] {
	margin						: 0 2px 0 0;
	padding						: 0 15px 0 0;
	background					: transparent url("../image/icon_zip.gif") no-repeat center right;
}

/* -- layout ------------------------------------------------------ */

#container {
	width						: 780px;
	margin						: 0 auto;
	text-align					: left;
}
#header {
	margin						: 0 0 10px;
}
#menu {
}
#navigation {
	width						: 240px;
	float						: left;
}
#wrapper ,
#admin ,
#logs {
	width						: 520px;
	float						: right;
}
#contents ,
#footer {
	float						: none;
	clear						: both;
}
#navigation ,
#contents {
	margin						: 10px 0 30px;
}
@media screen{
	#logs, #navigation ,#admin ,#wrapper {
		overflow				:hidden;
	}
}
#navi,#footer {
	text-align					: right;
}

/* -- header ---------------------------------- */

#header {
	width						: 780px;
	height						: 110px;
	background					: transparent url("../image/header.gif") no-repeat top left;
}
#header h1 {
}
#header h1 a {
	display						: block;
	text-indent					: -9999px;
	width						: 170px;
	height						: 75px;
	float						: left;
}
#header p {
	display						: none;
}

#header .ads {
	display						: block;
	float						: right;
	width						: 600px;
	text-align					: right;
	margin						: 5px 5px 0;
}

/* -- menu ------------------------------------ */

#menu {
	clear						: both;
}
#menu ul {
	display						: block;
	padding						: 0;
	margin						: 0;
	height						: 30px;
}
#menu ul li {
	padding						: 0;
	margin						: 0;
	float						: left;
	height						: 30px;
	line-height					: 30px;
}
#menu ul li a {
	height						: 30px;
	display						: block;
	text-indent					: -9999px;
}
#menu ul li.home a {
	width						: 104px;
	background					: transparent url("../image/menu_01.gif") no-repeat bottom left;
}
#menu ul li.work a {
	width						: 146px;
	background					: transparent url("../image/menu_02.gif") no-repeat bottom left;
}
#menu ul li.download a {
	width						: 159px;
	background					: transparent url("../image/menu_03.gif") no-repeat bottom left;
}
#menu ul li.link a {
	width						: 85px;
	background					: transparent url("../image/menu_04.gif") no-repeat bottom left;
}
#menu ul li.contact a {
	width						: 123px;
	background					: transparent url("../image/menu_05.gif") no-repeat bottom left;
}
#menu ul li.information a {
	width						: 163px;
	background					: transparent url("../image/menu_06.gif") no-repeat bottom left;
}
#index #menu ul li.home a ,
#work #menu ul li.work a ,
#download #menu ul li.download a ,
#link #menu ul li.link a ,
#contact #menu ul li.contact a ,
#information #menu ul li.information a ,
#menu ul li a:hover {
	background-position			: left top;
}

/* ----- 作品一覧 -------------------------------------- */


#wrap h2 {
	font-weight					: bold;
	padding						: 0 0 0 5px;
	margin						: 0 0 10px;
	line-height					: 30px;
	height						: 30px;
}
#news h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_news.gif") no-repeat top left;
}
#work h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_production.gif") no-repeat top left;
}
#download h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_download.gif") no-repeat top left;
}
#link h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_link.gif") no-repeat top left;
}
#contact h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_contact.gif") no-repeat top left;
}
#information h2 {
	text-indent					: -9999px;
	background					: transparent url("../image/h2_information.gif") no-repeat top left;
}
#navigation h2 {
	text-indent					: 0;
	margin						: 0 0 5px;
	padding						: 3px;
	border						: 1px solid #eeeeee;
	border-left					: none;
	border-right				: none;
	background					: none;
}
#navigation h3 {
	margin						: 5px 5px 5px 0;
	padding						: 0 0 0 20px;
	background					: transparent url("../image/h3_navi.gif") no-repeat center left;
}
#navigation ul {
	margin						: 5px 5px 10px 10px;
}
#navigation ul li {
	padding						: 0 0 0 15px;
	background					: transparent url("../image/ul_navi.gif") no-repeat center left;
}
#contents h3 {
	font-weight					: bold;
	padding						: 0 0 0 5px;
	margin						: 0 0 10px;
	line-height					: 30px;
	height						: 30px;
	text-indent					: 15px;
	background					: transparent url("../image/h3.gif") no-repeat top left;
}
#contents h4 {
	margin						: 0 0 10px 5px;
	padding						: 0 0 0 15px;
	font-weight					: bold;
	height						: 30px;
	line-height					: 30px;
	color						: #37505F;
	background					: transparent url("../image/h4.gif") no-repeat center left;
}
#contents h5 {
	margin						: 0 0 5px 5px;
	border-bottom				: 1px solid #f0f0f0;
	padding						: 5px;
	font-weight					: bold;
}
#contents p {
	margin						: 10px;
}
#contents div.data {
	display						: block;
	text-align					: right;
	color						: #999999;
}
#contents h6 {
	margin						: 0 0 15px 0;
	border-bottom				: 1px dashed #f0f0f0;
}
#shop #contents div.images ,
#disco #contents div.images {
	display						: block;
	float						: left;
	margin						: 0 10px 30px 30px;
}
* html body #shop #contents div.images ,
* html body #disco #contents div.images {
	margin						: 0 5px 30px 15px;
}

#prof #contents div.block {
	display						: block;
	float						: left;
	width						: 150px;
	padding						: 0 2px;
}
#prof #contents .block h3 {
	width						: 150px;
	margin						: 10px 0 0;
	font-weight					: bold;
	border-left					: 5px solid #eeeeee;
	padding						: 0 0 0 10px;
}
#prof #contents .block p {
	margin						: 0;
	padding						: 0;
}
#prof #contents .block p img {
	margin						: 10px 0;
	padding						: 0;
}
#contents ul ,
#contents dl {
	margin						: 10px;
}
#contents dl dt {
	font-weight					: bold;
	padding						: 0 0 0 10px;
	background					: transparent url("../image/ul_contents.gif") no-repeat center left;
}
#contents ul li {
	padding						: 0 0 0 15px;
	background					: transparent url("../image/ul_contents.gif") no-repeat top left;
}
#contents dl dd {
	margin						: 0 0 5px 20px;
}

/* ----- フッター -------------------------------------- */

#footer {
	width						: 780px;
	height						: 50px;
	background					: transparent url("../image/footer.gif") no-repeat top left;
	margin						: 20px 0 5px;
}
#footer ul {
}
#footer ul li {
}
#footer ul#pagetop li a {
	width						: 780px;
	height						: 16px;
	display						: block;
	background					: transparent url("../image/pagetop.gif") no-repeat bottom right;
	text-align					: left;
	text-indent					: -9999px;
}
#footer address {
	display						: none;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color						: #cc0000;
	font-size					: 80%;
}

/* -- form ------------------------------------ */

form fieldset {
	border						:none;
}
form legend {
	display						:none;
}
form input, form select {
	margin-right				:1px;
}
form input[type="text"],
form input[type="password"],
form input[type="file"],
form textarea,
form select{
	padding						:1px;
	border						:1px solid #cccccc;
}
@media screen {
	form input, form select {
		font-family				:Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top					:1px;
}
form p input {
	text-align					:center;
}
form textarea {
	line-height					:110%;
}
@media screen {
	form input, form select,form textarea {
		font-family				:"ＭＳ ゴシック";
	}
}

form input[type="buttom"]{
	text-align					:center;
}

.text form fieldset ul,
.text form fieldset ul li,
.text form fieldset dl{
	margin:0 5px 10px 10px;
}
.text form fieldset dl dd{
	margin:0 5px 5px 20px;
}
.text form fieldset p{
	margin:0 0 5px;
	text-align:center;
}


/* ----- パンくず -------------------------------- */

#path ul {
	padding						: 2px 5px;
	background					: #f9f9f9;
	margin						: 0;
}
#path ul li {
	display						: inline;
	font-size					: 80%;
	margin						: 0 2px 0 0;
	padding						: 0;
}
#path ul li a {
	text-decoration				: none;
}
#path ul li a:hover {
	text-decoration				: underline;
}

/* ----- ナヴィ -------------------------------- */
#navi {
}
#navi ul {
}
#navi ul li {
}
#navi li {
	display: inline;
	margin: 0 2px;
}
#navi li a:hover {
}
/* ----- ナヴィ -------------------------------- */

.page {
	text-align					: center;
}
#contents .page ul li {
	display						: inline;
	background					: none;
	padding						: 0;
	margin						: 0 2px;
}
.page a {
	color						: #009999;
	text-decoration				: none;
}
.page a:hover {
	text-decoration				: underline;
}
.user ,
.date {
	text-align					: right;
}
#contents .user ul ,
#contents .date ul {
	margin						: 2px 0;
}
#contents .user ul li ,
#contents .date ul li {
	display						: inline;
	background					: none;
}

form dl dt {
	float						: left;
	width						: 120px;
	padding						: 3px;
	background					: none;
}
form dl dd {
	overflow					: hidden;
	padding						: 3px;
}

#outline {
	padding						: 0;
}
#outline .section {
	float						: left;
	width						: 250px;
	margin						: 0 5px;
	background					: transparent url("../image/section.gif") no-repeat bottom left;
}
* html body #outline .section {
	margin						: 0 2px;
}
#outline .section p {
	margin						: 10px;
}
#outline p {
	display						: none;
}
#outline .section p {
	display						: block;
}
#outline .section p a {
	display						: block;
	width						: 100px;
	height						: 20px;
}
#outline .section p a span {
	display						: none;
}
#outline .download a {
	background					: transparent url("../image/section_a_download.gif") no-repeat top left;
}
#outline .simply a {
	background					: transparent url("../image/section_a_simply.gif") no-repeat top left;
}
#outline .scope a {
	background					: transparent url("../image/section_a_scope.gif") no-repeat top left;
}
#outline h2 {
	text-indent					: -9999px;
}
#outline .download h2 {
	background					: transparent url("../image/section_h2_download.gif") no-repeat top left;
}
#outline .simply h2 {
	background					: transparent url("../image/section_h2_simply.gif") no-repeat top left;
}
#outline .scope h2 {
	background					: transparent url("../image/section_h2_scope.gif") no-repeat top left;
}
#outline .section ul {
	margin						: 5px 5px 10px 10px;
}
#outline .section ul li {
	padding						: 0 0 0 10px;
}
#outline .download ul li {
	background					: transparent url("../image/outline_download_ul.gif") no-repeat center left;
	color						: #B44641;
}
#outline .simply ul li {
	background					: transparent url("../image/outline_simply_ul.gif") no-repeat center left;
	color						: #5A824B;
}
#outline .scope ul li {
	background					: transparent url("../image/outline_scope_ul.gif") no-repeat center left;
	color						: #958982;
}

#outline .top {
	float						: left;
	width						: 390px;
	padding						: 0;
	margin						: 0;
	display						: block;
	height						: 105px;
}
#outline .top h2 {
	display						: none;
}
#outline .top p {
	text-indent					: -9999px;
	padding						: 0;
	margin						: 0;
	display						: block;
	width						: 390px;
	height						: 105px;
}
#outline .top p a {
	width						: 390px;
	height						: 105px;
	margin						: 0;
	padding						: 0;
	display						: block;
}
#outline div.preface p {
	background					: transparent url("../image/outline_preface.gif") no-repeat top left;
}
#outline div.web p {
	background					: transparent url("../image/outline_web.gif") no-repeat top left;
}

.parent {
	margin						: 0 0 10px;
}
#contents .parent h4 {
	margin						: 0 0 5px;
	border-bottom				: 1px solid #f0f0f0;
	padding						: 2px;
	background					: none;
	height						: 25px;
	line-height					: 25px;
	color						: #666666;
}
.res {
	border						: 1px solid #f5f5f5;
	background					: #fdfdfd;;
	padding						: 5px;
	margin						: 0 0 10px 20px;
}
#contents .res h5 {
	margin						: 0 0 5px;
	padding						: 2px;
}





#contents dl.list ,
#contents .news dl {
	width: 500px;
	overflow: hidden;
}
#contents dl.list dt ,
#contents .news dl dt {
	float	: left;
	margin	: 0 10px 0 0;
	padding	: 2px 0 2px 15px;
	text-align	: right;
}
#contents dl.list dd ,
#contents .news dl dd {
	margin	: 0;
	padding			: 2px 0 2px 150px;
}






