* {
	margin : 0;
	padding : 0;
}

.red {
	color					: #red;
}

.green {
	color					: #22b685;
}

span.cl {
	display : block;
	clear : both;
	height : 1px;
	overflow : hidden;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}
.imLeft {
	float : left;
	padding-right : 5px;
}
.imRight {
	float : right;
	padding-left : 5px;
}
a img {
	border : 0;
}
body {
	background : url(../images/main_bg.jpg) repeat-x;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#wrapper {
	width : 950px;
	margin : 0 auto;
}
/* header */

#header {
	height : 85px;
}
#header #logo {
	width : 245px;
	padding-top : 32px;
	float : left;
}
#header table {
	width: 600px;
	float : right;
	margin-top : 40px;
}
#header table td {
	padding-left : 15px;
	font-size : 75%;
}
#header table td a {
	text-decoration : none;
	padding-left : 10px;
	padding-right : 12px;
	color : #666;
	background : url(../images/icon_head_link.jpg) no-repeat right 2px;
}
/* gloNavi */
#gloNavi {
	clear			: both;
}
#gloNavi li {
	list-style : none;
	float : left;
}
#gloNavi .memberEnglish {
	text-align : center;
	padding-top : 10px;
}
#gloNavi .memberEnglish a {
	padding-right : 20px;
}
/* contents */

#contents {
	clear:both;
	background : url(../images/2nd_bg.jpg) repeat-x;
	padding : 10px;
}
#contents .catch {
	height : 25px;
	font-size : 75%;
	color : #fff;
}
#contents .catch a {
	text-decoration : none;
	color : #fff;
}


/* main */

#main {
	width : 650px;
	float : left;
}
#main h1 {
	background : url(../images/2nd_h1.jpg) no-repeat;
	font-size : 120%;
	color : #fff;
	padding : 3px 10px;
}
#main .mainContent {
	width : 640px;
	background : #fff;
	margin : 10px auto;
}

.contentTxt {
	padding : 0 10px 10px 10px;
}
.mainContent h2 {
	clear:both;
	color : #15534A;
	font-size : 100%;
	margin : 15px 0 10px 0;
}
.mainContent h3 {
	clear:both;
	color : #666;
	font-size : 85%;
	margin : 15px 0 10px 0;
}
.contentTxt p {
	font-size : 80%;
	line-height : 150%;
	color : #666;
}
.contentTxt p .sm {
	font-size : 70%;
	line-height : 100%;
}

.contentTxt table {
	font-size:80%;
	color:#666;
	width:620px;
	background:#ddd;
	padding:2px;
	margin:5px 0;
}
.contentTxt tr td {
	background:#fff;
	padding:3px;
}
.contentTxt dl{
	margin-bottom:15px;
	font-size:80%;
	color:#666;
}

div.photoL dl{
	float:left
	}
div.photoL img {
	padding:10px 10px 2px 0;
	}

/* mainSearch */

#mainSearch {
	width : 910px;
	float : left;
	padding: 10px;
	background: #fff;
}

#mainSearch h1 {
	background : url(../images/2nd_h1.jpg) no-repeat;
	font-size : 120%;
	color : #fff;
	padding : 3px 10px;
}

#mainSearch h2 {
	clear:both;
	color : #15534A;
	font-size : 100%;
	margin : 15px 0 10px 0;
}

/* side */

#side {
	width : 268px;
	float : right;
}
#side .sideboxMenu {
	background : #bde6ea;
	padding : 5px;
	margin-bottom : 5px;
}
#side .sidebox {
	background : #EFEFEF;
	padding : 5px;
	margin-bottom : 5px;
}
.sideboxMenu .sideContent {
	padding : 0 0 5px 0;
	background : #fff;
}
.sideBoxMenu img {
	vertical-align : bottom;
}
a.menuLink {
	font-size : 75%;
	border-bottom : 1px dashed #eee;
	display : block;
	padding : 3px 10px;
}
a:hover.menuLink, a.on {
	background : #5c8780;
	color : #fff;
}
.sidebox .sideContent {
	padding : 5px 0;
	background : #fff;
}
.sideContent a {
	text-decoration : none;
	color : #666;
}
.sidebox .sideContent .sideTxt {
	padding : 5px;
	font-size : 75%;
}
.sideTxt a.bgArrow {
	display : block;
	padding : 2px 4px;
	background : url(../images/link_arrow.jpg) no-repeat right top;
}
.sideTxt a:hover.bgArrow {
	color : #fff;
	background : url(../images/link_arrow_on.jpg) no-repeat right top;
}
.sideEvent {
	font-size : 75%;
	border-top : 1px solid #ddd;
	padding : 3px 0;
}
.sideEvent strong {
	color : #5B8680;
}
/* footer */

#footer {
	margin-top : 10px;
	height : 20px;
	background : #8FBFC2;
	padding : 10px;
}
.footerContents {
	width : 950px;
	text-align : right;
	color : #fff;
	font-size : 75%;
	margin : 0 auto;
	background : url(../images/copyright.jpg) no-repeat;
}
.footerContents a {
	color : #fff;
	text-decoration : none;
}


/* 認定制度 */

table.normal {
	margin				: 15px auto;
	background			: #22b685;
}

.normal td , .normal th {
	padding				: 5px;
	font-weight			: normal;
	font-size			: 75%;
}

.normal th {
	background			: #1b9e73;
	color					: #fff;
}

.normal td {
	background			: #fff;
}

.importance {
	border				: 5px solid #ccc;
	width					: 500px;
	padding				: 15px;
	margin				: 15px auto;
}

.downloadArea { padding:10px 0; border-bottom:1px dashed #ccc; }
.downloadArea dl { width:400px; float:left; }
.downloadArea dt { height:19px; font-size:16px; font-weight:bold; padding-left:25px; padding-top:2px; }
.downloadArea dd { font-size:12px; padding-left:25px; margin-top:10px; line-height:1.5em; }
.downloadArea dt.no1 { background:url(../about/images/icon_circle1.gif) center left no-repeat; }
.downloadArea dt.no2 { background:url(../about/images/icon_circle2.gif) center left no-repeat; }
.downloadArea dt.no3 { background:url(../about/images/icon_circle3.gif) center left no-repeat; }
.downloadArea dt.no4 { background:url(../about/images/icon_circle4.gif) center left no-repeat; }
.downloadArea dt.no5 { background:url(../about/images/icon_circle5.gif) center left no-repeat; }
.downloadArea dt.no6 { background:url(../about/images/icon_circle6.gif) center left no-repeat; }

.downloadArea .rightArea { width:185px; float:right; }
.downloadArea .rightArea p { height:16px; font-size:12px; padding-left:22px; padding-top:2px; margin-top:3px; }
.downloadArea .rightArea p.icon_pdf { background:url(../about/images/icon_pdf.gif) center left no-repeat; }
.downloadArea .rightArea p.icon_excel { background:url(../about/images/icon_excel.gif) center left no-repeat; }
.downloadArea .rightArea p.icon_word { background:url(../about/images/icon_word.gif) center left no-repeat; }
.downloadArea .rightArea p.cap { font-size:10px; margin-top:5px; padding-left:0; }
