@charset "utf-8";
/* basic */

* {
	margin: 0;
	padding: 0;
}

body#home {
	color: #232323;
	font-size: 62.5%;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Meiryo, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images_new/background.gif);
}

img {
	border: none;
}

li {
	list-style: none;
}

/* for firefox */

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

/* layout */

#wrapper {
	width: 920px;
	margin: 0px auto;
}

#header {
	width: 920px;
	height: 90px;
	position: relative;
	background-image: url(../images_new/bg_header.jpg);
	background-repeat: repeat-x;
}

#contents {
	width: 920px;
	background-image: url(../images_new/back_shadow.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#offerInfo {
	float: left;
	display: inline;
	width: 650px;
	height: 270px;
	margin: 30px 20px 20px 20px;
}

#offerNavi {
	float: left;
	width: 210px;
	height: 270px;
	margin-top: 30px;
	background-image: url(../images_new/offer_navi.gif);
}

#information {
	float: left;
	width: 650px;
	margin-left: 20px;
	display: inline;
}

#informationTop {
	overflow: auto;
	padding-bottom: 10px;
	width: 650px;
	background: url(../images_new/corner_bottom.gif) left bottom no-repeat;
}

#informationBottom {
	clear: both;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 650px;
	background: url(../images_new/corner_bottom.gif) left bottom no-repeat;
}

#informationTop .part, #informationBottom .part {
	width: 318px;
}

#informationTop #upload, #informationBottom #support {
	float: left;
}

#informationTop #news, #informationBottom #event {
	float: right;
}

#distribution,
#whats-new {
	float: left;
	width: 210px;
	margin-top: 19px;
	margin-left: 20px;
}

#youTube {
	float: left;
	width: 210px;
	margin-top: 14px;
	margin-left: 20px;
	margin-bottom: 18px;
}

#rss-image {
	padding-top: 5px;
}

.videoCenter {
	width: 181px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 5px;
}

#footer {
	width: 920px;
	height: 80px;
	background-image: url(../images_new/back_Diri.gif);
	background-repeat: repeat-x;
	z-index: auto;
}

#companyInfo {
	padding-top:17px;
	margin-right: 12px;
}

/* menu */

ul#globalNavi {
	position: absolute;
	top: 31px;
	right: 20px;
}

ul#globalNavi li {
	float: left;
}

li#gnHome a {
	display: block;
	width: 46px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnHome a:link {
	background-image: url(../images_new/gn_home.jpg);
}

li#gnHome a:visited {
	background-image: url(../images_new/gn_home.jpg);
}

li#gnHome a:hover {
	background-image: url(../images_new/gn_home_on.jpg);
}

li#gnHome a:active {
	background-image: url(../images_new/gn_home_on.jpg);
}

li#gnProducts a {
	display: block;
	width: 76px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnProducts a:link {
	background-image: url(../images_new/gn_products.jpg);
}

li#gnProducts a:visited {
	background-image: url(../images_new/gn_products.jpg);
}

li#gnProducts a:hover {
	background-image: url(../images_new/gn_products_on.jpg);
}

li#gnProducts a:active {
	background-image: url(../images_new/gn_products_on.jpg);
}

li#gnOffer a {
	display: block;
	width: 94px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnOffer a:link {
	background-image: url(../images_new/gn_offer.jpg);
}

li#gnOffer a:visited {
	background-image: url(../images_new/gn_offer.jpg);
}

li#gnOffer a:hover {
	background-image: url(../images_new/gn_offer_on.jpg);
}

li#gnOffer a:active {
	background-image: url(../images_new/gn_offer_on.jpg);
}

li#gnBlog a {
	display: block;
	width: 96px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnBlog a:link {
	background-image: url(../images_new/gn_blog.jpg);
}

li#gnBlog a:visited {
	background-image: url(../images_new/gn_blog.jpg);
}

li#gnBlog a:hover {
	background-image: url(../images_new/gn_blog_on.jpg);
}

li#gnBlog a:active {
	background-image: url(../images_new/gn_blog_on.jpg);
}

li#gnSupport a {
	display: block;
	width: 99px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnSupport a:link {
	background-image: url(../images_new/gn_support.jpg);
}

li#gnSupport a:visited {
	background-image: url(../images_new/gn_support.jpg);
}

li#gnSupport a:hover {
	background-image: url(../images_new/gn_support_on.jpg);
}

li#gnSupport a:active {
	background-image: url(../images_new/gn_support_on.jpg);
}

li#gnDealers a {
	display: block;
	width: 90px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnDealers a:link {
	background-image: url(../images_new/gn_dealers.jpg);
}

li#gnDealers a:visited {
	background-image: url(../images_new/gn_dealers.jpg);
}

li#gnDealers a:hover {
	background-image: url(../images_new/gn_dealers_on.jpg);
}

li#gnDealers a:active {
	background-image: url(../images_new/gn_dealers_on.jpg);
}

li#gnShop a {
	display: block;
	width: 86px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnShop a:link {
	background-image: url(../images_new/gn_shop.jpg);
}

li#gnShop a:visited {
	background-image: url(../images_new/gn_shop.jpg);
}

li#gnShop a:hover {
	background-image: url(../images_new/gn_shop_on.jpg);
}

li#gnShop a:active {
	background-image: url(../images_new/gn_shop_on.jpg);
}

/* link */

a:link, a:visited {
	color: #3a75af;
	text-decoration: none;
}

a:hover, a:active {
	color: #3a75af;
	text-decoration: underline;
}

#companyInfo a {
	color: #ffffff;
}

#companyInfo a:hover, #companyInfo a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* element */

p.bread {
	font-size: 1.0em;
	padding-bottom: 7px;
}

#offerNavi img {
    vertical-align: bottom;
	padding: 5px;
}

h1#logo {
	position: absolute;
	top: 31px;
	left: 20px;
}

h3 {
	margin-top: 20px;
}

h4 img {
	padding-bottom: 5px;
}

#informationTop h4, #informationBottom h4 {
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

#informationTop .part dl dt, #informationBottom .part dl dt {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

#informationTop .part dl, #informationBottom .part dl {
	padding: 10px 18px 0px 18px;
	background: url(../images_new/corner_top.gif) left top no-repeat;
}

#informationTop .part dl dd, #informationBottom .part dl dd {
	font-size: 12px;
	line-height: 145%;
	padding: 7px 0px;
	border-bottom: 1px solid #FFFFFF;
}

#informationBottom .part dl dd#newsEnd {
	border: none;
}

#informationTop .part p, #informationBottom .part p {
	font-size: 1.1em;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}

address {
	clear: both;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	padding-top: 3px;
	padding-right: 14px;
}

#companyInfo ul li {
	float: right;
	font-size: 11px;
	padding: 0px 8px;
	border-right: 1px #aaaaaa solid;
}

#companyInfo ul li#mailNews {
	border: none;
}

#distribution ul#brand {
	margin-top: 8px;
}

#distribution ul#brand li {
	padding-bottom: 15px;
}

#distribution ul#brand li#pacemaker, #distribution ul#brand li#arturia, #distribution ul#brand li#redmatica {
	margin-left: 7px;
}

.clear {
	clear: both;
}

.smallText {
	font-size: 11px;
	text-align: center;
	padding-bottom: 8px;

}