/*
Theme Name: 
Author: BIRD'S PLANNING
Author URI: 
Version: 1.0
*/

@charset "UTF-8";

/*------------------------------------------------------------------------
	Reset
------------------------------------------------------------------------*/

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html,body{
    height: 100%; 
	margin: 0;padding: 0; 
}

body > #wrapper{
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: both;
}

a{
	color: #06c;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#f90;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol{
	list-style:none;
}

img{
	border:none;
	vertical-align:top;
}

strong{
	font-weight:normal;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167

Font-size Adjustment

10px = 77%
11px = 85%
12px = 93%     
13px = 100%
14px = 108%    
15px = 116%    
16px = 123.1%  
17px = 131%
18px = 138.5%  
19px = 146.5%  
20px = 153.9%  
21px = 161.6%
22px = 167%    
23px = 174%    
24px = 182%    
25px = 189%
26px = 197%

*/

html{
	overflow-y:scroll;/*---Firefoxスクロールバーをずっと出す---*/
	-webkit-font-smoothing: antialiased;/*---safariで微妙に太く表示されるフォントを他のブラウザに合わせる---*/
}

body{
	/*font:13px/1 arial,helvetica,clean,sans-serif;*/
	font:13px/1 "メイリオ", "Meiryo", "ヒラギノ⾓ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, Verdana, sans-serif;

	*font-size:small;
	*font:x-small;
	background-color: #ECEADE;
}

select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}
	
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.clear {
	clear: both;
	height: 0px;
}

/*------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------*/

/*-- wrapper -------------------------------*/

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#main-header {
	height: 300px;
	width: 950px;
	background-color: #FFFFFF;
}


/*-- header --------------------------------*/

#header {
	height: 120px;
	width: 950px;
}


/*-- contents ------------------------------*/

#contents {
	width: 950px;
	float: left;
}

/*-- navibar -------------------------------*/

#navibar {
	height: 45px;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#navibar ul {
	margin: 0px;
	float: left;
	padding: 0px;
}

#navibar li {
	float: left;
}



/*-- breadcrumb-list -----------------------*/



/*-- title ---------------------------------*/

#title {
	margin: 10px;
	float: left;
	height: 55px;
	width: 930px;
}

/*-- main ----------------------------------*/

#main {
	width: 950px;
	float: left;
	background-color: #fff;
}

/*-- footer --------------------------------*/

#footer {
	width: 950px;
	height: 95px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../common_img/footer_bg.jpg);
	background-repeat: no-repeat;
}

#footer-menu a {
	color: #fff;
}

#footer-menu a:hover{
	color:#fc9;
}

#footer-menu {
	font-size: 12px;
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	line-height: 100%;
}

#footer-address {
	color: #fff;
	float: left;
	margin-left: 20px;
	margin-top: 28px;
	width: 550px;
	clear: left;
}

#footer-shop-name {
	color: #fff;
	float: right;
	margin-right: 20px;
	font-size: 11px;
	margin-top: 25px;
	width: 300px;
	text-align: right;
}

#footer-shop-name span {
	font-size: 16px;
	margin-left: 8px;
}



/*-- copyright -----------------------------*/

#copyright {
	clear: left;
	float: left;
	height: 30px;
	width: 950px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}



/*-- page-top ------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 100%;
}

#page-top a {
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #000000;
}

#page-top a:hover {
	text-decoration: none;
	background-color: #999999;

}

/*-- viewer ------------------------------*/

#viewer {
	margin: 0 auto;
	width: 950px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}



/*------------------------------------------------------------------------
	Common
------------------------------------------------------------------------*/

/*-- IMAGE MARGIN ----------------------------*/

.image-bottom-space-10 {
	margin-bottom: 10px;
}

.image-top-bottom-space-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-- box-shadow ----------------------------*/

.box-shadow {
	-moz-box-shadow: 1px 1px 5px #bbb; /* FireFox */
	-webkit-box-shadow: 1px 1px 5px #bbb; /* webkit */
	box-shadow:1px 1px 5px #bbb;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true)";

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=120,strength=3,enabled=true); /* IE5.5+ */
	background:#fff;
}

