@charset "utf-8";

/***************************************************
	COSMO DARTS スタイルシート
	about.css
	ページレイアウトスタイル定義
***************************************************/
#gnavi li.n02 a {	background-position: 0 -40px;}

#headline {	margin-bottom: 20px;}

/*-----contents-----*/
/* snavi */
#snavi {}

/* トップページ index.html
------------------------------------------------------------ */
#contents.index #main .profile {	padding: 0 0 30px 10px;}
#contents.index #main .profile p {
	padding: 7px 0 10px;
	text-align: right;
}
#contents.index #main .profile p a {
	padding-left: 10px;
	background: url(../img/temp/ico01.gif) left center no-repeat;
}
#contents.index #main .profile table {	width: 610px;}
#contents.index #main .profile th,
#contents.index #main .profile td {
	padding: 3px 15px;
	border: 2px solid #131313;
	color: #000000;
}
#contents.index #main .profile th {
	background-color: #b9b9b9;
}
#contents.index #main .profile td {
	background-color: #ffffff;
}

/* アクセス access.html
------------------------------------------------------------ */
#contents.access #main .map {	padding: 20px 0 10px;}
#contents.access #main h4.address {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 116%;
}




