@charset:"UTF-8";

/*リセットスタイル*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
line-height:100%;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ul {
list-style:none;
}
ol {
}
caption,th {
text-align:left;
line-height:100%;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}



/*レイアウト*/
#con{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}


#header{
}


#contents{

}

#footer{

}


/*-------------------------------------------------------------------------*/
/*コンテンツ部分*/
/*-------------------------------------------------------------------------*/
#menu{
}


/*-------------------------------------------------------------------------*/
/*フッタ部分*/
/*-------------------------------------------------------------------------*/

#footer{
	padding-top:50px;
}

#footer p{
	margin-top:0px 20px 0px 20px;
	border:1px solid #cccccc;
	text-align:center;
	font-size:10px;
}



/*-------------------------------------------------------------------------*/
/*ぐるぐる部分*/
/*-------------------------------------------------------------------------*/

#gwRoundabout li{
	overflow:hidden;
	width:200px;
	height:150px;
}
#gwRoundabout li img.guruguru{
	width:100%;
	height:100%;
}

#gwRoundabout li p.newsTopic{
	margin:10px;
	font-size:12px;
	line-height:150%;
}

/*RoundAbout*/
   .roundabout-holder { padding: 0; height:400px; }
   .roundabout-moveable-item { 
      height: 150px; 
      width: 200px; 
      cursor: pointer;
      background-color: #fff;
	  border:2px solid #cccccc;
   }
   .roundabout-in-focus { cursor: auto; }

/*-------------------------------------------------------------------------*/
/*ぐるぐるのナビ部分*/
/*-------------------------------------------------------------------------*/

#gwRoundNavi h2{
	text-align:center;
	margin-top:-30px;
	margin-bottom:45px;
}
#gwRoundNavi .naviLeft{
	float:left;
	cursor:pointer;
}
#gwRoundNavi .naviRight{
	float:right;
	cursor:pointer;
}
#gwRoundNavi .naviRound{
	text-align:center;
}

/*-------------------------------------------------------------------------*/
/*その他のスタイル*/
/*-------------------------------------------------------------------------*/
.topOtherTxt{
	margin:45px 5px 10px 5px;
	border-top:1px solid #cccccc;
}
.topOtherTxt p{
	line-height:180%;
	font-size:10px;
}



