﻿@charset "utf-8";
/*
 * まいわいスタイルシート
 */

* {
	margin:0px;
	padding:0px;
}

body {
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333333;
	background-image:url( "../img/bg.gif" );
}

img {
	border:0px;
}

table {
	border:0px;
}

ul li {
	list-style-type:none;
}


#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-image:url( "../img/bg_main1.gif" );
}

/**
 * ヘッダー
 **/
#container .header {
	background-image:url( "../img/bg_header.jpg" );
	background-repeat:no-repeat;
	width:750px;
	height:100px;
}

.header h1 {
	color:#ffffff;
	font-size:17px;
	margin-left:120px;
	padding-top:20px;
	letter-spacing:2px;
}

.header h2 {
	color:#ffffff;
	margin-left:120px;
	font-size:30px;
}

.header h2 span {
	font-size:20px;
}

.header div {
	margin-top:8px;
	_margin-top:12px;
	margin-right:5px;
	text-align:right;
	color:#ffffff;
	letter-spacing:2px;
	font-size:13px;
}

.header div a:link,
.header div a:visited,
.header div a:active
 {
	color:#ffffff;
	text-decoration:none;
}

.header div a:hover {
	color:#000000;
	text-decoration:underline;
}

/* 画面上部メニュー */
#globalnavi {
	text-align: right;
	width: 750px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#globalnavi ul {
	padding: 0px;
	margin: 0px;
	float: left;
}

#globalnavi ul li {
	list-style-type: none;
	float: left;
	vertical-align: bottom;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#globalnavi .menu1 a:link,
#globalnavi .menu1 a:visited,
#globalnavi .menu1 a:active {
	background-image:url( "../img/bt_off.jpg" );
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:45px;
	line-height:45px;
	text-decoration:none;
}

#globalnavi .menu1 a:hover {
	list-style-type: none;
	background-image:url( "../img/bt_on.jpg" );
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:45px;
	line-height:45px;
	text-decoration:underline;
}

#globalnavi .menu2 a:link,
#globalnavi .menu2 a:visited,
#globalnavi .menu2 a:active {
	background-image:url( "../img/bt_off_r.jpg" );
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:45px;
	line-height:45px;
	text-decoration:none;
}

#globalnavi .menu2 a:hover {
	list-style-type: none;
	background-image:url( "../img/bt_on_r.jpg" );
	background-repeat:no-repeat;
	display:block;
	width:125px;
	height:45px;
	line-height:45px;
	text-decoration:underline;
}

#container .footer_link {
	clear:both;
	text-align:center;
	font-size:12px;
	letter-spacing:2px;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	padding:5px 0px;
	background-color:#336600;
	color:#ffffff;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active
 {
	color:#ffffff;
	text-decoration:none;
}

.footer_link a:hover {
	color:#ffff66;
	text-decoration:underline;
}

#container .footer {
	clear:both;
	text-align:center;
	font-size:12px;
/*
	background-image:url( "../img/bg.gif" );
*/
	background-color:#ffffff;
	padding:10px 0px;
}

