@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	color: #666;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #F60;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/***********************************************/
/* ナビゲーションのレイアウトのDiv             */
/***********************************************/

.utility{
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
}

.utility a{
	color: #333;
}

.utility a:hover{
	text-decoration: underline;
}

.tatesen{
	color:#999
}


/***********************************************/
/* 背景のレイアウトのDiv                       */
/***********************************************/

#wrapper{
	background:transparent url(images/wrapper_bg2.jpg) repeat-x scroll left top;
}

#wrapper table#contents{
	margin: 0px auto;	
}

/***********************************************/
/* フッターのレイアウトのDiv                   */
/***********************************************/
#footer{
	background:transparent url(images/footer_bg.jpg) repeat-x scroll left top;	
	background-color: #e4e4e4;
	overflow: hidden;
	margin-bottom:0px;
}
#footer_inner{
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
}

#footer_inner #footer_inner_left{
	float: left;
	width: 300px;
}
#footer_inner #footer_inner_right{
	float: right;
	width: 600px;
}
#footer_inner p.Txt_Copyright{
	clear: both;
}

/***********************************************/
/* フッターのリンク            　　　　　 　　 */
/***********************************************/

.smalllinks{
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
}

.smalllinks a{
	color: #333;
}

.smalllinks a:hover{
	text-decoration: underline;
}

/***********************************************/
/* コピーライトの文字          　　　　　　 　 */
/***********************************************/
.Copyright{
	font-size:11px
}
/***********************************************/
/* linksページバナー横の文字リンク         　 */
/***********************************************/
.links-moji{
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
}

.links-moji a{
	color: #333;
}

.links-moji a:hover{
	text-decoration: underline;
}

.tatesen{
	color:#999
}
.images {
}

