*{margin:0;padding:0;}

html{background:#fff;}

body{
font:14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:url(images/header.png) repeat-x;
}
a{color:#252525;}
a:hover{color:#DC7935;text-decoration:none;}
a:active, a:focus {outline:0;}
img{border:0;}
.clear{clear:both;}
p{padding-bottom:10px;}
.center{text-align:center;}
.right{text-align:right;}

#mainnav .top-menu {display:none;}
#header .top-menu {display:none;}
/*******************************
全体幅
*******************************/
#header, #container, #wrapper, .inner{
margin:0 auto;
width:980px;
}

/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:100px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners {
position:absolute;
top:2px;
color:#000;
font-size:12px;
line-height:30px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h3{top:25px;}

/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-10px;
top:64px;
}

#header .banners img{margin-right:10px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top:42px;
right:0;
width:310px!important;
height:15px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:15px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-decoration:none;
display:block;
height:15px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width:110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -15px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -15px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -15px;}

#header .search {
margin: 60px 0 0 0;
float:right;
}
#google_language_translator {
    min-height: 40px!important;
}

/*******************************
アイコンナビゲーション
*******************************/
ul#nav {
margin:0;
padding:0;
}

ul#nav li{
list-style-type:none;
}

.menu_nav1 a{
width:100px;
height:100px;
float:left;
padding-right:10px;
margin-left:-20px;
text-indent:-9999px;
background: url(images/nav/nav1.png) no-repeat;
}
.menu_nav1 a:hover{
background: url(images/nav/nav1_on.png) no-repeat;
}

.menu_nav2 a{
width:100px;
height:100px;
float:left;
padding-right:10px;
text-indent:-9999px;
background: url(images/nav/nav2.png) no-repeat;
}
.menu_nav2 a:hover{
background: url(images/nav/nav2_on.png) no-repeat;
}

.menu_nav3 a{
width:100px;
height:100px;
float:left;
padding-right:10px;
text-indent:-9999px;
background: url(images/nav/nav3.png) no-repeat;
}
.menu_nav3 a:hover{
background: url(images/nav/nav3_on.png) no-repeat;
}

.menu_nav4 a{
width:100px;
height:100px;
float:left;
text-indent:-9999px;
background: url(images/nav/nav4.png) no-repeat;
}
.menu_nav4 a:hover{
background: url(images/nav/nav4_on.png) no-repeat;
}


/*******************************
メイン画像
*******************************/
#mainImage{
margin:5px 0 0;
}

/* トップページ　メインカラムの写真 */
.photoB{margin-bottom:5px;}
/*******************************
コンテンツ位置
*******************************/

/* メイン+ サイドバー右 */
#container{
float:right;
width:730px;
margin:0 0 30px;
}

#container1{
width:730px;
}

#main{
float:left;
width:444px;
padding:20px 17px 0;
}

#main1{
width:730px;
padding:15px 0 20px 15px;
}

#main2{
width:730px;
padding:20px 0 20px 15px;
}
#main3{
width:730px;
padding:15px 20px 20px 20px;
}

#sidebarR{
float:right;
width:250px;
padding:20px 0 0;
margin:0 0 0px;
}

#sidebarR p{
padding:0 0 15px;
}

.boxM{
width:200px;
margin:0px 0 15px;
padding:0 0 10px;
font-size:13px;
background:url(images/sidebarBox.png) 0 100%;
float:right;
}
.boxM h3{
padding: 0 5px 0 24px;
margin-bottom:7px;
line-height: 38px;
font-size:13px;
color:#555555;
background:url(images/sidebarH3.png) no-repeat 0 0;
}

#wrapper .boxM ul{margin-left:9px;}
.boxM p{margin:0 6px;}


/* サイドバー左 */
#sidebarL{
float:left;
width:250px;
padding:20px 0 0;
margin:0 0 30px;
}

#sidebarL p{
padding:0 0 15px;
}

/* トップページのサイドバーの上部スペースの調節 */
body.toppage #sidebarR,body.toppage #sidebarL{padding-top:20px;}

#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}





/*************
/* 見出し
*************/
.boxC h3{
padding: 0 5px 0 24px;
margin-bottom:7px;
line-height: 38px;
font-size:13px;
color:#555555;
background:url(images/heading.png) no-repeat 0 0;
}

.boxC h4{margin-bottom:10px;}

#main h3{
margin:0 1px 10px 0;
padding:2px 0 5px 12px;
color:#777777;
border-top: 2px solid #777777;
background:url(images/h3.gif) repeat-x 0 100%;
}

.boxText{
      width:700px;
      padding:0 0 20px 20px;
}

#main .boxT p{
padding:0px 10px 25px 10px;
}

