/* -----------------------------------------------------------------------------
common
----------------------------------------------------------------------------- */
body {
	color: #3a3a3a;
	line-height: 20px;
}

img{
   border: none;
}

/* -----------------------------------------------------------------------------
sidenavi
----------------------------------------------------------------------------- */
#sidenavi {
	background: #eff7fa url(images/sidenavi_bg.jpg) left top no-repeat;
}

#mainBox {
	background: #eff7fa url(images/bg_bottom.gif) left bottom no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3{
	text-indent: -9999px;
}

p{
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------------------
conTop
----------------------------------------------------------------------------- */

#conTop {
	background: url(images/top_titlebg.jpg) left top no-repeat;
}

#conTop .textBlock {
	padding: 100px 20px 0 20px;
}

/* -----------------------------------------------------------------------------
conStory
----------------------------------------------------------------------------- */
#conStory {
	background: url(images/story_titlebg.jpg) left top no-repeat;
}

#conStory .textBlock {
	padding: 100px 20px 0 20px;
}