/*PenJapan Home layout  トップページ　個別　------------------*/

@charset "utf-8";

/*link styles
-------------------------*/
a:link {
	color: #00b0d8;
}
a:visited {
	color: #00b0d8;
}
a:hover {
	color: #ffd872;
}
#header ul#menu li a {
	color: #FFF;
}
#header ul#menu li a:hover {
	color: #ffd872;
}

#footer_menu .line a {
	color: #FFF;
}
#footer_menu .line a:link {
	color: #FFF;
}
#footer_menu .line a:hover {
	color: #ffd872;
}
#footer #footer_menu h3 {
	color: #FFF;
}
#footer #footer_menu p {
	color: #FFF;
}

#footer address  {
	color: #cb9b0c;
}

#contents {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 950px;
}

#contents #slideshow {
	position: relative;
	width:  610px; /* ボックスの横幅 */
	height: 410px; /* ボックスの高さ */
	float: left;
}

#contents #slideshow p {
	position: absolute;
	padding-top: 5px;
	z-index: 8;
	opacity: 0.0;
	margin: 0;
	background-color: white; /* ボックスの背景色(必須) */
	width: 610px;  /* ボックスの横幅 */
	height: 405px; /* ボックスの高さ */
}


#contents #slideshow p img {
	display: block;
	border: 0;
	width: 610px;  /* ボックスの横幅 */
	height: 405px; /* ボックスの高さ */
	margin-bottom: 10px; /* 画像下部の余白 */
}

#contents #news {
	float: right;
	text-align: left;
	width: 335px;
	height: 410px;
}
#contents #news dl {
	width:325px;
	height:374px;
	overflow:auto;
	border: 2px solid #cb9b0c;
	margin-left: 5px;
	background-color: #f8ffff;
	margin-top: 2px;
	margin-bottom: 5px;
}
#contents #news dt {
	list-style:none;
	padding-left:5px;
	padding-top: 5px;
	font-size: 85%;
	font-weight: bold;
}
#contents #news dd {
	list-style:none;
	padding-left:20px;
	padding-top: 0px;
	font-size: 75%;
	line-height: normal;
}
#contents #link {
	clear: both;
	height: 272px;
	width: 160px;
	float: left;
	background-image: url(../images/bg_link.jpg);
	padding-top: 1px;
}
#contents #link h2 {
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	text-align: center;
	font-size: 140%;
}
#contents #link h3 {
	font-size: 90%;
	color: #cb9b0c;
	padding-left: 10px;
}
#contents #link ul {
	font-size: 75%;
	padding-left: 20px;
	list-style-type: none;
	line-height: 1.2em;
}
#contents #link ul li a {
	text-decoration: none;
	color: #00b0d8;

}
#contents #link ul li a:hover{
	color: #ffd872;

}

#contents #main .menu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	background-image: url(../images/bg_menu.jpg);
	text-align: center;
	height: 136px;
	width: 262px;
	float: left;
}
#contents #main .menu h2{
	font-size: 120%;
	color: #FFF;
	display: block;
	height: 35px;
	width: 261px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 8px;
}
#contents #main .menu h2 a {
	color: #FFF;
}
#contents #main .menu h2 a:hover {
	color: #ffd872;
}
#contents #main p {
	font-size: 80%;
	line-height: 1.2em;
	display: block;
	width: 243px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 10px;
	color: #666;
	text-align: left;
}
#contents #main p a {
	color: #666;
}
#contents #main p a:hover {
	color: #ffd872;
}
#contents #main #error {
	clear: both;
	height: 250px;
	width: 400px;
	margin-top: 150px;
	margin-bottom: 150px;
	margin-left: 275px;
}
