@charset "UTF-8";
/* CSS Document */
/*=========================================
_1. reset
=========================================*/

body,
h1,h2,h3,h4,h5,h6,p,
dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
button,
address,
noscript {
	margin: 0px;
	padding: 0px;
}

table{
	text-align:left;
}

img {
	margin:0px;
	padding:0px;
	border:0;
}

.clear {
	height:0px;
	line-height:0;
	font-size:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/*=========================================
_2. setup
=========================================*/
body {
	color:#333;
	font-size:10pt;
	font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	line-height:1.8em;
}

a,a:link,a:visited{
	color:#2999d7;
	text-decoration:underline;
}

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

h2{
	font-size:16px;
	font-weight:bold;
	color:#009;
	margin-bottom:10px;
}

h3{
	font-size:40px;
	font-weight:bold;
	color:#333;
	line-height:110%;
	margin:20px 0 20px 0;
}

h4{
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

h5{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

/*=========================================
_3-1. container
=========================================*/
#wrapper{
	width:950px;
	margin:0 auto;
	padding:0 3px 0 3px;
	background:url(image/promo_bk.gif) left top repeat-y;
}

/*=========================================
_3-2. header
=========================================*/
#header{
	width:950px;
	height:80px;
	padding:0;
}

h1{
	float:left;
	margin-left:30px;
}

#header ul{
	float:right;
	list-style:none;
	margin:30px 30px 0 0;
}

#header li{
	float:left;
	margin-right:10px;
}

#panel{
	position: relative;
	background-image:url(image/client_billboard.jpg);
	width: 874px;
	height: 303px;
	margin:0px auto 0px auto;
}
#downbutton{
	float: left;
	margin-left: 40px;
	margin-top: 90px;
	width: 400px;
	
}
#blinds-cont {
	float: right;
	width: 385px;
	height: 295px;
}
#blinds {
	height: 295px;
	width: 385px;
	background: url(spinner.gif) 50% no-repeat;
}

/*=========================================
_3-4. Page_up
=========================================*/
.page_up{
	width:950px;
	height:45px;
	background:url(image/page_up_bk.gif) left bottom repeat-x;
}

.page_up ul{
	width:30px;
	height:10px;
	float:right;
	margin:15px 30px 0 0;
	list-style:none;
}

.page_up li a,.page_up li a:link,.page_up li a:visited{
	width:30px;
	height:10px;
	display:block;
	text-indent:-9999px;
	background:url(image/page_up.gif) left top no-repeat;
	overflow:hidden;
}

.page_up li a:hover,.page_up li a:active{
	width:30px;
	height:10px;
	display:block;
	text-indent:-9999px;
	background:url(image/page_up.gif) left bottom no-repeat;
	overflow:hidden;
}

/*=========================================
_3-5. footer
=========================================*/
#footer{
	width:890px;
	height:50px;
	padding:0 30px 0 30px;
	background:url(image/page_up_bk.gif) left bottom repeat-x;
}

#footer ul{
	float:left;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}

#footer li{
	float:left;
	margin-right:10px;
}

#footer_right{
	float:right;
	height:50px;
	line-height:50px;
	font-size:10px;
}

#footer_right img{
	float:right;
	margin:12px 0 0 10px;
}

/*=========================================
_4. class
=========================================*/
.left{
	float:left;
}

.right{
	float:right;
}

.f10{
	font-size:10px;
}

.f14_blue_b{
	color:#2999d7;
	font-weight:bold;
	font-size:14px;
}

/*=========================================
_5. contents
=========================================*/
#main_contents{
	width:874px;
	padding:0 auto 0 auto;
}

#dl{
	width:500px;
	float:right;
	text-align:center;
}

#dl ul{
	list-style:none;
	margin:0;
	padding:0;
}

#dl li{
	overflow:hidden;
	margin:0;
	padding:0;
}

