@charset "utf-8";

body{
	background: url(../../share/img/bg.gif) repeat-y top center;
}

.sample {
    width:250px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
	background-color:#ff4500;
    border:1px solid #333;
	border-radius:10px;
	box-shadow:2px 2px #d2691e;
	text-shadow:1px 1px #555;

}


div#wrapper{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 10px 0;
	line-height: 1.8;
}

div#leftContents{
	width: 200px;
	float: left;
}

div#mainContents{
	width: 700px;
	display: inline;
	float: right;
}

div#leftContents h1{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

div#leftContents ul#gNavi{
	border: 1px solid #ccc;
	border-radius: 7px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	margin-bottom: 30px;
}

div#leftContents ul#gNavi li{
	border-top: 1px solid #afc;
	border-bottom: 1px solid #afc;
	border-right: 1px solid #afc;
	border-left: 1px solid #afc;
	text-align: center;
	margin-bottom: 0;
}

div#leftContents ul#gNavi li img{
	vertical-align: bottom;
}

div#leftContents ul#gNavi li a{
	font-size: 20px;
	color: #afc;
	text-shadow: 1px 1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
 	padding: 14px 0;
}

div#leftContents ul#gNavi li a:hover{
	background: #fbec35;
}

div#leftContents ul#gNavi li.firstItem{
	border: none;
	padding-top: 0;
	border-bottom: 1px solid #fff;
}


div#leftContents ul.bannerSet{}
div#leftContents ul.bannerSet li{
	display: block;
	margin-bottom: 8px;
}

div#outlineBox ul#gNavi p{
	font-size: 15px;
	color: #fff;
    text-shadow: 1px 1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000;

}

div#outlineBox ul#gNavi font{
	font-size: 22px;
	color: #ffff00;
    text-shadow: 1px 1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000;

}


div#footer{
	clear: both;
	color: #333;
	margin-top: 45px;
	padding: 30px 0;
	border-top: 1px solid #efefef;
}
div#footer p#copyright{
	padding: 8px 0;
	text-align: center;
}

background-image: url('img/cast.jpg');
background-size: repeat;

<style type="text/css">
 #my_body {
 width : 400px ;
 }

 #header {
 width : 100% ;
 background-color: #ff8c00;
 }

 #left {
 width: 270px;
 float: left;
 background-color: #dcdcdc;
 }

 #right {
 width: 390px;
 float: left;
 background-color: #dcdcdc;
 }

 #footer {
 width : 100% ;

 clear: both;
 }

 </style>

