@charset "UTF-8";

@import url(iframe.css);
@import url(common.css);


/*
----------------------------------------------------------------------------
container
----------------------------------------------------------------------------
*/

#container {
	clear:both;
	width:800px;
	margin:0 auto;

}

/*
----------------------------------------
left-contents
----------------------------------------
*/

#left-contents {
	float:left;
	width:196px;
}
#left-contents .left-box-area {
	background:url(../images/common/left_box_bg.gif) repeat-y top;
}
#left-contents #category-box {
	margin-bottom:15px;
}
#left-contents #worry-box {
	margin-bottom:25px;
}
#left-contents .left-box-area .left-title-base {
	text-indent:-9999px;
	height:47px;
}
#left-contents #category-box .left-title-base {
	background:url(../images/common/left_category_title.jpg) no-repeat;
}
#left-contents #worry-box .left-title-base {
	background:url(../images/common/left_worry_title.jpg) no-repeat;
}
#left-contents .left-box-area .left-box-base {
	margin-left:6px;
	border-bottom:7px #62B9EB solid;
}
#left-contents #category-box .left-box-base ul {
	margin:0 7px;
}
#left-contents #category-box .left-box-base ul li {
	font-weight:bold;
}
#left-contents #category-box .left-box-base ul li a {
	display:block;
	background:url(../images/common/icon_arrow00.gif) no-repeat 0.5em center;
	padding:16px 5px 16px 27px;
	text-decoration:none;
}
#left-contents #category-box .left-box-base ul li a:hover {
	background-color:#E4EEF1;
	text-decoration:underline;
}
#left-contents #worry-box .left-box-base p {
	margin:0 7px;
}
#left-contents #worry-box .left-box-base p a {
	display:block;
	text-indent:-9999px;
	background:url(../images/common/left_worry_btn.jpg) no-repeat top;
	height:124px;
}
#left-contents #worry-box .left-box-base p a:hover {
	background-position:bottom;
}
#left-contents .left-bnr00 {
	padding-left:6px;
	padding-bottom: 10px;
}

/*
----------------------------------------
main-contents
----------------------------------------
*/

#main-contents {
	float:right;
	width:573px;
	padding-top:10px;
}

/*-- main-img-area --*/

#main-img-area ul,
#main-img-area li {
	margin:0;
	padding:0;
	list-style:none;
}
#main-img-area li { 
	width:573px;
	height:230px;
	overflow:hidden; 
}

ol#controls {
	margin-bottom:10px;
	background-color:#F2F2F2;
	border-bottom:1px solid #F3F3F3;
	padding:5px;
	text-align:center;
}
ol#controls li {
	display:inline;
	line-height:1em;
	margin:0 2px;
}
ol#controls li a {
	background-color:#999999;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	padding:1px 5px;
	text-decoration:none;
}
ol#controls li.current a {
	background-color:#0B419B;
	color:#FFFFFF;
}
ol#controls li a:focus {
	outline:none;
}	

#main-contents .cont {
	padding: 5px 0;
}

#main-contents .cont img {
	padding-bottom: 10px;
}

#main-contents p{
	padding: 5px;
	line-height:1.5;
}

#main-contents .cont p.right{
	text-align: right;
}

#main-contents .eventcont {
	padding: 10px;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	background: #FFF;
	overflow: hidden;
}

#main-contents .eventcont p,
#main-contents .MKevent p{
	line-height:1.6;
}

#main-contents .MKevent{
	padding: 15px 0;
}


#innerBox {
	border: 1px solid #D6D6D6;
	background: #F3F3F3;
	padding: 5px 10px;
	margin: 10px 0;
}

#innerBox ul {
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
	padding: 5px 10px;
}

#innerBox ul li {
	line-height: 1.5;
	background: url(../images/contents/arw_square.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
}


p.red{
	color: #CC0000;
	font-size: 115%;
	font-weight: bold;
}

/*-- index-topics-area --*/

div#index-topics-area {
	background:url(../images/index/bg_topics.gif) no-repeat;
	width:573px;
	height:42px;
	margin-bottom:15px;
}
div#index-topics-area #index-topics-box {
	color:#42A7E1;
	width:440px;
	height:17px;
	padding:14px 7px 11px 126px;
}
div#index-topics-area #index-topics-box marquee {
	line-height:1.6em;
}

/*-- index-bnr-area --*/

#index-bnr-area {
	margin-bottom:20px;
}
#index-bnr-area ul,
#index-bnr-area li {
	margin:0;
	padding:0;
	list-style:none;
}
#index-bnr-area li { 
	width:573px;
	height:90px;
	overflow:hidden; 
}

/*-- t-base --*/

.t-base {
	clear:both;
	background:url(../images/common/t_base.gif) no-repeat;
	width:515px;
	height:30px;
	font-size:16px;
	line-height:1em;
	padding:14px 0 0 58px;
	margin-bottom:10px;
}

.st-base {
	font-size:16px;
	line-height:1em;
	border-left:4px #8ECAED solid;
	border-bottom:1px #CCCCCC solid;
	padding:3px 5px;
}

