@charset "shift_jis";


/* ----------------------------------------
 :: index ::

 1. Base
 2. Layout
 3. Header
 4. Footer
 5. Contents

---------------------------------------- */





/* 1. Base
---------------------------------------- */





/* 2. Layout
---------------------------------------- */
div#Container {
	width: 550px;
}

div#HeaderArea {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: double 3px #13007c;
	width: 550px;
	background: none;
}

div#ContentsArea {
	margin-bottom: 0;
	width: 550px;
}

div#MainContents {
	float: none;
}
div.SideBarOff div#MainContents {
	width: 550px;
}

div#Footer {
	width: 550px;
}


/* non display
-------------------- */
div#SideBar {
	display: none;
}





/* 3. Header
---------------------------------------- */
/* Logo
-------------------- */
div#HeaderArea div#Logo {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	float: none;
}
div#HeaderArea div#logo h1,
div#HeaderArea div#logo p {
	margin: 0;
	padding: 0;
	text-align: right;
}

div#HeaderArea div#logo h1 img,
div#HeaderArea div#logo p img {
	width: 100px;
	height: 10px;
}

/* non display
-------------------- */
div#HeaderArea dl#HeaderLink,
div#HeaderArea div#Navigation,
div#HeaderArea p.CloseButton {

	display: none;
}





/* 4. Footer
---------------------------------------- */
div#FooterArea {
	border-top: double 3px #13007c;
}

div#FooterArea p#copyright {
	width: auto;
	float: none;
}

/* non display
-------------------- */
div#FooterArea dl#FooterLink,
div#FooterArea p.CloseButton {
	display: none;
}





/* 5. Contents
---------------------------------------- */
/* Heading
-------------------- */
div#ContentsArea h1,
div#ContentsArea p.SubTitle {
	margin-bottom: 10px;
	width: auto;
	position: static;
}
div#ContentsArea h1 {
	margin-bottom: 20px;
}

div#MainContents h1 {
	margin-bottom: 20px;
	position: static;
	min-height: 0;
}
/* ie(under7) only */
* html div#MainContents h2 {
	height: auto;
}
/* /ie(under7) only */




/* Column
-------------------- */
div.SideBarOff div#MainContents div.ColumnSet {
	width: 550px;
}
div.SideBarOff div#MainContents div.ColumnSet div.ColumnItem.w375 {
	margin-left: 10px;
	width: 270px;
}












/* non display
-------------------- */
div#ContentsArea dl#Breadcrumb,
div#MainContents div#BannerArea,
div#MainContents div.TabListTop,
div#MainContents div.TabListBottom,
ul.pagetop,
div.Popup div#MainContents div.LinearSet dl.LinearNavTop,
div.Popup div#MainContents div.LinearSet dl.LinearNavBottom {
	display: none;
}










