@charset "UTF-8";
/* CSS Document */


/*==================================================
	レイアウト（トップ）
==================================================*/

body {
	margin: 0;
	padding: 0;
	background-color: #644B0B;
}
.main-out {
	height: 1889px;
	width: 100%;
	margin-top: 0px;
	background-color: #e5aa18;
	background-image: url(images/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.main-topline {
	height: 15px;
	width: 100%;
	margin-top: 0px;
	background-color: #443308;
}
.main-in {
	height: 645px;
	width: 750px;
	margin: auto;
	position: relative;
}
.link {
	height: 307px;
	width: 335px;
	left: -40px;
	position: absolute;
	padding-top: 0px;
}
.link-in1 {
	height: 189px;
	width: 335px;
}
.link-in2 {
	height: 118px;
	width: 335px;
}


/*==================================================
	レイアウト（メインボタン）
==================================================*/

.mainbutton {
	height: 139px;
	width: 750px;
	margin: auto;
	position: relative;
}
.mainbutton1 {
	float: left;
	height: 139px;
	width: 250px;
}
.mainbutton2 {
	float: left;
	height: 139px;
	width: 250px;
}
.mainbutton3 {
	float: left;
	height: 139px;
	width: 250px;
}

	
	
/*==================================================
	レイアウト（画像切り替え）
==================================================*/

.swap1 {
	height: 300px;
	width: 750px;
	position: relative;
	margin: auto;
	background-image: url(images/main1.png);
	ackground-position: center botton;
	background-repeat: no-repeat;
}
.text1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	height: 155px;
	width: 740px;
	text-align: left;
	padding-top: 10px;
	margin: auto;
	padding-left: 10px;
	background-image: url(images/text-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #510101;
}


/*==================================================
	レイアウト（コンテンツ）
==================================================*/

.contents-out {
	width: 100%;
	background-color: #e5aa18;
}
.contents-in {
	height: 500px;
	width: 750px;
	margin: auto;
}
.contents-banner {
	height: 350px;
	width: 500px;
	margin-top: 20px;
	float: left;
}
.contents-banner1 {
	height: 57px;
	width: 500px;
	float: left;
}

.contents-rss {
	margin-top: 0px;
	background-image:url(images/rss_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:203px;
	width: 520px;
	float: left;
}


.contents-banner2 {
	height: 145px;
	width: 500px; 
	margin-top: 10px;
	float: left;
}
.contents-twitter {
	float: right;
	height: 350px;
	width: 250px;
	margin-top: 30px;
	text-align: right;
}

#feed li{
	margin-top: 12px;
	margin-left:20px;
	width:450px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

/*==================================================
	レイアウト（アドレス）
==================================================*/

.adress {
	height: 90px;
	width: 750px;
	margin: auto;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.adress-logo {
	height: 70px;
	width: 140px;
	float: left;
}
.adress-text {
	float: left;
	height: 55px;
	width: 600px;
	padding-top: 15px;
	padding-left: 10px;
}


/*==================================================
	レイアウト（フッター）
==================================================*/

.footer {
	padding-bottom: 0px;
	height: 70px;
	width: 100%;
	background-color: #443308;
	padding-top: 15px;
	margin-bottom: 15px;
}
.footer-in {
	width: 750px;
	margin: auto;
	text-align: left;
}




/*==================================================
	line
==================================================*/

hr{
    border: none;
    border-top: dashed 1px ;
    height: 1px;
    color: #9e7979;
    width: 100%;
}
	
	
/*==================================================
	swap
==================================================*/

ul, ul li{
   display: inline;
   padding: 0;
   margin: 0;
}
li {
    float: left;
}
a img {
    border:0;
}
