﻿@charset "utf-8";


a { outline: 0;}
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.img1 {
margin: 10px 0 0 0;
}
.img2 {
margin: 15px 0;
}
.img3 {
margin: 30px 0 0 0;
}
.img4 {
margin: 0 0 15px 0;
}
.img5 {
margin: 5px 0 10px 0;
}


h1{
    position: relative;
    color: #4c2f1f;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0.4em 0.4em 0.1em 1.7em;
    border-bottom: 3px solid #ff9c53;
}
 
h1:before{
    content: "";
    position: absolute;
    background: #ffc53a;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h1:after{
    content: "";
    position: absolute;
    background:#805d3e;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}





h2 {
color: #4c2f1f;
font-size: 14px;
background: #cee6ff; 
margin: 20px 15px 10px 15px ;
padding: 2px 0 0 10px;
border-left: 3px #4c2f1f solid;
}



/*clearFix*/
#contents:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

a.hvimg {
background-color:#f6f0cf;
display:block;
}
a.hvimg img {
transition:all 0.5s ease;
}
a:hover.hvimg img {
opacity: 0.7;
filter: alpha(opacity=70);
}

a.hvimg2 {
background-color:#fff;
display:block;
}
a.hvimg2 img {
transition:all 0.5s ease;
}
a:hover.hvimg2 img {
opacity: 0.7;
filter: alpha(opacity=70);
}





/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
width: 100%;
}

* html #page {
height:100%; 
}

#page .area {
width: 1000px;
margin: 0 auto;
text-align: left;
}

#page .area2 {
width: 1000px;
margin: 0 auto;
text-align: center;
}

#page .area3 {
width: 601px;
margin: 0 auto;
text-align: center;
}



/*----#entrancemenu-----*/

ul#entrancemenu {
list-style:none;
width:266px;
margin: 0 auto;
}

ul#entrancemenu li {
list-style:none;
float:left;
width:113px;
margin: 10px;
}

ul#entrancemenu a{
display:block;
width:113px;
height:113px;
text-indent:-99999px;
overflow:hidden;
}

a.etmenu01 {
background-image:url(../../img/entrance_enter.png);
}

a:hover.etmenu01 {
background-position:0px -113px;
}

a.etmenu02 {
background-image:url(../../img/entrance_exit.png);
}

a:hover.etmenu02 {
background-position:0px -113px;
}




/*----------------------------------------------------
	#header
----------------------------------------------------*/


#header {
height: 90px;
width:100%;
background: url(../../img/bg.gif) center top;
border-bottom: 5px #4c2f1f solid;
}
/*clearFix*/
#header:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}


#header #toplogo {
width: 348px;
float: left;
margin: 18px 0 0 0;
}

ul#navi {
width: 652px;
float: right;
margin: 18px 0 0 0;
}
ul#navi li {
float: left;
width: 152px;
padding: 0 4px;
}




/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#topvisual {
margin: 10px 0 0 0;
width: 1000px;
height: 469px;
-moz-box-shadow: 0px 0px 7px #bbb79f;
-webkit-box-shadow: 0px 0px 7px #bbb79f;
box-shadow: 0px 0px 7px #bbb79f;
}

#contents {
background-color: #f6f0d0;
width:100%;
padding:10px 0 25px 0;
}


ul#leftbn {
margin: 5px 0 15px 0;
}
ul#leftbn li {
margin: 0 0 10px 0;
}



#sub {
width: 335px;
float:left;
}
#main {
width:650px;
float:right;
}
#sub #info {
background-color: #fff;
margin:0 0 10px 0;
width: 335px;
}
#main #info {
background-color: #fff;
margin:0 0 0 0;
width:650px;
height: 600px;
}


#article {
margin: 0;
padding: 15px 0;
width: 100%;
height: auto;
min-height: 100px;
float: left;
clear: both;
display: block;
border-bottom: 1px dotted #faab5c;
}

#article .type {
width: 100px;
height: auto;
min-height: 100px;
margin-right: 10px;
padding: 0;
display: block;
float: left;
}

#article .details {
width: 510px;
height: auto;
float: left;
line-height: 1;
/*background: #ddd;*/
}
#article span.timeStamp {
font-size: 12px;
color: #4c2f1f;
margin: 0 0 0.4em 0px;
padding: 0 0 0 40px;
background: url(../../img/date.png) no-repeat 0 1px;
display: block;
font-family: 'Delius Unicase', cursive;
}

#article p {
line-height: 1.4;
margin: 0 0 6px 0;
}



