﻿@charset "utf-8";

/* caption */

/*
	base id [#bodySec] >> design.css
	base id [#bodySec] >> bodysection.css
	base id [#bodySecBoard] >> 3column.css
	base id [#maincontentsBlock] >> 3column.css
	base id [#maincontentstitleArea] >> 3column.css
	base id [#maincontentsArea] >> 3column.css

*/

/* タイトルエリア */

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea {
	width: 520px;
	margin: 0px 0px 10px 30px;
	border-bottom: 3px solid #868896;
}

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	padding: 4px 4px 5px 0px;
	background-image: none;
	background-color: #FFFFFF;
}

/* -- Hack WinIE & MacIE --*/
* html #bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container {
	/* Hides from IE5-Mac \*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

#bodySec #bodySecBoard #maincontentsBlock #maincontentstitleArea div.container h2 {
	margin: 0;
	padding: 4px 0px 0px 0px;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #53556A;
	font-family: Helvetica, Arial, sans-serif;
}

/**/

div.selectarea p{
font-size: 70%;
color:#333333;
}

div.movie{
padding:10px 0px 10px 15px;
}

div.selectarea p.title{
display:block;
width:520px;
font-weight:bold;
border-bottom:1px dashed #333333;
margin:0px 0px 5px 0px;
padding:20px 0px 4px 0px;
color:#333333;
}


div.selectarea p.title_area{
display:block;
width:510px;
font-size: 100%;
font-weight:bold;
border-bottom: 1px solid #999999;
margin:0px 0px 4px 6px;
padding:10px 0px 6px 0px;
color:#333333;
}

div.selectarea p.title_areas{
display:block;
width:510px;
font-size: 100%;
margin:0px 0px 0px 6px;
padding:6px 0px 0px 0px;
color:#333333;
}

div.selectarea ul{
	padding:0px;
	margin:0px;
}

div.selectarea ul li{
	float:left;
	width:95px;
}

div.selectarea ul li.wide{
	width:500px;
}


div.selectarea ul li a,
div.selectarea ul li.wide a {
	float: left;
	margin: 0px 0px 7px 5px;
	padding: 0px 0px 0px 10px;
	background-image:url(/en/ga/support/distributors/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	font-size: 70%;
	line-height: 160%;
	color: #5F86B1;
}

div.selectarea ul li a,
div.selectarea ul li.wide a:link {
	color: #5F86B1;
}

div.selectarea ul li a,
div.selectarea ul li.wide a:visited {
	color: #5F86B1;
}

div.selectarea ul li a,
div.selectarea ul li.wide a:hover {
	color: #5F86B1;
}





/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 0.7em;
	font-weight: normal;
/*
	border-bottom: 1px solid #d3d3d3;
*/
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #d3d3d3;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	/*background: #e6e6e6 url(/en/ga/support/distributors/image/e6e6e6_40x100_g.gif) 0 50% repeat-x;*/
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #555555;
	background: url(/en/ga/support/distributors/image/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	/*マウスオーバー時のアイコン画像*/
	background: url(/en/ga/support/distributors/image/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
	/*マウスオーバー時のテキストカラー*/
	color: #212121;
}
.ui-accordion-header:hover {
	/*マウスオーバー時の背景画像*/
	/*background: #dadada url(/en/ga/support/distributors/image/dadada_40x100_g.gif) 0 50% repeat-x;*/
	/*マウスオーバー時のテキストカラー*/
	color: #212121;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	/*background: #ffffff url(/en/ga/support/distributors/image/ffffff_40x100_g.gif) 0 50% repeat-x;*/
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #212121;
	background: url(/en/ga/support/distributors/image/454545_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	/*background: #ffffff url(/en/ga/support/distributors/image/ffffff_40x100_f.gif) 0 0 repeat-x;*/
	color: #222222;
	font-size: 1em;
	padding: .5em .5em .5em 1.7em;
}
.ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}

.adtext {
	padding: 0.2em 0em 1em 1.7em;
}

