@CHARSET "UTF-8";

/*******************************
	BODY
*******************************/
body {
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.3;
	background: #E8E8E8 url(../../img/body.gif);
	-webkit-text-size-adjust: none;
}

/*******************************
	INPUT
*******************************/
input {
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

/*******************************
	TEXTAREA
*******************************/
textarea {
	font-family: 'ＭＳ ゴシック','MS PGothic',sans-serif;
	font-size: 12px;
}

/*******************************
	SELECT
*******************************/
select {
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	border: solid 1px #7F9DB9;
	vertical-align: middle;
}

/*******************************
	TD
*******************************/
td,
th {
	font-family: 'MS PGothic',sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

/*******************************
	A
*******************************/
a {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
/*******************************
	共通
*******************************/

h2.style1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
	background: url(../../img/bg/title.gif) repeat-x;
}

/*******************************
	ボタン
*******************************/
div.common_button {
	text-align: center;
}
div.common_button .button {
	cursor: pointer;
}
div.common_button .button.style1 {
	width: 300px;
	height: 50px;
}
div.common_button .button.style2 {
	width: 250px;
	height: 50px;
}
div.common_button .button.style3 {
	width: 150px;
	height: 50px;
}

input.common_button {
	cursor: pointer;
}
input.common_button.style1 {
	width: 160px;
	height: 28px;
}
input.common_button.style2 {
	width: 100px;
	height: 24px;
}
input.common_button.style3 {
	width: 80px;
	height: 24px;
}

/*******************************
	大枠
*******************************/
.main_frame {
	width: 980px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/*******************************
	ヘッダー1
*******************************/
.main_header.place1 {
	height: 20px;
	background: #FF7D00 url(../../img/bg/orange20.gif);
	color: #FFFFFF;
	padding: 0 10px;
}
/*******************************
	パンくずリスト
*******************************/
.main_topic_path {
	float: left;
	width: 850px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_topic_path ol li {
	display: inline;
	padding-left: 17px;
	margin-right: 2px;
	background: url(../../img/icon/gt_w.gif) no-repeat 0 0;
}
.main_topic_path ol li a {
	color: #fff;
}
.main_topic_path ol li.top {
	background: url(img/arrow_topic_path.gif) no-repeat 2px 1px;
}
.main_topic_path ol li strong {
	font-weight: normal;
}

/*******************************
	ヘッダー部ボタン
*******************************/
.main_header.place1 .button {
	float: right;
}

/*******************************
	ヘッダー2
*******************************/
.main_header.place2 {
	height: 61px;
	background: #F6F6F6 url(img/header_main_block.gif);
	padding-left: 10px;
	position: relative;
}
.main_header.place2 .logo {
	float: left;
}
.main_header.place2 h1 {
	float: left;
	font-weight: normal;
	line-height: 61px;
	margin-left: 10px;
}
.main_header.place2 .right {
	position: absolute;
	right: 0;
	float: right;
	top: 18px;
}
.main_header.place2 .right .button {
	padding-right: 10px;
}
.main_header.place2 .right .favorite #mypage_add {
	cursor: pointer;
}

/*******************************
	コンテンツ部
*******************************/
.main_body {
	padding: 10px;
}

.main_caption {
	margin-bottom: 10px;
}
.main_right {
	float: right;
	width: 750px;
}
.main_left {
	float: left;
	width: 200px;
}

/*******************************
	フッター
*******************************/
.main_footer {
	height: 20px;
	background: #FF7D00 url(../../img/bg/orange20.gif);
	color: #FFFFFF;
	padding: 0 10px;
	text-align: center;
	line-height: 20px;
}
.main_footer a {
	color: #fff;
}
.main_footer_copyright
{
	text-align: center;
	padding: 5px 0;
}

/*******************************
	ページャー
*******************************/
.common_pager {
	padding: 10px 0;
	text-align: center;
	line-height: 100%;
}
.common_pager a,
.common_pager span {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space: nowrap;
	padding: 4px 7px;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.common_pager a:hover,
.common_pager .current {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.common_pager .disabled {
	color: #ccc;
	border-color: #fff;
}

.common_scheduled {
	background: url(../../img/bg/orange2.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.common_scheduled.off {
	background: #999;
}
.common_scheduled div {
	background: url(../../img/icon/schedule.png) no-repeat 6px 50%;
	padding: 4px 10px 4px 30px;
}
