@charset "utf-8";
/* CSS Document */

/* common&reset */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	margin: 0;
	padding: 0;
	}

ul, li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
}
a {
	text-decoration:none;
	color: #E61673;
}
body {
	width: 100%;
	height:100%;
	background-position: 50% 50%;
	background-attachment:fixed;
	font-size: 15px;
	color: #434343;
	line-height: 1.8em;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,body{
              width: 100%;
              min-width:1280px;
}

a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}
section {}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

/*共通*/
.t_left(text-align:left;)
.t_right{text-align:right;}
.t_center{text-align:center;}
.right{float:right;}
.left{float:left;}
.clear {clear:both;}
.white{color:#FFF;}


/*インナー*/
.inner{width:1000px;margin:0 auto;}
.wrap{width:960px;margin:0 20px;}

/*ヘッダー*/

/*ナビ*/

/*コンテンツ*/
#contents{background:url(../img/common/contents_bg.jpg) top center repeat;padding-bottom:120px;}
#top #contents{padding-top:30px;}
#contents .inner{width:1000px;margin:0 auto;}

/*フッター*/
footer{background:#FCD7A1;padding:20px 0;}
footer .right{padding-top:10px;}
footer .ftr_link{text-align:right;padding:0 0 5px;}
footer .yado{background:url(../img/common/libertybn04_ss.gif) 0 8px no-repeat;padding:0 0 0 50px;font-size:14px;margin:35px 0 0 50px;}
footer .copy{text-align:right;font-size:12px;}

/*ページトップ*/
#page_top{width:100%;height:50px;background:#69584C;}
#page_top a{display:block;width:100%;height:50px;background:url(../img/common/page_top.jpg) center no-repeat;}