@charset "utf-8";
/*********************************************
**    Copyright (c) 2009.
**                  All Rights Reserved.
**********************************************/
/*======================================
Font-size Adjustment
77% = 10px	|	122% = 16px	|	167% = 22px
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
=======================================*/

/* MAIN CONTENTS
-------------------------------------------------------------------------------------------------*/
#Flash {
	width			: 950px;
	height		: 210px;
	margin		: 0 0 10px 0;
	padding		: 0;
	clear			: both;
}

/* Left CONTENTS
-------------------------------------------------------------------------------------------------*/
.Solution {
	width:660px;
	height:300px;
	background:url(../../images/solution_bg.gif) no-repeat;
	margin:10px 0 20px 0;
	padding:20px;
}
	.Solution h2 {
		margin:0 0 8px 0;
	}
	.Solution dl {
		float:left;
		width:210px;
		height:130px;
		margin:10px 0 0 10px;
	}
	.Solution dt {
		font-size:104%;
		background:url(../images/arrow_bigblue.gif) no-repeat 0 2px;
		padding-left:20px;
		margin:0 0 4px 0;
	}
	.Solution dd {
		font-size:92%;
		background:url(../images/arrow_sky.gif) no-repeat 0 6px;
		padding-left:10px;
		line-height:1.4em;
	}

.List {
	width:225px;
	float:left;
	font-size:92%;
	margin-right:12px;
}
.List_End {
	width:225px;
	float:right;
	font-size:92%;
}
	.List dl,.List_End dl{
		background:url(../../images/list_bg_middle.gif) no-repeat;
		padding:6px 8px 10px 8px;
		height:124px;
	}
	.List dt,.List_End dt {
		margin:0 0 0px 0;
	}
	.List dd,.List_End dd {
		background:url(../images/arrow_sky.gif) no-repeat 0 6px;
		padding-left:10px;
		margin:2px 0 0 0;
	}

.News {
	clear:both;
	width:700px;
	padding			: 0;
	margin			: 30px 0 0 0;
}
.News h2{
	background	:url(../../images/news_title.gif) no-repeat 0 0;
	height			: 30px;
}
	.News h2 img {
		float		: right;
		margin		: 3px 0 0 0;
		padding		: 0;
	}

.News dl {
	width:700px;
	font-size:92%;
}
	.News dt {
		float:left;
		width:120px;
		clear:both;
		padding:6px 0;
		vertical-align:top;
	}
	.News dd {
		width:580px;
		padding:6px 0 6px 120px;
		background:url(../../images/news_line.gif) repeat-x bottom;
	}
	.News dd a {
		background:url(../images/arrow_sky.gif) no-repeat 0 4px;
		padding-left:12px;
		margin-left:-12px;

}

.Shitei {
	background:url(../../images/shitei_bg.gif) no-repeat;
	width:680px;
	height:126px;
	padding:9px 10px;
	margin:30px 0;
}
	.Shitei h2{
		padding:0;
		margin:0 0 8px 0;
	}
	.Shitei li {
		float:left;
		margin:0 10px 0 0;
	}
		.Shitei li.End {
			float:right;
			margin:0;
		}


/* Right CONTENTS
-------------------------------------------------------------------------------------------------*/
.Winstaff {
	background:url(../../images/side_winstaff_bg_middle.gif) repeat-y;
	font-size:92%;
	padding:0 7px 7px 7px;
}
	.Winstaff img {
		margin:0 0 2px 0;
	}
	.Winstaff a.Link {
		background:url(../../images/arrow_orange.gif) no-repeat 0 4px;
		padding:0 0 0 10px;
		color:#333;
	}
	.Winstaff a.Link:hover {
		text-decoration:none;
		color:#ff6600;
	}

.Banner {
	margin:20px 0;
	padding:20px 0;
	border-top:1px solid #bfc0c0;
	border-bottom:1px solid #bfc0c0;
}
	.Banner li{
		margin:0;
		padding:0;
		line-height:0;
	}

.Pmark {
	width:204px;
	border:1px solid #bfc0c0;
	padding:8px;
}
	.Pmark img {
		float:left;
		margin-right:8px;
	}
	.Pmark p {
		font-size:82% !important;
	}