@charset "utf-8";
@import url(styles/mdl_header.css);
@import url(styles/mdl_maincontents.css);
@import url(styles/search.css);
/*@import url(styles/new_dog.css);*/


/*INDEX-07251418
-------------------------
___DEFAULT___
___LAYOUT___
___HEADER___
___SIDENAVI1___
___CENTER___
___SIDENAVI2___
___FOOTER___
-----------------------*/

/* ___DEFAULT___
==============================*/

* {
	padding: 0 ;
	margin: 0 ;
	line-height: 145% ;
}


img {
	border: 0px ;
}


.clear {
	clear: both ;
}


li {
	list-style-type: none ;
}


p {
	padding: 3px 0px 1px 5px;
	margin: 3px 0px 5px 0px;
	font-size: 12px;
	line-height: 150%;
}


hr {
	clear: both ;
	margin-top: 20px ;
	border: 1px solid #999 ;
}



table {
	font-size: 100% ;
}



/*COMMON TABLE*/

.content table.sample {
	margin: 10px ;
	border-top: dotted 1px #ccc;
	border-collapse: collapse;
}


.content table.sample th {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	font-weight: normal ;
	color: #666 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}


.content table.sample td {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	color: #666 ;
	background: #fff ;
}



/*COMMON LINK COLOR */

a:link, a:visited {
	color: #06c ;
}



a:active, a:hover {
	color: #06c ;
}



/* ___LAYOUT___
==============================*/

body {
	margin-bottom: 30px ;
	font-size: 12px ;
	color: #4F4F4F ;
	text-align: center ;
}


#container {
	position: relative ;
	width: 850px ;
	margin: auto ;
	border-top: none ;
	text-align: center ;
}


body > #container {
	width: 850px ;
}


#sidenavi1 {
	float: left ;
	width: 200px ;
	margin-bottom: 30px ;
	overflow: hidden ;
	text-align: center ;
}

#sidenavi1 p {
	padding: 0px 10px ;
	text-align: left ;
	text-align : justify ;
	font-size : 10px ;
	margin-bottom : 10px ;
}


#center {
	float: right ;
	width: 640px ;
	padding: 0px ;
	padding-bottom: 20px ;
	margin: 0px ;
	margin-bottom: 20px ;
	overflow: hidden ;
	text-align: center ;
}

.content {
	text-align: left ;
}


#footer {
	clear: both ;
	padding-top: 15px ;
	padding-bottom: 5px ;
	padding-left: 15px ;
	margin: auto ;
	margin-top: 5px ;

	/* 2009.04.06 del--------------
	border-top: 3px double #f60 ;
	border-bottom: 3px solid #f60 ;
	-----------------------------*/

	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;

	/* 2009.04.06 add */
	background-color: #fde09a;
}



/* ___HEADER___
==============================*/
/* 2009.04.06 mod -------------------------------------------------*/
#header, #header2{
	height: 160px ;
	margin-bottom: 10px ;
	text-align: left ;
	background: #fff url("images/common/img_header.gif") no-repeat left bottom ;
	background-color: #F39700;
	border-top: 2px solid #9f4f18;
}

#header img, #header2 img {
	position: absolute ;
	top: 45px ;
	left: 12px ;
	margin-bottom: 30px ;
}

/* 2009.04.06 mod -------------------------------------------------*/

/* 2009.04.06 del ------------------------------------------------------------
#container #header h1, #container #header2 h1{
	position: absolute ;
	top: 0px ;
	right: 0px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #999 ;
}

#container #header p, #container #header2 p  {
	position: absolute ;
	left: -2px ;
	top: -2px ;
	margin: 0px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #999 ;
	display: block ;
	text-indent: 5px ;
}
--------------------------------------------------------------------------*/
/* 2009.04.06 mod ----------------------------------------------------------*/
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:link, 
#header2 h2 a:visited,
#header2 h2 a:hover, 
#header2 h2 a:active {
	position: absolute ;
	left: 20px ;
	top: 103px ;
	padding: 3px 0px 1px 0px;
	margin-left: -5px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #690 ;
	width : 390px ;
}
/* 2009.04.06 mod ----------------------------------------------------------*/

