@charset "UTF-8";
/* CSS Document */

.contents_page #headerArea {
	height: 74px;
	padding: 0px;
	background-position:0px center;
	background-repeat:no-repeat;
	background-color:#fff;
}
.contents_page #headerArea2,
.products_page #headerArea2{
	height: 420px;
	padding: 0px;
	background-position:0px center;
	background-repeat:no-repeat;
	background-color:#000;
}
header {
	width:768px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
header h1 {
	height: 52px;
	padding-left:20px;
	background-color:#111;
}
header h1 img {
	margin-top:1px;
}
header nav {
	color:#f0f0f0;
	font-size:108%;
	font-family: FuturaBT-Heavy;
	background-color:#222;
	opacity:0.85;
}
header nav a {
	color:#f0f0f0;
	text-decoration:none;
	height: 32px;
	display:block;
	padding:0px 2px;
}
header nav a:hover {
	color:#fff;
	text-shadow: 0px 0px 4px #fff;
}
#plog #nav_plog a {
	color:#000;
    background: #999;
}
#plog #nav_plog a:hover {
	color:#000;
	text-shadow: none;
}
header nav ul {
	margin-left:20px;
}
header nav li {
	float:left;
	height: 32px;
	line-height:34px;
	margin-right:10px;
}
header nav li#nav_product {
	display:none;
}
header nav li a img {
	padding: 0px;
	border: none;
}
#header_nav ul {
	position:absolute;
	top:6px;
	right:4px;
}
#header_nav li {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-right:2px;
}
#header_nav ul li a {
	text-indent:-9999px;
	display:block;
	width:40px;
	height: 40px;
}
#header_nav ul li#header_nav1 {
	background-image: url(../images/btn_rss.png);
}
#header_nav ul li#header_nav2 {
	background-image: url(../images/btn_twitter.png);
}
#header_nav ul li#header_nav3 {
	background-image: url(../images/btn_fb.png);
}
#header_nav ul li#header_nav4 {
	display:none;
	background-image: url(../images/btn_fb.png);
}
#header_nav ul li#header_nav5 {
	background-image: url(../images/btn_lang_ja.png);
}
#header_nav ul li#header_nav5 a {
	width: 60px !important;
	height: 40px !important;
}
#header_nav ul li#header_nav6 {
	background-image: url(../images/btn_lang_en.png);
}
#header_nav ul li#header_nav6 a {
	width: 60px !important;
	height: 40px !important;
}

/*
contentsArea
*/
#contentsArea {
	background-color:#ffffff;
	z-index:10;
}
#contentsBody {
	width:768px;
	margin: 0px auto;
	position: relative;
}
.contents_page #contentsArea {
	background-image: url(../images/bg_2col_01.jpg) !important;
	background-repeat:no-repeat;
	background-position:top center;
}
#plogArea article {
	color: #333;
}
#plogArea h2 {
	color: #333;
	font-size:182%;
	font-family: FuturaBT-Heavy;
	line-height:20px;
	margin: 0px 0px 30px 0px;
}
#plogArea ul {
	margin: 0px;
}

#plogArea ul li{
	padding: 5px 0 5px 5px;
	display: block;
	border-bottom: 1px dotted #999;
}
#plogArea ul.page_nav {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#plogArea ul.page_nav li{
	margin: 0px;
	padding: 0px 10px;
	border-right: 1px solid #ccc;
	font-size:108%;
	line-height:138.5%;
	display: inline-block;
	border-bottom: none!important;
}
#plogArea ul.page_nav li:last-child{
	border-right: none !important;
	padding-right: 10px;
	display: inline-block;
}
#plogArea ul.page_nav li a{
	color: #0099cc;
	font-family: FuturaBT-Medium;
}

.single_col {
	padding:30px 0px 30px 20px;
}
.left_col {
	width:510px;
	float:left;
	margin:30px 0px 30px 20px;
}
.right_col {
	width:200px;
	float:right;
	margin:30px 20px 30px 0px;
}
#archive_nav {
	position:absolute;
	top:35px;
	right:20px;
}


/*
plog : TOP
*/
.index_page #plogArea {
	text-align:left;
	margin: 0px 0px 0px 20px;
}
.index_page .single_col {
	padding:30px 0px 30px 0px;
}
.index_page #plogArea h3 {
	color: #333;
	font-size:108%;
	font-weight:bold;
	line-height:138.5%;
	margin: 0px 0px 0px 0px;
}

.index_page #plogArea h3.archive_head {
	color: #aaa;
	font-size:108%;
	font-weight:bold;
	line-height:138.5%;
	margin: 0px 0px 20px 0px;
}

