/********** コモン **********/
a:link{ color: #333333; }
a:visited { color: #333333; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body, td, th {
	color: #333333;
	font-size: 12px;
}

#pack {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #888888;
}

strong {
	font-weight: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}

p {
	line-height: 150%;
	margin-bottom: 1em;
}

.nowrap {
	white-space: nowrap;
}

.noMargin{
	margin: 0;
}

.pageTop {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
}

.caption {
	font-size: 11px;
}




/********** レイアウト関連 **********/
#header {
	height: 110px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: relative;
	top: 55px;
	left: 29px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-y;
	padding-left: 24px;
	line-height: 100%;
}

#header h1 em {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

#header h1 strong {
	line-height: 120%;
	font-size: 24px;
	font-weight: bold;
}


#footer {
}

#copy {
	margin-top: 9px;
	margin-bottom: 4px;
}


#main {
	padding: 20px 0 20px 20px;
}



