﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */

body {
	
	background-color: #FFffff;
	color: #6B4E76;
	margin: -1% auto 0 auto;
	padding: 0 auto 0 auto;
	
    overflow: hidden; <!--テスト -->
　　position: relative; <!--テスト -->
    min-width: 1000px; <!--テスト -->
	width: 1350px;<!--テスト -->
	
	/*background-image: url(../images/hosi_kuro_toumei_yellow_100.png);*/
}

header {
	background-color: #FF0066;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	/*padding: 0 500%;
	margin: 0 -500%;*/
	/*min-width: 1000px;
	width: 100%;*/
}

h2 {
	text-align: center;	
	
}
h3 {
	text-align: center;	
	
}

header h1 {
	width: 1350px;<!--テスト -->
	text-align: left;
	vertical-align: bottom;
	background-color: #FF0066;
	/*background-image: url(../images/hosi_kuro_toumei_yellow_100.png);*/
	/*background-position: center 100px;*/
	/*background-repeat: repeat-x;*/
	border-bottom: 5px solid #FF3366;
	height: 130px;
	color: #FFFFFF;
	font-size: 130%;
	font-family: "Times New Roman";
	/*font-style: normal;*/
	/*font-weight: 100%;*/
	/*font-variant: normal;*/
	/*text-decoration: none;*/
	/*text-indent: 1%;*/
	/*margin-right: -1%;
	margin-bottom: -1%;
	margin-left: -1%;
	margin-top: -1%;*/
	/*padding-top: 0 0;*/
}
/*header h1 img {
	width: 65%;
	left: 100%;
}*/

footer {
	margin-right: -500%;
	margin-left: -500%;
	padding-top: 0 500%;
	background-color: #FF0066;
	/*background-image: url(../images/hosi_kuro_toumei_yellow_100.png);*/
	background-position: center -35px;
	background-repeat: repeat-x;
	border-top: 5px solid #FF3366;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
}


body {
	/*margin: 0;
	padding: 0;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size: 87.5%;*/
	line-height: 1.5;
}