#dl li#dl_btn a,#dl li#dl_btn a:link,#dl li#dl_btn a:visited{
	width:356px;
	height:66px;
	display:block;
	background:url(image/hd_dl_btn.gif) left top no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:66px;
	margin-left:72px;
}

#dl li#dl_btn a:hover,#dl li#dl_btn a:active{
	width:356px;
	height:66px;
	display:block;
	background:url(image/hd_dl_btn.gif) left bottom no-repeat;
	text-decoration:none;
	color:#FFF;
		font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:66px;
	margin-left:72px;
}

#dl ul#share{
	float:right;
	height:30px;
	margin:10px 0 15px 0;
}

#dl ul#share li{
	float:left;
	margin-left:10px;
}

/*Twitter*/
#dl ul#share li#twitter a,#dl ul#share li#twitter a:link,#dl ul#share li#twitter a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_btn.gif) left top no-repeat;
}

#dl ul#share li#twitter a:hover,#dl ul#share li#twitter a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_btn.gif) left bottom no-repeat;
}

#dl ul#share li#twitter_en a,#dl ul#share li#twitter_en a:link,#dl ul#share li#twitter_en a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_en.gif) left top no-repeat;
}

#dl ul#share li#twitter_en a:hover,#dl ul#share li#twitter_en a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_en.gif) left bottom no-repeat;
}


/*facebook*/
#dl ul#share li#facebook a,#dl ul#share li#facebook a:link,#dl ul#share li#facebook a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook.gif) left top no-repeat;
}

#dl ul#share li#facebook a:hover,#dl ul#share li#facebook a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook.gif) left bottom no-repeat;
}

#dl ul#share li#facebook_en a,#dl ul#share li#facebook_en a:link,#dl ul#share li#facebook_en a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook_en.gif) left top no-repeat;
}

#dl ul#share li#facebook_en a:hover,#dl ul#share li#facebook_en a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook_en.gif) left bottom no-repeat;
}


#spec{
	width:auto;
	padding:10px 10px 0 10px;
	border:#666 1px solid;
	text-align:left;
	line-height:150%;
	margin-top:15px;
}

#spec span{
	font-size:14px;
	font-weight:bold;
}

#spec  
	margin-bottom:10px;
}

#contents{
	width: 874px;
	height:auto;
	margin:0;
	padding:0;
}

#contents p{
	margin-bottom:10px;
}

/*=========================================
desktop
=========================================*/



/*desktop_navi*/

#desktop_g_navi{
	width:876px;
	height:42px;
	margin:2px auto 0 auto;
	padding:0;
}

#desktop_g_navi ul{
	list-style:none;
	margin:0;
	padding:0;
}

#desktop_g_navi li{
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

/*desktop_navi00*/
#desktop_g_navi li.desktop_navi00 a,.desktop_g_navi li.desktop_navi00 a:link,.desktop_g_navi li.desktop_navi00 a:visited{
	width:292px;
	height:36px;
	padding-top: 10px;
	display:block;
	color: white;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	background-color: #4052A2;
}

#desktop_g_navi li.desktop_navi00 a:hover,.desktop_g_navi li.desktop_navi00 a:active{
	width:292px;
	color: #2F4FC1;
	background-color: #efefef;
}

/*desktop_contents_text*/

#desktop_contents p{
	margin-bottom:10px;
}

.contents_read{
	width:874px;
	margin: 24px auto 0 auto;
}
.contents_read h4{
	width: 840px;
	border-left: solid  #4052A2 16px;
	font-size: 12pt;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #333;
	background-color: #E5E5E5;
}

/*desktop_dl_btn*/


#desktop_dl{
	margin-right: 40px;
	width:500px;
	float:right;
	text-align:center;
}

#desktop_dl ul{
	list-style:none;
	margin:0;
	padding:0;
}

#desktop_dl li{
	overflow:hidden;
	margin:0;
	padding:0;
}

