/* ========ベーシック========   */

* { 
   font-family: UD デジタル 教科書体 NK-B,メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;

 }

body {
   margin:0;
   padding:0;
   letter-spacing:1px; 
}

br {
   letter-spacing:normal;
}

a {
   color:0172AB;
   text-decoration:none;
}

a:hover {
   color:#0cf;
}

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

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


/* ========テンプレート レイアウト======== */
div#top {
   width:785px;
   margin:0 auto;
   background:url(images/bg_contents_left.gif) 0% 0% repeat-y;		/*　左側距離　上側距離　*/
}

div#wrapper {
   width:785px;
   background:url(images/bg_contents_right.gif) 100% 0% repeat-y;	/*　左側距離　上側距離　*/
}

/* ==　ご案内 カラフル枠（検討）==*/
div#sep1 {
   background-image: url("./image1/icon_sr_R.JPG");
   background-repeat: repeat-x;
   background-position: top left;
   padding-top: 16px;
}

div#sep2 {
   background-image: url("./image1/waku1_R.JPG");
   background-repeat: repeat-x;
   background-position: top left;
   padding-top: 16px;


}
/* ==　end ご案内 カラフル枠（検討）==*/

div#header {
   position:relative;
   padding:0px 16px;
}

div#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
}

div#menuWrapper {
   float:right;				/*　回り込み指定　*/
}

div#menu {
   float:left;
   padding:0 5px;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:10px 20px 0 20px;		/* 上　右　下　左　*/
}

div#main {
   float:left;
   width:495px;
   margin:10px 0;			/*　上下　左右　*/
}

div#main2 {			/* main2 */
   float:left;
   width:735px;
   margin:10px 0;			/*　上下　左右　*/
   font-size:0.94em;
}

div#sub {
   float:right;
   width:220px;
   margin:10px 0;
}

div#l-notice {
   float:left;
   width:367px;
   margin:10px 0;
}

div#r-notice {
   float:right;
   width:367px;
   margin:10px 0;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;				/* 両側の回り込み解除 */
   margin:0 5px;
   background:#0082C6 no-repeat;
}


/* ========ヘッダー枠（div#header *）======== */
div#header h1 {
   margin:0;
   padding:10px;
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}


/* ========メニュー枠（div#menu ul *）======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;		/* 先頭文字なし */
}

div#menu li a{
   display:block;
   width:155px;
   line-height:50px;
   color:#fff;
   background:#0082C6;
}

div#menu li a:hover{
   color:#fff;
   background:#0097D7;
}


/* ========左メイン枠（div#main *）======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   border-bottom:1px solid #0172AB;
}

div#main h2 {
   padding:5px 0 5px 0;
   color:#333;
   font-size:0.94em;
   font-weight:bold;
   border-top:3px solid #929292;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main div.section {
   margin-bottom:30px;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

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

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

/* ========INFOMATION CUSTOMIZE（div#main dl.infomation *）======== */
div#main dl.infomation {
   margin:0;
}
div#main dl.infomation dt {
   float:left;
}

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


/* ========下メイン枠（div#main2 *）======== */

div#main2 a {
   color:#0172AB;
}

div#main2 a:hover {
   color:#0172AB;
   border:0;
   border-bottom:1px solid #0172AB;
}

div#main2 h2 {
   padding:5px 0 5px 0;
   color:#333;
   font-size:0.98em;
   font-weight:bold;
   border-top:3px solid #929292;
}

div#main2 h3 {
   margin-bottom:3px;
   font-size:0.94em;
}

div#main2 h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main2 h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main2 h6 {
   margin-bottom:-6px;
   font-size:0.75em;
}
div#main2 p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main2 ul,ol,dl{
   font-size:0.75em;
}

div#main2 dt{
   margin-bottom:3px;
}

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

div#main2 div.section {
   margin-bottom:10px;
}



/* ========INFOMATION CUSTOMIZE（div#main2 dl.infomation *）======== */
div#main2 dl.infomation {
   margin:0;
}
div#main2 dl.infomation dt {
   float:left;
}

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

/* ========右カラム枠========（ div#sub *）*/
div#sub div.section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   border-bottom:3px solid #929292;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}

/* ========右カラム枠========（ div#r-notice *）*/
div#r-notice div.section {
   margin-bottom:10px;
}

/* ========左カラム枠========（ div#l-notice *）*/
div#l-notice div.section {
   margin-bottom:10px;
}


/* ========TOTOP CUSTOMIZE（div#totop *）======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0px;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========フッターメニュー枠（div#footMenu）======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========フッター枠（address）======== */
address {
   padding:5px;
   font-size:12px;
   color:#fff;
   text-align:center;
   background:url(images/bg_contents_right.gif) 100% 0 0 no-repeat;
}
