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


/* お知らせテキスト見出し */
#whatsnew_area h3{
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #000000;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	font-weight: bolder;
	border-bottom: dotted #333333 1px;
}


/* お知らせテキスト本文 */
#whatsnew_area{
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 2px;
	color: #333333;
}

/* #whatsnew_area p {
	width:715px;
	margin:0px 0px 0px 10px;
	font-size:12px;
	line-height:180%;
	text-align:left;
	letter-spacing:1px;
} ←編集可能領域の「p」自体に幅の設定をされてしまうと、写真・図表など入れてレイアウトするときに困るので、pの設定を外してその代わりに 下記のように div.textcover を作り、それに対してほぼ同じ設定をした。また、#textcover内のpには、始め1字下げと、1行あけるパラグラフのクラス設定。*/
 
#text_area div.textcover {
	width:720px; 
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	letter-spacing: 1px;
}

#text_area div.textcover p {
	text-indent:1em;
}

#text_area div.textcover p.kaigyo {
	margin:0.8em 0 0 0 ;
}

#text_area div.textcover p.indent0 {
	text-indent:0;
}


/* テキストエリア点線 ←ちょっとだけサイズ変更*/
#text_area .dotted_line{
	width:720px;
	height:40px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center left;
	background-attachment: scroll;
}


#left_area a:hover{
	color:#F36;
	text-decoration:none;
}





