﻿/* CSS レイアウト */
#top_nav {
	background: url('../images/keitai_bg.jpg');
	height: 320px;
	margin-top: 10px;
}
#top_nav2{
	height: 38px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right-style: none;
	border-left-style: none;
}
#page_content {
	height: 1140px;
	border: 1px solid #C0C0C0;
	border-bottom: 1px #999999 solid;
	margin-top: 10px;
	background-image: url('../images/mid_bg.gif');
	position: relative;
	background-color: #FFFFFF;
}
#top_nav h2 {
	margin-left: 19px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#top_nav2 h2 {
	display: inline;
	float: left;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav {
	padding-top: 13px;
	padding-bottom: 13px;
}
.news {
	border: 1px ridge #C0C0C0;
	width: 375px;
	height: 180px;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
}
.news p{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
#page_content .ad {
	border: 1px ridge #C0C0C0;
	position: absolute;
	top: 10px;
	right: 20px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 370px;
	text-align: center;
	padding-top: 10px;
}
.context2 {
	border: 1px ridge #C0C0C0;
	width: 375px;
	padding: 5px;
	background-color: #FFFFFF;
}
.context2 h2{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #FF00FF;
	border-bottom-style: solid;
	border-width: 1px;
}

.context2 p{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}
