@charset "UTF-8";
/* CSS Document */
/* マージンを消す▼ */
*{
	margin: 0px
	padding: 0px;
}
body {
	background-color: #999999;
	border-top: 5px solid #CC0000;
	color: #333333;
	font-family: "メイリオ",Verdana,Helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0;
	padding-right: 5;
}
#top {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 980px;
}
#header h1 a {
    color: #333333;
}
#header h1 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 70px;
    margin: 0;
    padding: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
/* メニュー */
#menu {
	box-shadow: 1px 1px 1px 1px rgba(60,60,60,0.2);
	background: url("images/bg_menu.gif") repeat-x scroll 0 0 transparent;
	border-bottom: 2px solid #CC0000;
	float: left;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
#menu ul {
	border-right: 1px solid #E5E5E5;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 980px;
}
#menu li {
    color: #999900;
    float: left;
    list-style-type: none;
    text-align: center;
}
#menu li a {
    border-left: 1px solid #7B7B7B;
    color: #FFFFFF;
    display: block;
    line-height: 45px;
    text-decoration: none;
    width: 162px;
}
#menu li a.menu00 {
	color: #FFFFFF;
    text-decoration: none;
}
#menu li a:hover {
	color: #FFFFFF;
	background: url("images/bg_menu_on.gif") repeat-x scroll 0 0 transparent;
}
/* メイン写真 */
#photo {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 5px 5px 5px 5px;
	height: 600px;
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 60px;
	background-image: url(images/topphoto980600.jpg);
}
/* お知らせ */
#info {
	background-color: rgba(159,145,145,0.2);
	border-radius: 5px 5px 5px 5px;
	height: 70px;
	width: 900px;
	margin-top: -90px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}
#info .infomoji p {
	color: #EAEAEA;
}
div.infomoji {
	width: 880px;
	height: 65px;
	overflow-y: scroll;
	margin-left:10px;
	margin-right:auto;
}
/* コンテンツ */
#contents {
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
}
#contents .cont0 {
	float: left;
	margin-left:auto;
	margin-right:3px;
}
#contentsbox {
	width: 980px;
	display:table-cell;
	line-height:0;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#contentsbox-inner {
	margin: 0 -5px 0 0;
	background-color: #FFFFFF;
	/zoom: 1;/* for IE6,7 */
}
#contentsbox #contentsbox-inner div {
box-shadow: 1px 1px 1px 1px rgba(60,60,60,0.1);
	background: url("images/bg_menu2.gif") repeat-x scroll 0 0 transparent;
	height: 150px;
	width: 239px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #d3d3d3;
	margin: 0 5px 0 0;
    float: left;
}
/* フッター */
#footer {
	border-radius: 0px 0px 0px 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#footMenu ul {
    margin: 0;
    padding: 0;
}
#footMenu {
	clear: both;
	overflow: hidden;
	width: 978px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footMenu .section {
	width: 120px;
	margin-right: 20px;
	float: left;
	padding: 0;
	color: #FA005E;
}
#footMenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#footMenu .section a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#footMenu .section ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
#footMenu .section a:hover {
	color: #FA005E;
}

#footer #footMenu #footROGO {
	float: left;
	height: 220px;
	width: 200px;
	margin-right: 40px;
	background-image: url(images/sunny_rogo02.png);
}

/* コピーライト */
.copyright {
	clear: both;
	font-size: 11px;
	font-style: normal;
	padding: 20px 0 3px;
	text-align: center;
}
.copyright a {
font-size: 10px;
	color: #5A5A5A;
	text-decoration: none;
}
	
.copyright a:hover {
	color: #FA005E;
}
.copyright2 {
	clear: both;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.copyright2 a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
	
.copyright2 a:hover {
	color: #FA005E;
}
/* PHOTO CILIP */
#photo2 {
box-shadow: 1px 1px 1px 1px rgba(60,60,60,0.1);
	border: 1px solid #d3d3d3;
	height: 1500px;
	width: 978px;
	background-color: #FFFFFF;
	margin-top: 60px;
	background-image: url(images/gayo_b.jpg);
}
#photobox {
	border-radius: 5px 5px 0px 0px;
	height: 150px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 10px;
}
#photobox p {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 30pt;
	font-weight: bolder;
	text-indent: 10px;
	color: #FFFFFF;
}
/* PHOTO CILIPコンテンツ */
#contents2 {
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
}
#contents2 .cont0 {
	float: left;
	margin-left:auto;
	margin-right:3px;
}
#contentsbox2 {
	width: 980px;
	display:table-cell;
	line-height:0;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#contentsbox-inner2 {
	margin: 0 -5px 0 0;
	background-color: #FFFFFF;
	/zoom: 1;/* for IE6,7 */
}
#contentsbox2 #contentsbox-inner2 div {
	height: 150px;
	width: 239px;
	border: 1px solid #d3d3d3;
	margin: 0 5px 0 0;
    float: left;
}
#hk #top #photo2 #photobox002 {
	background-color: #999999;
	height: 300px;
	width: 978px;
}

/* PHOTO CILIPお知らせ */
#info2 {
	background-color: rgba(159,145,145,0.2);
	border-radius: 5px 5px 5px 5px;
	height: 70px;
	width: 900px;
	margin-top: -90px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}
#info2 .infomoji p {
	color: #EAEAEA;
}
div.infomoji {
	width: 880px;
	height: 65px;
	overflow-y: scroll;
	margin-left:10px;
	margin-right:auto;
}
#hk {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

/* OTHERメイン */
#other_p {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 5px 5px 5px 5px;
	height: 600px;
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 60px;
	background-image: url(images/sunny_shingo.jpg);
}
/* OTHERお知らせ */
#other_info {
	background-color: rgba(159,145,145,0.2);
	border-radius: 5px 5px 5px 5px;
	height: 70px;
	width: 900px;
	margin-top: -90px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}
#other_info .other_infomoji p {
	color: #EAEAEA;
}
div .other_infomoji {
	width: 880px;
	height: 65px;
	overflow-y: scroll;
	margin-left:10px;
	margin-right:auto;
}