@charset "UTF-8";
/* CSS Document */

#top #headerArea {
	height: 420px;
	padding: 0px;
	background-position:0px center;
	background-repeat:no-repeat;
}
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;
}
header nav a:hover {
	color:#fff;
	text-shadow: 0px 0px 4px #fff;
}
header nav ul {
	margin-left:20px;
}
header nav li {
	float:left;
	height: 32px;
	line-height:34px;
	margin-right:10px;
}
header nav li#nav_product1 {
	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;
}
#img_nav {
	margin-top:310px;
	text-align:center;
}
#img_nav ul {
    list-style:none;
}
#img_nav ul li {
	width:14px;
	height:14px;
    display: -moz-inline-box;
    display: inline-block;
	margin: 0px 10px 0px 10px;
	background-image: url(../images/img_nav.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#img_nav ul li.showPage {
	background-image: url(../images/img_nav_active.png);
}
#img_nav ul li a {
	text-indent:-9999px;
	display:block;
}
.img_btn {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
}
.img_btn a {
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
}
#prev_btn {
	top:200px;
	left:10px;
	background-image: url(../images/arrow_left.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#next_btn {
	top:200px;
	right:10px;
	background-image: url(../images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/*
product pannel
*/
#product_pannel {
	display:none;
}





/*
longbanner
*/
#longbanner {
	background-color:#333;
	height: 120px;
}
#longbanner section {
	width:708px;
	margin: 0px auto ;
}

#longbanner section div {
	width: 708px;
	padding-top: 20px;
}

#longbanner section div a {
	display: block;
	width: 708px;
	height: 100px;
	background-image: url(../images/banner_wide.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 708px;
}




/*
condolence
*/
#condolence {
	background-color:#333;
}
#condolence section {
	width:708px;
	margin: 0px auto ;
}

#condolence section div {
	width: 708px;
	padding: 20px 0 0px 0;
	text-align:center;
	line-height:2em;
	color:#ffffff;
}



/*
bnr_2col
*/
#bnr_2col {
	background-color:#333;
	height: 120px;
}
#bnr_2col ul {
	width:748px;
	margin: 0px auto ;
	clear: both;
    list-style:none;
}

#bnr_2col section ul li {
	float: left;
	padding-top: 20px;
	margin: 0px 0px 0px 20px;
	display:block;
	width:340px;
}
#bnr_2col section ul li a img {
	width:340px;
}


/*
bnr_3col
*/
#bnr_3col {
	background-color:#333;
	height: 120px;
}
#bnr_3col ul {
	width:748px;
	margin: 0px auto ;
	clear: both;
    list-style:none;
}

#bnr_3col section ul li {
	float: left;
	padding-top: 20px;
	margin: 0px 0px 0px 20px;
	display:block;
	width:220px;
}
#bnr_3col section ul li a img {
	width:220px;
}