.plog_list .item_unit {
	color:#666;
	font-size:85%;
	line-height:120%;
	float:left;
	width:170px;
	display:block;
	margin:0px 14px 14px 0px;
	overflow: hidden;

}
.plog_list .item_unit img{
	max-height:166px;
}
.plog_list .item_unit .tn {
	width: 166px;
	height: 166px;
	display: block;
	overflow: hidden;
	padding:2px;
	background-color:#ddd;
}
.plog_list .item_unit .tn a{
	width: 166px;
	height: 166px;
	display: block;
	overflow: hidden;
}
.plog_list .item_unit .post_date {
	color:#333;
	font-family: FuturaBT-Medium;
	font-size: 96%;
	line-height:16px;
	vertical-align: middle;
	background-color:#ccc;
	padding:2px 5px;
}
.plog_list .item_unit h3 {
	color:#333;
	font-size: 108%;
	vertical-align: middle;
	padding:5px 5px;
	height: 30px;
}
.plog_list .item_unit h3 a {
	display:block;
}

ul#pagination {
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}
#pagination li {
	font-size:96%;
	font-family: FuturaBT-Medium;
	border:0;
	margin:0;
	padding:0;
	list-style:none;
    display: -moz-inline-box;
    display: inline-block;
	line-height:20px;
	margin-right:2px;
}
#pagination a {
	color:#0099cc;
	display:block;
	padding:2px 5px;
}
#pagination .prev-off,
#pagination .next-off {
	color:#999;
	padding:2px 5px;
}
#pagination .next a,
#pagination .prev a {
	color:#0099cc;
}
#pagination .active_page {
	color:#999;
	font-size:96%;
	font-weight:bold;
	padding:2px 5px;
}
#pagination a:link,
#pagination a:visited {
	color:#0099cc;
	text-decoration:none;
}
#pagination a:hover{
	background-color:#eee;
}


/*
plog : Contents
*/
.contents_page #plogArea {
	text-align:left;
	margin: 0px 0px 0px 0px;
}
.contents_page article {
	margin:10px 0px 10px 0px;
}
.contents_page article img {
	max-width:510px;
}
.contents_page .post_data {
	color: #666;
	font-family: FuturaBT-Medium;
	font-size:96%;
	margin: 5px 0px 20px 0px;
}
.contents_page .post_data .post_date,
.contents_page .post_data .posted_by {
	display:inline-block;
	height:20px;
}
.data_dev {
	display:inline-block;
	height:20px;
	margin: 0px 5px 0px 5px;
}
.contents_page h3 {
	color: #333;
	font-size:108%;
	font-weight:bold;
	line-height:138.5%;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #333;
}
.contents_page p {
	color: #333;
	font-size:96%;
	line-height:138.5%;
	margin: 10px 0px 10px 0px;
}

/*
video Contents
*/
div.video-container {
    width: 100%;
    height: auto;
}

div.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div.video iframe,
div.video object,
div.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
SNS Button
*/
.sns_unit {
	height:30px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #111;
	background-color:#333;
}
.sns_unit ul {
	width:768px;
	margin: 0px auto;
	padding-left: 10px;
}
.sns_unit li {
	float:left;
	margin: 5px 10px 0px 0px;
}

.fb-like { display: block; }

/*
footerArea
*/
#footerArea {
	background-color:#111;
}
footer {
	color: #999;
	padding: 0px;
}
footer #footer_nav {
	text-align:left;
	width:768px;
	margin: 0px auto;
	font-family: FuturaBT-Medium;
	padding:20px 0px 0px 0px;
}
footer #footer_nav>img {
	margin-left: 10px;
}
footer #footer_nav ul {
	border-top: solid 1px #333;
	padding:5px 0 0 10px;
	margin: 0px 0px 10px 0px;
}
footer #footer_nav li a {
	background-image: url("../images/footer_nav_bg.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	line-height:2em;
	margin-right: 30px;
	padding-left: 12px;
}
footer #footer_nav li a {
	color:#999;
}
footer #footer_nav li a:hover {
	color:#fff;
	text-shadow: 0px 0px 4px #fff;
}
#faq li#nav_faq a,
#terms li#nav_terms a,
#privacy li#nav_privacy a,
#sitemap li#nav_sitemap a,
#link li#nav_link a {
	color:#333;
	background-image: url("../images/footer_nav_bg_current.png");
	background-repeat: no-repeat;
}
#faq #nav_faq a,
#terms #nav_terms a,
#privacy #nav_privacy a,
#sitemap #nav_sitemap a,
#link #nav_link a {
	text-shadow: none;
}
footer #footer_banner {
	width:768px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #333;
}
footer #footer_banner ul {
	padding-top:5px;
	margin: 0px 0px 10px 10px;
}
footer #footer_banner li {
	float:left;
	margin-right:40px;
}
footer #footer_banner li a {
	color:#666;
}
