@charset "Shift_JIS";

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
color: #444444;
background-color:#883344;
font-size: 62.5%;
font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
}


h1,h2,h3,h4,h5,h6,p,ul,ol ,dl{
margin-top: 0;
margin-bottom: 0;
}

a {
text-decoration: underline;
color: #883344;
}
a:hover {
text-decoration: none;
color: #ff6666;
}

/*------------------------*/
/*container*/
/*------------------------*/
#container {
height: 100%;
width: 100%;
margin: 0 auto;
padding: 0;
background-image: url(../images/lassiette_top_03.jpg);
background-repeat: repeat-x;
}

/*------------------------*/
/*wrapper*/
/*------------------------*/
#wrapper {
position: relative;
min-height: 100%;
width: 750px;
background-color: #ffffff;
margin: 0 auto;
}

/*--------------IE6対策--------------*/
*html #wrapper {
height: 100%;
}
/*--------------IE6対策--------------*/


/*------------------------*/
/*ヘッダー*/
/*------------------------*/
#header {
width: 750px;
margin: 0 auto;
padding: 0;
}

/*------------------------*/
/*フラッシュ*/
/*------------------------*/
#flash {
width: 750px;
}

/*------------------------*/
/*メニュー*/
/*------------------------*/
#menu {
width: 750px;
margin: 0;
padding: 0;
}


/*------------------------*/
/*メイン内容*/
/*------------------------*/
#main {
width: 750px;
background-image:url(../images/lassiette_top_back.jpg);
background-repeat: no-repeat;
padding-bottom: 100px;
}

#main table.top {
padding-left: 30px;
padding-top: 40px;
padding-bottom: 70px;
}

#main p {
font-size: 1.3em;
line-height: 18px;
}

#main p.top {
padding-left: 20px;
}

/*--------------IE6対策--------------*/
*html #main p.top {
padding-left: 0;
}
/*--------------IE6対策--------------*/



/*------------------------*/
/*footer*/
/*------------------------*/
#footer {
position: absolute;
bottom: 0;
background-color: #ffffff;
	width: 750px;
	height: 100px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
text-align: center;
padding-top: 10px;
font-size: 1.3em;
}


	
/*------------------------*/
/*コピーライト*/
/*------------------------*/
#footer_copy {
width: 800px;
}

#footer_copy p {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}



/*------------------------*/
/*アイコン付リンク*/
/*------------------------*/

#main p#page a {
	margin: 0;
	background: url(../images/icon_page.gif) no-repeat 0 7px;
	text-decoration: none;
	line-height: 24px;
	padding: 10px 0 10px 25px;
}

#main #main_new span.pdf {
	background: url(../images/pdficon_small.gif) no-repeat 0 1px ;
	padding: 4px 0 8px 23px;
}
