@charset "Shift_JIS";

/* ++++++++++++ HTML RESET ++++++++++++ */

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
        margin:0 auto;
        padding:0;
	font-size: 12px;
	line-height:1.4;
	color: #333544;
	background-color:#333544;
        text-align:center;

}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

p,td{
	margin: 0px;
	padding: 0px;
}

img{
        border:0;
}


a{
        text-decoration:none;
        color:#FF9966;
}

a:visited{
        color:#FF6600;
}



/* ++++++++++++ HTML RESET ++++++++++++ */


/* --レイアウト共通------------------------------------------------------------------------ */

#container{
        width:865px;
	margin:0px auto;
	padding:5px;
	text-align:left;
	background-color:#FFFFFF;
}


/* --HEADER（ヘッター）-------------------------------------------------------------------- */

/* --共通-------------------------------------------------- */
#header{
	margin: 0px;
	padding:0px;
        height:45px;
        position:relative;
        width:100%;
	background-image:url(../images/header_bg.gif);
}

/* --INDEX専用--------------------------------------------- */
body#index #header h1{
	margin: 0px;
	padding:0px;

}
/* --セカンド以降専用-------------------------------------- */
#header h1{
	margin: 0px;
	padding:0px;
}

#logo h1 img{
        position:absolute;
        top:13px;
        left:755px;
}


/* --メインメニュー-------------------------------------------------------------------- */

#menu{
	margin:5px 0 0 0;
	padding: 0;
        width:865px;
        height:85px;
	background-image:url(../images/menu_bg.gif);
        position:relative;
}


#menu_contents{
        width:444px;
        position:absolute;
        top:0px;
        left:421px;
}

#menu_contents ul {
	margin:0;
	padding:0;
}

#menu_contents li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
        width:111px;
}

#menu_contents li img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu_contents li a {
	display: block;
}




/* --INDEX専用--------------------------------------------------------------------------- */

body#index #wrapper{
        margin:0;
        padding:0;
        width:100%;
        height:210px;
	background-image:url(../images/index_conbg.gif);
        position:relative;
}

body#index #wrapper #logo{
        top:140px;
        left:40px;
        position:absolute;
}

body#index #wrapper #catch{
        top:125px;
        left:512px;
        position:absolute;
}



/* --セカンド以降　#RIGHTと#LEFTの総括-------------------------------------------------- */

#wrapper{
        width:865px;
	margin:0;
	padding:0;
	background-image:url(../images/wrapper_bg.gif);
        background-repeat:repeat-y;
}

#wrapper:after{
       content: "";
       display: block;
       clear: both;
       height: 1px;
       overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
    overflow: visible;
}
/**/


/* --各コンテンツのタイトル-------------------------------------- */
#wrapper_head{
        margin:5px 0 0 0;
        padding:0;
        width:100%;
        height:40px;
	background-image:url(../images/wrapper_head.gif);
}


#wrapper_head #contents_ttl{
        margin:0 0 0 67px;
        padding:0;
}


/* --セカンド以降　左側コンテナ------------------------------------------------------- */

#left{
        width:166px;
        margin:0;
        padding:28px 2px 0 69px;
        text-align:center;
        float:left;
}

#left p{
        font-weight:bold;
        font-size:11px;
}

/* --セカンド以降　右側コンテナ------------------------------------------------------- */

/* --右側コンテナ　#LEFTありの場合--------------------------------- */
#right{
        width:542px;
        margin:0 0 0 45px;
        padding:28px 0 20px 0;
        float:left;
}

/* --右側コンテナ　#LEFTなしの場合--------------------------------- */
#right2{
        width:542px;
        margin:0 0 0 282px;
        padding:28px 0 20px 0;
}

#right h3,
#right2 h3{
        font-size:12px;
}

#right p,
#right2 p{
        margin-top:3px;
        margin-bottom:25px;
}

#right ul,
#right2 ul{
        margin:0 0 0 25px;
        padding:6px 0 3px 0;
}

#right li,
#right2 li{
        margin:0 0 3px 0;
        padding:0;
}

#right span.line{
        margin:0;
        padding:3px 0;
}

/* --サブメニュー--------------------------------- */

#sub_navi{
       margin:0;
       padding:0 0 20px 0;
}

#sub_navi ul{
       margin:0;
       padding:0;
       list-style-type: none;
}

#sub_navi li{
       background-image:url(../images/sub_list.gif);
       background-repeat:no-repeat;
       background-position:0% 30%;
       margin:0 20px 0 0;
       padding:0 0 0 10px;
       float:left;
}

#sub_navi li#on{
       background-image:url(../images/sub_liston.gif);

}

table.fbtn td{
       padding:15px 10px 30px 0;
}

/* ++++++++++++ ▲ナビゲーション ++++++++++++ */



/* --会社概要--------------------------------- */

}

table#profile{
      background-image:url(../images/conboxbg.gif);
}

table#profile td{
      padding:5px;

}

table#profile td.dotte1{
      border-bottom:1px dotted #333333;
      padding-right:30px;

}
table#profile td.dotte{
      border-bottom:1px dotted #333333;

}


/* --お問い合わせ--------------------------------- */

#map_api {
	width: 550px;
	height: 400px;
	border:1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}








/* ++++++++++++ PAGETOP ++++++++++++ */

#pagetop{
	margin:0;
	padding:20px 10px 0px 0;
        text-align:right;
}

/* ++++++++++++ ▲PAGETOP ++++++++++++ */



/* --FOOTER-------------------------------------------------------------------------- */

/* --INDEX専用-------------------------------------- */

body#index #footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding:0px;
        height:180px;
	background-image:url(../images/footer_bg.gif);
        position:relative;
}

body#index #copy {
        position:absolute;
        top:130px;
        left:362px;
}

/* --セカンド以降専用------------------------------- */
#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding:0px;
        height:122px;
	background-image:url(../images/footer_bg.gif);
        position:relative;
}

#copy {
        position:absolute;
        top:70px;
        left:362px;
}





.f10{font-size:10px;}

.orange{color:#ff9900;}

