@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT
	6: SUB CONTENT

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/

/*
===== 2: HEADER ==========================================
*/

/*
===== 3: FOOTER ==========================================
*/

/*
===== 4: NAVIGATION ======================================
*/

/*
===== 5: MAIN CONTENT ====================================
*/

div#mainContent h2 {
	padding: 5px 5px 5px 0.5em;
	margin: 0.5em 0.5em 1em 0.5em;
	border-left: 3px solid #000066;
	font-size: 130%;
	line-height: 1.3;
	background: #9FCDF7;
}


div#mainContent h3 {
	margin: 1.5em 0 0.5em 0;
}

div#mainContent h3.ttl {
	font-size:115%;
	margin: 1.5em 7px 0.5em;
	padding-left:5px;
	border-left:5px #FF6600 solid;
}

div#mainContent h4 {
	margin: 7px;
	font-size: 115%;
	color: #000066;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 5px;
}


div#mainContent .box  {
	padding: 5px;
	margin: 1.5em;
	background: #EBF3FC;
}

div#mainContent .photobox {
	text-align: center;
	width: 715px;
}


div.photobox table {
	margin: 1em auto;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}


div.photobox table td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


div.photobox table td.data {
	padding: 5px;
	text-align: center;
	background: #B9DBF9;
	color: #000000;
}


/* リスト */

ul.list,
ol.list {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	
}

ul.list li {
	list-style:disc;
}

dl.list {
	margin: 1em 0.8em 2em;
}
dl.list dt {
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #DCDCDC;
}

dl.list2 {
	margin: 2em 0.8em;
}
dl.list2 dt {
	margin: 0px;
	padding: 0px;
}
dl.list2 dd {
	margin:0px 0px 0.4em 0px;
	padding:0px 0px 0px 1em;
}


dl.list-rat {
	clear:both;
	margin-top:0;
	margin-right:0;
	margin-left: 0.8em;
}
dl.list-rat dt {
	clear:both;
	font-weight:normal;
	line-height: 1.5em;
	width:25px;
}
dl.list-rat dd {
	margin-top: -1.8em;
	margin-left: 25px;
	margin-bottom: 3px;
}


dl.inline dt {
/*	width:7em;
	line-height:1.2em;*/
}
dl.inline dd {
/*	margin-left:8em;
	line-height:1.2em;
	margin-top:-1.2em;
	padding-top:0;*/
}

/* txt */

p {
	margin-bottom:1em;
}

.txtright {
	text-align:right;
}

