@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 96%; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: url(../images/sidebar_250.gif) repeat-y left; /* 左サイドバーの背景画像 */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 1px #c0c0c0 solid; /* 左枠線 */
border-right: 1px #c0c0c0 solid; /* 右枠線 */
}
#containerInner {
width: 100%;
background: url(../images/sidebar_500.gif) repeat-y right; /* 右サイドバーの背景画像 */
}

/* --- ヘッダ --- */
#header {
background-color: #ffffff; /* ヘッダの背景色 */
border-bottom: 1px #c0c0c0 solid; /* 上枠線 */
background: url(../images/bg_bar.gif) repeat-x; /* 左サイドバーの背景画像 */

}

/* --- ナビゲーション --- */
#nav {
float: left;
width: 250px; /* 左サイドバーの幅 */
margin-right: -250px; /* 左サイドバーの幅に合わせる（マイナス値） */
}

/* --- メインカラム --- */
#content {
float: left;
width: 100%;
margin-right: -30%; /* 右サイドバーの幅に合わせる（マイナス値） */
}
#contentInner {
margin-left: 250px; /* 左サイドバーの幅に合わせる */
margin-right: 30%; /* 右サイドバーの幅に合わせる */
}

/* --- サブナビゲーション --- */
#aside {
float: left;
width: 30%; /* 右サイドバーの幅 */
}

/* --- フッタ --- */
#footer {
clear: left; /* フロートのクリア */
width: 100%;
background-color: #ffffff; /* フッタの背景色 */
}

/* 初期値 */

a:hover { color: #f63 }
a:link    { color : #00f ; text-decoration : none ; }
a:visited { color : #369 ; text-decoration : none ; }
a:hover   { color : #f00 ; text-decoration : underline ; }

.inside {
    margin:10px 15px 0px 15px;
}

#map_canvas {
   height: 200px;
   border: 1px #cccccc solid;
}

#video_canvas {
   height: 200px;
   margin-bottom:5px;
}

.non_border td {
	border: 0px;
}

#search_input {
    margin:0 20px 0 0;
}

#header #title {
    font-size:14px;
    font-weight:bold;
    margin:3px 20px 0 0;
}

.pp {
    line-height:150%;
}
.pp_pix40 {
    width:40%;
    float:left;
    border: 0;
    margin : 0 5px 5px 0;
}

.pp_pix20 {
    width:20%;
    float:left;
    border: 0;
    /* margin : 0 5px 5px 0; */
}

.pp_catch {
    font-size:12px;
    font-weight:bold;
    color:#2AABE4;
}
}
.pp_ttl {
    font-size:20px;
    font-weight:bold;
}

.pp_tel {
    font-size:24px;
    font-weight:bold;
    color:#EF1F15;
}

color:#EF1F15
.pp_map {
    font-size:12px;
    font-weight:normal;
    margin:0 20px 0px 0px;
    text-align:right;
    color: #00568f;
}

p {
font-size:12px;
line-height:150%;
}

hr {
   margin : 0 0 0 0;
   padding: 0 0 0 0;
   display:inline;
}

h3 {
   padding: 3px 5px 0px 5px;
   /* border-bottom: 1px dashed #FF3231; */
   /* border-left: 5px solid #FF3231; */
   font-size: 16px;
   color: #970000;
   font-weight: bold;
}


ul  { margin-top: 5px; margin-bottom: 10px; margin-left: 25px; font-size:12px; }
/* li { line-height: 130%; margin-right:5px; margin-bottom: 5px; list-style: url(../images/icon_ft.gif);} */
li a { color: #00568f; text-decoration: none }
li a:hover { color: #f63 }
li a:link    { color : #00f ; text-decoration : none ; }
li a:visited { color : #369 ; text-decoration : none ; }
li a:hover   { color : #f00 ; text-decoration : underline ; }
li a:active  { color : #f60 ; text-decoration : underline ; }



/* --- サブページ --- */
/* --- コンテナ --- */
#sub_container {
width: 96%; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 1px #c0c0c0 solid; /* 左枠線 */
border-right: 1px #c0c0c0 solid; /* 右枠線 */
}

#sub_content {
float: left;
width: 100%;
margin-right: -30%; /* 右サイドバーの幅に合わせる（マイナス値） */
}
#sub_contentInner {
margin-left: 20px; /* 左サイドバーの幅に合わせる */
margin-right: 30%; /* 右サイドバーの幅に合わせる */
}

#sub_contentInner .pp_catch {
    font-size:16px;
    font-weight:bold;
    color:#2AABE4;
}

#sub_contentInner .pp_ttl {
    font-size:36px;
    font-weight:bold;
}
#sub_contentInner .pp_tel {
    font-size:20px;
    font-weight:bold;
    color:#EF1F15;
}

#sub_contentInner p {
font-size:12px;
line-height:150%;
}

#sub_contentInner #map_canvas {
   width: 100%;
   height: 240px;
   border: 1px #cccccc solid;
}







/* ログインフォーム */


.form {
	margin:0;
	padding:0;
}
.div_texbox {
	width:220px;
	background-color:#E6E6E6;
	height:40px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}
.username {
	width:185px;
    	font:normal 12px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}
.password {
   	background-position:left;
	width:185px;
    	font:normal 12px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}
.button {
    float:right;
    margin-right:10px;
}


