body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/
#wrapper {
	width:750px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
#header {
	width: 750px;
	height:40px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color:#333333;
}
#header-left {
	float:left;
	padding: 0;
	margin: 0;
	vertical-align:top;
	width:300px;
	height: 40px;
	background-image: url(../img/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#header-left h1 {
	display:none;
}
#header-right {
	float:right;
	font-size:0.8em;
	padding: 0;
	margin: 0;
	text-align:right;
	vertical-align:bottom;
	width:450px;
	height: 40px;
}
#header-right ul {
	list-style-type: none;
	margin: 4px 0 0 0;
}
#header-right li {
	float:right;
	margin: 0 0 0 10px;
	padding: 0 0 0 2px;
	list-style-type: none;
	text-decoration:none;
	vertical-align:middle;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0099FF;
}

/*----------------------------------------------------------------------
グローバルナビ
----------------------------------------------------------------------*/
#globalnavi{
	width:750px;
	height: 26px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-color:#656565;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#globalnavi h2{display: none;}
#globalnavi ul{
 	margin: 0px 0px 0px 15px;
 	padding: 0px;
 	list-style: none;
}
#globalnavi ul li{
 	margin: 0px;
 	padding: 0px;
 	display: inline;
}
#globalnavi ul li a{
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -25000px;
	float: left;
	/* \*/
 	overflow: hidden;
  	/* */
}
#globalnavi ul li a:hover{
 background-position: 0px -26px;
 text-decoration: none;
}
/*通常時*/
.c-jisseki{
 background-image: url(../img/c_jisseki.gif);
 background-position: 0px 0px;
 width: 64px;
}
.c-gaiyou{
 background-image: url(../img/c_gaiyou.gif);
 background-position: 0px 0px;
 width: 91px;
}
.c-seido{
 background-image: url(../img/c_seido.gif);
 background-position: 0px 0px;
 width: 90px;
}
.c-jimusho{
 background-image: url(../img/c_jimusho.gif);
 background-position: 0px 0px;
 width: 102px;
}
.c-compliance{
 background-image: url(../img/c_compliance.gif);
 background-position: 0px 0px;
 width: 110px;
}
.c-recruit{
 background-image: url(../img/c_recruit.gif);
 background-position: 0px 0px;
 width: 72px;
}
.c-link{
 background-image: url(../img/c_link.gif);
 background-position: 0px 0px;
 width: 72px;
}
.c-privacy{
 background-image: url(../img/c_privacy.gif);
 background-position: 0px 0px;
 width: 90px;
}
.c-keiei{
 background-image: url(../img/c_keiei.gif);
 background-position: 0px 0px;
 width: 130px;
}
/*フォーカス時*/
.c-jisseki-focus{
 background-image: url(../img/c_jisseki.gif);
 background-position: 0px -26px;
 width: 64px;
}
.c-gaiyou-focus{
 background-image: url(../img/c_gaiyou.gif);
 background-position: 0px -26px;
 width: 91px;
}
.c-seido-focus{
 background-image: url(../img/c_seido.gif);
 background-position: 0px -26px;
 width: 90px;
}
.c-jimusho-focus{
 background-image: url(../img/c_jimusho.gif);
 background-position: 0px -26px;
 width: 102px;
}
.c-compliance-focus{
 background-image: url(../img/c_compliance.gif);
 background-position: 0px -26px;
 width: 110px;
}
.c-recruit-focus{
 background-image: url(../img/c_recruit.gif);
 background-position: 0px -26px;
 width: 72px;
}
.c-link-focus{
 background-image: url(../img/c_link.gif);
 background-position: 0px -26px;
 width: 72px;
}
.c-privacy-focus{
 background-image: url(../img/c_privacy.gif);
 background-position: 0px -26px;
 width: 90px;
}
.c-keiei-focus{
 background-image: url(../img/c_keiei.gif);
 background-position: 0px -26px;
 width: 130px;
}


/*----------------------------------------------------------------------
ぱんくず
----------------------------------------------------------------------*/
#pankuzu{
	width:750px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size:0.9em;
	text-align:left;
	background-color:#FFFFFF;
}
#pankuzu-second{
	width:750px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size:0.9em;
	text-align:left;
	background-color:#FFFFFF;
}

/*----------------------------------------------------------------------
サブタイトル
----------------------------------------------------------------------*/
#subtitle{
	width:750px;
	height:30px;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	text-align:left;
	background-image: url(../img/bg_subnavi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
#subtitle p{
	color: #222222;
	font-weight:bold;
	font-size:1.3em;
	margin: 0px 0px 0px 0px;
	padding: 7px 5px 5px 10px;
}

/*----------------------------------------------------------------------
サブナビ
----------------------------------------------------------------------*/
#subnavi{
	width:750px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#EEEEEE;
	font-size:12px;
	text-align:left;
}
#subnavi p{
	color: #ffffff;
	font-size:95%;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}
#subnavi ul{
	margin: 0px 0px 0px 15px;
	padding: 4px 0px 0px 0px;
	list-style: none;
}
#subnavi ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#subnavi ul li a{
	height: 20px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#subnavi li a:link {
	color: #ffffff;
	text-decoration: none;
}
#subnavi ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#subnavi ul li a:hover {
	color: #e4007f;
	text-decoration: underline;
}
#subnavi ul li a:active {
	color: #FF0000;
	text-decoration: underline;
}

