/* $Id: group.css,v 1.11 2004/10/24 K.Fukushima */
/*****************************************************************************/
/* 共通要素                                                                  */
/*****************************************************************************/
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}

div,
span,
li,
dt,
dd,
pre,
td,
th {
	line-height: 120%;
	font-size: 12px;
p {
	margin: 0;
	font-size: 12px;
}
a {
	color: #333333;
	text-decoration: underline;
	border:0;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.invisible {
	display: none;
}
.inline {
	display: inline;
}
input, textarea, select { /*** Mac IE5 文字化け防止（日本語フォント指定）***/
	color: #333333;
	margin: 3px 0 0 0;
	font-family: Times New Roman,Helvetica,ＭＳ Ｐゴシック,sans-serif;
	}

IMG {
	border: 0;
}
/*****************************************************************************/
/* レイアウト                                                                */
/*****************************************************************************/
/* カスタマイズメモ                                                          */
/* - marginは0にすること。間隔がほしいときはpaddingで。                      */
/*****************************************************************************/
body {
	margin: 10px auto 0 auto;
	text-align: center;
}

/* センタリング用の枠 */
#Outline {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	background: url() no-repeat 45px left;
/*	height: 520px;*/
	border: 1px solid #333333;
	vertical-align: top;
	text-align: center;
}
#Outline2 {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
/*	height: 500px;*/
	border: 1px solid #333;
	vertical-align: top;
	text-align: center;
	background: url(../images/logo_2.gif) no-repeat left 50px;
}
#Head {
	position: relative;
	margin: 0;
	padding: 50px 0 0 0;
	height: 150px;
}
#Main {
	position: relative;
	margin: 92px 0 142px 0;
	padding: 0;
}
#Back {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	text-align: right;
}

#Foot {
	position: relative;
	margin: 0 ;
	padding: 0;
}
.clear {
	clear:both;
	height: 1px;
	font-size: 0.01em;
}

