/*
Theme Name: 女性キャリアデザイン協会
Theme URI: http://www.career-design.net/
Description: 女性キャリアデザイン協会テンプレート
Version: 2.6.3
Author: Logo and Web Co., Ltd.
*/

@charset "utf-8";

/*-- リセット --------------------------------------------------*/
*{
  margin:0;
  padding:0;
  border:none;
  color:#666666;
  font-size:100%;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  line-height:1;
}
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
    border:0;
}
ul,li{
  list-style: none;
}



/*-- フォント --------------------------------------------------*/
*{
    font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro", 
    "メイリオ", Meiryo, 
    Osaka, 
    "ＭＳ Ｐゴシック", "MS P Gothic", 
    sans-serif;
}
/* IE7に対するフォントの種類 */
*:first-child+html *{
    font-family:
    "メイリオ", Meiryo, 
    "ＭＳ Ｐゴシック", "MS P Gothic", 
    sans-serif;
}
/* IE6に対するフォントの種類 */
* html *{
    font-family:
    "メイリオ", Meiryo, 
    "ＭＳ Ｐゴシック", "MS P Gothic", 
    sans-serif;
}

/*-- 共通 --------------------------------------------------*/
body{
  background: #dedede url(images/img_bg_top.jpg) repeat-x left top;
  font-size: 12px;
  color:#666666;
}
p{
  line-height: 1.4;
  letter-spacing: 0.1em;
}

li{
  line-height:1.7;
}

.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.fontcolorRed{
  color: #FF0000;
}

#container_wrap {
  background: url(images/img_body_bg.jpg) repeat-y left top;
  margin-right: auto;
  margin-left: auto;
  width: 912px;
}

#container {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  margin-bottom: 60px;
}

/*-- ヘッダー --------------------------------------------------*/
#header {
  padding: 0px;
}
#header #cover_home{ /* トップページ */
  height: 366px;
  background: url(images/img_main.jpg) no-repeat left bottom;
}
#header #cover_aboutus{ /* 女性キャリアデザイン協会とは */
  height: 281px;
  background: url(images/img_top_a.jpg) no-repeat left bottom;
}
#header #cover_works{ /* 事業内容 */
  height: 281px;
  background: url(images/img_top_a.jpg) no-repeat left bottom;
}
#header #cover_rules{ /* 協会規約 */
  height: 281px;
  background: url(images/img_top_a.jpg) no-repeat left bottom;
}
#header #cover_admin{ /* 運営組織 */
  height: 281px;
  background: url(images/img_top_a.jpg) no-repeat left bottom;
}
#header #cover_activ{ /* 活動内容 */
  height: 281px;
  background: url(images/img_top_b.jpg) no-repeat left bottom;
}
#header #cover_members{ /* 会員募集 */
  height: 281px;
  background: url(images/img_top_c.jpg) no-repeat left bottom;
}
#header #cover_links{ /* リンク集 */
  height: 281px;
  background: url(images/img_top_e.jpg) no-repeat left bottom;
}
#header #cover_inq{ /* お問い合わせ */
  height: 281px;
  background: url(images/img_top_d.jpg) no-repeat left bottom;
}
#header #cover_pp{ /* プライバシーポリシー */
  height: 281px;
  background: url(images/img_top_f.jpg) no-repeat left bottom;
}
#header #cover_sitemap{ /* サイトマップ */
  height: 281px;
  background: url(images/img_top_f.jpg) no-repeat left bottom;
}
#header h1#logo{ /* ロゴ */
  float: left;
  height: 50px;
  width: 288px;
  position: relative;
  left: 35px;
  top: 6px;
}
#header p#copy{ /* ヘッダーコピー */
  float: right;
  position: relative;
  right: 10px;
  top: 12px; /* 22px; */
}

/*-- コンテンツ --------------------------------------------------*/
#content {
  margin-top: 30px;
  clear: both;
  width: 830px;
  margin-right: 35px;
  margin-left: 35px;
  padding: 0px;
}
/* clearfix */
#content:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#content { display: inline-table; }
/* Mac OS版には適用しない */
*html #content { height: 1%; }
*+html #content { height: 1%; }
#content { display: block; }
/**/


/* 左コンテンツ */
#content #main{
  float: left;
  width: 575px;
  margin: 0px;
  padding: 0px;
}
#content #main p.title_copy{ /* キャッチコピー画像 */
  margin-bottom: 22px;
}
#content #main h2{ /* ピンクアイコン付きページタイトル */
  background: url(images/img_arrow.gif) no-repeat left top;
  margin-bottom: 22px;
  font-weight: bold;
  color: #ef6fae;
  font-size: 14px;
  border-bottom: 2px solid #ef6fae;
  letter-spacing: 0.3em;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 2px;
  clear: both;
}


