﻿@charset "UTF-8";

/*--------------------------2008/09/29----
 atc3ana stylesheet
 update: 29 Sept. 2008
 append: -------
----------------------------------------*/

@import "http://";

/* reset
-----------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.6em;
	background: #d0d0d0;
	color: #404040;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #800080;
	text-decoration: none;
}
h1, h2, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* inner
-----------------------------*/
#wrap620 {
	width: 620px;
	background-color: #447ac0;
/*
	background: #437abf;
*/
}


/* seet
-----------------------------*/
div.seetf {
	background: #447ac0 url(bg_seetf.jpg) no-repeat center bottom;
}
h2.seett {
	background: #447ac0 url(bg_seet.jpg) no-repeat center top;
	padding: 34px 0px 4px;
}
p.seetinner {
	margin-left: 60px;
}
p.seetinnerf {
	padding: 10px 0px 34px;
}


/* speck
-----------------------------*/
.dectable {
	border: 1px solid #999999;
	background-color: #ffffff;
}
.dectable th {
	background-color: #cdddff;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #dbdced;
	border-right: 1px solid #6699bb;
}
.dectable td {
	border-bottom: 1px solid #999999;
}
.dectable caption {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
p.version {
	font-weight: bold;
	padding-right: 10px;
}

/* shop
-----------------------------*/
div.shop {
	background: #447ac0 url(bg_shop.jpg) no-repeat center top;
	color: #ffffff;
	padding: 20px 0px 40px 52px;
}
p.list {
 line-height: 1.6em;
 padding-top: 6px;
 margin-left: 4px;
 color: #ffff99;
}
p.dl {
	font-weight: bold;
	font-size: 14px;
}
.shop a {
	color: #66ff00;
}


/* almighty
-----------------------------*/
.relax {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.separate {
	margin-bottom: 50px;
}
.updown14 {
	margin: 14px 0px;
}
.updown16 {
	padding: 16px 0px;
}
.caution{
	font-size: 10px;
	color: #cdddff;
	text-align: center;
	padding-top: 6px;
	letter-spacing: 0.1em;
}


/* copyright
-----------------------------*/
.footer {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding: 14px 0px 16px;
	border-top: 1px #c0c0c0 solid;
}

