@charset "euc-jp";

body .indexContents{
color:#474747;
line-height:1.5;
}

/*---------------------------------------*/
.indexContents{
width:655px;
text-align:left;
}

.indexContents ul,
.indexContents li,
.indexContents h1,
.indexContents h2,
.indexContents h3,
.indexContents input,
.indexContents p
{margin:0;padding:0;}
.indexContents ul{list-style:none;}
.indexContents img{border:0;vertical-align:bottom;}

.indexContents h2{
padding-bottom:20px;
}

.indexContents p{
margin-bottom:15px;
}

.indexContents .innner{
margin-left:20px;
width:600px;
overflow:hidden;
}

/*---------------------------------------*/
.blockLeft{
float:left;
}

.blockRight{
float:right;
}

/*---------------------------------------*/
.topFlash{
padding-bottom:20px;
}

/*---------------------------------------*/
.banaArea p{
margin-bottom:20px;
}

/*---------------------------------------*/
.indexSection{
padding-bottom:10px;
}

ul.indexLinks{
width:620px;
}

ul.indexLinks li{
margin:0 20px 20px 0;
width:290px;
float:left;
display:inline;
}
/*---------------------------------------*/
.pckupItem{
padding-bottom:20px;
}

/*---------------------------------------*/
.aboutItem{
width:600px;
}

.aboutItem .blockLeft,
.aboutItem .blockRight
{
padding-bottom:20px;
width:290px;
}

.aboutItem .aboutPhoto{
width:90px;
float:left;
}

.aboutItem h3,
.aboutItem p
{
width:190px;
float:right;
}

.aboutItem h3{
padding-bottom:10px;
}

/*---------------------------------------*/
ul.mediaInfo{
width:620px;
}

ul.mediaInfo li{
margin:0 10px 20px 0;
width:112px;
float:left;
display:inline;
}

ul.mediaInfo li img{
width:112px !important;
}

ul.mediaInfo li span{
display:block;
text-align:center;
}











/*-------------------------------------------*/
/* A */
/*-------------------------------------------*/
.indexContents a:link,
.indexContents a:visited
{
color:#009933;
text-decoration:none;
}
.indexContents a:hover,
.indexContents a:active
{
color:#009933;
text-decoration:underline;
}

/*-------------------------------------------*/
.indexContents a:hover img{
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
