@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*   font-family:Georgia,"MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif; */
   font-size:12px;
   color:#000;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:912px;
   margin:0 auto;
   padding:0 10px;
   background:#fff;

}

#header {
   position:relative;
   width:912px;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#message {
   position:absolute;
   top:10px;
   right:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:912px;
   margin-top:10px;
}

#icatch {
   float:left;
   width:780px;
   margin-top:10px;
}

#contents {
   float:left;
   width:850px;
   padding:30px 30px;
   background:#fff;
   border:solid 1px #666;
   behavior: url(PIE.htc);/* for IE */
}

#contents h2 {
   clear:both;
   margin-bottom:5px;
   padding-left:10px;
   font-size:14px;
   border-left:5px solid ;
}


#main {
   float:left;
   width:852px;
}

#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   width:910px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:32px;
   line-height:1.0;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #message {
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
#menu ul {
   float:left;
   margin:0;
   padding:0;
   list-style:none;
   border-top:1px solid #999;
/*   border-bottom:1px solid #999;*/
   background:#fff url("../images/bg_menu.gif") 0 0 repeat-x;
}

#menu li ul {
   border-top:1px solid #999;
   border-bottom:none;
}

#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:1px solid #999;
}

#menu li li a:hover {
   margin-left:0;
   background:#fff;
}

#menu li a {
   display:block;
   width:132px;
   padding:10px 10px;
   text-align:left;
   outline:none;
}

#menu li li a {
   display:block;
   width:120px;
   padding:10px 5px;
   line-height:20px;
   text-align:left;
   outline:none;
}

#menu li a:hover {
   color:#666;
   text-decoration:none;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   padding:5px 0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#d9890f;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   clear:both;
   width:530px;
   height:100px;
   line-height:100px;
   margin-bottom:20px;
   padding-left:10px;
   font-size:16px;
   color:#fff;
   background:url("../images/bg_h2.gif") 0 0 no-repeat;
 }

#main h3 {
   clear:both;
   margin-bottom:5px;
   padding-left:10px;
   font-size:14px;
   color:#e54c81;
   border-left:5px solid #ED81A6;
}

#main h4 {
   margin-bottom:5px;
   font-size:14px;
   color:#e54c81;
   border-bottom:2px solid #ED81A6;
}

#main h5 {
   margin-bottom:5px;
   padding:2px;
   font-size:12px;
   color:#666;
   border:1px solid #ED81A6;
   background:#FFF3EF;
}

#main h6 {
   margin-bottom:3px;
   padding-left:8px;
   font-size:12px;
   font-weight:normal;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0 0 20px 0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   width:550px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main a.LINK {
   font-size:11px;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding-bottom:2px;
   font-size:14px;
   font-weight:bold;
   text-align:center;
   border-bottom:1px solid #999;
}

#sub h3 {
   padding:5px;
   font-size:12px;
   font-weight:bold;
   background:#EFEBEF;
}
#sub p {
   font-size:12px;
   text-align:center;
   margin-bottom:20px;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#FFF3EF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footer ul {
   margin:20px 0;
   padding-top:20px;
   text-align:center;
   border-top:1px solid #ddd;
}

#footer li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footer li a:hover {
   color:#666;
   text-decoration:underline;
}
/* ========フッター追加======== */
#footer{
color: #776a57;/*---文字の色設定---*/
width: 100%;/*---幅設定---*/
background-color: #;/*---背景の色設定画像でもok---*/
}

#footercontainer{
	padding:10px;
margin: 0 auto;/*---センタリング---*/
width: 850px;/*---幅を850pxに設定---*/

}

#footer .contents{
float: left;/*---回り込み---*/
width: 147px;/*---幅設定---*/
padding:10px;
line-height:20px;
height: 150px;/*---高さ設定---*/
border-right:#CCC solid 1px;
border-left:#CCC solid 1px;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}#TITLE {
	font-size: 18px;
}
#LongText {
	line-height: 2em;
}




/* ========追加====== */
p.sample2 {background-color: FFFFFF; margin: 10px; padding: 10px;}

.achievements-fd {
position:relative; /* 絶対配置の基準点 */
width:100%; /* 600px以下は幅いっぱいに広げる */
max-width:600px; /* 最大幅の指定 */
height:300px; /* 高さの指定 */
margin:0 auto; /* ブロック要素の中央揃え */
text-align:center; /* インライン要素の中央揃え */
background:#fff; /* 背景色 */
}

.achievements-fd p {
display:table-cell; /* 要素をテーブルのようにする */
text-align:center; /* インライン要素の中央揃え */
vertical-align:middle; /* 天地中央に揃える */
}

/*005
---------------------------------------*/
.box01 {
    position:relative;
    height: 100%;

}
.box01 p {
  width:450px;
  height:100px;
  position:absolute;
  top:50%;
  left:33%;
  margin:-75px 0 0 -75px;
  background-color:#ffffe0; 
}