﻿@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	width: 1200px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}

p {
	line-height: 1.5em;
}

/* =============================================== */
/* #header */
/* =============================================== */
#header h1 {
	text-align: center;
}


/* =============================================== */
/* #main */
/* =============================================== */
/* ----------------------------------------------- */
/* #contents */
/* ----------------------------------------------- */
#contents {
	float: left;
}

#caption {
	text-align: center;
}

#caption p {
	line-height: 1em;
}

#caption p#imgtitle{
	font-weight: bold;
}


/* ----------------------------------------------- */
/* #manu */
/* ----------------------------------------------- */
#menu {
	float: right;
}

#menu ul {
	list-style: none;
}

#menu li {
	padding: 5px;
}

#menu li.new {
	list-style-image: url(img/aicon_new.gif);
}

#menu img {
	border: none;
}


/* =============================================== */
/* #footer */
/* =============================================== */
#footer {
	clear: both;
	text-align: center;
}

#footer address {
	font-style: normal;
}

