@charset "utf-8";
/**********レイアウト設定**********/

/*デフォルトリセット*/
body,p,img,h1,h2,h3,h4,h5,table,tr,th,td,dl,dt,dd,form,ul,li,ol,br {
	margin: 0;
	padding: 0;
}
body{
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

/*ボックス*/
#box {
	background: url(../images/common/box.gif) repeat-y center;
	margin: 0 auto;
	padding: 0 9px;
	width: 800px;
}

/*画像背景のボタン化*/
.img_bn {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*ヘッダ*/
#header {
	background: #fff url(../images/common/header.gif) repeat-x left bottom;
	height: 71px;
	width: 800px;
	position: relative;
	border-bottom: 2px solid #fff;
}

#header a { position: absolute; }

/*ロゴ*/
a#logo {
	background: url(../images/common/logo.gif);
	height: 68px;
	width: 284px;
	top: 0;
	left: 28px;
}

a:hover#logo { background: url(../images/common/logo.gif) 0 -68px; }

/*白十字会で働くみなさんへ*/
a#user {
	background: url(../images/common/user.gif);
	height: 38px;
	width: 253px;
	top: 8px;
	right: 11px;
}

a:hover#user { background: url(../images/common/user.gif) 0 -38px; }

/*HOME*/
a#home {
	background: url(../images/common/home.gif);
	height: 17px;
	width: 61px;
	top: 49px;
	left: 538px;
}

a:hover#home { background: url(../images/common/home.gif) 0 -17px; }


/*サイトマップ*/
a#sitemap {
	background: url(../images/common/sitemap.gif);
	height: 17px;
	width: 96px;
	top: 49px;
	left: 615px;
}

a:hover#sitemap { background: url(../images/common/sitemap.gif) 0 -17px; }


/*採用情報*/
a#recruit {
	background: url(../images/common/recruit.gif);
	height: 17px;
	width: 71px;
	top: 49px;
	left: 716px;
}

a:hover#recruit { background: url(../images/common/recruit.gif) 0 -17px; }

/*メインメニュー*/
ul#menu {
	height: 29px;
	width: 800px;
	list-style: none;
	border-bottom: 1px solid #fff;
}

ul#menu li { display: inline; }

ul#menu li a {
	float: left;
	height: 29px;
	width: 160px;
}

/*通常時*/
a#menu1 { background: url(../images/common/menu.gif) 0 0; }

a#menu2 { background: url(../images/common/menu.gif) -160px 0; }

a#menu3 { background: url(../images/common/menu.gif) -320px 0; }

a#menu4 { background: url(../images/common/menu.gif) -480px 0; }

a#menu5 { background: url(../images/common/menu.gif) -640px 0; }

/*オンマウス時*/
a:hover#menu1 { background: url(../images/common/menu.gif) 0 -29px; }

a:hover#menu2 { background: url(../images/common/menu.gif) -160px -29px; }

a:hover#menu3 { background: url(../images/common/menu.gif) -320px -29px; }

a:hover#menu4 { background: url(../images/common/menu.gif) -480px -29px; }

a:hover#menu5 { background: url(../images/common/menu.gif) -640px -29px; }

/*選択時*/
a#menu1_on { background: url(../images/common/menu.gif) 0 -29px; }

a#menu2_on { background: url(../images/common/menu.gif) -160px -29px; }

a#menu3_on { background: url(../images/common/menu.gif) -320px -29px; }

a#menu4_on { background: url(../images/common/menu.gif) -480px -29px; }

a#menu5_on { background: url(../images/common/menu.gif) -640px -29px; }

/*コンテンツボックス（２カラム）*/
#contents {
	background: url(../images/common/contents.gif) repeat-y right;
	padding: 0 30px 50px 30px;
	width: 740px;
}

/*コンテンツボックス（１カラム）*/
#contents2 {
	padding: 0 30px 50px 30px;
	width: 740px;
}

/*コンテンツ*/
#content {
	float: left;
	width: 530px;
}

/*サイド*/
#side {
	text-align: center;
	float: right;
	padding: 6px 0;
	width: 170px;
}

/*フッタ*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 9px 0 0 12px;
	width: 758px;
	border-top: 2px solid #039;
	border-bottom: 60px solid #fff;
}

/*コピーライト*/
#copy {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: right;
	color: #666;
}
/*コピーライト(センタリング)*/
#copy_center {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-align: center;
	color: #666;
}

/*ボックス下部*/
#box_bottom {
	background: url(../images/common/box_bottom.gif) no-repeat center top;
	margin: 0 auto;
	height: 10px;
	width: 818px;
}

/**********画像設定**********/

img {
	border: 0;
	vertical-align: bottom;
}

/*右寄せ*/
img.right {
	float: right;
	margin: 0 0 20px 20px;
}

/*左寄せ*/
img.left {
	float: left;
	margin: 0 20px 20px 0;
}

/**********文章設定**********/

p {
	line-height: 1.8;
	font-size: 75%;
	color: #000;
}

#content p { margin-top: 15px; }

/**********リンク設定**********/

/*背景画像リンクデフォルト*/
a.bn,
#header a,
ul#menu li a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;/*Firefoxのリンク枠のため*/
}

/*リスト画像リンク*/
a.list {
	font-size: 12px;
	color: #036;
	background: url(../images/common/list.gif) no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}

a:hover.list {
	text-decoration: none;
	color: #036;
}

/*パンくずリスト*/
#linklist {
	background: url(../images/common/linklist.gif) repeat-x top;
	padding: 30px 0 0 30px;
	width: 770px;
	font-size: 12px;
	color: #036;
}

#linklist span {
	font-weight: bold;
	margin-left: 10px;
	color: #036;
}

#linklist a {
	margin: 0 10px;
	color: #036;
}

#linklist a:hover {
	color: #06f;
	text-decoration: none;
}

/**********見出し設定**********/

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: center;
	background: #f5f5f5;
	padding: 6px 0;
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
}

/*画像見出し（H2）*/
h2 {
	background: #fff;
	padding: 10px 0 30px 30px;
	width: 755px;
}

/*画像小見出し（H3）*/
h3 {
	padding-top: 30px;
	padding-bottom:5px;
	width: 100%;
	border-bottom:1px solid #666;
}

/*画像小見出し（H3）*/
#contents2 h3 { padding-top: 0; }

/*テキスト小見出し（H4）*/
h4 {
	color:#036;
	font-size:90%;
	padding:20px 0 0 0;
	margin:0;
}


/**********clearfix（floatする要素を包括する親要素に指定）**********/

/*IE以外モダンブラウザ*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*IE7・Mac版IE5*/
.clearfix {
	display: inline-block;
}
/*IE6以前*/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* add new style MM ----------------------------------- */
.ftR {float:right;}
.ftL {float:left;}
.ml12p {margin-left:12px;}
.txc {text-align:center;}
.txr {text-align:right;}

.mt05e {margin-top:0.5em;}
.mt10e {margin-top:1em;}
.mt20e {margin-top:2em;}
.mb05e {margin-bottom:0.5em;}
.mb10e {margin-bottom:1em;}
.mb12e {margin-bottom:1.2em;}
.mb16e {margin-bottom:1.6em;}
.mb18e {margin-bottom:1.8em;}
.m05 {margin-top:0.5em; margin-bottom:0.5em;}
.m10 {margin-top:1em; margin-bottom:1em;}

.red {color:#FF0000;}
.org {color:#FF6600;}

.clr {clear:both;}

.clrL {clear:left;}