@charset "utf-8";


/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font: 13px/1.231 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
	text-align: center;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body#top {
	background: #FFF;
}
body#content {
	background: #F5F5F5;
}

/*----------------------------------------------------
	wrapper
----------------------------------------------------*/
#content div#wrapper {
	width: 959px; /* 988-16(right-padding)-13(left-padding) */
	padding: 23px 16px 10px 13px;
	zoom: 1;
}
	
/*----------------------------------------------------
	primary
----------------------------------------------------*/
#content div#primary {
	width: 728px;
	min-height: 410px;
	float: right;
	padding-bottom: 20px;
	background: #FAFAFA url(/imgs/shares/bg/content_bg.jpg) repeat-x bottom left;
}
#content div#primary h1 {
	margin-bottom: 25px;
}
#content div#primary-inner {
	margin: 0 15px 20px 20px;
	font-size: 92%;
	line-height: 1.4;
}
table#company-info {
	width: 675px;
	margin-bottom: 20px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	font-size: 107%;
}
table#company-info td {
	text-align: left;
}
table#company-info td.c-info-head {
	width: 125px;/* 145-19(both-padding)-1(border) */
	padding: 0 7px 0 12px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #E8E8E8;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
}
table#company-info td.c-info-txt {
	padding: 10px 12px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #FFF;
}
table#company-info td.c-info-txt a {
	color: #009CFF;
	text-decoration: underline;
}
table#company-info td.c-info-txt a:hover {
	color: #FE148D;
	text-decoration: none;
}