/*----------------------------------------------------------------------
ページ本体
----------------------------------------------------------------------*/
#pagebody {
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size:95%;
	line-height:140%;
}

/*----------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------*/
#content {
	width:750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
#content-left {
	float:left;
	width:510px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
#content-right {
	float:left;
	width:240px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
/**content内
**************************************************/
#content h2 {
	padding: 5px 0px 5px 0px;
	height:60px;
}
#content h2 img {
	padding: 10px 0px 0px 0px;
}
#content h3 {
	padding: 0px 10px 0px 10px;
}
#content-box-center {
	width:700px;
	margin: 0px auto;
 	padding: 10px 0px 0px 0px;
	text-align:center;
}
#content-box-textleft {
	width:700px;
	margin: 0px auto;
 	padding: 5px 0px 0px 0px;
	text-align:left;
}
#content-box-textleft h3 {
	/*font-size:1.2em;*/
	font-size:1.1em;
	font-weight:bold;
	/*margin: 0;*/
	margin: 0 0 10px 0;
 	padding: 0px 0px 5px 0px;
}
/**content-left内
**************************************************/
#content-left h2 {
	display:none;
}
#past-topics {
	width:500px;
 	margin: 45px 0px 0px 0px;
 	padding: 0px;
	font-size:0.8em;
	text-align:right;
}
#past-topics a {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(../img/li_pasttopics.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/**新着**/
#news-box {
	font-size:90%;
	width:500px;
	margin: 0;
	padding: 0px;
}
#news-box dl {
	margin: 15px 2px 20px 30px;
	padding: 0;
}
#news-box dt{
	float: left;
	width: 6em;
}
#news-box dd{ 
	margin: 0px 0em 8px 6em;
	line-height:110%;
}
/*
#news-box ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
#news-box li {
	margin:  10px 0px 10px 0px;
	padding: 0 0px 0px 15px;
	list-style-type: none;
	text-decoration:none;
}
#news-box li a {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}
*/

/**content-right内
**************************************************/
#content-right h2 {
	display:none;
}
/*ご注意ください*/
#call-attention{
	width:234px;
 	margin: 60px 0px 0px 0px;
 	padding: 3px;
	background-color:#EEEEEE;
}
#call-attention-naiyou{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color:#fff7c1;
	border: 1px dotted #999999;
	font-size:0.8em;
	line-height:130%;
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
#footer {
	clear:both;
	width: 750px;
	height:100px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align:right;
	color:#333333;
	line-height:100%;
	background-image: url(../img/bg_fotter.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer-left {
	float:left;
	padding: 0;
	margin: 0;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	width:180px;
}
#footer-right {
	float:right;
	font-size:0.8em;
	padding: 0;
	margin: 0;
	text-align:right;
	vertical-align:bottom;
	width:590px;
}
#footer-left img {
	margin: 0px 0px 0px 1px;
}
.copyright {
	text-align:right;
	font-size: 10px;
	margin: 2px 5px 5px 0px;
	padding: 0px 0px 10px 0px;
}
.kyoukai {
	float:right;
	line-height:120%;
	margin: 0px 5px 0px 0px;
	padding: 6px 0px 5px 20px;
	color:#333333;
	text-align:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../img/logo_ss.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.kyoukai h4 {
	text-align:right;
	background-image: url(../img/logo_ss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---サイト名住所---*/
.sitename{
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0px 2px 5px;
	padding: 2px 0px 0px 0px;
}
.address {
	font-size: 11px;
	line-height:11px;
	margin: 0px 5px 2px 5px;
	padding: 0px;
}
/**プラグインのダウンロード
**************************************************/
#plugin-download {
	clear:right;
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	font-size:0.8em;
	color:#333333;
}






/*左マージンを確保したボックス
----------------------------------------------*/
#box-leftmargin-1 {
	margin: 0 0 0 1em;
	padding: 0;
}
#box-leftmargin-2 {
	margin: 0 0 0 2em;
	padding: 0;
}
#box-leftmargin-3 {
	margin: 0 0 0 3em;
	padding: 0;
}
#box-leftmargin-4 {
	margin: 0 0 0 4em;
	padding: 0;
}


/*罫線のないテーブル(罫線なし・マージン0)
----------------------------------------------*/
#tablenoborder {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#tablenoborder table {
	border:none;
	margin: 0px;
	padding: 0px;
}
#tablenoborder th {
	border:none;
	margin: 0px;
	padding: 0px;
}
#tablenoborder td {
	border:none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


/*ボックス内テーブル(罫線なし)
----------------------------------------------*/
#inbox-border-none {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#inbox-border-none table {
	border:none;
	margin: 0px;
	padding: 0px;
}
#inbox-border-none th {
	border:none;
	margin: 0px;
	padding: 0px;
}
#inbox-border-none td {
	border:none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
/*ボックス内テーブル(罫線あり)
----------------------------------------------*/
#inbox-border-on {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#inbox-border-on  table {
	margin: 5px 0px 5px 0px;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#inbox-border-on  th {
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	background-color:#cdeaff;
	color:#333333;
	font-weight: normal;
	text-align:center;
}
#inbox-border-on  th p {
	background-color:#8fd1ff;
	font-weight: normal;
	text-align:center;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
#inbox-border-on td {
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}