/* 基礎レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.3;
	color: #333;
	background-color: #CCC;
	text-align: center;
}
#page {
	background-color: #FFF;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contentsArea {
	padding: 10px;
	width: 880px;
}
#footer {
	font-size: 85%;
	color: #CCC;
	background-color: #666;
	text-align: center;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear:both
}

#contentsArea #sideContents {
	float: left;
	width: 220px;
}
#contentsArea #sideContents #mainMenu {
	background-color: #F3F3F3;
	height: 450px;
}

/* レイアウト
------------------------------------------------------------*/

#mainMenu a {
	font-weight:bold;
	color:#666;
	text-decoration:none;
	font-size: 125%;
	line-height: 2;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}


#mainMenu a:hover {
	color: #600;
	text-decoration: underline;
}

#contentsArea #sideContents #linkMenu {
	height: 400px;
	padding-top: 20px;
}
#linkMenu a    {
	line-height: 2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #060;
	letter-spacing: 0.1em;
	margin-left: 20px;
	text-decoration: none;
}
#linkMenu a:hover {
	color: #090;
	text-decoration: underline;
}

#contentsArea #mainContents {
	float: right;
	width: 640px;
}

#mainContents #imgbox {
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
}

/* 個別レイアウト
------------------------------------------------------------*/
#contentsArea #mainContents #important {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #F00;
	background-color: #F2F2F2;
	padding: 5px;
	width: 90%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tb {
	width: 80%;
	border-collapse:collapse;
	border: 1px solid #600;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#tb th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #FC0;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#tb td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}

#mainContents #box1 {
	margin: 20px;
	width: 90%;
	line-height: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000;
}
#box1 #color-or {
	background-color: #FCBD54;
}

#mainContents #awardTop {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.6;
}
#awardTop #awTop01 {
	font-size: 120%;
	color: #900;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#awardTop #awTop02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

/* テキスト　基本
------------------------------------------------------------*/

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 113%;
	line-height: 1.4;
	padding-left: 45px;
	color: #933;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	background-color: #510000;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 117%;
	font-weight: bold;
	color: #900;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	width: 300px;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	padding-top: 5px;
	padding-left: 30px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContents #news p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

