@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	border: none;
	}

img {
	vertical-align: top;
	}

body {
	color: #333;
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;	
	letter-spacing: 0.1em;
	text-align: center;
	}

h3 {
	margin: 0.5em 0;
	}

p {
	margin: 0.5em 0;
	}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	margin-bottom: 30px;
	padding: 10px 0 10px 20px;
	border-bottom: 5px solid #397ECF;
	}

#navi {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 60px;
	}

.section {
	clear: both;
	height: 130px;
	}

.linktitle {
	float: left;
	width: 360px;
	height: 90px;
	}

.linktitle a {
	display: block;
	width: 330px;
	height: 90px;
	}
	
.linktitle a:hover {
	text-indent: -9999px;
	}

#atermst {
	background: url(../image/atermjp/atermstation_on.gif) top left no-repeat;
	}
#atermsp {
	background: url(../image/atermjp/atermsupport_on.gif) top left no-repeat;
	}	
#atermsh {
	background: url(../image/atermjp/shopaterm_on.gif) top left no-repeat;
	}

.read,
.read2 {
	float: left;
	width: 600px;
	height: 90px;
	background: url(../image/atermjp/read.gif) top left no-repeat;
	font-weight: bold;
	}

.read p {
	margin: 28px 0 0 40px;
	}

.read2 p {
	margin: 20px 0 0 40px;
	}

#attention {
	clear: both;
	margin-bottom: 50px;
	border: 2px solid #CCC;
	padding: 5px 10px;
	}

#attention p{
	font-size: 90%;	
	}
	
#footer {
	border-top: 2px solid #397ECF;
	font-size: 80%;	
	font-weight: bold;
	text-align: right;
	}