@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, th, td, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	empty-cells:show;
}
caption {
	text-align:left;
}
th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
td {
	vertical-align:top;
}
img {
	border:0;
	vertical-align:bottom;
}
fieldset {
	border:0;
}
/*input {
	_margin:-1px 0;
}*/
/* IE6用送信ボタン調整 */
* html input.submit {
	padding-top:0.2em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding-top:0.3em;
}
/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* */
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	text-align:center;
	line-height:1;
	color:#444;
	background-color:#fff;
}
/* トップ画像の設定*/
#top_img {
	background-image:url(../img/left_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
/* トップ背景の設定*/
#top_bg {
	background-image:url(../img/top_bg.png);
	background-repeat:repeat-y;
	background-position:center;
}
/* コンテナの設定*/
#container {
	clear:both;
	width:960px;
	margin:0px auto;
	text-align:left;
}
/* トップ左の設定*/
#left {
	width:320px;
	float:left;
}
/* トップ右の設定*/
#right {
	float:right;
	width:620px;
}
/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）*/
.small {
	font-size:84.6%;
	color:#666;
}
.small_px {
	font-size:11px;
	color:#666;
}
.mid_px {
	font-size:13px;
}
.large {
	font-size:115.4%;
	line-height:1.4;
}
.xlarge {
	font-size:123.1%;
	line-height:1.4;
}
.date {
	font-size:13px;
	color:#666;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.eng {
	font-family:"Verdana", "Arial", sans-serif;
}
strong {
	font-weight:bold;
}
.black {
	color:#333;
}
.red {
	color:#f33;
}
.orange {
	color:#c60;
}
.green {
	color:#094;
}
.blue {
	color:#36c;
}
.l_blue {
	color:#9cf;
}
.purple {
	color:#74c;
}
.brown {
	color:#933;
}
.wine {
	color:#c33;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* テキストリンク */
a:link {
	color:#36c;
	text-decoration:none;
}
a:visited {
	color:#58c;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
a:active {
	color:#f00;
	text-decoration:underline;
}
.bread a:link {
	color:#36c;
	text-decoration:none;
}
.bread a:visited {
	color:#58c;
	text-decoration:none;
}
.bread a:hover {
	color:#f60;
	text-decoration:none;
}
.bread a:active {
	color:#f00;
	text-decoration:none;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* 汎用設定 */
.pd_b_ss {
	padding-bottom:5px;
}
.pd_b_s {
	padding-bottom:10px;
}
.pd_b_ms {
	padding-bottom:15px;
}
.pd_b_m {
	padding-bottom:20px;
}
.pd_b_ml {
	padding-bottom:25px;
}
.pd_b_l {
	padding-bottom:30px;
}
.mg_b_ss {
	margin-bottom:5px;
}
.mg_b_s {
	margin-bottom:10px;
}
.mg_b_ms {
	margin-bottom:15px;
}
.mg_b_m {
	margin-bottom:20px;
}
.mg_b_ml {
	margin-bottom:25px;
}
.mg_b_l {
	margin-bottom:30px;
}
.mg_r_s {
	margin-right:10px;
}
.mg_r_m {
	margin-right:20px;
}
.mg_r_l {
	margin-right:30px;
}
.mg_l_s {
	margin-left:10px;
}
.kome {
	text-indent:-1em;
	padding-left:1em;
}
.kome2 {
	text-indent:-2em;
	padding-left:2em;
}
.img_left {
	float:left;
}
.img_right {
	float:right;
}
/* 文字サイズメニュー1の設定 */
.txt_size {
	width:124px;
	height:31px;
	position:absolute;
	top:22px;
	right:22px;
	background-image:url(../img/txsize_bg.png);
	background-repeat:no-repeat;
}
/* 文字サイズメニュー2の設定 */
.txt_size2 {
	width:124px;
	height:31px;
	position:absolute;
	bottom:18px;
	right:20px;
	background-image:url(../img/txsize_bg.png);
	background-repeat:no-repeat;
}
.txt_size dl, .txt_size2 dl {
	margin:9px 0 0 75px;
}
.txt_size dt, .txt_size2 dt {
	display:none;
}
.txt_size dd, .txt_size2 dd {
	float:left;
}
.txt_size a, .txt_size2 a {
	display:block;
	width:13px;
	height:13px;
	background-image:url(../img/txsize_sw.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.ts1 {
	background-position:0 0;
}
a.ts2 {
	background-position:-13px 0;
}
a.ts3 {
	background-position:-26px 0;
}
/* 検索の設定 */
.search {
	text-align:right;
	padding:22px 22px 18px;
}
.search span {
	/*color:#966;*/
	/* color:#690; */
	color:#36c;
	font-size:11px;
}
.search2 {/* サイド用 */
	text-align:center;
	margin-bottom:20px;
}
/* 問い合わせの設定 */
#left h2 a {
	display:block;
	width:208px;
	height:42px;
	background-image:url(../img/con_sw.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-left:94px;
}
#pside h2 a {/* サイド用 */
	display:block;
	width:188px;
	height:42px;
	background-image:url(../img/con_sw2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin:20px auto;
}
/* QRの設定 */
#left .mobile {
	width:114px;
	height:69px;
	background-image:url(../img/mob_tx.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-left:140px;
	margin-top:26px;
}
#left .qr img {
	margin:0 0 30px 160px;
}
/* TVCMの設定 */
.tvcm a {
	display:block;
	width:166px;
	height:48px;
	background-image:url(../img/tvcm.gif);
	text-indent:-9999px;
	font-size:0em;
	margin:0 0 20px 110px;
}
/* プレゼントの設定 */
.present a {
	display:block;
	width:186px;
	height:139px;
	background-image:url(../img/present.png);
	text-indent:-9999px;
	font-size:0em;
	margin:0 0 20px 100px;
}
/* 冊子の設定 */
.hidamari {
	position:relative;
	zoom:1;
	width:160px;
	padding:12px;
	background-color:#fef8d9;
	border:1px dotted #FF9966;
	margin:0 0 20px 100px;
	line-height:1.4;
}
/* バナーの設定*/
#right ul.banner {
	zoom:1;
}
#right ul.banner li {
	display:inline;
	float:left;
	width:184px;
	margin:0 0 0 10px;
	border:1px dotted #595;
	text-align:center;
	padding:10px 0;
	line-height:1.2;
	background-color:#ffe;
}
#right ul.banner li.pdf {
	border:1px dotted #f66;
}
#right ul.banner li img {
	margin-bottom:10px;
}
#right ul.banner li p.colored {
	color:#595;
}
#right ul.banner li p.colored2 {
	color:#f66;
}
#right h3.re_btn {
	width:577px;
	height:40px;
	margin:10px 0 30px 10px;
}
#right h3.re_btn a {
	display:block;
	width:577px;
	height:40px;
	background-image:url(../img/ev_sw.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* サイド用*/
#pside ul.banner li {
	width:184px;
	margin:0 auto 5px;
	border:1px dotted #f66;
	text-align:center;
	padding:10px 0;
	line-height:1.2;
	background-color:#ffe;
}
#pside ul.banner li.end {
	margin-bottom:20px;
}
#pside ul.banner li img {
	margin-bottom:10px;
}
#pside ul.banner li p.colored2 {
	color:#f66;
}
#pside h3.sd_rsv {
	width:186px;
	height:74px;
	margin:0 auto 20px;;
}
#pside h3.sd_rsv a {
	display:block;
	width:186px;
	height:74px;
	background-image:url(../img/side_rsv.gif);
	text-indent:-9999px;
	font-size:0em;
}
#pside h3.sd_pdf {
	width:186px;
	height:54px;
	margin:10px auto 20px;;
}
#pside h3.sd_pdf a {
	display:block;
	width:186px;
	height:54px;
	background-image:url(../img/side_pdf.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* パン屑の設定*/
.bread {
	width:740px;
	height:31px;
	padding-left:10px;
	font-size:11px;
	line-height:33px;
	color:#999;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
/* ページトップの設定 */
p.pagetop1 a {
	display:block;
	width:114px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-left:476px;
}
p.pagetop2 a {
	display:block;
	width:114px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-left:616px;
}
#copyright {
	clear:both;
	text-align:right;
	height:50px;
	font-size:10px;
	color:#999;
	padding-top:10px;
	border-top:1px dotted #ccc;
	margin-top:15px;
}
/* 中面ヘッダ画像の設定 */
#header {
	width:960px;
	height:120px;
	position:relative;
	zoom:1;
}
.hd_img {
	width:418px;
	height:120px;
	background-image:url(../img/head_img.jpg);
	background-repeat:no-repeat;
	position:relative;
	zoom:1;
}
.hd_img h1 a {
	position:absolute;
	display:block;
	top:18px;
	left:18px;
	width:129px;
	height:19px;
	background-image:url(../img/tatsumi.png);
	text-indent:-9999px;
	font-size:0em;
}
.hd_img p a {
	position:absolute;
	display:block;
	bottom:18px;
	left:20px;
	width:101px;
	height:21px;
	background-image:url(../img/top.png);
	text-indent:-9999px;
	font-size:0em;
}
#header p.group a {
	position:absolute;
	top:5px;
	right:20px;
	width:338px;
	height:43px;
	background-image:url(../img/group.gif);
	text-indent:-9999px;
	font-size:0em;
	z-index:1;
}
#header h1.title_s {
	position:absolute;
	bottom:0;
	right:0;
	width:480px;
	height:120px;
	background-image:url(../img/title_s.png);
	background-repeat:no-repeat;
	background-position:0 25px;
}
#header h1.title_s a {
	position:absolute;
	display:block;
	bottom:0;
	right:175px;
	width:305px;
	height:70px;
	text-indent:-9999px;
	font-size:0em;
}
/* 中面の設定 */
#pdoc {
	float:left;
	width:750px;
}
#pside {
	float:right;
	width:206px;
	/* background-color:#ebf5cc;*/
	/*background-color:#fde9f1;*/
	background-color:#cce6ff;
}
.pside_end {
	float:right;
	width:206px;
	height:21px;
	background-color:#fde9f1;
}
