@charset "shift_jis";

/*リンク部分*/
a:link {
	text-decoration: underline;color:#0000ff
}
a:visited {
	text-decoration: underline;color:#990099
}
a:active {
	text-decoration: underline;color:#ff0000
}
a:hover {
	text-decoration: underline;color:#ff0000
}

/* レイアウトの設定*/
body{
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : auto;
    margin-right : auto;
}
/* メイン設定*/
#main{
/*
    width:1000px;
    text-align : center;
    margin-left : auto;
    margin-right : auto;
*/
  margin-top : 0px;
  margin-bottom : 0px;
  /*width : 1000px;*/
  text-align: left;
  padding-left : 0px;
/*
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    width:1000px;
*/
}

/* ページ全体の枠設定*/
#page_main{
/*
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    width:760px;
*/
  width : 760px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-right-color : #cccccc;
  border-left-color : #cccccc;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : 120px;;
  /*margin-left : auto;
  margin-right : auto;*/
}
/* ラッパーの設定*/
#wrap{
/*
    position:relative;
    width:750px;
*/
}

/* 左側の設定*/
#left{
    width:140px;
    height:600px;
    float:left;
}

/* 右側の設定*/
#right{
    min-height:600px;
    height: auto !important;
    height: 600px;
    /*height:600px;*/
    width:610px;
    float:right;
}

/* 左右ない場合の設定*/
#leftright{
    min-height:600px;
    height: auto !important;
    height: 600px;
    /*height:600px;*/
    width:750px;
    float:left;
}

/* フッターの設定（共通）*/
#footer{
  font-size : 9pt;
  text-align : center;
}

/* トップページ用設定*/
/* トップページラッパーの設定*/
#top_wrap{
    position:relative;
    width:750px;
}

/* トップページ左側の設定*/
#top_left{
    width:355px;
/*  height:700px; */
/*    margin-right : 10px; */
/*    margin-left : 10px; */
    float:left;
}

/* トップページ右側の設定*/
#top_right{
    width:355px;
/*  height:700px; */
/*    margin-right : 10px; */
/*    margin-left : 10px; */
    float:right;
}

/* 防犯活動ニュースページ用設定*/
/* 防犯活動ニュースページラッパーの設定*/
#news_wrap{
    position:relative;
    width:750px;
}

/* 防犯活動ニュースページ左側の設定*/
#news_left{
    width : 540px;
/*  height:700px; */
/*    margin-right : 10px; */
/*    margin-left : 10px; */
    float:left;
}

/* 防犯活動ニュースページ右側の設定*/
#news_right{
    width : 200px;
/*  height:700px; */
/*    margin-right : 10px; */
/*    margin-left : 10px; */
    float:right;
    text-align : center;
}
#news_right img{
    margin-top : 24px;
}
#news_right iframe{
    margin-top : 36px;
    padding-bottom : 3px;
    border-width : 0px 0px 1px 0px;
    border-color : gray;
    border-style : dotted;
}
/* 都道府県別情報ページ用設定*/

/* 都道府県別情報ラッパーの設定*/
#police_wrap{
    position:relative;
    float:right;
    width:610px;
}

/* 都道府県ページ左側の設定*/
#police_left{
    width:140px;
/*    height:500px; */
    float:left;
}

/* 都道府県ページ真ん中の設定*/
#police_center{
    width:430px;
/*    height:500px; */
    float:left;
}

/* 都道府県ページ右側の設定*/
#police_right{
    width:160px;
/*    height:500px; */
    float:right;
}

/* 都道府県ページ右側の設定*/
#police_right2{
    width:610px;
/*    height:500px; */
    float:right;
}

/* 防犯イベントの設定*/
#event{
    width:650px;
}

#about_bouhan{
  width : 500px;
  margin-left : 10px;
}


#try{
  width : 600px;
  margin-left : 10px;
}

#try_success{
  width : 550px;
  margin-left : 10px;
}


/* 民間防犯グループの設定*/

#private{
  width : 580px;
  margin-left : 10px;
}

/* トピックスの設定*/

#topics{
  width : 550px;
  margin-left : 10px;
}

/* サイトマップ用設定*/
/* サイトマップラッパーの設定*/
#site_wrap{
    position:relative;
    width:750px;
}

/* サイトマップ左側の設定*/
#site_left{
    width:355px;
/*  height:700px; */
    margin-left : 10px;
/*    padding-left : 10px; */
    float:left;
}

/* サイトマップ右側の設定*/
#site_right{
    width:355px;
/*  height:700px; */
/*    padding-right : 10px; */
    margin-right : 10px;
    float:right;
}
#link{
	text-align: left;
}

/* 川柳ページ用設定*/
/* 川柳ページラッパーの設定*/
#senryuu_wrap{
    position:relative;
    width:750px;
}

/* 川柳ページ左側の設定*/
#senryuu_left{
    width : 520px;
    float:left;
}

/* 川柳ページ右側の設定*/
#senryuu_right{
    width : 190px;
    float:right;
}

/* データ集右側の設定*/
#data_right{
    min-height:600px;
    height: auto !important;
    height: 600px;
    /*height:600px;*/
    width:580px;
    float:right;
    margin-right : 20px;
}

