@charset "UTF-8";

/*
===============================================================================
| 			STYLE
===============================================================================
*/


/*----------------------------------------------------------------------
/			common 
/----------------------------------------------------------------------*/
div.railImage{
	background:url(/style/images/line_bg.gif) repeat-x 0 0;
}
div.railImage#topPage{
	background:url(/style/images/line_bg.gif) repeat-x 0 0;
}
div.contents h2.copy{
	border:none;
}
div.contents h2{
	color: #346393;
}
div.contents h3{
	color: #346393;
}
div#cornerMenu li a{
	background-image: url(/style/images/arrow_corner_on.gif) ;
}
div#cornerMenu li a:hover,
div#cornerMenu li.on a:hover{
	background-image: url(/style/images/arrow_corner_on.gif) ;
	color: #346393
}
/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
div.bodyMain a{
	color: #346393;
}

/*===============================================================================*/

/*----------------------------------------------------------------------
/			index
/----------------------------------------------------------------------*/
div.contents#index h1{
	padding: 20px 0 15px 0;
}
div.contents#index div.case div.title{
	width: 470px;
	float:right;
}
div.contents#index div.case img.thumb{
	float:left;
	border:1px solid #cccccc;
}

div.contents#index div.case{
	margin-bottom: 30px;
}
div.contents#index div.case h2{
	border:none;
	padding-bottom:0;
	margin:0;
}
div.contents#index div.case p{
	margin:0;
}
