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