@charset "Shift_JIS";
/**********************************************************************
NIKKEI SHINGAKU NAVI : For Declaration of Area [ /p/common_R/css/common/common.css ]

09.01.01
**********************************************************************/

/*---------------------------------------------
 Initialization
---------------------------------------------*/

body,
p, blockquote,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, input, textarea,
pre,
table, th, td,
embed, object,
span{
	margin: 0;
	padding: 0;
	font-size: 100%;
/*	line-height: 100%;*/
}

body{
	background: #ffffff;
}


address, em, cite{ font-style: normal; }
select, input, textarea{ font-size: 12px; }
input{ vertical-align: middle; }

hr{ display: none; }

img{ border: none; }

.clear{ clear: both; }

ul{
	list-style: none;
}
ol.decimal{
	padding-left: 25px;
	list-style: decimal;
}
ul.disc{
	padding-left: 20px;
	list-style: disc;
}


/*---------------------------------------------
 Link
---------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active { color: #4565b2; text-decoration: underline; }

.R-link-pagetop{
	padding-left: 12px;
	background: url(../../images/common/icon_link_pagetop.gif) 0 3px no-repeat;
	font-size: 62%;
}


/*---------------------------------------------
 R-BodyArea
---------------------------------------------*/
#R-BodyArea{
	width: 100%;
	padding-top: 20px;
	background: url(../../images/common/bd_bg.gif) 0 0 repeat-x;
}
#R-BodyArea #R-BodyMain{
	width: 955px;
	margin: 0 auto;
}
.c-contents
{
	width:720px;
	float:left;
}

/*********************************************************************/

/*---------------------------------------------
 R-MainItemArea
---------------------------------------------*/
#R-MainItemArea{
	float: left;
	width: 730px;
}


/*---------------------------------------------
 R-ItemArea01
---------------------------------------------*/
#R-ItemArea01{
	float: right;
	width: 210px;
}


/*---------------------------------------------
 R-SubNaviArea
---------------------------------------------*/
#R-SubNaviArea{
	width: 955px;
	margin: 0 auto 10px auto;
	text-align: center;
}

#R-SubNaviArea p{
	text-align: right;
	margin-bottom: 25px;
}

/*---------------------------------------------
 Other
---------------------------------------------*/
.R-note{
	color: #cc0000;
}

/*********************************************************************/


