@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.backimg {
	text-indent: -9999px;
	overflow: hidden;
}

a.backroll {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #36f;
}

a:hover {
	color: #f60;
}

a img {
	border: none;
}

/* ■■■■■■■■■■■■■■■■■ 全体のレイアウト ■■■■■■■■■■■■■■■■■■ */

#all {
	width: 960px;
	margin: 0 auto;
	font-size: 80%;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2d2d2d;
}


/* ■■■■■■■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■■■■■■■ */

#header {
	width: 960px;
	height: 100px;
	background: url(../../images/common/header.png) no-repeat;
	margin-bottom: 8px;
}

#header p#header_logo {
	float: left;
	width: 130px;
	height: 78px;
	margin-right: 50px;
}

#search_box {
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	margin-right: 10px;
}

#search_box input {
	margin-left: 6px;
}

#search_box input.search_input {
	width: 200px;
	font-size: 80%;
	color: #666;
}


#header_menu {
	clear: both;
	padding-top: 3px;
	text-align: center;
}

#header_menu ul {
	list-style: none;
	text-align: center;
	font-size: 90%;
}

#header_menu ul li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #ccc;
}

#header_menu ul li.first {
	border-left: solid 1px #ccc;
	padding-left: 8px;
	margin-left: 8px;
}

/* ■■■■■■■■■■■■■■■■■ 左側メニュー ■■■■■■■■■■■■■■■■■■ */

#menu_side {
	width: 174px;
	float: left;
	margin-bottom: 24px;
}

#menu_side ul#site_bnr {
	list-style: none;
	width: 174px;
	margin-bottom: 8px;
}

#menu_side ul#site_bnr li {
	width: 174px;
	height: 39px;
	margin-bottom: 4px;
}

#menu_side ul#site_bnr li.bnr_1 {height:65px;background: url(../../images/common/n_site_bnr_1.png) no-repeat;}
#menu_side ul#site_bnr li.bnr_2 {height:65px;background: url(../../images/common/n_site_bnr_2.png) no-repeat;}
#menu_side ul#site_bnr li.bnr_3 {height:65px;background: url(../../images/common/n_site_bnr_3.png) no-repeat;}

#menu_contents {
	width: 172px;
	margin-bottom: 12px;
	padding-top: 6px;
	border: solid 1px #ccc;
	background: #f8fbf8;
}

#menu_contents a {
	color: #666;
}

#menu_contents a:hover {
	color: #f60;
}

#menu_contents ul.service_list {
	list-style: none;
	font-size: 100%;
	margin-left: 10px;
	margin-bottom: 12px;
}

#menu_contents ul.service_list li {
	margin-bottom: 2px;
}

#menu_contents .title3 {
	width: 163px;
	height: 21px;
	margin: 0 auto 4px;
	padding-top: 3px;
	text-indent: 4px;
	font-size: 100%;
	font-weight: bold;
	background: url(../../images/common/title_small.png) no-repeat;
}

#menu_contents table.login {
	width: 150px;
	margin: 0 auto 12px;
}

#menu_contents table.login tr th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

#menu_contents table.login tr th.login_head {
	color: #ed6d35;
}

#menu_contents table.login tr td {
	text-align: center;
}

#menu_contents table.login tr td input.login_text {
	width: 100px;
}

#menu_contents p.info {
	text-indent: 8px;
}

#menu_contents p.entry {
	width: 161px;
	height: 19px;
	margin: 0 auto 4px;
	padding-top: 2px;
	text-indent: 8px;
	background: url(../../images/common/title_small_2.png) no-repeat;
}

#menu_contents p.entry a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#menu_contents p.forget {
	width: 160px;
	margin: 0 auto 16px;
	text-align: center;
}

#menu_side ul#bnr {
	width: 173px;
	list-style: none;
}


/* ■■■■■■■■■■■■■■■■■ メインコンテンツ ■■■■■■■■■■■■■■■■■■ */


#container {
	clear: both;
}

#contents_side {
	width: 775px;
	float: right;
	margin-bottom: 24px;
}

#contents_side h2 {
	width: 775px;
	height: 23px;
	font-size: 110%;
	margin-bottom: 12px;
	padding-top: 3px;
	text-indent: 8px;
	background: url(../../images/common/title_large.png) no-repeat;
	color: #666;
}

/* ■■■■■■■■■■■■■■■■■ パンくず ■■■■■■■■■■■■■■■■■■ */

#pankuzu {
	margin-bottom: 8px;
}

#pankuzu ol {
	list-style: none;
}

#pankuzu ol li {
	display: inline;
	margin-right: 6px;
}

#pankuzu ol li a {
	padding-right: 16px;
	background: url(../../images/common/pankuzu.gif) no-repeat right center;
}

/* ■■■■■■■■■■■■■■■■■ ボトムメニュー ■■■■■■■■■■■■■■■■■■ */

#bottom_menu {
	clear: both;
	margin-bottom: 4px;
}

#bottom_menu ul {
	list-style: none;
	text-align: center;
	font-size: 90%;
}

#bottom_menu ul li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #ccc;
}

#bottom_menu ul li.first {
	border-left: solid 1px #ccc;
	padding-left: 8px;
	margin-left: 8px;
}

/* ■■■■■■■■■■■■■■■■■ フッター ■■■■■■■■■■■■■■■■■■ */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	background: url(../../images/common/footer_bg.png) repeat-x;
}

#footer p#copyright {
	float: right;
	width: 472px;
	height: 80px;
	background: url(../../images/common/footer_logo.png) no-repeat;}
