@charset "UTF-8";


/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#cds{display: none;}

/* ####################################

                      リンク
                          
####################################### */

a:link {
 color: #666666;
}

a:visited {
  color: #666666;
}

a:active {
 color: #ff9900;
}

a:hover {
 text-decoration: none;
 color: #3399ff;
}

a {
 text-decoration: none;
}



/* ####################################

                      レイアウト
                          
####################################### */
br {
　letter-spacing: 0pt;
}

img {
　border: 0px none;
}

ul {
　list-style-type: none;
　margin: 0;
　padding: 0;
}



body{
 color: #666666;
 font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
 padding: 0;
 margin: 0;
 background-color: #99CCCC;
}  
	
#wrap {
 height: 600px;
 width: 750px;
 margin:20px auto;
 background-color: #ffffff;
 } 
 
#inner {
 height: 550px;
 margin:0;
 background:url(../images/common/sidebarlogo.jpg) 40px 20px no-repeat;
 } 

#caption {
 height: 30px;
 position: relative;
 top: 70px;
 margin: 0 50px;
 padding-top: 6px;
 text-align: right;
 letter-spacing: 3px;
 font-size: 18px;
 color: #333333;
 border-bottom: solid 1px #cccccc;
 }

#imageWrap {
 width: auto;
 height: 300px;
 margin-left: 50px;
 margin-top: 109px;
 margin-bottom: 30px;
 }
	 
.imagebox {
 width: 300px;
 height: 300px;
 margin-right: 50px;
 float: left;
 }

.closebtn {
 clear: both;
 text-align: center;
 margin-bottom: 30px;
 }



#footer-copyrightbox{
 height: 24px;
 border-top: solid 1px #cccccc;
 margin: 0 50px;
 padding-top: 5px;
 font-size: 12px;
 text-align: center;
 color: #333333;
 }




/* for Firefox
---------------------------------------*/
div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
 