#header h2 a:link, 
#header h2 a:visited,
#header2 h2 a:link, 
#header2 h2 a:visited {
	text-decoration: none ;
}


#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:hover, 
#header2 h2 a:active {
	text-decoration: underline ;
}





.goMail {
	position: absolute ;
	top: 101px ;
	right: 0px ;
	width: 220px ;
	display: block ;
}



/* ___SIDENAVI1___
==============================*/

/*NAVI*/

#sidemenu{
	margin: auto ;
}


#sidemenu ul {
	text-align: left;
	list-style-type: none;
}


#sidemenu ul ul {
	text-align: left;
	list-style-type: none;
}


#sidemenu li {
	width: 100% ;
}



/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	padding: 14px 15px 12px ;

	margin-bottom: 2px ;
	font-size: 12px;
	font-weight: bold ;
	text-decoration: none;
	display: block;
}

/* 2009.04.06 mod ----------------------------------------------------------*/
#sidemenu li a:link,
#sidemenu li a:visited {
	color: #ffffff;
	background: url("images/common/img_navi.gif") no-repeat left -49px ;
}


#sidemenu li a:hover,
#sidemenu li a:active {
	color: #cc3300;
	background: url("images/common/img_navi.gif") no-repeat left 0px ;
}
/* 2009.04.06 mod ----------------------------------------------------------*/


/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	padding-top: 2px ;
	padding-right: 5px  ;
	padding-bottom: 2px ;
	padding-left: 15px  ;
	border-bottom: 1px solid #e2e2e2 ;
	font-weight: normal ;
	text-decoration: none;
	display: block ;
}


#sidemenu li li a:link , 
#sidemenu li li a:visited {
	color: #666 ;
	background: url("images/common/footstep.gif") no-repeat 0px -46px ;
}


#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #666 ;
	background: url("images/common/footstep.gif") no-repeat 0px 4px ;
}



/*SEARCH*/

#searchbox {
	margin: auto ;
	text-align: center ;
}


#searchbox form {
	position: relative ;
	padding-top: 5px ;
	padding-bottom: 5px ;
	margin-top: 10px ;
	border: 1px solid #e2e2e2 ;
	text-align: center ;
	background: #fff ;
}


#searchbox > form {
}


label {
	font-weight: bold ;
	color: #666 ;
	display: block ;
}


#searchbox #search {
	width: 180px ;
	margin: 5px ;
	margin-bottom: 2px ;
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
}


#searchbox #searchbutton {
	width: 180px ;
	padding-top: 3px ;
	padding-bottom: 3px ;
	margin: auto ;
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: url("images/common/input.gif") repeat-x ;
}


#sidenavi1 > #searchbox #searchbutton {
	margin-left : auto ;
	
	/* \*//*/
	margin-left : 0px ; 
	/**/
}



/* ___CENTER___
==============================*/


/*TITLE*/
/* 2009.04.06 mod ----------------------------------------------------------*/
.content h3, .content h4 {
	height: 31px;
	_height: 46px;
	clear: both ;
	margin-top: 10px ;
	margin-bottom: 10px ;
	padding: 16px 0 0 60px;
	font-size: 14px ;
	overflow : hidden ;
	color: #ffffff;
	background: url("images/common/img_hl.gif") no-repeat;
}

.content h3.homeindex, .content h4.homeindex {
	height: 31px;
	_height: 46px;
	clear: both ;
	margin: 0;
	padding: 16px 0 0 60px;
	font-size: 14px ;
	overflow : hidden ;
	color: #ffffff;
	background: url("images/common/img_hl.gif") no-repeat;
}
/* 2009.04.06 mod ----------------------------------------------------------*/

h3 a:link, h3 a:visited {
	color: #690 ;
	text-decoration: none ;
}


h3 a:active, h3 a:hover {
	color: #690 ;
	text-decoration: underline ;
}



