@charset   "Shift_JIS";

/* 画面表示用 */

@media screen {

/* TITLE DESIGN */
	
	#container {
		text-align: left;
		position: relative;
		background-image: url(marion_t.gif);
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0px auto;
		border: 5px solid #aaa;
		padding: 0px;
		width: 740px;
	}
	
	#set_contents {
		background-image: url(marion.gif);
		background-repeat: no-repeat;
		background-position: top right;
		margin: 0px;
	}
	
	#header {
		padding-top: 40px;
		margin-left: 250px;
	}
	
	H1 {
		color: #000099;
		font-size: 130%;
		font-weight: bold;
	}
	
	H2 {
		color: #708ebf;
		font-size: 120%;
		font-weight: bold;
	}

/* CONTENTS LAYOUT */
	
	#summary {
		position: absolute;
		top: 60px;
		left: 15px;
		width: 165px;
	}
	
	#summary P {
		text-align: left;
		font-size: 10pt;
		color: #808080;
	}
	
	#list {
		position: absolute;
		top: 120px;
		left: 10px;
		width: 180px;
	}
	
	#list P {
		font-weight: bold;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 11pt;
	}
	
	#list A:LINK,A:VISITED {
		font-weight: bold;
		text-decoration: none;
		font-size: 11pt;
	}
	
	#list A:HOVER,A:ACTIVE {
		font-weight: bold;
		text-decoration: underline;
		font-size: 11pt;
	}
	
	#list UL {
	}
	
	#list LI {
		line-height: 1.8ex;
		list-style-type: none;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 3px;
		font-size: 11pt;
	}
	
	#list LI A:LINK,A:VISITED,A:HOVER,A:ACTIVE {
		font-weight: normal;
		font-size: 11pt;
	}
	
	H4 {
		font-size: 100%;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #000044;
		background: #f0f0f0;
	}

/* MAIN */
	
	#main {
		margin: 0px 0px 10px 200px;
		padding: 0px 20px 0px 5px;
		width: 550px;
		border: 1px solid #B2B9C4;
		background: #f0f0f0;
	}
	
	BODY {
		color: #010E22;
		background: #f5f5e9 url(marion_back.gif) repeat;
		margin: 0px;
		border: 0px;
		padding: 0px;
	}
	
	#main A:LINK,A:VISITED {
		font-weight: bold;
		text-decoration: none;
		color: #2222FF;
	}
	
	#main A:HOVER,A:ACTIVE {
		text-decoration: underline;
		color: #ff0084;
	}
	
	P {
		color: #000000;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-weight: normal;
	}
	
	H3 {
		background-image: url(g_bar.gif);
		background-repeat: repeat;
		font-size: 100%;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	H3 SPAN {
		display: none;
	}
	
	#main H3 {
		height: 30px;
	}
	
	#materials {
		height: 100px;
	}
	
	.table_materials {
		color: #715f8b;
		background-color: #ffffff;
		border-color: #cccccc #cccccc #cccccc #cccccc;
		border-style: solid solid solid solid;
		border-width: 0px 2px 2px 0px;
	}
	
	.back {
		color: #cc0000;
		margin: 5px;
		border: 0px;
		padding: 5px;
		text-align: right;
	}
	
	.back A:LINK,A:VISITED {
		font-weight: bold;
		text-decoration: none;
		color: #666666;
	}
	
	.back A:HOVER,A:ACTIVE {
		text-decoration: underline;
		color: #999999;
	}

/* FOOTER */
	
	HR {
		margin: -7px 0px -7px 0px;
		border-bottom: 2px dotted #666;
	}
	
	.fo {
		font-size: 10pt;
		margin: -5px 0px -5px 0px;
		text-align: center;
		color: #666666;
	}
	
	.fo A:LINK,A:VISITED {
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		color: #666666;
	}
	
	.fo A:HOVER,A:ACTIVE {
		font-size: 10pt;
		text-decoration: underline;
		color: #999999;
	}
	
	ADDRESS {
		font-size: 10pt;
		margin: -2px 0px 0px 0px;
		text-align: center;
	}

/* BASIC DESIGN */
	
	PRE {
		color: #3333aa;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 8px;
		margin-left: 0px;
	}
	
	UL {
		color: #6d6d6d;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 16px;
		list-style-image: url(g_ul.gif);
		list-style-position: outside;
		list-style-type: none;
	}
	
	TH {
		color: #ffffff;
		background-color: #000099;
		border-color: #ffffff #ffffff #ffffff #ffffff;
		border-style: solid solid solid solid;
		border-width: 0px 1px 1px 0px;
	}
	
	SELECT {
		color: #666666;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-weight: normal;
	}
}

/* 印刷用 */

@media print {
	
	body {
		background: white;
		color: black;
	}
	
	#container {
		padding-top: 0px;
		text-align: left;
		background-image: none;
		width: 90%;
	}
	
	#set_contents {
		margin: 0px;
		padding: 0px;
	}
	
	#header {
		margin: 0px;
		padding: 0px;
	}
	
	#summary {
		display: none;
	}
	
	#list {
		display: none;
	}
	
	#main {
		margin: 0px;
		padding: 0px;
	}
	
	#main A:LINK,A:VISITED,A:HOVER,A:ACTIVE {
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
	
	H1 {
		font-weight: bold;
	}
	
	H2 {
		font-weight: bold;
	}
	
	H3 {
		border-bottom: double 3px black;
		font-weight: bold;
	}
	
	b {
		font-weight: normal;
	}
	
	.fo A:LINK,A:VISITED,A:HOVER,A:ACTIVE {
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
}
