@charset "utf-8";
/* CSS Document */

@import "default.css";
@import "basic.css";
@import "under_index.css";
@import "side.css";
@import "side_media.css";
@import "side_staff.css";@import "side_history.css";
@import "side_holiday.css";@import "side_link.css";
@import "side_qa.css";

/* * * * * * * * * * * * * * * * * 
+ #media
* * * * * * * * * * * * * * * * */
#media {
	width: 460px;
}
#media .inner {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/index_intro_bg.gif);
	background-repeat: repeat-y;
}
#media .inner h2 {
	line-height: 1;
	background-image: url(../images/h2_media.gif);
	text-indent: -9999px;
	display: block;
	height: 50px;
	margin: 0px;
}
#media .inner .title {
	line-height: 1;
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#media .inner .title .tv {
	background-image: url(../images/media_h3_tv.gif);
}
#media .inner .title .magazine {
	background-image: url(../images/media_h3_magazine.gif);
}
#media .inner .title .web {
	background-image: url(../images/media_h3_web.gif);
}
#media .inner .media_box {
	clear: both;
	margin-left: 15px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AD7939;
	margin-right: 15px;
}


#media .footer {
	background-image: url(../images/index_intro_footer.gif);
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
#media .inner .title h3 {
	font-weight: normal;
	font-size: 150%;
	text-indent: -9999px;
	margin: 0px;
	height: 30px;
}
#media .inner .menu {
	clear: both;
}
#media_menu {
	margin-top: 30px;
	text-align: center;
}
#media_menu li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/mark_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#media .inner .media_box h3 {
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 8px;
}
#media .inner .media_box small {
	font-size: 80%;
	line-height: 1.4;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#media .inner .media_box .website {
	font-size: 90%;
	line-height: 1.4;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
#media .inner .media_box a {
	color: #684418;
}
#media .inner .media_box .picture {
	text-align: center;
	margin-top: 15px;
}
#media_menu li {
	font-size: 100%;
	font-weight: bold;
}
#media_menu a {
	color: #684418;
}
#media .inner .to_top a {
	font-size: 90%;
	font-weight: bold;
	color: #CC3333;
}
#media .inner .to_top {
	text-align: right;
}

