/********** コモン **********/
a:link{ color: #565656; text-decoration: none;}
a:visited { color: #565656; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: underline;}
a:active { color: #ff0000; text-decoration: underline;}

a.ul:link{ color: #565656; text-decoration: underline;}
a.ul:visited { color: #565656; text-decoration: underline;}
a.ul:hover { color: #ff0000; text-decoration: underline;}
a.ul:active { color: #ff0000; text-decoration: underline;}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
}

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

/* ▼20100420 追記 */
form {
	width : 100% ;
}
/* ▲20100420 追記 */

#pack1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#pack2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

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

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;
}




/********** レイアウト関連 **********/
#head {
	height: 24px;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
}

#footDottedLine {
	height: 1px;
	background-image: url(../images/foot_dotted_line.gif);
	background-repeat: repeat-x;
}

#foot {
	margin: 10px 0px 0px 18px;
}

#footMenu {

}

#footMenu:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.footIcon {
	width: 4px;
	margin: 5px 4px 0px 0px;
	float: left;
	zoom: 100%;
}

.footMenuText {
	margin: 0px 12px 0px 0px;
	float: left;
	zoom: 100%;
}



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



#main {

}

#main:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#menuArea {
	width: 270px;
	float: left;
	zoom: 100%;
}

#contentArea {
	width: 630px;
	float: left;
	zoom: 100%;
}

#content_title {
	margin: 8px 0px 25px 0px;
}

/* menu */
.menu01 {
	margin: 0px 0px 0px 0px;
}

.menu02 {
	margin: 0px 0px 0px 0px;
}

.menu03 {
	margin: 0px 0px 0px 0px;
}

.menuLine01 {

}

.menuLine02 {

}



#googleLogo {
	margin: 0px 0px 0px 10px;
}

#searchArea {
	margin: 0px 0px 20px 15px;
}

#searchArea:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#searchBox {

}

#searchLeft {
	margin-top: 2px;
	float: left;
	zoom: 100%;
}

#searchCenter {
	margin-top: 2px;
	background-image: url(../images/search_bg.gif);
	height: 22px;
	float: left;
	zoom: 100%;
}


#searchRight {
	margin-top: 2px;
	float: left;
	zoom: 100%;
}

#searchBtn {

}

#searchInputTxt {
	width: 140px;
	margin-top: 2px;
	border: 0px;
	color : #999999 ;
}

#searchInputBtn {
	margin: 0px 0px 0px 2px;
}



.nextPageArea {
	margin: 25px 0px 30px 0px;
}

.nextPageArea:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.nextPageImg {
	margin: 0px 15px 0px 0px;
	float: left;
	zoom: 100%;
}

.nextPageText {
	margin: 5px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	zoom: 100%;
}


