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

/* reset */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Myriad", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
ul, ol {
	list-style-type: none;
}
.clear {
	clear:both;
}
a {color:#FFF;text-decoration: none;outline:none;}
a:visit {color:#666;}
a:hover {color:#09C;}
a:active {
	color:#36C;
	position:relative;
	top:1px;
}
/* Common */

body {
	background-color: #000066;
}
a {
	border: 0px;
	text-decoration: underline;
	color: #006699;
	overflow: hidden;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	height: auto;
}
#header {
	width: 100%;
}
.title {
	height: 100px;
	width: 750px;
}
#content {
	width: 750px;
	background-color: #FFFFFF;
}
.productbody {
	width: 460px;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 120%;
	color: #666666;
}
h4 {
	font-size:0.8em;
	color: #333333;
	line-height: 1.2em;
	display: block;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	margin: 5px 0px;
	background-position: center;
	width: 490px;
}
ul {
	list-style:none;
	text-align: left;
}
li {
	line-height:1.5em;
}
.contents {
	margin: 20px 20px 40px 20px;
}
#brand-list {
	width:700px;
	text-align: left;
	float: left;
	background-color: #FFF;
}
#brand-list h2 {
	text-align: left;
}
#brand-list h3 {
	margin-top: 10px 0;
	font-size:0.9em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 0 10px;
	clear: both;
}
#brand-list p {
	text-align: right;
	font-size: .6em;
}
#brand-list ul {
	list-style-type: none;
}
#brand-list li {
	float: left;
	display: block;
	width:650px;
	list-style-type: none;
	/*
	border:1px solid #CCC;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
	*/
}

#pressmenu ul{
	width:750px;
	text-align: left;
}
#pressmenu li{
	float: left;
	display: block;
	width:300px;
	padding:10px 20px;
	margin-right:10px;
	list-style-type: none;
	border:1px solid #CCC;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
	font-size:0.8em;
	text-align:left;
}	
#pressmenu li img{
	width:150px;
}	
#pressmenu a {
	text-decoration: none;
}





.brand-container {
	width:600px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin: 10px 0 10px 50px;
}
brand-container img {
	clear: both;
	height: 66px;
	width: 500px;
}
.download {
	float: right;
	clear: both;
	margin-top:10px;
}
.download a {
	text-decoration: none;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	background-color: #333;
	display: block;
	height: 16px;
	width: 60px;
	background-image: url(../image/presskit/icon_download.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 25px 0 0;
	margin: 0 0 3px 0;
}
.download a:link {
	background-color: #333;
}
.download a:hover {
	background-color: #006;
}
.download a:visited {
	color: #CCC;
}
.brand-container p {
	float:right;
	width:100px;
	margin: 0 0 8px 5px;
}
#brand-list strong {
	color: #FFF;
	background-color: #333;
	display: block;
	clear: both;
}
.brand-container img {
	margin-left:120px;
}
.presspolicy {
	font-size: 0.8em;
	padding: 5px;
	background-color: #FFF;
	color: #666;
	margin-bottom: 20px;
	border:1px solid #666;
	-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