#wrapper h2{
padding:5px 5px 0 15px;
margin-bottom:15px;
line-height:37px;
font-size:13px;
color:#ffffff;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#wrapper .box3 h3{
padding:7px 5px;
}

.boxS h3{
padding: 0 5px 0 24px;
margin-bottom:7px;
line-height: 38px;
font-size:13px;
color:#555555;
background:url(images/sidebarH3.png) no-repeat 0 0;
}


/*************
/* リスト
*************/
#wrapper ul{margin:0 6px;}

#wrapper ul li, #footerUpper ul li{
list-style:none;
margin-bottom:8px;
padding:0 5px 0 17px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#footerUpper ul li{background-position: 0 3px;}

#wrapper .boxC ul{padding:0 5px;}

#wrapper .boxS ul{margin-left:9px;}
.boxS p{margin:0 6px;}


/*******************************
/* バナー
*******************************/
#banners{
clear:both;
padding: 20px 0 20px;
text-align:center;
background:#e8e8e8;
border-bottom:1px solid #7a7a7a;
}

#banners img{margin-right:20px;}
#banners img.last{margin:0;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding:20px 0;
border-top:1px solid #e8e8e8;
border-bottom:1px solid #606060;
overflow:hidden;

background-image:url(http://www.vill.tokashiki.okinawa.jp/wp-content/themes/tokashiki/images/nami.jpg);
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float:left;
width:100px;
padding-left:10px;
margin:0 20px 10px 0;
line-height:1.2;
}

#footerUpper .inner .last{
width:230px;
margin-right:0;
}

#footerUpper a{color:#ffffff;}
#footerUpper a:hover{color:#e6e6e6;text-decoration:none;}


#footerLower{
clear:both;
padding:45px 7px 0 7px;
font-size:13px;
color:#ffffff;
height:85px;
background-image:url(http://www.vill.tokashiki.okinawa.jp/wp-content/themes/tokashiki/images/nami.jpg);
background-repeat: repeat-x;
}

address{
text-align:right;
font-style:normal;
font-size:13px;
color:#ffffff;
}



.column	{
	width: 250px;
	background: url(images/boxA_bottom.png) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.column h3{
	background: url(images/boxA_top.png) no-repeat;
	height: 36px;
        font-size:13px;
　　　　 color:#ffffff;
	padding: 10px 25px 0px;
	margin: 0px -20px 10px;
}
.column .body	{
	background: url(images/boxA_body.png) repeat-y;
	padding: 0 20px;
}


div.columnB	{
	width: 445px;
	background: url(images/boxB_bottom.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
        clear:both;

}


div.columnB h4	{
	background: url(images/boxB_top.png) no-repeat;
	height: 36px;
        font-size:13px;
　　　　 color:#ffffff;
	padding: 10px 25px 0px;
	margin: 0px -20px 10px;
}
div.columnB .body	{
	background: url(images/boxB_body.png) repeat-y;
	padding: 0 20px;
}

.back {
	text-align:right;
	padding:5px;
	margin:5px; }


/*************
/* 旧移植
*************/

dl.gikai {}
.gikai dt {
	font-weight:bold;
	font-size:1.5em;
	color:#000099;
	background-image:none; }
.gikai dd {}

.bgline1 {
	background-color:#FFCCCC; }
.td {
	background-color:#FF3366;
	color:#FFFFFF;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;}


.kame {
	background:#7EF5DF no-repeat url(http://tokashikison.sakura.ne.jp/wp/wp-includes/images/tokasiki/sizen/kame.gif) ;
	width:515px;
	height:600px;}

ol.shigoto li {list-style-position: inside }

a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}
table.mytable {
    width: auto;
    margin-top:5px;
    margin-bottom:20px;
}
.mytable td {
    padding: 5px;
    vertical-align:top;
}
.mytable td.nengou {
    white-space:nowrap;
}

p.jisage {
  text-indent:-8em;
  padding-left:8em;
}
p.jisage2 {
  text-indent:-7em;
  padding-left:7em;
}

.clear{clear:both;}

#header .search {
    float: right;
    margin: 60px 0 0;
}
.select-box {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 140px;
}

.kabu {
    border-bottom: 2px solid #F15A23;
    clear: both;
    font-size: 17px;
    margin: 20px 0 10px;
    padding: 0 0 10px;
}
.honyaku{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 3px !important;
    width: 143px !important;
	height:30px !important;
	font-size:90% !important;
}

.caution{
	border:#000 2px solid;
	background-color:#FF0;
	padding:15px;
	margin:10px 0;
}
.att{
	font-size:120%;
	font-weight:bold;
	color:#F00;
	border-bottom: double 3px #ff0000;
	text-align:center;
	margin-bottom:10px;
	padding-bottom: 5px;
}
.iintyou th, .iintyou td{
	padding:10px;
}