@charset "Shift_JIS";


/*	================================================================================================	*/
/*		basic setting																					*/
/*	/share_vcl/css/base.css																				*/
/*	================================================================================================	*/

body {
	margin: 0;
	padding: 0;
	font: 13px/1.231 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
	*font-size: small;
	*font: x-small;
	color: #333;
	background: #fff;
	line-height: 1.5;
}

select, input, button, textarea, button {
	font-size: 99%;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

br { letter-spacing: normal; }

a, a:link {
	text-decoration: none;
	background-color: transparent;
	color: #43677e;	
}

a:visited {
	background-color: transparent;
	color: #43677e;	
}

a:hover, a:active {
	background-color: transparent;
	color: #c41230;
	text-decoration:underline;
}

/*
	since 201004
		10px:77% / 11px:85% / 12px:93% / 13px:100% / 14px:108% / 15px:116% / 
		16px:123.1% / 17px:131% / 18px:138.5% / 19px:146.5% / 20px:153.9% / 
		21px:161.6% / 22px:167% / 23px:174% / 24px:182% / 25px:189% / 26px:197%
*/

#main2 .txt_s,
#main2 .txt_s_b ,
#main2 td .txt_s,
#main2 td .txt_s_b { font-size: 85%; }	/* 7~8pt */

#main2 .txt_m,
#main2 .txt_m_b ,
#main2 td .txt_m,
#main2 td .txt_m_b { font-size: 100%; }	/* 9~10pt */

#main2 .txt_l,
#main2 .txt_l_b ,
#main2 td .txt_l,
#main2 td .txt_l_b { font-size: 116%; }	/* 10~11pt */

#main2 h1, #main2 h2 { line-height: 1.25; }
#main2 h1 { font-size: 146.5%; }
#main2 h2 { font-size: 123.1%; }
#main2 h3 { font-size: 108%; }
#main2 h4 { font-size: 93%; }
#main2 .contentsIndex h3 { font-size: 85%; }
#main2 .section_body h4 { font-size: 93%; }
div.side_banner_area h4 { font-size: 100%; }

#main2 h5 { font-size: 85%; }

/* 左メニューの大きさ */
div#container div#main2wrap div#sidebar ul.side_menu a { font-size: 100%; }

/* 文字サイズ固定用 */
#main2 .txt_s_fix,
#main2 .txt_s_fix_b ,
#main2 td .txt_s_fix,
#main2 td .txt_s_fix_b {
	font-size: 77%;
	line-height: 1.6;
}

#main2 .txt_m_fix,
#main2 .txt_m_fix_b ,
#main2 td .txt_m_fix,
#main2 td .txt_m_fix_b {
	font-size: 93%;
	line-height: 1.6e;
}

#main2 .txt_l_fix,
#main2 .txt_l_fix_b ,
#main2 td .txt_l_fix,
#main2 td .txt_l_fix_b {
	font-size: 108%;
	line-height: 1.6em;
}

b,strong,dt { font-weight: bold; }

em.underline,
strong.underline {
	font-weight: normal !important;
	background: transparent url(/support/vaio/Common2007vcl/Images/text-deco-underline-double.gif) 0 88% repeat-x !important;
}

em.underline2,
strong.underline2 {
	font-weight: normal !important;
	padding-bottom: 0;
	border-bottom: 3px double #669;
	margin-bottom: .2em;
}

/*	================================================================================================	*/
/*																										*/
/*	/share/css/layout.css																				*/
/*	================================================================================================	*/


/*-----for global header-----*/
#global-header {
	width: 950px;
	margin: 0 auto;
}
/*-----for site root-----*/
#container #siteroot {
	line-height: 1.2;
	margin-bottom: 3px;
}
#container #siteroot span { padding: 0 0.5em; }
p#to-contents { display: none; }

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*-----for category header area-----*/
#container #header { width: 950px; }

/*-----for main visual-----*/
#container #main-visual { width: 950px; }

/*-----for page body-----*/
#container #pagebody {
	width:950px;
	margin-top:20px;
	min-height:0;
	text-align:left;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #container #pagebody { overflow: hidden; }
#container #pagebody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
/* \*/ 
* html #container #pagebody { height:1%; }
#container #pagebody { display: block; }
/* */

/*1 column*/
#container #pagebody #column1-main { width: 950px; }
/*2 column*/
#container #pagebody #column2-main {
	width: 950px;
	float: left;
	padding-bottom: 1px;
}
#container #pagebody #column2-right {
	width: 180px;
	float: right;
	padding-bottom: 1px;
}
/*2 column---mainarea 760px*/
#container #pagebody #column2-main760 {
	width: 760px;
	float: left;
	padding-bottom: 1px;
}
/*3 column*/
#container #pagebody #column3-left {
	width: 180px;
	float: left;
	margin-right: 15px;
	padding-bottom: 1px;
}
#container #pagebody #column3-main {
	width: 560px;
	float: left;
	padding-bottom: 1px;
}
#container #pagebody #column3-right {
	width: 180px;
	float: right;
	padding-bottom: 1px;
}

#container #pagebody #pagetoparea {
	margin-top: 20px;
	text-align: right;
}
#container #pagebody #pagetoparea img {
	margin: 0 0 0 auto;
}

/*-----for global footer-----*/
#global-footer {
	width: 950px;
	clear: both;
	margin: 0 auto;
}


/*	================================================================================================	*/
/*		thickbox																						*/
/*	/share_vcl/css/thickbox.css																			*/
/*	================================================================================================	*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* comment out global reset. 
*{padding: 0; margin: 0;}
*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 93%;		/*	12px	*/
	color: #333;
}

#TB_secondLine {
	font-size: 77%;		/*	10px	*/
	color: #666;
}

#TB_window a:link,
#TB_window a:visited,
#TB_window a:active,
#TB_window a:focus { color: #666; }
#TB_window a:hover { color: #000; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal { padding:15px; }

#TB_ajaxContent p { padding: 5px 0; }

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> enquete box <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div.enquete_box{
	width: 540px;
	margin: 10px 0;
	padding: 5px;
	background: #ffffff;
	border: solid 1px #eeeeee;
}
div#main2 .enquete_box p{
	margin: 0 0 15px 0;
	padding: 5px;
	background: #eeeeee;
	text-align: center;
}

div#main2 div.enquete_box .enquete_btn {
	margin: 0 auto 15px;
	width:256px;
}

/*div#main2 div.enquete_box .enquete_btn_left {
	width:256px;
	margin:5px 10px 5px 5px;
	float:left;
}
div#main2 div.enquete_box .enquete_btn_right {
	width:256px;
	margin:5px;
	float:left;
}
div#main2 div.enquete_box .enquete_btn_clear {
	clear:both;
}*/

div#main2 .enquete_box button {
	width:256px;
	height:70px;
	padding:4px;
	cursor: pointer;
 }
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> chat support <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
div#main2 div.chatsupport {
	width: 548px;
	border: 1px dotted #666666;
	background-color: #eeeeee;
	padding: 0 0 10px 10px;
	margin-bottom: 30px;
}
div#main2 div.chatsupport h5 {
	margin: 20px 0 20px 5px;
}

div#main2 div.chatbnr_left {
	width: 250px;
	float: left;
	margin-left: 8px;
}
div#main2 div.chatbnr_right {
	width: 270px;
	float: left;
	margin-left: 10px;
}
div#main2 div.chatbnr_right h5 {
	margin: 0px;
}
div#main2 div.chatbnr_clear {
	clear: both;
}