/*-- box-frame ----------------------------*/

.box-frame {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
}


/*-- SPACER --------------------------------*/




/*------------------------------------------------------------------------
	Main-Contents
------------------------------------------------------------------------*/


/*-- home(toppage) -------------------------*/

.top-info {
	font-size: 11px;
	margin: 10px;
	float: left;
}

.top-left-box {
	float: left;
	width: 650px;
	margin-left: 15px;
}

.top-right-box {
	float: right;
	width: 250px;
	margin-right: 10px;
}


.top-text-01 {
	float: left;
	width: 280px;
	line-height: 180%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.top-image-01 {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	float: right;
}


.top-text-02 {
	float: right;
	width: 410px;
	line-height: 180%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.top-image-02 {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
}

.top-text-03 {
	float: left;
	width: 650px;
	line-height: 180%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.top-name {
	float: right;
	margin-top: 30px;
}

#top-news-box {
	width: 248px;
	border: 1px solid #CCCCCC;
	height: 120px;
	margin-bottom: 10px;
}

#top-news-box dl {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top-news-box dt {
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	margin-left: 10px;
	padding-top: 7px;
}

#top-news-box dd {
	margin-left: 10px;
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 13px;
	margin-right: 10px;
	width: 228px;
	margin-top: 5px;
	color: #666666;
	border-bottom: 1px none #CCCCCC;
}

#top-photo-box {
	float: right;
	margin-top: 15px;
}


/*-- MENU -------------------------*/

.menu-image {
	float: left;
	height: 500px;
	width: 570px;
	margin-left: 20px;
	margin-top: 20px;
}

.menu-info {
	float: right;
	width: 330px;
	margin-right: 20px;
	margin-top: 20px;
	line-height: 160%;
}

.ornament {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#right-text-box {
	width: 500px;
	float: right;
	margin-right: 30px;
	line-height: 160%;
}

#right-text-box img {
	margin-bottom: 20px;
}

#left-photo-box {
	float: left;
	margin-left: 30px;
}

#left-text-box {
	float: left;
	width: 530px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 160%;
}
#right-photo-box {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
}


#left-text-box img {
	margin-bottom: 20px;
}

.notice {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

/*-- news ----------------------------------*/

.news-left-box {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-color: #D3D3D3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: left;
}

.news-left-box dt {
	font-size: 14px;
	margin-bottom: 10px;
}

.news-left-box dd {
	font-size: 18px;
	color: #990000;
	line-height: 120%;
	font-weight: bold;
}

.news-text {
	float: left;
	width: 880px;
	margin-top: 10px;
	line-height: 160%;
	clear: left;
}

.news-option {
	float: right;
	width: 600px;
	margin-right: 30px;
	padding-bottom: 30px;
}

.news-option-filename {
	line-height: 31px;
	font-weight: bold;
	margin-left: 5px;
}


.news-option-filesize {
	font-size: 12px;
}

#news-wrap {
	float: left;
	width: 950px;
	margin-top: 10px;
}

/*-- ACCESS MAP -------------------------*/

#map-box {
	margin: 20px;
	float: right;
	width: 480px;
	height: 360px;
}

#access-box {
	float: left;
	width: 400px;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 160%;
}

#access-box .sub-title {
	font-size: 16px;
	margin-bottom: 20px;
}




/*-- PRIVACY POLICY -------------------------*/

#privacy-box {
	width: 800px;
	float: left;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 20px;
	margin-left: 75px;
}

#privacy-box li {
	list-style-type: disc;
	margin-left: 50px;
	margin-bottom: 10px;
	line-height: 140%;
}

#privacy-box .subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px;
	float: left;
}

#privacy-box .subtext {
	margin-left: 30px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	line-height: 160%;
}

#privacy-box ul {
	margin-bottom: 30px;
	margin-top: 10px;
}