#desktop_dl li#desktop_dl_btn a,#dl li#desktop_dl_btn a:link,#desktop_dl li#desktop_dl_btn a:visited{
	width:356px;
	height:66px;
	display:block;
	background:url(image/desktop_dl_btn.gif) left top no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:66px;
	margin-left:72px;
}

#desktop_dl li#desktop_dl_btn a:hover,#desktop_dl li#desktop_dl_btn a:active{
	width:356px;
	height:66px;
	display:block;
	background:url(image/desktop_dl_btn.gif) left bottom no-repeat;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:66px;
	margin-left:72px;
}


#desktop_dl ul#share{
	float:right;
	height:30px;
	margin:10px 0 15px 0;
}

#desktop_dl ul#share li{
	float:left;
	margin-left:10px;
}

/*Twitter*/
#desktop_dl ul#share li#twitter a,#desktop_dl ul#share li#twitter a:link,#desktop_dl ul#share li#twitter a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_btn.gif) left top no-repeat;
}

#desktop_dl ul#share li#twitter a:hover,#desktop_dl ul#share li#twitter a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/twitter_btn.gif) left bottom no-repeat;
}

/*facebook*/
#desktop_dl ul#share li#facebook a,#desktop_dl ul#share li#facebook a:link,#desktop_dl ul#share li#facebook a:visited{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook.gif) left top no-repeat;
}

#desktop_dl ul#share li#facebook a:hover,#desktop_dl ul#share li#facebook a:active{
	width:200px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(image/facebook.gif) left bottom no-repeat;
}

/*txt*/
#desktop_txt_l{
	width:415px;
	float:left;
	margin:0 0 0 30px;
	border:#666 1px dotted;
	padding:10px;
	font-size:11px;
	line-height:1.8em;
	height:150px;
}

#desktop_txt_l span{
	font-size:12px;
	color:#333;
	font-weight:bold;
}

#desktop_txt_r{
	width:415px;
	float:right;
	margin:0 30px 0 0;
	border:#666 1px dotted;
	padding:10px;
	font-size:11px;
	line-height:1.8em;
	height:150px;
}

#desktop_txt_r span{
	font-size:12px;
	color:#333;
	font-weight:bold;
	}
	
	.new{
		color:#FFF;
		background:#900;
		padding:3px;
		margin-right:5px;
		font-size:14px;
		font-weight:bold;
		float:left;
	}


/*lang*/
#lang a,#lang a:link,#lang a:hover{
	background:#CCC;
	border:#666 1px solid;
	padding:3px;
	color:#666;
	text-decoration:none;
}

#lang a:hover,#lang a:visited{
	background:#666;
	border:#333 1px solid;
	padding:3px;
	color:#fff;
	text-decoration:none;
}
.area{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.area h3{
	font-size: 10pt;
	color: #444;
	font-weight: bold;
	border-bottom: dotted black 1px;
	margin-bottom: 7px;
	margin-top: 20px;
}
.area img{
	}
.area p{
}
.area02{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.area02s{
	margin-top: 20px;
	margin-bottom: 10px;
}
.area02 p{
	margin-left: 14px;
}	
.area02 img{
	margin-left: 14px;
	margin-right: 14px;
}
.area03{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.area03 h3{
	font-size: 10pt;
	color: #444;
	font-weight: bold;
	border-bottom: dotted black 1px;
	margin-bottom: 7px;
	margin-top: 20px;
}
.area03 p{
	margin-left: 14px;
}
.hidari{
	float: left;
	width: 300px;
	margin-left: 50px;
}
.migi{
	float: right;
	width: 300px;
	margin-right: 50px;
}
.center{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}	
.arrow01{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 220px;
	width: 50px;
	background-image: url(image/cs_arrow01.gif);
}
.arrow02{
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 600px;
	background-image: url(image/cs_arrow02.gif);
}
.arrow03{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 800px;
	background-image: url(image/cs_arrow03.gif);
}

.howto{
	}