@charset "shift_jis";

/* Basic
---------------------------------------------*/



body {
	background: #FFFFFF;
	color: #393939;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	padding-bottom: 20px;
	padding-top: 5px;
}

a {
	color: #003399;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus {
	color: #3366CC;
}

a:active {
	color: #CC3300;
}

#wrapper {
	width: 630px;



}




/* ページ下部番号
---------------------------------------------*/

.utility-nav {
	text-align: center;
	padding-bottom: 20px;
}

.utility-nav a{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.utility-nav ul li {
	float: left;
}

.utility-nav ul li a {
	text-decoration: underline;
	letter-spacing: 1em;
	text-align: center;
	list-style: none;
}

.topPaging {
	clear: both;
	padding-left: 120px;
	padding-bottom: 20px;
}

.topPaging a {
	font-size: 12px;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
}

/* フッター
---------------------------------------------*/




/* 追加
---------------------------------------------*/

#header {
	margin: 0px auto 20px;
}


#push {
	width: 626px;
	margin: 0px auto 30px;
	background: #F9DCDC;
	border: 1px solid #CCCCCC;
}


#push_bg {
	width: 590px;
	height: 120px;
	padding: 0px 0px auto;
	margin: 0px auto;
	background: url(/images/nagoya/push_bg.gif) no-repeat center center;
}


#left {
	float: left;
	width: 430px
	margin: 0px auto;
}


#newright {
	width: 430px
	margin: 0px auto;
	border: 1px solid #CCCCCC;
}


#right {
	float: right;
	width: 200px
	margin: 0px auto;
}


#ranking {
	width: 200px
	margin: 0px auto;
	border: 1px solid #CCCCCC;
}


.text12 {
	font-size: 12px;
	line-height: 120%;

}

.text13 {
	font-size: 13px;
	line-height: 120%;
}

.text14 {
	font-size: 14px;
	line-height: 120%;
}



