@charset "UTF-8";

/*----------------------------------------

class

----------------------------------------*/

.NewsContents{
	text-align:left;
}

/*--------------------
TopicPath
--------------------*/

p.TopicPath{
	font-size:90%;
	color:#666;
	text-align:right;
}

/*--------------------
PageTop
--------------------*/

p.PageTop{
	clear:both;
	padding:2em 0 3em 0;
}

/*--------------------
ポイント、注意とか
--------------------*/

dl.point{
	background-image:url(../images/common/point01.gif);
	background-repeat:repeat-y;
	font-size:90%;
	margin:0 0 1em 0;
	padding:15px;
}

dl.point dd{
	padding:0 0 0 1em;
}

/*--------------------
data（表の体裁）
--------------------*/

table.data{
	border-top:#ddd solid 1px;
	border-left:#ddd solid 1px;
	clear:both;
	width:100%;
}

table.data th{
	background-color:#53616F;
	border-top:#999 solid 1px;
	border-bottom:#666 solid 1px;
	color:#fff;
	padding:5px;
}

table.data th a{
	color:#fff;
	text-decoration:underline;
}

table.data td{
	background-color:#f5f5f5;
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
	padding:5px;
}

table.data td.num{	/* 数字とか右寄せ */
	text-align:right;
}

table.data tr.new th{	/* 新情報 */
	background-color:#ffa500;
	background-image:url(../images/common/new.gif);
	background-position:95% 0.5em;
	background-repeat:no-repeat;
	border-top:#fc9 solid 1px;
	border-bottom:#c93 solid 1px;
}

/*--------------------
署名とか（右寄せの）
--------------------*/

.sign{
	text-align:right;
}

/*--------------------
画像（回り込み)
--------------------*/

p.photoLeft{
	float:left;
	padding:0 0.5em 0 0;
}

p.photoLeft img{
	border:#ccc solid 1px;
	padding:1px;
	vertical-align:middle;
}

p.photoRight{
	float:right;
	padding:0 0 0 0.5em;
}

p.photoRight img{
	border:#ccc solid 1px;
	padding:1px;
	vertical-align:middle;
}

/*--------------------
画像（横位置)
--------------------*/

.photoCenter{
	clear:left;
	text-align:center;
}

.alignLeft{
	clear:left;
	text-align:left;
}

.alignRight{
	clear:left;
	text-align:right;
}

/*--------------------
キャッチコピー
--------------------*/

p.copy{
	font-size:110%;
	font-weight:bold;
	border-left:#ccc solid 2px;
	padding:0 0 2em 1em;
}

/*----------------------------------------

clearfix

----------------------------------------*/

#contents:after,
#section1:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

#contents,
#section1{
	display:inline-block;
}

/* exlude MacIE5 \*/
* html #contents,
* html #section1{
	height:1%;
}

#contents,
#section1{
	display:block;
}
/* end MacIE5 */

-->