#field {
width: 1000px;
margin: 0 0 20px 0;
}
#field #info {
background-color: #fff;
width:1000px;
}
#info .inner {
margin: 0 auto;
width: 970px;
padding: 20px 0;
}
#info .inner p {
margin: 5px auto 10px;
width: 900px;
}


#mota {
width: 900px;
height: 510px;
margin: 0 auto;
position: relative;
background: url(../../img/aboutmota.png) no-repeat;
}
#mota .link {
width: 106px;
height: 107px;
position: absolute;
top: 0;
right: 3px;
}

#probox {
width: 902px;
margin: 0 auto 30px;
}
#probox img {
border: 1px solid #c9c9c9;
}

ul#aboutnavi {
padding: 10px 0;
}
ul#aboutnavi li {
margin: 0 5px;
padding: 4px 15px;
float: left;
background-color: #6d4b36;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
#aboutnavi a:link { color: #fff; }
#aboutnavi a:visited { color: #fff; }
#aboutnavi a:hover { color: #ffd375;}
#aboutnavi a:active { color: #f9ff5a; }

/*----------------------------------------------------
	#scrollbar
----------------------------------------------------*/

.s-inner {
padding: 10px;
}


#scroll {
	position: relative;
	width: 650px;
	height: 600px;
	overflow: hidden;
}

#scroll .scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 600px;
	z-index: 1;
}

#scroll .scrollbar .track {
	position: absolute;
	top: 5px;
	left: 0;
	background: #c8dbf3;
	width: 5px;
	height: 600px;
	z-index: 2;
}

#scroll .scrollbar .track .thumb {
	position: absolute;
	top: 0;
	left: 0;
	background: #77b2ef;
	width: 5px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

#scroll .scrollbar .up {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #DDD;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

#scroll .scrollbar .down {
	position: absolute;
	top: 595px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #DDD;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}





/*----------------------------------------------------
	#info
----------------------------------------------------*/

#siteinfo_div dl {
width : 300px;
padding : 1px 0 4px 0; 
border-bottom : dotted 1px #4d2d1e; 
}

#siteinfo_div dt {
width : 100%;
padding : 4px 5px 4px 25px; 
background-image : url("../../img/listicon.gif");
background-repeat : no-repeat;
background-position : 0 8px; 
list-style-type: none;
}



/*----------------------------------------------------
	#about
----------------------------------------------------*/

#aboutsumikkochan {
width : 1000px;
height:510px;
position:relative;
}

#aboutsumikkochan a { 
display: block;
}

.aboutmota {
width: 900px;
height: 510px;
}

a.motalink {
position: absolute;
top: 0px;
left: 840px;
width: 106px;
height: 107px;
}



/*----------------------------------------------------
	#wallpaper
----------------------------------------------------*/

#wallpwrap {
width : 920px;
margin: 0 auto;
}

#wallpbox {
float:left;
width : 460px;
margin:10px 0;
}

#wallpbg {
font-size: 12px;
text-align: center;
margin: 0 auto;
width : 440px;
height: 280px;
background:url(../../img/wallp_bg.gif) no-repeat center top;
font-family: 'Delius Unicase', cursive;
}
#wallpbg2 {
font-size: 12px;
text-align: center;
margin: 0 auto;
width : 440px;
height: 280px;
background:url(../../img/wallp_bg2.gif) no-repeat center top;
font-family: 'Delius Unicase', cursive;
}

.wpimg {
margin: 25px 0 3px 0;
border: 2px #4c2f1f solid;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
width:100%;
margin: 0 auto;
padding: 15px 0;
border-top: 5px #4c2f1f solid;
}

/*clearFix*/
#footer:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

#copy {
padding: 5px 0 0 0;
width: 176px;
margin:0 auto;
}




/*----------------------------------------------------
	#oshirase
----------------------------------------------------*/

#oshirase {
width: 800px;
margin: 40px auto;
padding:50px ;
background: #FFF; 
border: 1px #6984cb solid;
}

#oshiraseinner {
margin: 0 auto;
width: 420px;
text-align: left;
}


/*----------------------------------------------------
	#table
----------------------------------------------------*/

#tablebox1 {
width: 800px;
margin: 15px auto;
}

table#table-01 {
    width: 800px;
    border: 1px #dfdace solid;
    border-collapse: collapse;
    border-spacing: 0;

}

table#table-01 th {
    font-size: 12px;
    padding: 4px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #fef9e3;
    font-weight: bold;
    text-align: center;
}
table#table-01 td {
    padding: 4px;
    border: 1px #dfdace solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}



.FloatEnd {clear:both;}
