@charset "shift_jis";

/* -------------------------------------------------------------
レイアウト指定 */


#container{
	height: 650px;
}

#primary {
	float: left;
	width:280px;
	padding-left: 10px;
	margin-top: 15px;
}

#secondary {
	float: right;
	width:580px;
	position: relative;
}

#submenu {
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

#submenu li{
	background-image: url(../img/etc/logo_linkmark_day.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

#submenu li.here {
	color: #AAA;
}

#submenu li a, #submenu li a:link, #submenu li a:visited{
	color:#333;
}

#submenu li a:hover {
	color: #00BB3D;
	text-decoration:underline;
	cursor: pointer;
}

/* -------------------------------------------------------------
テキスト指定 */
h2 {
	color: #FF5C3B;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.66;
}

h3.text {
	padding-bottom: 0px;
}

img.daytopimg {
	position:absolute;
	top: 200px;
	left: 0px;
}

p.titeltext {
	font-size: 80%;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: inter-ideografh;
}

/* -------------------------------------------------------------
テーブル指定 */

#secondary table,
#secondary tr,
#secondary td {
	border: 1px solid #CCC;
	font-size: 90%;
	font-weight: 300;
}

#secondary table {
	margin-bottom: 20px;
}


/*フェードイン・フェードアウト*/

#imageContainer {
position:relative;
margin:auto;
width:579px; /*画像の横幅*/
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}