.t-base2 {
	background:url(../images/common/f_t_base.jpg) no-repeat;
	font-size:16px;
	line-height:1em;
	height:28px;
	padding:12px 10px 0;
	margin-bottom:10px;
}

.eventtitle{
	background: #FFFFFF url(../images/contents/ttl_bk.jpg) repeat left center;
	padding: 4px 0 0 10px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/*-- title-general-area --*/

#title-general-area {
	clear:both;
	width:573px;
	height:45px;
	margin-bottom:10px;
	position:relative;
}
#title-general-area #title-general {
	background:url(../images/index/title_general.gif) no-repeat;
	height:30px;
	font-size:16px;
	line-height:1em;
	padding:15px 0 0 58px;
}
#title-general-area .link {
	position:absolute;
	top:13px;
	right:7px;
	font-size:1em;
	background-color:#FFFFFF;
	border:1px solid #D0D0D0;
	padding:5px;
}
#title-general-area .link a {
	background:url(../images/common/icon_arrow01.gif) no-repeat left;
	padding-left:6px;
	text-decoration:none;
}
#title-general-area .link a:hover {text-decoration:underline;}

/*-- title-newitem --*/

#title-newitem {
	clear:both;
	background:url(../images/index/title_newitem.gif) no-repeat;
	width:577px;
	height:65px;
	position:relative;
	margin-bottom:10px;
	text-indent:-9999px;
}
#title-newitem a {
	display:block;
	position:absolute;
	width:122px;
	height:20px;
	top:23px;
	right:13px;
}

/*-- item-box-area --*/

div.item-box-area {
	margin-bottom:20px;
}
div.item-box-base {
	clear:both;
}
div.item-box-base .float-l {
	width:180px;
	border-right:1px #B3B3B3 dashed;
	padding:10px 5px;
}
div.item-box-base .br-none {border-right:none;}

div.item-box-base .float-l dl {
	margin-bottom:10px;
}
div.item-box-base .float-l dl dt {
	float:left;
	width:74px;
	border:1px #CFCFCF solid;
}
div.item-box-base .float-l dl dd {
	float:right;
	width:100px;
}
div.item-box-base .float-l dl dd a {
	color:#2899DD;
}

div.item-box-base .float-l p {
	clear:both;
}

/*-- index-bottom-txt --*/

div#index-bottom-txt {
	width:573px;
}
div#index-bottom-txt .index-bottom-txt-l {
	float:left;
	width:281px;
}
div#index-bottom-txt .index-bottom-txt-r {
	float:right;
	width:281px;
}
div#index-bottom-txt .category-base {
	position:relative;
	width:281px;
	height:150px;
	margin-bottom:10px;
}
div#index-bottom-txt #category-iyaku {
	background:url(../images/index/bg_category_iyaku.jpg) no-repeat;
}
div#index-bottom-txt #category-health {
	background:url(../images/index/bg_category_health.jpg) no-repeat;
}
div#index-bottom-txt #category-beauty {
	background:url(../images/index/bg_category_beauty.jpg) no-repeat;
}
div#index-bottom-txt #category-nichiyou {
	background:url(../images/index/bg_category_nichiyou.jpg) no-repeat;
}
div#index-bottom-txt #category-shokuhin {
	background:url(../images/index/bg_category_shokuhin.jpg) no-repeat;
}
div#index-bottom-txt #category-iryou {
	background:url(../images/index/bg_category_iryou.jpg) no-repeat;
}
div#index-bottom-txt .category-base .category-title {
	margin-bottom:5px;
}
div#index-bottom-txt .category-base .category-title a {
	display:block;
	text-indent:-9999px;
	height:70px;
}
div#index-bottom-txt .category-base .clearbox {
	padding:0 14px;
}
div#index-bottom-txt .category-base .clearbox ul.float-l {
	width:120px;
	margin-right:5px;
}
div#index-bottom-txt .category-base .clearbox ul.float-l li {
	background:url(../images/common/icon_arrow01.gif) no-repeat 0 0.5em;
	padding-left:6px;
}
div#index-bottom-txt .category-base .clearbox ul.float-l li a {
	text-decoration:none;
}
div#index-bottom-txt .category-base .clearbox ul.float-l li a:hover {
	text-decoration:underline;
}
div#index-bottom-txt .category-base .link-txt {
	clear:both;
	position:absolute;
	width:271px;
	right:5px;
	bottom:5px;
	text-align:right;
}
div#index-bottom-txt .category-base .link-txt a {
	background:url(../images/index/icon_arrow00.gif) no-repeat left;
	padding-left:20px;
	text-decoration:none;
}
div#index-bottom-txt .category-base .link-txt a:hover {
	text-decoration:underline;
}

/*
----------------------------------------------------------------------------
footer
----------------------------------------------------------------------------
*/

#footer {
	clear:both;
	width:800px;
	margin:0 auto;
}

#footer #caution-txt-area,
#footer #f-txt-area {
	padding-bottom:30px;
}

#footer .f-t-base {
	background:url(../images/common/f_t_base.jpg) no-repeat;
	font-size:16px;
	line-height:1em;
	height:28px;
	padding:12px 10px 0;
	margin-bottom:20px;
}

