@charset "utf-8";

body {
	color:#424242;
	background-color:#E0E1FF;
	font-family:Helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	margin: 0 auto;
	height: 100%;
	background: -webkit-gradient(
    linear,
    left 50,
    right 50,
    color-stop(0, rgb(211,195,212)),
    color-stop(0.5, rgb(224,225,255)),
    color-stop(1, rgb(211,195,212))
);
	background: -moz-linear-gradient(
    left center,
    rgb(211,195,212) 0%,
    rgb(224,225,255) 50%,
    rgb(211,195,212) 100%
);
}
div#content {
	margin:150px auto;
	width: 470px;
	height: 100%;
	position: relative;
}
h1, h1 a {
	margin-bottom: 10px;
	color: #320057;
	text-shadow: 0 1px 0 #ffddff,0 -1px 0 #000;
	font-family: Courier New, Arial, Sans-Serif;
	letter-spacing: -2px;
	font-size: 30px;
}
#kamekobotop li {
	margin: 5px;
	float: left;
}
#kamekobotop li a {
	display: block;
	width: 105px;
	height: 105px;
	overflow: hidden;
	text-indent: -9999px;
	/* カド丸 */
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	/* 拡大 */
	transition: transform 0.3s ease-in;
	-webkit-transition: -webkit-transform 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-in;
	/* 真ん中を中心に拡大 */
	transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	/* シャドウ */
	box-shadow:5px 5px 8px #ccc;
	-moz-box-shadow:5px 5px 8px #ccc;
	-webkit-box-shadow:5px 5px 8px #ccc;
}
#kamekobotop li a:hover {
	transform:scale(1.02,1.02);
	-webkit-transform:scale(1.02,1.02);
	-moz-transform:scale(1.02,1.02);
	-o-transform:scale(1.02,1.02);
	/* シャドウ */
	box-shadow:6px 6px 8px #ccc;
	-moz-box-shadow:6px 6px 8px #ccc;
	-webkit-box-shadow:6px 6px 8px #ccc;
}
#kamekobotop #link01 a {
	background-image: url(../img/01.gif);
}
#kamekobotop #link02 a {
	background-image: url(../img/02.gif);
}
#kamekobotop #link03 a {
	background-image: url(../img/03.gif);
}
#kamekobotop #link04 a {
	background-image: url(../img/04.gif);
}
#kamekobotop #link05 a {
	background-image: url(../img/05.gif);
}
#kamekobotop #link06 a {
	background-image: url(../img/06.gif);
}
#kamekobotop #link07 a {
	background-image: url(../img/07.gif);
}
#kamekobotop #link08 a {
	background-image: url(../img/08.gif);
}
/* 吹き出し */
#kamekobotop dl {
	display: none;
}
#kamekobotop dl {
	background-color: #fff;
	padding: 1em;
	width: 420px;
	background-image: none;
	position: absolute;
	top: -170px;
	left: 5px;
	border: 3px solid #BF80FF;
	/* カド丸 */
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	/* シャドウ */
	box-shadow:5px 5px 8px #ccc;
	-moz-box-shadow:5px 5px 8px #ccc;
	-webkit-box-shadow:5px 5px 8px #ccc;
}
#kamekobotop dl:before {
border-color: #BF80FF transparent transparent;
    border-style: solid;
    border-width: 20px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -40px;
}
#kamekobotop dl:after {
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
}
#kamekobotop dl#list01:before {
    left: 30px;
}
#kamekobotop dl#list01:after {
    left: 35px;
}
#kamekobotop dl#list02:before {
    left: 140px;
}
#kamekobotop dl#list02:after {
    left: 145px;
}
#kamekobotop dl#list03:before {
    left: 250px;
}
#kamekobotop dl#list03:after {
    left: 255px;
}
#kamekobotop dl#list04:before {
    left: 360px;
}
#kamekobotop dl#list04:after {
    left: 365px;
}
#kamekobotop dl#list05,#kamekobotop dl#list06,#kamekobotop dl#list07 {
	top: 280px;
}
#kamekobotop dl#list05:before,#kamekobotop dl#list06:before,#kamekobotop dl#list07:before {
	border-color: transparent transparent #BF80FF;
    top: -40px;
}
#kamekobotop dl#list05:after,#kamekobotop dl#list06:after,#kamekobotop dl#list07:after {
    border-color: transparent transparent #FFFFFF;
    top: -30px;
}
#kamekobotop dl#list05:before {
    left: 30px;
}
#kamekobotop dl#list05:after {
    left: 35px;
}
#kamekobotop dl#list06:before {
    left: 140px;
}
#kamekobotop dl#list06:after {
    left: 145px;
}
#kamekobotop dl#list07:before {
    left: 250px;
}
#kamekobotop dl#list07:after {
    left: 255px;
}
#kamekobotop dt {
	text-transform:capitalize;
	margin-bottom:5px;
	font-weight:bold;
	color: #320057;
	font-size: 1.2em;
}
address {
	text-transform: capitalize;
	clear: both;
	text-align: right;
	padding-top: 20px;
}

/* about 
-------------------------------------------------------- */
body#about div#content {
	margin:20px auto;
	width: 500px;
	height: 100%;
}
div#inside {
	background-color:#FFFFFF;
	padding: 15px;
	/* シャドウ */
	box-shadow:0 0 8px #999;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;
}
h2{
	font-size:1.8em;
	margin-bottom: 10px;
	}
#about p {
	margin-bottom: 5px;
}
dl {
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top: 20px;
	}
dt{
	text-transform:capitalize;
	margin-bottom:5px;
	font-weight:bold;
}
dd {
	margin-bottom:5px;
}
#list01 {
	background-image: url(../img/01_s.gif);
}
#list02 {
	background-image: url(../img/02_s.gif);
}
#list03 {
	background-image: url(../img/03_s.gif);
}
#list04 {
	background-image: url(../img/04_s.gif);
}
#list05 {
	background-image: url(../img/05_s.gif);
}
#list06 {
	background-image: url(../img/06_s.gif);
}
#list07 {
	background-image: url(../img/07_s.gif);
}
dt span {
	margin-left:20px;
	font-size: 0.9em;
}

/* essay 
-------------------------------------------------------- */
#kamekoboessay p {
	margin-bottom: 10px;
	color: #320057;
	text-shadow: 0 1px 0 #ffddff,0 -1px 0 #000;
	font-family: Courier New, Arial, Sans-Serif;
	letter-spacing: -2px;
	font-size: 20px;
}
#kamekoboessay #content div {
	background-image: url(../img/03.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 105px;
	float: left;
	/* カド丸 */
	border-radius:12px;
	behavior: url(border-radius.htc);//for IE
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	/* シャドウ */
	box-shadow:5px 5px 8px #ccc;
	-moz-box-shadow:5px 5px 8px #ccc;
	-webkit-box-shadow:5px 5px 8px #ccc;
}
#kamekoboessay #content ul {
	margin-left: 120px;
}
#kamekoboessay #content li {
	line-height: 2;
}
a {
	text-decoration:none;
	font-size:1.2em;
	}

a:link, a:visited {
	color:#660099;
	}
a:active, a:hover{
	color:#00CC00;
	}


body#error {
	background: url(../img/errorBG.gif) 50% no-repeat #E0E1FF;
	width: 100%;
}
#error #content {
	background-color:#d8bbe8;
	padding: 1em;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#error p {
	margin-bottom: 1em;
	color: #000;
}
#error address {
	color: #000;
}
