@charset "UTF-8";
/* CSS Document */

#mainContent .newsBlockLatestEntries { /* トップページで表示される「ATOTOKニュース」の設定です */
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	color: #e6337d;
}

#mainContent .newsBlockLatestEntries a {
	color: #333333;
	text-decoration: underline;
}

#mainContent .newsBlockLatestEntries a:hover {
	text-decoration: none;
}

#mainContent .newsBlockLatestEntries li {
	margin: 0 0 4px 0;
	_margin: 0 0 8px 0;
	border: 1.0em 0;
	padding: 0 0 0 40px;
	_padding: 2px 0 2px 40px;
	background-image: url("/images/list/l_news.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#bottomContent {
	margin-bottom: 24px;
}

#about_atotok {
	width: 900px;
	_width: 899px;
	border-collapse: 0;
	border-spacing: 0;
	padding: 0;
}

#about_atotok td {
	width: 450px;
	_width: 449px;
	padding: 0;
	vertical-align: top;
}

#about_atotok h1 {
	margin: 12px 0;
}

#about_atotok h2 {
	margin: 12px 8px;
}

#about_atotok p {
	margin: 12px;
}

#about_atotok ul {
	margin: 12px 0;
	/margin: 12px 32px;
}

#about_atotok li {
	list-style-type: disc;
}

#about_atotok #web, #about_atotok #chara {
	border-right: 1px dashed #333333;
}

#about_atotok #web, #about_atotok #iphone {
	border-bottom: 1px dashed #333333;
}