@charset "UTF-8";

/* CSS Document */


/*-------------------------------------
*
* 基本設定
*-------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #303030;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
}

a:link {
	text-decoration: underline;
	color: #0c3575;
}

a:visited {
	text-decoration: underline;
	color: #810081;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

img {
	border: none;
}

ul, ol {
	list-style: none outside;
}

div#wrapper {
/*	width: 950px;*/
	margin: 0 auto;
	text-align: left;
}

.imgover {
	cursor: pointer;
}

/*-------------------------------------
*
* カラムレイアウト
*-------------------------------------- */
div#contents {
/*	margin: 5px 0 0;*/
	font: normal normal 80% /1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif !important;
    margin:5px auto;
    width:950px;
}

div#main {
	float: left;
	width: 700px;
	margin-bottom: 30px;
}

div#sub {
	float: right;
	width: 240px;
	margin-bottom: 30px;
}

/*-------------------------------------
*
* パンくず
*-------------------------------------- */
div#topicPath * {
	margin: 0;
	padding: 0;
}

div#topicPath {
	padding: 3px 0 10px;
	font-size: 85%;
	/zoom: 1;
}

div#topicPath ol {
	float: left;
}

div#topicPath li {
	display: inline-block;
	margin-left: 5px;
	padding-right: 18px;
	background:url(../img/rn_topicpath_bg.gif) right center no-repeat;
	/display: inline;
	/zoom: 1;
}

div#topicPath li.act { /* 現在地 */
	padding-right: 0;
	background-image: none;
}

div#topicPath p { /* リード文 */
	float: right;
	color: #666666;
}

div#topicPath h1 {
	float: right;
	color: #606060;
    font-size:13px;
}

/*-------------------------------------
*
* フッター　ノムコムについて
*-------------------------------------- */
div#aboutNomucom {
	clear: both;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	margin: 15px 0 0;
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888888;
}

div#aboutNomucom h4 {
	margin: 0 0 0.25em;
	font-size: 100%;
	font-weight: bold;
}

div#aboutNomucom p {
	margin: 0;
	line-height: 1.2;
	display: inline;
}

div#aboutNomucom .pageToBack {
	float: right;
}

div#aboutNomucom .pageToBack a {
	background: url(/images/rn_common/rn_icon_arrow_08.gif) 0 0.1em no-repeat;
	padding-left: 21px;
	min-height: 18px;
	line-height: 18px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

/*-------------------------------------
*
* セレクトボックス（幅の指定が必要な場合は各cssに記載）
*-------------------------------------- */
/* セレクト部分(dammy) */
a.sctble_display {
	border: none;
	padding-right: 18px;
	background: url(/images/rn_common/rn_jqselect_right.gif) no-repeat right top;
	display: inline-block;
	color: #303030;
	cursor: pointer;
	text-decoration: none;
}

a.sctble_display:hover {
	background-position: right -22px;
	color: #333333;
}

a.sctble_display.sctble_focus {
	color: #333333;
}

a.sctble_focus {
	background-position: right -44px !important;
	outline: none;
}

a.sctble_display span {
	padding-left: 7px;
	height: 22px;
	display: inline-block;
	background: url(/images/rn_common/rn_jqselect_left.gif) no-repeat left top;
	line-height: 21px;
}

a.sctble_display:hover span {
	background-position: left -22px;
}

a.sctble_focus span {
	background-position: left -44px !important;
}

/* プルダウン部分(mat) */
.sctble_mat {
	background: #ffffff;
	border: #e2e9ef solid 1px;
	margin-top: -8px;
	overflow-x: hidden !important;
}

.sctble_mat .body a {
	display: block;
	color: #303030;
	cursor: pointer;
	text-decoration: none;
	padding: 1px 7px;
	border-bottom: #e2e9ef solid 1px;
}

.sctble_mat .body a.last-child {
	border-bottom: none;
}

.sctble_mat .body a:hover {
	color: #333333;
	background: #e2e9ef;
}

.sctble_mat .body a.selected {
	color: #333333;
	font-weight: bold;
}

.sctble_mat .body a:focus {
	outline: none;
}

.autoclear {
	padding-left: 5px !important;
	outline: none;
	border: none;
	font-size: 12px;  /* 0330 edit */
	height: 25px;
	line-height: 25px;
}

.autoclear.default {
	color: #999999;
}

/*-------------------------------------
* clear設定
*-------------------------------------- */

div#aboutNomucom:after  {
	content: "";
	display: block;
	clear: both;
}

div#aboutNomucom {
	zoom: 1;
}

/*-------------------------------------
* 広告枠設定
*-------------------------------------- */

.adPRmod a{
    text-decoration:none !important;
    color: #303030;
}

.adPRmod strong{
    text-decoration:underline;
    color: #0c3575;
    font-weight:bold;
}

.adPRmod strong:hover{
    text-decoration:none;
    color: #ff0000;
}

/*  */
.width950 {
	width: 950px;
    margin: 0 auto 0 auto;
}
