﻿@charset "UTF-8";

/* CSS Information ========================================
File name: common.css
Date 2011.03.15 new
======================================================= */

@import "globalNavi.css";			/* グローバルナビゲーション */

body {
	margin:0;
	padding:0;
	font-family:Osaka, Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:10px;
}

#wrapper {
 	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-top:49px;
	margin-left:17px;
	height:65px;
	width:600px;
}

#header h1 {
	background-image:url('../image/common/header/logo.gif');
	background-repeat:no-repeat;
	width:168px;
	height:21px;
	text-indent:-99999px;
}

#header ul {
	margin-top:25px;
}

#main {
	height:596px;
	width:916px;
	margin-left:auto;
	margin-right:auto;
}

#main p {
	font-size:12px;
	text-align:left;
	width:200px;
	color: #444;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
}

#footer {
	float:right;
	margin-right:11px;
	width:244px;
	height:11px;
	background-image:url('../image/common/footer/background.gif');
	background-repeat:no-repeat;
}

#footer a {
	background-image:url('../image/common/footer/notice.gif');
	background-repeat:no-repeat;
	width:35px;
	height:11px;
	text-indent:-99999px;
	float:left;
}

#footer address {
	background-image:url('../image/common/footer/copyright.gif');
	background-repeat:no-repeat;
	width:201px;
	height:11px;
	text-indent:-99999px;
	float:right;
}