@charset   "UTF-8";

/*===================================================================

CSS Information

 Site URL:	http://www.syunyo.co.jp/
 File name:	base.css (http://www.syunyo.co.jp/css/base.css)
 Summary:	all styles
 Created:	2010-03-15
 Last update:	2010-03-15

===================================================================*/
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address {
	margin : 0;
	padding : 0;
	}
body {
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: center;
	}
img {
	margin-top : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-bottom : 2px;
	}
h1 {
	font-size: 130%;
	line-height: 3;
	margin-top: 10px;
	margin-bottom: 20px;
	}
h2 {
	font-size: 140%;
	line-height: 4;
	margin-top: 0px;
	margin-bottom: 35px;
	}
p {
	font-size: 100%;
	line-height: 1.4;
}

div#container {
	width: 100%;
	}
div#contents {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #ffffee;
	width: 700px;
	overflow: hidden;
	}
div#contents_address {
	padding-left: 150px;
	text-align: left;
	}
div#contents_gallery {
	padding-top: 0px;
	padding-bottom: 35px;
	}
div#contents_gallery h1{
	font-size: 120%;
	line-height: 0.8;
	}
div.contents_news {
	padding-top: 10px;
	padding-bottom: 100px;
	}
div.contents_news h1{
	font-size: 130%;
	line-height: 2;
	margin-top: 0px;
	margin-bottom: 0px;
	}
div.contents_news h2{
	font-size: 120%;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div#menu {
	float : none;
	width : 650px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	}
div#shop {
	float : none;
	width : 650px;
	margin : 0;
	margin-bottom : 30px;
	}
div#news {
	float : none;
	width : 650px;
	margin-top : 10px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	}

