@charset "UTF-8";

/********** reset.css **********/

body, 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;
}
body{
	padding-bottom:55px;
}
html{
    overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

/********** layoyt.css **********/

body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 100%;;
	color: #3C1B12;
	background-color: #201b15;
}
#main {
	margin: 0 auto;
	width: 800px;
	background-color:#F6F8ED;
	text-align:left;
	padding-bottom:20px;
}

/********** main css **********/

#header{
	background:url(../m_img/m_anniversary/bg_header.jpg) top left repeat-x;
	height:100px;
}
#header .left-column{
	float:left;
	margin-left:7px;
}
	/*************** IE6 hack ******************/
	* html body #header .left-column{
		margin-left:3px;
	}

#header .right-column{
	width:570px;
	float:right;
	margin-right:10px;
	text-align:right;
}
	/*************** IE6 hack ******************/
	* html body #header .right-column{
		margin-right:5px;
	}

#header .right-column .section-over{
	height:67px;
}
#header .right-column .section-over .sub-img{
	text-align:right;
	margin-top:15px;
}
#header .right-column .section-over .first-child{
	margin-top:0px;
}
#header .right-column .section-under{
	height:33px;
}
#header .right-column .section-under img{
	margin:4px 0 0 8px;
}

#event,
#presents{
	margin:20px 10px 0 10px;
	width:780px;	
}
.sub{
	margin-top:20px;
}
.pagetop{
	text-align:right;
	margin-top:20px;
}


#footer {
	margin: 0 auto;
	width: 800px;
	background-color:#411D14;
	text-align:center;
	height:20px;
}
#footer address{
	padding-top:5px;
	color:#FFFFFF;
}


