@charset "utf-8";

@media screen and (min-width:640px){
	
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

	
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

/*-------ヘッダー-------*/

#banner {
	position: relative;
	height: 180px;
}
#banner h1 {
	font-size: 10px;
	position: absolute;
	letter-spacing: 3px;
	top: 10px;
	right: 0px;
	line-height: 20px;
	color: #555;
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#banner h1 strong {
	font-size: 11px;
	letter-spacing: 2px;
	padding-left: 10px;
	color: #000;
}

#banner a.logo {
	height: 80px;
	width: 240px;
	background-image: url(img/logo.gif);
	position: absolute;
	left: 0px;
	top: 10px;
}
a.menu_btn {
	display: none;
}

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

#pankuzu {
	top: 195px;
	left: 0px;
	letter-spacing: 2px;
}

#content {
	float: left;
	width: 740px;
	padding-bottom: 10px;
	margin-top: 40px;
}

#content p {
	font-size: 16px;
	line-height: 1.8;
	margin: 10px;
	padding: 5px;
}

.relation-navi dd a {
	font-size: 16px;
}

/*-------グローバルナビ-------*/
#g_nav {
	position: absolute;
	left: 0px;
	top: 120px;
	height: 50px;
	width: 1000px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDB100;
}
#g_nav ul li {
	display: block;
	float: left;
	width: 189px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDB100;
	padding: 5px;
}
#g_nav ul li a {
	display: block;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
	padding-top: 12px;
	padding-bottom: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*background-color: #FFD631;*/
	background-color: #65B6FF;
}
#g_nav ul li a:hover {
	background-color: #FFF;
}
#side #g_nav h2 {
	display: none;
}

/*-------サイドメニュー-------*/

#side {
	float: right;
	width: 240px;
	text-align: left;
	margin-right: 0px;
	margin-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
#side dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#side dl dt {
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

#side dl dt.no_link {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#side dl dt a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(img/side_dt_a.png);
}

#side dd a {
	width: 205px;
	display: block;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(img/side_dd_a.png);
}
#side dd a:hover {
	color: #000;
	/*background-color: #FFD631;*/
	background-color: #65B6FF;
}

/*----PR用リスト追記----*/
#content ul.list_pr01 li a,
#content ul.list_pr02 li a,
#content ul.list_pr03 li a,
#content ul.list_pr2_01 li a,
#content ul.list_pr2_02 li a,
#content ul.list_pr2_03 li a {
	padding-right: 1%;
	padding-left: 6%;
	width: 26%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}

/*-------フッター-------*/

.foot_in {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
footer address {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
p.pagetop a {
	position: absolute;
	top: -40px;
	right: 0px;
}

/*-------トップ写真付き記事一覧-------*/

#content .topic article {
	padding-bottom: 20px;
}
#content .topic article img {
	width: 180px;
}
#content .topic article h2 {
	margin-left: 200px;
}
#content .topic article p {
	margin-left: 200px;
}

#content .topic article .btn_more {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	bottom: 5px;
}

/*------検索フォーム-------*/

#container #side .g_search {
	position: absolute;
	top: 44px;
	right: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F9F9F9;
}
#container #side .g_search form input.g_form {
	width: 300px;
}

/*------170518追記-------*/
#content .bn_2c {
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

#content p.img-l_center {
	background-color: #FFF;
	float: left;
	padding-right: 20px;
}

table.table_001 td.td_head {
	border-right-width: 4px;
	border-right-color: #FC0;
}

.no_pc {
	display: none !important;
}

}
/*---/min-640---*/

