@charset "utf-8";


/*----------------------------
Universal selector
----------------------------------------------- */
* {
	margin: 0; 
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	font-style: normal;
	word-break: normal;
}

/*----------------------------
Structure Module
----------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #1b1b1b;
	text-align: center;
	letter-spacing: 0px;
	line-height: 150%;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif, "メイリオ";

	background: url(../images/bg.jpg);
}

/*----------------------------
Hypertext Module
----------------------------------------------- */
a:link {
	text-decoration: underline;
	color: #383f6f;
}
a:visited {
	text-decoration: underline;
	color: #383f6f;
}
a:active {
	text-decoration: underline;
	color: #383f6f;
}
a:hover {
	text-decoration: underline;
	color: #383f6f;
}

/*----------------------------
Edit Module
----------------------------------------------- */
del {
	color: #999;
	text-decoration: line-through;
}
del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}
ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/*----------------------------
Forms Module
----------------------------------------------- */
form {
	margin: 0;
	padding: 0; 
}

form dl,
form p {
	margin: 0;
	border-left: none;
}

input,
textarea {
	margin: 0;
	padding: 1px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #777;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 1px;
}
input[type="submit"] {
	cursor: pointer;
	padding: 5px 20px;
}
input[type="button"] {
	cursor: pointer;
	padding: 5px 20px;
}
input[type="reset"] {
	cursor: pointer;
	padding: 5px 20px;
}
input[type="radio"] {
	border: none;
	background: none;
}


/*----------------------------
Tables Module
----------------------------------------------- */
table {
	font-size: inherit;
	font: 100%;
	width: 100%;
}

th,
td {
	padding: 3px;
}

/*----------------------------
Image Module
----------------------------------------------- */
a img {
	border: 0;
	vertical-align: bottom;
}

a:hover img {
	border: 0;
}

hr {
	margin: 1em 0;
	border: none;
	border-bottom: 1px solid #777;
}

/*----------------------------
Object Module
----------------------------------------------- */
object,
embed {
	margin: 0;
}

/*----------------------------
RESET
------------------------------*/
.ft_clear {
	clear: both;
	padding: 0;
	height: 0;
	font-size: 1px;
	overflow: hidden;
}

.formtx {
	width: 400px;
}
.formzip {
	width: 80px;
}
.formad {
	width: 500px;
}
.formtel {
	width: 200px;
}
.formtxa {
	width: 500px;
	height: 80px;
}

div#pagetop {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 20px 0 0;
}


/*----------------------------
CONTAINER
------------------------------*/
div#container {
	padding:0 0 0 4px;
	width: 907px;
	margin: 0 auto;
	background: url(../images/contents_bg.jpg);
}


/*----------------------------
HEADER
------------------------------*/
div#header {
	width: 904px;
	height: 270px;
	background: url(../images/header_bg.jpg) no-repeat top;
}

div#header h1.logo {
	width: 189px;
	height: 193px;
	float: left;
	margin: 55px 0 5px 25px;
	display: inline;
}



/*----------------------------
MAIN
------------------------------*/
div#container #main{
	float:right;
	width:700px;
	text-align:left;
}
div#container #main .msg .msg_header1{
	clear:both;
	background: url(../images/line.jpg) no-repeat left bottom;
	padding:10px 0 10px 0;
}
div#container #main .msg .msg_header1 .title{
	float:left;
	width:550px;
	font-size:16px;
	font-weight:bold;
}
div#container #main .msg .msg_header1 .date{
	float:right;
	text-align:left;
	font-size:12px;
	width:140px;
	color:#444444;
}
div#container #main .msg .msg_header2{
	clear:both;
	padding:0 0 10px 0;
}
div#container #main .msg .msg_header2 .cate{
	float:left;
	color:#844444;
}
div#container #main .msg .msg_header2 .user{
	float:left;
	padding:0 0 0 10px;
	color:#844444;
}
div#container #main .msg .msg_body{
	clear:both;
	padding-left:20px;
	color:#444444;
}

div#main-contact{
	float:right;
	margin-right:0px;
	width:600px;
	text-align:left;
	}

/*----------------------------
yebisu-css
----------------------------*/
#top-flash{
	text-align:center;
	margin-top:20px;
	margin-bottom:25px;}
#map{
	margin-top:40px;
	margin-left:50px;}	
#top-txt{
	padding-top:20px;
	padding-left:60px;}	
#phot{
	float:right;
	clear:both;
	margin-right:40px;
	margin-top:45px;}	
/*----------------------------
MENU
------------------------------*/
div#container #menu{
	float:left;

}
div#container #menu .banner_bun-raku{
	margin:8px 0 20px 0;	
}
div#container #menu .banner_yebisu-design{
	margin:40px 0 0 0;	
}

div#container #menu .banner_4cs{
	margin:10px 0 0 0;	
}

/*----------------------------
FOOTER
------------------------------*/
div#footer {
	clear: both;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
	height: 138px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
}

