@charset "UTF-8";
/* CSS Document */
@import url("navi.css");

/**************************基本**************************/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/bgc.gif);
	background-repeat: repeat;
	background-color: #f9c159;
	line-height: 150%;
	color: #333333;
}



/**************************レイアウト**************************/

/***************全体***************/
#container{
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}

#contents{
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/***************ヘッダ***************/
#header{
	margin-bottom: 5px;
}

#header h1{
	display: block;
	height: 77px;
	width: 750px;
	background-image: url(../img/header.gif);
	margin: 0px;
	padding: 0px;
}

#header h1 em{
	text-indent: -9999px;
	font-size: 10px;
	text-decoration: none;
	visibility: hidden;
}

#header h1 a{
	text-decoration: none;
	display: block;
	height: 77px;
	width: 750px;	
}

/***************フッタ***************/
#footer{
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 70px;
}

#footer_inn{
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#bg_below{
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 5px;
	background-image: url(../img/bg_below.gif);
	background-repeat: no-repeat;
}

/**************************コンテンツ**************************/


/***************パン屑***************/
#pan{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	text-align: right;
	color: #eb6143;
}

#pan a,a:hover{
	color: #eb6143;
	text-decoration: underline;
}

/***************記事***************/
#main{
	text-align: left;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #333333;
	background-color: #FFFFFF;
}


/***************リンク色***************/
a.amedok:link {color: #eb6143; text-decoration: none;}
a.amedok:visited { color: #eb6143; text-decoration: none; }
a.amedok:hover { color: #f29739; text-decoration: underline; }
a.amedok:active { color: #eb6143; text-decoration: underline; }

/***************イメージのライン***************/
/*img.line{padding:2px; border: solid 1px #CCCCCC;}*/

/***************トップにもどる***************/
div.re_top{
	text-align: center;
	margin-top: 5px;
}


/*************区切り線*************/
div.xline{
	background-image: url(../news/img/news_line.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 5px;
}