/*NEW*/
/* 2009.04.06 mod ----------------------------------------------------------*/
.content h5 {
	clear: both ;
	padding: 8px 0 8px 10px;
	margin-top: 10px ;
	font-size: 14px ;
	overflow : hidden ;
	color: #ffffff;
	background: url("images/common/img_hlwhats.gif") no-repeat;
}
/* 2009.04.06 mod ----------------------------------------------------------*/

.whats {
	padding-bottom: 10px ;
/* 2009.04.06 del -----------------------------------------
	border: 1px solid #E2E2E2 ;
	background: #F2F2F2;
------------------------------------------------------*/
}


.whats p {
/* 2009.04.06 mod ----------------------------------------------------------*/
	padding: 4px 0 4px 0;
	margin: 0;
/* 2009.04.06 mod ----------------------------------------------------------*/

	border-bottom: 1px dotted #d5d5d5 ;
	text-align: left ;
}


/*IMAGE MARGIN*/

.content p img {
	margin-right: 10px ;
}


/*FORM*/


.sample textarea {
	width: 250px ;
}


.sample {
	width: 95% ;
	margin: auto ;
}



/* ___SIDENAVI2___
==============================*/

#sidenavi2 {
	float: right ;
	width: 160px ;
	text-align: center ;
}


#sidenavi2 h4 {
	padding: 2px ;
	margin-top: 7px ;
	margin-bottom: 2px ;
	border-left: 3px solid #C5632C ;
	font-size: 12px ;
	color: #fff;
	background: #D8995C ;
}


#sidenavi2 img {
	width: 150px ;
	margin-bottom: 5px ;
}



/* ___FOOTER___
==============================*/

#footer h3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: normal ;
	color: #5a3404;
}


#footer p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #5a3404;
}


#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #5a3404;
	text-decoration: none;
}


#footer .rss{
	width: 40px;
	padding: 1px;
	border: solid 1px #bbbbbb;
}


#footer .rss a{
	height: 13px;
	width: 100%;
	font-size: 9px;
	color: black;
	display: block;
	background-color: #bbbbbb;
}


#footer .rss-format{
	padding: 0.5px;
	background-color: #FFB74C;
}


#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}


#footer img{
	float: left;
	padding: 2px 5px 12px 0px;
	margin-right: 10px;
}


/* ___FOOD TABLE___
==============================*/

.content .food {
	border-collapse: collapse;
	font-size: 12px;
	margin : auto auto 15px ;
	width : 90% ;
}

.content .food th {
	border : solid 1px #ccc;
	background : #ffc ;
	font-weight : normal ;
	color : #666 ;
	padding : 3px ;
	text-align : center ;
	width : 30% ;
}

.content .food td {

	background : #fff ;
	color : #666 ;
	padding : 3px ;
	border : solid 1px #ccc;
	text-align: center ;
	width : 30% ;
}




div.waku {
 	background: #FEFCD4;
	border: #999999 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}


table.sample2 { border-collapse: collapse ;width :95% ; margin : 20px 2% 10px;}
table.sample2 td, table.sample2 th { border : 1px solid #fead00 ; padding : 5px ;  }
table.sample2 th { background : #ffeed7 ; }


/* 2009.04.22 mod ueno----------------------------------------------------*/
#container #header h1, #container #header2 h1{
	position: absolute ;
	top: 4px ;
	right: 8px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #FFFFFF ;
}

#container #header p, #container #header2 p  {
	position: absolute ;
	left: -4px ;
	top: 0px ;
	margin: 0px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #FFFFFF ;
	display: block ;
	text-indent: 5px ;
}
/* 2009.04.22 mod ueno----------------------------------------------------*/

#sidenavi1 p.stml_button { background : #fff8a5 ; text-align : center ; margin : 0 0 15px ; padding : 5px 0 10px ; }
#sidenavi1 p.stml_button a { background :url("/images/common/btn_stml_entry.gif") ; display : block ; width : 138px ; line-height :100px ; height : 27px ; overflow : hidden ; margin : auto ; }

/* 2010.08.18 okamoto ----------------------------------------------------*/
#center .content { font-size : 1.2em ;}
#center .content p, #center .content table  { font-size : 1em ; }