#main .main_area {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#main .main_area #archiveList{
  text-align: right;
  margin-right: 1em;
}
#main .main_area #archiveList select{
  border: 1px solid #666666;
}


#main .main_area .gray_area{ /* 背景グレーエリア */
  background: #f3f3f3;
  padding: 1em;
  width: 400px;
  margin-top: 22px;
}
#main .main_area .green_area{ /* 背景グリーンエリア */
  background: #daf2b8;
  padding: 1em;
  width: 400px;
  margin-top: 22px;
}
#main .main_area .blue_area{ /* 背景ブルーエリア */
  background: #dae9f8;
  padding: 1em;
  width: 430px;
  margin-top: 22px;
}


#main .main_area h3{ /* グリーンボーダー付き中見出し */
  margin-bottom: 22px;
  font-weight: bold;
  color: #439514;
  font-size: 14px;
  letter-spacing: 0.1em;
  clear: both;
  border-left: 5px solid #439514;
  padding: 5px;
}
#main .main_area h4{ /* ピンク太文字中見出し14px */
  margin-top: 22px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #ef6fae;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#main .main_area h5{ /* グレー太文字中見出し14px */
  margin-top: 22px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#main .main_area h6{ /* グレー区切り用点線 */
  border-bottom: 3px dotted #CCCCCC;
  width: 100%;
  padding-bottom: 1.8em;
  margin-bottom: 1.8em;
}


#main .main_area p{
  margin-bottom: 0.5em;  
}
#main .main_area img{
  margin-right: 1.5em;
}
#main .main_area  .ImgSpaceDwn{ /* 下にスペース確保 */
  margin-bottom: 22px;
}
#main .main_area .ImgSpaceUpDwn{ /* 上下にスペース確保 */
  margin-bottom: 22px;
  margin-top: 22px;
}

#main .main_area ul#minino{ /* 番号（ミニ画像）付リスト */
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#main .main_area ul#minino li{
  height: 16px;
  line-height: 1.6;
  padding-left: 1.6em;
  margin-bottom: 1.5em;
}
#main .main_area ul li#minino1{
  background: url(images/text_1.gif) no-repeat left top;
}
#main .main_area ul li#minino2{
  background: url(images/text_2.gif) no-repeat left top;
}
#main .main_area ul li#minino3{
  background: url(images/text_3.gif) no-repeat left top;
}
#main .main_area ul li#minino4{
  background: url(images/text_4.gif) no-repeat left top;
}
#main .main_area ul li#minino5{
  background: url(images/text_5.gif) no-repeat left top;
}

#main .main_area ul#bigno{ /* 番号（ビッグ画像）付リスト */
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#main .main_area ul#bigno li{
  height: 24px;
  line-height: 2.4;
  padding-left: 2.4em;
  margin-bottom: 1.5em;
}
#main .main_area ul li#bigno1{
  background: url(images/img_1_big.gif) no-repeat left top;
}
#main .main_area ul li#bigno2{
  background: url(images/img_2_big.gif) no-repeat left top;
}
#main .main_area ul li#bigno3{
  background: url(images/img_3_big.gif) no-repeat left top;
}
#main .main_area ul li#bigno4{
  background: url(images/img_4_big.gif) no-repeat left top;
}
#main .main_area ul li#bigno5{
  background: url(images/img_5_big.gif) no-repeat left top;
}
#main .main_area ul li#bigno6{
  background: url(images/img_6_big.gif) no-repeat left top;
}

#main .main_area #admin_data table{ /* 運営組織メンバーテーブル */
  margin: 0px;
  padding: 0px;
  border-style: none;
}
#main .main_area #admin_data th{
  width: 62px;
  text-align: left;
  vertical-align: top;
  border-right: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
#main .main_area #admin_data td{
  width: 308px;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
  border-bottom: 10px solid #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
#main .main_area #admin_data td em{
  font-weight: bold;
}
th#kaicho,th#riji{
  color: #c24890;
  background: #f9cbcb;
  height: 31px;
}
td#kaicho,td#riji{
  color: #666666;
  background: #fce5e5;
  height: 31px;
}
td#kaicho em,td#riji em{ color: #c24890;}
th#rijicho{
  color: #47871e;
  background: #daf2b8;
  height: 31px;
}
td#rijicho{
  color: #666666;
  background: #edf9dc;
  height: 31px;
}
td#rijicho em{ color: #47871e;}

#main .main_area #pink_dot_grybk p{ /* 背景グレーでピンク● */
  background: url(images/pink_dot.gif) no-repeat left center;
  line-height: 1.6;
  padding-left: 1.5em;
}
#main .main_area #green_dot_greenbk p{ /* 背景グリーンでグリーン● */
  background: url(images/green_dot.gif) no-repeat left center;
  line-height: 1.6;
  padding-left: 1.5em;
}
#main .main_area #blue_dot_bluebk p{ /* 背景ブルーでブルー● */
  background: url(images/blue_dot.gif) no-repeat left center;
  line-height: 1.6;
  padding-left: 1.5em;
}

