@charset "Shift_JIS";

/* ############################################################

	全ページ共通のCSSファイル
	Last Up Date: 2011.03.13
	Author: shirato.manabu

############################################################ */

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
}

img,table {
	border: 0;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,form{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*hr{
	display: none;
}
hr.indicate{
	display: block;
}*/

/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */

/*--------------------------------------------
全体を包むコンテナ
--------------------------------------------*/
#wrapper{/*横幅750pのコンテンツ*/
	width: 750px;
	margin: 0 auto;
	text-align:l eft;
}

#widewrapper{/*横幅950pxのコンテンツ*/
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------------
リンク
--------------------------------------------*/
a img {
	border: none;
}


/*----------------------------------------------
2011年3月地震対応
----------------------------------------------*/
/* 地震対応 */

div#imprtntMssage{
	background-color: #FFC;
	padding: 8px 8px 12px 8px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
	font-size: 80%;
	text-align: left;
}

div#imprtntMssage img{
	padding-bottom: 5px;
}

div#imprtntMssage dl{
	line-height: 150%;
}

div#imprtntMssage dl dt{
	border-top: 1px dotted #CCC;
	padding-top: 5px;
}

div#imprtntMssage dl dt.grpMssg{
	border: none;
}

div#imprtntMssage dl dt.mssgRed{
	font-weight: bold;
	color: #C00;
	margin-top: 12px;
}

div#imprtntMssage dl dd.mssgLnk{
	text-align: right;
}


div#imprtntMssage.ptOvrs dl dt{
	border: none;
	padding-top: 0;
}

div#imprtntMssage.ptOvrs dl dt.mssgRed{
	margin-top: 0;
}