/*-- caution-txt-area --*/

#footer #caution-txt-area table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#footer #caution-txt-area table th,
#footer #caution-txt-area table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:8px 15px;
	text-align:left;
}
#footer #caution-txt-area table th.title {
	background-color:#FFFFCC;
	text-align:center;
}
#footer #caution-txt-area table th {
	background-color:#EFEFEF;
}

/*-- f-txt-area --*/

#footer #f-txt-area .f-txt-box {
}
#footer #f-txt-area .f-txt-box .f-txt-box-l {
	float:left;
	width:390px;
}
#footer #f-txt-area .f-txt-box .f-txt-box-r {
	float:right;
	width:390px;
}
#footer #f-txt-area .f-txt-box .f-st-base-box {
	clear:both;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:3px;
	margin-bottom:10px;
}
#footer #f-txt-area .f-txt-box .f-st-base-box .f-st-base {
	font-size:16px;
	line-height:1em;
	border-left:4px #8ECAED solid;
	padding:3px 5px;
}
#footer #f-txt-area .f-txt-box dl dt {
	font-weight:bold;
}
#footer #f-txt-area .f-txt-box .f-txt-box-r ul {
	padding-bottom:5px;
}
#footer #f-txt-area .f-txt-box .f-txt-box-r ul li {
	margin-bottom:15px;
}

#footer #f-txt-area .f-txt-box table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:15px;
}
#footer #f-txt-area .f-txt-box table th,
#footer #f-txt-area .f-txt-box table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px 10px;
}
#footer #f-txt-area .f-txt-box table th {
	background-color:#EFEFEF;
	text-align:center;
}
#footer #f-txt-area .f-txt-box table th.al-r,
#footer #f-txt-area .f-txt-box table td {
	font-weight:normal;
	text-align:right;
}

/*-- f-nav-area --*/

#footer #f-nav-area {
	clear:both;
	border-top:1px #CCCCCC solid;
	padding:30px 0 15px;
}
#footer #f-nav-area .f-nav {
	text-align:center;
	margin-bottom:15px;
}
#footer #f-nav-area .f-nav li {
	display:inline;
	color:#666666;
}
#footer #f-nav-area .f-nav li a {
	color:#666666;
	line-height:1.6em;
	padding:0 3px;
}
/*-- copyright --*/

#footer #copyright {
	background:url(../images/common/copyright_bg.jpg) repeat-x top;
	height:23px;
	color:#FFF;
	text-align:center;
	padding-top:3px;
}

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/

/*-- スペース共通 --*/

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.ml0{margin-left:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt30{margin-top:35px;}
.mt40{margin-top:40px;}
.mt40{margin-top:45px;}
.mt50{margin-top:50px;}

.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}
.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt30{padding-top:35px;}
.pt40{padding-top:40px;}
.pt40{padding-top:45px;}
.pt50{padding-top:50px;}


/*-- 回り込み解除 --*/

.clear{clear:both;}
.clearbox {clear:both;}
.float-l{float:left;}
.float-r{float:right;}

/*-- テキスト --*/

.red-txt {color:#FF0000;}
.small-txt {font-size:1em;}
.bold-txt {font-weight:bold;}
.al-c {text-align:center;}
.al-l {text-align:left;}
.al-r {text-align:right;}

.fs10 {font-size:10px;}
.fs12 {font-size:12px;}
.fs14 {font-size:14px;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}
.fs20 {font-size:20px;}
.fs22 {font-size:22px;}
.fs24 {font-size:24px;}
.fs26 {font-size:26px;}
.fs28 {font-size:28px;}
.fs30 {font-size:30px;}

.img-bg {
	height:0;
	overflow:hidden;
}
a.img-bg {
	display:block;
}

/*
----------------------------------------
huckclearfix
----------------------------------------
*/

.clearbox:after,
#gnav ul:after,
#search dl:after,
#container:after,
div.item-box-base:after,
div#index-bottom-txt:after,
#footer #f-txt-area .f-txt-box:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearbox,
#gnav ul,
#search dl,
#container,
div.item-box-base,
div#index-bottom-txt,
#footer #f-txt-area .f-txt-box {
	display:inline-block;
}
/*\*/

* html .clearbox,
* html #gnav ul,
* html #search dl,
* html #container,
* html div.item-box-base,
* html div#index-bottom-txt,
* html #footer #f-txt-area .f-txt-box {
	height:1%;
}
.clearbox,
#gnav ul,
#search dl,
#container,
div.item-box-base,
div#index-bottom-txt,
#footer #f-txt-area .f-txt-box {
	display:block;
}
/*
----------------------------------------
info
----------------------------------------
*/
#infoBox1{
	margin-left:5px;
}

.boxmodule {
	margin-bottom:10px;
	padding:10px 5px 10px 10px;
	border:1px solid #999;
}

a.arw_dot {
	background:transparent url(../images/common/arr_b.gif) no-repeat left center;
	padding-left:13px;
	display: block;
	line-height: 1.5;
}

#infoBox1.boxmodule p{
	line-height: 2.0;
}