/* 新着情報ページ */
#main .main_area .newsdetail{
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 2.8em;
}
#main .main_area .newsdetail h4{
  margin-top: 22px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #ef6fae;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#main .main_area .newsdetail p{
	margin-bottom: 0.8em;
}
#main .main_area .newsdetail p strong{
  font-weight: bold;
}
#main .main_area .newsdetail .postDate p{
  font-size: 10px;
}

#content #main .newsdetail li a{
  font-size: 14px;
  line-height: 1.8;
}

/* TOP新着情報 *----------------------------------  2010-06-15/
p#actlist a{
text-align: right;
margin-top: 10px;
}

/* 会員情報 */
#content #main h3.members{
  margin-bottom: 22px;
}



/* サイトマップ：タイトル */
#content #main h3.sitemap_title{
  margin-bottom: 22px;
  font-weight: bold;
  color: #439514;
  font-size: 14px;
  letter-spacing: 0.2em;
  clear: both;
  padding: 5px;
}
#content #main #sitemap li.pagenav{
  color: #FFFFFF;
}
#content #main #sitemap ul{
  margin-left: 2em;
}
#content #main #sitemap li a{
  font-size: 14px;
  line-height: 1.8;
}

/* お申込みフォーム */
#main .main_area #form{
  margin-top: 22px;
}
#main .main_area #form th{
  width: 118px;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
#form th.hissutitle{
  color: #c24890;
  background: #f9cbcb;
  border-bottom: 11px solid #FFFFFF;
}
#form th.nohissutitle{
  color: #47871e;
  background: #daf2b8;
  border-bottom: 11px solid #FFFFFF;
}
#main .main_area #form td{
  text-align: left;
  vertical-align: top;
  padding-left: 45px;
}
#main .main_area #form td #selectBtn{
  width: 325px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #CCCCCC;
}
#form td.hissuitem{
  background: url(images/img_hissu.jpg) no-repeat left top;
  border-bottom: 11px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
}
#form td.nohissuitem{
  background: url(images/img_nini.jpg) no-repeat left top;
  border-bottom: 11px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
}
#form td input.txtbox{
  width: 330px;
  padding: 8px 5px;
  border: 1px solid #cccccc;
}
#form td textarea{
  border: 1px solid #cccccc;
  height: 200px;
  width: 330px;
  padding: 5px;
}
#main .main_area #form #button{
	text-align: center;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#main .main_area #form button{
  background: #FFF;
  padding: 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  height: 24px;
  width: 110px;
  margin-right: 1em;
}


/* 新着情報 */
#main #news{
  clear: both;
  margin-left: 7px;
}
#main #news ul{
  list-style: none;
  margin-left: 0.5em;
}
#main #news ul li{
  margin-bottom: 0.5em;
}
#main #news ul li a{
  margin-left: 0.8em;
}
#main #news ul li span{
  padding-right: 1em;
}
#main #news ul li#newslist{
  text-align: right;
  letter-spacing: 0.1em;
}



/* リンク集 */
#main .main_area .bookmark{
  height: 100px;
  padding-top: 10px;
}
#main .main_area .bookmark img{
  float: left;
}


/* 右コンテンツ */
#content #sub{
  float: right;
  margin: 0px;
  padding: 0px;
}
#content #sub ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#content #sub ul li{
  width: 232px;
  margin: 0px;
  padding: 0px;
}
#content #sub ul li img{
	vertical-align: top;
}



/*-- トップに戻るボタン --------------------------------------------------*/
#back2top{
  clear: both;
  width: 830px;
  padding: 0px;
  margin: 0px 35px;
  text-align: right;
}

/*-- フッター --------------------------------------------------*/
#footer{
  clear: both;
  background: url(images/img_footer_bg.jpg) no-repeat left top;
  height: 60px;
  width: 916px;
}
#footer_area{
  margin-right: 6px;
  margin-left: 6px;
  width: 900px;
}
#footer_area ul{
  float: left;
  list-style: none;
  position: relative;
  left: 35px;
  top: 20px;
}
#footer_area ul li{
  float: left;
  margin-right: 1em;
}
#footer_area address{
  position: relative;
  float: right;
  top: 20px;
  right: 35px;
}
#footer ul,
#footer li,
#footer p,
#footer address{
  color: #FFFFFF;
}

/*-- リンク --------------------------------------------------*/
p#copy a,#content a {
  color: #439514;
  text-decoration: underline;
	}
p#copy a:hover,#content a:hover {
  color: #439514;
  text-decoration: none;
	}
#footer a {
  color: #ffffff;
  text-decoration: underline;
	}
#footer a:hover {
  color: #ffffff;
  text-decoration: none;
	}



