@charset "shift_JIS";
/*
---------------------------------------------------------------------------------
index.css
---------------------------------------------------------------------------------
[ 11月デザインコンペ課題 ]

Author: Momoko Okino
since 06/11/14 -
---------------------------------------------------------------------------------*/

@import "./reset.css";
@import "./common.css";
@import "./commonTwoColumn.css";
@import "./base.css";

/*
▼HEADER
---------------------------------------------------------------------------------*/
h2 {background: url(../images/h2_index2.png);}
/*Mac OFF \*/ * h2 {background: url(../images/h2_index2.jpg);} /**/

/*
▼main
---------------------------------------------------------------------------------*/
div#main {padding-bottom: 0px;}
/*
▼sideNavi
---------------------------------------------------------------------------------*/
div#subNavi h3{background:url(../images/h3_side_results.jpg) no-repeat; width: 232px;}
div#subNavi span{color: #CC0000;}
/*
▼mainContents
---------------------------------------------------------------------------------*/
div#mainContents {
	margin-left: 2px;
	margin-right: 256px;
}

div#catch01, div#catch02, div#catch03 {padding:0px 0px 0px 120px; margin: 10px; }
div#catch01{margin-top: 30px;}
div#catch01{background:url(../images/bgcatch01.jpg) no-repeat; height: 101px; #FFFFFF}
div#catch02{background:url(../images/bgcatch02.jpg) no-repeat; height: 101px; #FFFFFF}
div#catch03{background:url(../images/bgcatch03.jpg) no-repeat; height: 101px; #FFFFFF}

div#catch01 h3, div#catch02 h3, div#catch03 h3 {
	height: 31px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

div#catch01 h3 {background:url(../images/catch_01.jpg) no-repeat; width: 245px;}
div#catch02 h3 {background:url(../images/catch_02.jpg) no-repeat; width: 160px;}
div#catch03 h3 {background:url(../images/catch_03.jpg) no-repeat; width: 230px;}
div#catch01 p, div#catch02 p, div#catch03 p {color:#333333;}
a.goTop {display: none;}

/*---------------------------------------------------------------------------------*/