﻿/*
ヘッダー
-------------------------------------------------------------------*/

#header h1 {
	position: absolute;
    left: 40px;
    top: 40px;
    width: 167px;
    height: 58px;
    background: #F4ECE1 url(../header/font_title_gif/font_favorite.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#header p {
	position: absolute;
    left: 90px;
    top: 85px;
    width: 74px;
    height: 16px;
    background: #F4ECE1 url(../header/font_title_gif/font_okiniiri_title.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#image {
	position: absolute;
    left: 620px;
    top: 125px;
    width: 159px;
    height: 50px;
    background: #F4ECE1 url(../header/texstyle/texstyle_favorite.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

/*
ミドル
-------------------------------------------------------------------*/
#main p {
	color: #F0037F;
	font-size: 18px;
	font-weight: 700;
	margin-left: 70px;
}

/*
フッター
-------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 790px;
	position: absolute;
	bottom: 0;
}

#footer p {
	clear: both;
	font-size: 12px;
	color: #B3B3B3;
	text-align: right;
	line-height: 120%;
}

#line {
	float: right;
	width: 393px;
	height: 5px;
	background: #F4ECE1 url(../header/line_footer.gif) no-repeat scroll 0 0;
}

