@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 860px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../../../img/ap-kabe3.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}


.header {
	background-image: url(../../../img/kabe_head_860x90.gif);
	background-repeat: no-repeat;
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	font-size: 14px;
}
.content {
	width: 680px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

}


.content ul, .content ol { padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	width: 145px;
	margin-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9A9C;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A9C;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 125px;
	text-decoration: none;
	background-color: #FEC3B4;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-color: #FF9A9C;
}


/* ~~ ヘッダーメニュ ~~ */
.container .header #headmenu ul li {
	font-size: 13px;
	background-color: #FFC;
	text-align: center;
	float: left;
	height: 20px;
	width: 118px;
	margin-right: 1px;
	margin-left: 0px;
	border: 1px solid #333;
	list-style-type: none;
}

.container .header #headmenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 50px;
}
.container .header #headmenu a {
	display: block;
	width: 118px;
	height: 20px;
	color: #000;
	text-decoration: none;
}
.container .header #headmenu a:hover {
	color: #000;
	background-color:#FDD
}


/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-image: url(../../../img/ap-kabe1_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #333;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



em {
	font-weight: bold;
	color: #F00;
	font-style: normal;
}
.container .header p {
	margin: 0px;
	padding: 0px;
}
.container .content form fieldset {
	background-color: #EFF0DB;
	padding: 10px;
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #666;
}

.container .footer hr {
	padding: 0px;
	width: 100%;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666;
}

.container .footer #footerleft {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.container .footer #fottermain {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 710px;
	float: right;
}

.container .footer #clear { clear: both; }

/* avatarArea
-------------------------- */
#avatar {
    margin: 0 0;
    width: 100%;
    text-align: left;
    position: relative;
}
 
#avatar ul {
    width: 100%;
}
 
#avatar ul li {
    margin: 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    display: inline;
}
 
#avatar ul li img {
    -webkit-transform:scale(1);
    position: absolute;
    opacity: 1.0;
    z-index: 10;
}
 
 
/* ClearFixElements
-------------------------- */
#avatar ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
 
/* CSS3 HoverAnimation
-------------------------- */
@-webkit-keyframes hoverSpread {
    0% {-webkit-transform:scale(1);opacity: 1.0;}
    100% {-webkit-transform:scale(3.0);opacity: 1;}
}
 
#avatar ul li img:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(3.0);
    -webkit-box-shadow: 0 0 10px #000;
    opacity: 1;
    z-index: 20;
}