﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
 background-color: #f3f2e9;
 color: #5f5039;
}
header,#graphic,#contents,footer {
 margin: 0 auto 0 auto;
 width: 1140px;
}
header#top {
 height: 120px
}
header#topx {
 height: 800px
}
#h2moji {
 color: red;
}	
header#top h1 {
 margin: 0 0 25px 0:
 padding-bottom: 30px;
 text-align: center;
 font-size: 250%;
 background-color: yellow;
 color: red;			
}

#idpsw {
 margin: 0 auto 0 auto;
 width: 1140px;
}	
footer {
	background-color: #ffaa99;
	font-size: small;
	text-align: center;
	height: 50px;
	line-height: 50px;
	clear: both;
}	
/* 基本レイアウト ここまで↑*/ 
/* メインページ */


/* お問い合わせページ */
header#topaa h1 {
 margin: 0 0 25px 0:
 padding-bottom: 30px;
 text-align: center;
 font-size: 200%;
 background-color: yellow;
 color: blue;			
}
header#topaa p {
 font-size: 100%;
 background-color: #aabb77;
 color: blue;			
}
#name1 {
 width: 200px;
}
#email1 {
 width: 300px;
}
#texta1 {
 width: 500px;
 height: 100px;
}				