/*
feat
*/
#featArea {
	height:140px;
	background-color:#333;
}
#featArea ul {
	width:728px;
	margin: 0px auto;
    list-style:none;
}
#featArea .feat_unit {
	color:#0099cc;
	float:left;
	width:130px;
	margin:20px 0px 0px 11px;
}
#featArea .feat_unit div {
	text-align:right;
	display:block;
	width:130px;
	height:80px;
}
#featArea .feat_unit div a {
	color:#0099cc;
	font-size:180%;
	font-family: FuturaBT-Heavy;
	line-height:80px;
	text-shadow: 0px 0px 5px #000;
	display:block;
	padding-right:10px;
	border:1px solid #555;
}
#featArea .feat_unit div a:hover {
	color:#fff;
}
#featArea .feat_unit #GC-012L {
	background-image: url(../images/feat/feat_GC-012L.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-05K {
	background-image: url(../images/feat/feat_GC-05K.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-07J {
	background-image: url(../images/feat/feat_GC-07J.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-014i {
	background-image: url(../images/feat/feat_GC-014i.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-05N {
	background-image: url(../images/feat/feat_GC-05N.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-0100s {
	background-image: url(../images/feat/feat_GC-0100s.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-0100 {
	background-image: url(../images/feat/feat_GC-0100.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit #GC-05r {
	background-image: url(../images/feat/feat_GC-05r.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#featArea .feat_unit p {
	color:#0099cc;
	font-size:108%;
	font-family: FuturaBT-Medium;
	line-height:1.15em;
	margin-top: 6px;
}

/*
contentsArea
*/
#contentsArea {
	background-color:#f0f0f0;
}
#contentsBody {
	width:768px;
	padding:20px 0 10px 0;
	margin: 0px auto;
	position: relative;
	height: 240px;
}

/*
plog/Info
*/
#feed {
	width:300px;
	border-right: solid 1px #303030;
	margin-bottom:10px;
}
#plog,
#info {
	margin: 0px 20px 20px 20px;
	text-align:left;
}
#plog h2,
#info h2 {
	color: #333;
	font-size:182%;
	font-family: FuturaBT-Heavy;
	line-height:20px;
	margin: 0px 0px 10px 0px;
}
#plog .plog_topics,
#info .plog_topics {
	margin: 0px 0px 15px 0px;
}
#plog time,
#info time {
	color: #333;
	font-size:96%;
	font-family: FuturaBT-Medium;
	display:block;
	height:14px;
	line-height:14px;
	padding-left:12px;
	background-image: url(../images/arrow_info.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#plog p,
#info p {
	color: #0099cc;
	font-size:108%;
	margin: 0px 0px 10px 10px;
}
#plog p a,
#info p a {
	color: #0088bb;
	font-weight:bold;
}

/*
sp_menu
*/
#sp_menu {
	height:280px;
	position:absolute;
	left:310px;
	top:20px;
	text-align:left;
}
#sp_menu ul {
	margin-left:20px;
}
#sp_menu li {
	float:left;
	width:120px;
	height: 100px;
	margin:0px 20px 20px 0px;
}
#sp_menu li a {
	color:#0099cc;
	font-size:153.9%;
	font-family: FuturaBT-Heavy;
	line-height:100%;
	text-shadow: 0px 0px 5px #000;
	display:block;
	width:110px;
	height: 100px;
	padding:5px 0px 0px 5px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#sp_menu li a:hover {
	color:#fff;
}
#sp_menu li.line_last {
	margin:0px 0px 20px 0px;
}
#sp_menu #sp_menu1 {
	background-image: url(../images/sp_menu1.jpg);
}
#sp_menu #sp_menu2 {
	background-image: url(../images/sp_menu2.jpg);
}
#sp_menu #sp_menu3 {
	background-image: url(../images/sp_menu3.jpg);
}
#sp_menu #sp_menu4 {
	background-image: url(../images/sp_menu4.jpg);
}
#sp_menu #sp_menu5 {
	background-image: url(../images/sp_menu5.jpg);
}
#sp_menu #sp_menu6 {
	background-image: url(../images/sp_menu6.jpg);
}
#sp_menu #sp_menu7 {
	background-image: url(../images/sp_menu7.jpg);
}

#sp_menu li#sp_menu7 a {
	color:#0099cc;
	font-size:170% !important;
	font-family: blackjackregular;
	line-height:100%;
	text-shadow: none !important;
	display:block;
	width:110px;
	height: 63px;
	padding:42px 0px 0px 5px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#sp_menu li#sp_menu7 a:hover {
	color:#000 !important;
	text-shadow: none !important;
}


/*
SNS Button
*/
.sns_unit {
	height:30px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #111;
	background-color:#333;
	padding-left: 10px;
}
.sns_unit ul {
	margin: 0px auto;
}
.sns_unit li {
	float:left;
	margin: 5px 10px 0px 0px;
	display: block;
}

.fb-like { display: block; }

#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 {
	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;
}
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;
}
