@charset "Shift_JIS";

/*-----全適用設定-------
	text-indent: 1em;	/*段落頭を一文字落とす*/
*/
* {
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;/*ゴシック*/
	text-decoration: none;
	line-height: 150%;
	color: #000;
}

/*-----リンク設定-------*/
a {color: blue; text-decoration: none}
a:link {color: blue; text-decoration: none}
a:hover {color: red; text-decoration: underline}
a:visited {color: purple; text-decoration: none}

/*-----ボディ設定-------*/
body {
	text-align:center;
	background:url() repeat-x top #000;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
/*-----テキスト・段落設定-------*/
h1 {
	font-size: 16px;
	font-weight: bolder;
}
h2 {
	font-size: 10px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bolder;
}
h4 img{
	vertical-align:middle;
}
p {
}
/*-----ページ設定-------*/
.frame{
	width:760px;
	height:100%;
	margin:auto;
	background:url() repeat-y center #FFF;
	text-align:center;
}
.frame table{
	width:760px;
	margin:0 auto;
}
.main,.header,.menu,.footer{
	width:740px;
	margin:0px auto;
	text-align:left;
}
.main{
	width:100%;
	margin:0px auto;
	border-top:1px solid #000;
	background:url() repeat-x center #FFF;
	padding:15px 0px;
	text-align:center;
}
.index_news_head {
	height:15px;
	background:url(images/bg_index_news.gif) repeat-y center top;
	margin:0 auto;
	padding:0;
}
.index_news_foot{
	background:url(images/bg_index_news.gif) repeat-y center top;
	height:5px;
}
.index_news{
	background:url(images/bg_index_news.gif) repeat-y center top;
	padding:0px 80px;
	margin:0 auto;
	text-align:left;
}
.index_news P{
	background:url(images/arrow_10x6.gif) no-repeat 2px 7px;
	padding:5px;
	padding-left:12px;
	font-size: 12px;
}
.index_news p{
	margin:0;
	text-align:left;
}
/*------フッター設定-------*/
.footer{
	width:100%;
	background: url() no-repeat top;
	border-top:1px solid #000;
	height:50px;
	padding-top:15px;
	text-align:center;
}
.copyright {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top:20px;
	padding-left:10px;
}
