@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
#wrapper {
	width: 700px;
	margin: 5px auto;
	background: #FFFF99;
	color: #000000;
}
#header {
	text-align: center;
	font-size: 9px;
}
#header-menu1 {
	margin: 2px auto;
	background-color: #FFFF99;
	line-height: 20px;
	width: 692px;
	border: solid 1px #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url("/PIE.htc");
}
#header-now {
	color: #cc0033;
}
#header-now-white {
	color: #FFFFFF;
}
/*
#header a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
*/
#footer {
	text-align: center;
}

img {
	border: none;

	/* 画像ドラッグ・選択禁止 */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.fontsmall {
	font-size: 10px;
}
.fontbig {
	font-size: 15px;
}
.font12px {
	font-size: 12px;
}
.back-yellow {
	background-color: #ffff99;
	color: #000000;
	padding: 5px;
}
.back-red {
	background-color: #cc0033;
	color: #FFFFFF;
	padding: 5px;
}
.color-orange {
	color: #ff9900;
}
.color-lightyellow {
	color: #ffffcc;
}
.color-gray {
	color: #EEEEEE;
}
.color-red {
	color: #FF0000;
}
.color-darkred {
	color: #990033;
}
.color-lightblue {
	color: #ccccff;
}
.color-lightpink {
	color: #ffcccc;
}
.space-2gyou {
	position: relative;
	height: 35px;
}
.indent {
	text-indent: 10px;
}
.side-margin {
	margin: 0 20px;
}
.spacer-20px {
	display: inline-block;
	width: 20px;
}
.spacer-100px {
	display: inline-block;
	width: 100px;
}
.font-bold {
	font-weight: bold;
}



/* top 各カテゴリー画像表示用 */
#top-categorybox {
	position: relative;
	width: 700px;
	height: 840px;
}
#top-satsuei {
	position: absolute;
	top: 5px;
	left: 140px;
	width: 206px;
	height: 269px;
	text-align: center;
}
#top-photoretouch {
	position: absolute;
	top: 5px;
	left: 349px;
	width: 214px;
	height: 269px;
	text-align: center;
}
#top-gifanime {
	position: absolute;
	top: 276px;
	left: 175px;
	width: 360px;
	height: 290px;
	text-align: center;
	font-size: 14px;
}
#top-sliderflash {
	position: absolute;
	top: 276px;
	left: 21px;
	width: 150px;
	height: 295px;
	font-size: 11px;
}
#top-tokushu {
	position: absolute;
	top: 276px;
	left: 539px;
	width: 145px;
	height: 65px;
	font-size: 11px;
	line-height: 16px;
}
#top-imageinput {
	position: absolute;
	top: 360px;
	left: 537px;
	width: 148px;
	height: 204px;
	text-align: center;
	font-size: 11px;
}
#top-lifework {
	position: absolute;
	top: 568px;
	left: 160px;
	width: 194px;
	height: 261px;
	text-align: center;
}
#top-seminar {
	position: absolute;
	top: 568px;
	left: 356px;
	width: 192px;
	height: 261px;
	text-align: center;	
}
#top-exhibition {
	position: absolute;
	top: 200px;
	left: 3px;
	font-size: 10px;
	width: 120px;
	height: 14px;
}
#top-cmphoto {
	position: absolute;
	top: 220px;
	left: 80px;
	font-size: 13px;
	width: 60px;
}
#top-photoretouch-side {
	position: absolute;
	top: 40px;
	left: 567px;
	font-size: 13px;
	width: 133px;
}
#top-photoretouch-side p {
	margin-top: 10px;
}
#top-lifework-side {
	position: absolute;
	top: 640px;
	left: 80px;
	font-size: 13px;
	width: 70px;
	height: 70px;
}
#top-lifework-side a {
	display: block;
	margin-top: 10px;
}
#top-seminar-side {
	position: absolute;
	top: 584px;
	left: 550px;
	font-size: 13px;
	width: 155px;
	height: 174px;
}
#top-seminar-side a {
	display: block;
	margin-top: 10px;
}

/* topページ用 */
h1.indexh1 {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}
#top-description {
	margin: 10px 0;
	font-size: 13px;
	color: #660000;
}
#top-description ul {
	padding-left: 20px;
	padding-right: 5px;
}
#top-bottom-menu {
	margin-top: 50px;
	text-align: center;
	font-size: 13px;
}
#top-bottom-menu div {
	margin: 10px 0;
}
#top-bottom-menu a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#top-footer{
	position: relative;
	margin-top: 50px;
	width: 709px;
	height: 205px;
	font-size: 13px;
}
#top-footer-right {
	position: absolute;
	width: 276px;
	height: 37px;
	left: 374px;
	top: 0px;
}
#top-footer-left {
	position: absolute;
	width: 250px;
	height: 80px;
	left: 100px;
}
#top-footer-left h3 {
	font-size: 18px;
	text-indent: 30px;
}
#top-footer-bottom {
	position: absolute;
	width: 400px;
	height: 60px;
	left: 230px;
	top: 100px;
	text-align: center;
}
.copyright {
	color: #999999;
}
#top-last {
	margin: 0 auto;
	font-size: 10px;
	width: 700px;
}
#service-color1 {
	color: #663366;
}
#service-color2 {
	color: #cc9933;
}
#top-download {
	margin: 0 auto;
	width: 600px;
	background: #FFFFFF;
	border: solid 2px #FC0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url("/PIE.htc");
}
