/* reset */
body {
	margin: 0px;
	padding: 0px;
}
h1,h2{
	font-size: 11pt;
	display: inline;
}

/* top-nav */
.t-nav {
	width: 100%;
	height: 28px;
	background-image:url(../../img/common_img/t_nav.gif);
	background-repeat:repeat-x;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
.t-nav img{
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 3px;
	display: inline;
}
.t-nav ul {
	display: inline;
	margin-top: 6px;
	margin-left: 0px;
	padding: 0px;!important
}
.t-nav li {
	color: #003366;
	font-size: 10px;
	display: inline;
}
.t-nav a {
	color: #003366;
}
.t-nav a:link, .t-nav a:visited, .t-nav a:active {
	text-decoration: none;
}
.t-nav a:hover {
	text-decoration: underline;
}

.u-nav a:link, .u-nav a:visited, .u-nav a:active {
	color: #858585;
	text-decoration: none;
}

/* main */
#all {
	width: 100%;	/*全体の横幅*/
	height: 100%;	/*全体の縦幅*/
	border-style: none;
}

/* aimew_site */
#aimew-site {
	width: auto;
	margin-left: 128px;
/*	float: right;*/
	text-align: center;
}
.contents {
	width: 190px;
	background-color: #555555;
	font-family: Osaka;
	word-break: break-all;
	margin-left: auto;
	margin-right: auto;
}


/* pc_pop */
#pc-pop {
	width: 124px;	/*広告エリアの横幅*/
	position: absolute;
	top: 28;	/*上からの位置*/
	left: 0;	/*左からの位置*/
}
#fixedLay0 {
	width: 124px;
	background-color: #EFEFEF;
	border-style: none;
	text-align: center;
	margin-bottom: 0px;
}
.frame-pop {
	width:120px;
	height: 300px;
	border-style: none;
	margin: 0px;
}

/* 必要？念のため残しています。
.vertical {
	width: 100px;
	height: 400px;
	writing-mode: tb-rl;
	direction: ltr;
}*/

