@charset "utf-8";
/* ----------------------------------------------------------------
Structure= Contents Area
----------------------------------------------------------------- */
.contentsArea {
	margin: 0 auto;
	margin-bottom:50px;
	width: 960px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.contentsArea {
		width: auto;
	}
}

.contentsArea h1{
	text-align:center;
}


.mainImgInner {
	width: 715px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.mainImgInner {
		width: auto;
	}
}

.mainSideWrapper {
	width: auto;
	color: #fff;
}

@media only screen and (min-width : 767px) {
	.mainSideWrapper {
		margin-left: -85px;
		width: 245px;
	}
}

.mainSideWrapper a {
	display: block;
}

.mainSideWrapper h2 {
	margin: 0 0 0 0;
	font-size: 14pt;
	font-weight:normal;
}

.mainSideWrapper p {;
	margin: 0 0 0 0;
	font-size: 12pt;
}

.mainSideWrapper img {
	//margin: -12px 0 0 0;
	margin: auto;
	padding: 5px 0 5px 0;
}

.mainSideWrapper a {
	color: #fff;
	text-decoration: none;
}

.mainSide1 {
	padding: 10px 10px 0 10px;
	height: 100px;
	background-color: #8c8c8c;
	font-size: 1em;
	overflow:hidden;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.mainSide1 {
		width: auto;
		height: auto;
	}
}

a .mainSide1:hover {
	opacity: 0.5;
}

.mainSide2 {
	padding: 10px 10px 0 10px;
	height: 100px;
	background-color: #aaa;
	font-size: 1em;
	overflow:hidden;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.mainSide2 {
		width: auto;
		height: auto;
	}
}

a .mainSide2:hover {
	opacity: 0.75;
}

.mainSide3 {
	padding: 10px 10px 0 10px;
	height: 100px;
	background-color: #595959;
	font-size: 1em;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.mainSide3 {
		width: auto;
		height: auto;
	}
}

a .mainSide3:hover {
	opacity: 0.75;
}

.mainSideText1 {
	margin: 0 0 10px 0;
	font-weight:bold;
}

.mainSideText2{
display: table-cell;
height: 35px;
vertical-align: middle;
	font-size:.857em;

}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.mainSideText2 {
		height: 25px;
	}
}
/*------------------------------------------

1. margin (margin-top/margin-right/margin-bottom/margin-left)
2. padding (padding-top/padding-right/padding-bottom/padding-left)
3. border-width (border-top-width/border-right-width/border-bottom-width/border-left-width)
4. border-color (border-top-color/border-right-color/border-bottom-color/border-left-color)
5. border-style (border-top-style/border-right-style/border-bottom-style/border-left-style)
6. border (border-top/border-bottom/border-right/border-left)
7. display
8. position
9. top
10. right
11. bottom
12. left
13. float
14. clear
15. z-index
16. width (min-width/max-width)
17. height (min-height/max-height)
18. line-height
19. vertical-align
20. overflow
21. clip
22. visibility
23. list-style (list-style-type/list-style-image/list-style-position)
24. color
25. background (background-color/background-image/background-repeat/backgroundattachment/
background-position)
26. font (font-family/font-style/font-variant/font-weight/font-size)
27. text-indent
28. text-align
29. text-decoration
30. letter-spacing
31. word-spacing
32. white-space
-----------------*/