@charset "UTF-8";
/* CSS Document */

#base-white { 
	margin: 0px 20px 0px 20px ;
	padding:0px 40px 40px 210px ;
	background-color: #fff;
}

#menuarea {
	position:absolute;
	left:60px;
	top: 120px;
	width:160px;
	margin: 0px;
	text-align:left;
}

#menuarea li{
	line-height:180%;
	list-style-type:none;
	color: #666;
}


#grid-content {
}

#grid-content div {
	word-break:break-all;
	width: 180px;
	margin: 0 0 20px 0;
	text-align:left;
}

#grid-content div a.lnk {
 	display: block;
 	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
  	text-decoration: none; /* 文字装飾 */
  	/*color: #ffffff;  文字の色 */
	/*background-color: #ffffff; */
}

/* マウスカーソルが上に来た時のリンク */
/*
#grid-content div a.lnk:hover {
	margin: 0;
	padding:0;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; 
}
*/
/*グリッドタイプ*/
#grid-content div.title {
	width: 100%;
	font-size: 12px;
	color: #000;
	text-align:left;
	margin: 50px 0px 20px 0px ;
}

#grid-content div.h122w90 {width: 90px; height: 122px; text-align:center}
#grid-content div.h122w94 {width: 94px; height: 122px; text-align:center}
#grid-content div.h122w95 {width: 95px; height: 122px; text-align:center}
#grid-content div.h122w180 {width: 180px; height: 122px; text-align:center}
#grid-content div.h122w360 {width: 360px; height: 122px; text-align:center}

#grid-content div.h96w280 {width: 280px; height: 96px; text-align:center}
#grid-content div.h96w140 {width: 140px; height: 96px; text-align:center}

#grid-content div.spacer {
	width: 100%;
	height: 30px;
}

#grid-content div.ancer {
	width: 100%;
	height: 50px;
}

#grid-content div h3 {
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#grid-content div p {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:180%;
	letter-spacing:1px;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:left;
}

/*
#menuarea p a:link {
	color: #0087c3;
	text-decoration: none;
}
#menuarea p a:visited {
	text-decoration: none;
	color: #ccc;
}
#menuarea p a:hover {
	text-decoration: none;
	color: #0087c3;
}
*/

/*EDIT*/
#menuarea ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#menuarea a:link, #menuarea a:visited {
  	text-decoration: none;
  	color: #aaa;
}
#menuarea a:hover {
  	text-decoration: none;
  	color: #0087c3;
}
#menuarea ul.thispage a:link, #menuarea ul.thispage a:visited {
  	text-decoration: none;
  	color: #000;
}
#menuarea ul.thispage a:hover {
  	text-decoration: none;
  	color: #0087c3;
}
