@charset "UTF-8";


/* ========ベーシック======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:5px solid #009CFF;
   background:#fff;
}

br {
   letter-spacing:normal;
}

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

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

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

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


/* ========レイアウト======== */
#header {
   width:780px;
   height: 100px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #009CFF;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#wrap {
   clear:both;
   width: 780px;
   margin: auto;
}

#top_image {
	width: 780px;
   margin:auto;
   margin-top: 60px;
}

#contents {
   clear:both;
   position:relative;
   overflow:hidden;
   width:780px;
   margin:  auto;
   background:#fff;
}

#main {
   float:right;
   width:700px;
   padding-top:15px;
}

#sub {
   width:220px;
   height: 200px;
   padding-top:15px

}

#pageTop {
   clear:both;
   width:780px;
}

#footer {
	margin-top: 50px;
   clear:both;
   background:#f5f5f5;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 20px 40px;
}


/* ========ヘッダー======== */
#tel {
   float: right;
   padding-top: 20px;
   font-size:15px;
   color:#000;
   line-height:5px;
}
#header img{
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 50%;
	height: 50%;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}
#header #pr{
	padding-left: 520px;
	padding-top: 0px;
	font-size: 9px;
}
/* ========ナビメニュー======== */
#menu ul {
   overflow:hidden;
   width:780px;
   height: 40px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
	margin-top: -5px;
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a.active {
   color:#000;
   background-color: #009CFF;
   text-decoration:none;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
}
/*=======テーブル=========*/
#main h2 {
	height: 20px;
   margin-bottom:20px;
   padding:16px 10px 15px 0px;
   border-bottom:1px dotted #ddd;
   font-size: 22px;
} 
table.privacy h2 {
	text-align: left;
}
table.privacy p {
	text-align: left;
}
table .privacy{
	width: 600px;
}

table.privacy ul {
    background: #fff;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #000;
    font-weight: normal;
	list-style:none;
}
 
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #009CFF 10px solid;
        margin-top: -10px;
    }
}
 
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#009CFF url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   color: #fff;
}

/* ========フッター======== */
#footMenu .section {
   width:450px;
   margin: auto;
   padding:0;
}

#footMenu ul {
   margin:0;
   padding:0;
   }

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
   display: inline;
}

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


/* ========著作権======== */
.copyright {
   clear:both;
   padding: 0;
   padding-bottom:20px;
   font-style:normal;
   font-size:10px;
   text-align:center;
}