﻿@charset "utf-8";

/*
ヘッダー
-------------------------------------------------------------------*/

#header h1 {
	position: absolute;
    left: 40px;
    top: 40px;
    width: 112px;
    height: 35px;
    background: #F4ECE1 url(../header/font_title_gif/font_news.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#header p#tit {
	position: absolute;
    left: 60px;
    top: 75px;
    width: 60px;
    height: 18px;
    background: #F4ECE1 url(../header/font_title_gif/font_osirase_title.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#image {
	position: absolute;
    left: 640px;
    top: 130px;
    width: 142px;
    height: 56px;
    background: #F4ECE1 url(../header/texstyle/texstyle_news.gif) no-repeat scroll 0 0;
    text-indent: -10000px;
}

#melmaga {
	position: absolute;
	left: 680px;
	top: 350px;
}

#mobile {
	position: absolute;
	left: 680px;
	top: 220px;
	text-align: center;
	width: 112px;
	border: 1px solid #4D4D4D;
}

#mobile p#keitai {
	font-size: 14px;
	color: #B3B3B3;
	background-color: #4D4D4D;
}

/*
ミドル
-------------------------------------------------------------------*/
.contents {
	margin-bottom: 40px;
	width: 560px;
}

#main h2 {
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	width: 550px;
	background-color: #B3B3B3;
	text-align: right;
	padding-right: 10px;
}

#main h2 strong {
	float: left;
	padding-left: 5px;
	width: 40px;
}

.sentence {
	width: 520px;
	padding: 10px 20px;
	font-size: 13px;
}

.sentence p {
    text-align: justify;
    text-justify: distribute;
}

p.texti {
	text-indent: 1em;
}

#main h3 {
	color: #F0037F;
	margin-bottom: 5px;
	font-size: 14px;
}

.inimg, .leftimg {
	display: block;
	float: left;
	width: 520px;
}

.inimg a img {
	float: right;
	vertical-align: top;
	margin-left: 1em;
	margin-bottom: 1em;
}

.leftimg img {
	float: left;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 1em;
}

.space10 {
	margin: 10px 0;
}

dl dd {
	margin-left: 1em;
}

.gotop {
	text-align: right;
	font-size: 12px;
	width: 560px;
	margin-bottom: 1px;
}

