/*-------------------------------------------------------------- Initialize */
* {
	margin:0;
	padding:0;
	border-style:none;
	border-collapse:collapse;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Meiryo,"MS P Gothic","Hiragino Kaku Gothic Pro",Osaka,Helvetica,Verdana,Arial,sans-serif;
	font-size:small;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	line-height:1.5em;
	vertical-align:top;
	list-style-type:none;
	outline-style:none;
}


/*---------------------------------------------------------------- Elements */
a{
	color:#b20000;
}
a:hover {
	text-decoration:underline;
}


/*-------------------------------------------------------------------- Body */
body {
	background-image:url('./cssImages/cssBodyBack.gif');
	background-repeat:repeat-x;
}


/*--------------------------------------------------------------- Container */
#Container {
	width:839px;
	margin:0 auto;
	padding:0 60px;
	background-image:url('./cssImages/cssContainerBack.jpg');
}


/*------------------------------------------------------------------ Header */
#Header {
	width:839px;
	height:132px;
	padding:0 0 6px 0;
	background-image:url('./cssImages/cssNavigationHead.gif');
	background-position:left bottom;
}
#Header .siteName {
	width:54px;
	height:9px;
	padding:15px 0 0 0;
	font-size:1pt;
}
#Header .siteName a {
	display:block;
	width:54px;
	height:9px;
	font-size:1pt;
	text-indent:-5000em;
}


/*-------------------------------------------------------------- Navigation */
#Navigation {
	width:839px;
	padding:0 0 6px 0;
	background-image:url('./cssImages/cssNavigationFoot.gif');
	background-position:left bottom;
}
#Navigation .naviList {
	padding:15px 30px 15px 30px;
	background-image:url('./cssImages/cssNavigationBody.gif');
	background-repeat:repeat-y;
	color:#fff;
}
#Navigation .naviList a {
	color:#fff;
}


/*-------------------------------------------------------------- InnerBlock */
#InnerBlock {
	width:837px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#fff;
}


/*--------------------------------------------------------------- PageTitle */
#PageTitle {
	width:781px;
	padding:20px 28px 0 28px;
}
#PageTitle .pageTitle {
	font-size:160%;
	font-weight:bold;
}
#PageTitle h4 {
	font-size:50%;
	color:#a00;
	width:781px;
	height:20px;
	text-align:right;
}


/*---------------------------------------------------------------- Contents */
#Contents {
	width:837px;
}


/*-------------------------------------------------------------- ColumnMain */
#ColumnMain {
	float:right;
	width:585px;
	padding:0 24px 0 0;
}
#ColumnMain .sectionTitle {
	padding:0 15px;
	background-image:url('./cssImages/cssSectionTitleBody.gif');
	background-repeat:repeat-y;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}
#ColumnMain .sectionTitleHead {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	background-image:url('./cssImages/cssSectionTitleHead.gif');
	background-position:left top;
}
#ColumnMain .sectionTitleFoot {
	padding:0 0 10px 0;
	background-image:url('./cssImages/cssSectionTitleFoot.gif');
	background-position:left bottom;
}
#ColumnMain .sectionTable {
	padding:0 5px;
}
#ColumnMain .sectionBlock {
	clear:both;
	margin:0 5px 10px 5px;
	padding:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
#ColumnMain .sectionBlock p {
	clear:both;
	color:#666;
	padding:10px 0 0 0;
}
#ColumnMain .sectionBlock p img {
	padding:0 12px 0 0;
}
#ColumnMain .imageLeft img {
	clear:right;
	float:left;
	padding:10px 10px 0 0;
}
#ColumnMain .imageRight img {
	clear:left;
	float:right;
	padding:10px 0 0 10px;
}
#ColumnMain .shortTitle a{
	padding: 3px 10px;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 15px solid #f0f0f0;
	background-color: #ffffff;
}
#ColumnMain h4 {
	font-size:130%;
	font-weight:bold;
	color:#a00;
	width:564px;
	height:40px;
	background-image:url('../gif/main3.gif');
	background-position:right top;
}
p.drop:first-letter {
	float:left;
	font-size:4em;
	color:#fff;
	background:#600;
	line-height:1;
	margin:1px 5px 2px 0;
	padding:5px 5px 0.6em 5px;
}


/*------------------------------------------------------- Company */
.tableCompany {
	width;575px:
}
.tableCompany .tableBegin {
	border-top:1px solid #ccc;
}
.tableCompany th {
	width:108px;
	padding:5px 1px 10px 1px;
	border-bottom:1px solid #ccc;
}
.tableCompany th span {
	padding:0 0 0 15px;
	background-image:url('./cssImages/cssTableCompanyMarker.gif');
	background-position:left center;
}
.tableCompany td {
	padding:5px 0 10px 0;
	border-bottom:1px solid #ccc;
}
.tableCompany td span {
	padding:0 0 0 15px;
	background-image:url('./cssImages/cssTableCompanyMarker.gif');
	background-position:left top;
}
.tableCompany td .border {
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px dashed #ccc;
}


/*--------------------------------------------------------------- ColumnSub */
#ColumnSub {
	float:left;
	width:192px;
	padding:0 14px 0 22px;
}
#ColumnSub .columnSubHead {
	padding-top:8px;
	background-image:url('./cssImages/cssNaviListHead.gif');
	background-position:left top;
}
#ColumnSub .columnSubFoot {
	padding-bottom:8px;
	background-image:url('./cssImages/cssNaviListFoot.gif');
	background-position:left bottom;
}
#ColumnSub .columnSubBody {
	padding:1px 0;
	background-image:url('./cssImages/cssNaviListBody.gif');
	background-repeat:repeat-y;
}
#ColumnSub .naviList {
	padding:5px 0 0 0;
}
#ColumnSub .naviList li {
	padding:0 16px 5px 16px;
}
#ColumnSub .naviList li a {
	padding-left:22px;
	background-image:url('./cssImages/cssNaviListMarker.gif');
	background-position:left top;
	color:#000;
	font-weight:bold;
}

/*---------------------------------------------------------- ContentsBottom */
#ContentsBottom {
	clear:both;
	width:837px;
}
#ContentsBottom .pageTop {
	width:67px;
	height:10px;
	padding:50px 0 25px 740px;
	font-size:1pt;
}
#ContentsBottom .pageTop a {
	display:block;
	width:67px;
	height:10px;
	background-image:url('./cssImages/cssPageTop.gif');
	font-size:1pt;
	text-indent:-5000em;
}


/*------------------------------------------------------------------ Footer */
#Footer {
	width:781px;
	padding:0 28px 60px 28px;
}
#Footer .copyright {
	width:781px;
	padding:2px 0;
	font-size:80%;
	text-align:center;
	background-image:url('./cssImages/cssFooterBack.gif');
	background-repeat:repeat-y;
	color:#fff;
}
