body {
	background-color: black;
	background-image: url(images/bg.gif);
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:10px;
}

a {
	color:#990033;
	text-decoration:none;
	}
	
a img {
	border:0;
	}
	
a:hover{
	color:#990066;
	text-decoration:underline;
	}

h1 {
	color:#999999;
	font-size:6px;
	font-weight:normal;
	text-align:right;
	margin:0px;
	}
	
h2 {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:10px;
	}
	
p {
	color:#666666;
	font-size:10px;
	margin-left:10px;
	margin-top:0px;
	line-height: 1.5em;
	width:700px;
	}
	
.simulator img{
	float:right;
	margin:3px;
	}
	
.simulator{
	color:#666666;
	font-size:10px;
	margin-left:10px;
	margin-top:0px;
	line-height: 1.5em;
	width:700px;
	}
	
ul {
	color:#666666;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	margin-top:0px;
	line-height: 1.5em;
	width:700px;
	list-style:none;
	}
		
	
.date{
	color:#00FF99;
	font-weight:bold;
	font-size:12px;
	}

.newsfeed{
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
	}

.newsfeed a{
	color: #00FF66;
	text-decoration:none;
	}
	
.newsfeed a:hover{
	color:#33CC00;
	text-decoration:underline;
	}
	
.language{
	width:760px;
	margin:0 auto;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	}

.language a{
	color: #666666;
	}
	
.language a:hover{
	color:#990000;
	text-decoration:underline;
	}
	
/*レイアウト用*/

#container {
	margin: 0 auto;
	width:760px;
	padding:5px;
	background-color:#FFFFFF;
	}

#menubar {
	margin:0;
	padding:0;
	}

#imagebox {
	width:750px;
	padding:0;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height:300px;

	}
	
#imageboxleft {
	margin:0;
	padding:0;
	float:left;
	width:550;
		}
	
#imageboxright {
	margin:0;
	padding:5px;
	width:190px;
	float:right;
	background-color:#000000;
	height:290px;
	}
	
	#dhtmlgoodies_scrolldiv{
		margin:0px;
		width:189px;	/* スクロールバーを含む全体幅 */
		height:240px;	/* 全体の高さ */
	}
	#scrolldiv_parentContainer{
		width:170px;	/* スクロールさせるコンテンツの幅 */
		height:100%;
		overflow:hidden;
		float:left;
		position:relative;
	}
	
	/*
	スクロールさせるコンテンツ
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
		text-align:left;
	}
	
	/*
	スクロールバーのスライダー
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:240px;
		float:right;
	}
	
	/*
	スクロールバーのバー
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:200px;	/* 全体の高さから40マイナスした値に */
		position:relative;
		
	}
	/*
	スクロールバーのハンドル
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:20px;
		background-image:url(images/slider.gif);
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	スクロールバーの上下ボタン
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

#footer {
	clear:both;
	width:740px;
	padding:5px;
	background-color:#000000;
	margin-top:10px;
	color:#999999;
	font-size:10px;
	text-align:center
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
.dhtmlgoodies_question{	/* bottan */
	color:#000000;
	font-size:0.9em;
	width:750px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	text-align:right;
}
.dhtmlgoodies_answer{	/* open*/
	width:748px;

	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* 解答部分のコンテンツ */
	font-size:0.9em;	
	position:relative;
}

.mform{
	color:#666666;
	font-size:10px;
	}	
	
.team_wrap
	{
	width:740px;
	padding:5px;
	margin-bottom:10px;
	}
	
.team_left{
	width:235px;
	padding-right:5px;
	padding-top:10px;
	font-size:12px;
	color: #330000;
	float:left;
	text-align:left;
	}

.team_left a{
	font-weight:normal;
	text-decoration:none;
	color: #330000;
	}
	
.team_left a:hover{
	font-weight:bold;
	text-decoration:underline;
	}
	
.team_right{
	width:495px;
	padding-left:3px;
	font-size:10px;
	color:#333333;
	float:right;
	text-align:left;
	line-height: 1.5em;
	}
	
.team_right img{
	margin::3px;
	border:0;
	text-align:center;
	}

.order_parts{
	width:758px;
	margin:0;
	background-color:#666666;
	background-image:url(images/4x4.gif);
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
.order_parts a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
.order_parts a:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
	}

.PopBoxImageSmall
{
   none 0px white;
   url("http://en.resistancewetsuits.com/pb/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   solid thin #CCCCFF;
   url("http://en.resistancewetsuits.com/pb/images/magminus.cur"), pointer;
}	
	

