@charset "utf-8";
/************************************************************
	レイアウト
*************************************************************/
body {
	line-height: 1.6;
	/*font-size: 62.5%;*/
	font-size:13px;
	color: #000;
	background-color: #eeeeee;
	background-position: left top;
	-webkit-print-color-adjust: exact;
}

body #wrapper {
	width: 960px;
	margin: 0px auto;
}


/*============================================================
	サイドエリア
============================================================*/
#wrapper #side {
	width:190px;
	padding:20px;
	background-image: url(../img/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	background-color: #FFF;
	float:left;
}
#side #rogo {
	text-align:center;
	margin-bottom:50px;
}

.new{
	background:#BF0524;
	padding:1px 5px 1px 5px !important;
	color:#fff;
	display: inline !important;
	border-radius: 1px;
	margin-left:5px;
}

/*------------------------------------------------------------
	グローバルナビゲーション
------------------------------------------------------------*/
#side #gnavi {
	width:190px;
	margin-bottom:20px;
}
#side #gnavi a:link,
#side #gnavi a:visited {
	color: #000;
	text-decoration:none;
}

#side #gnavi a:hover,
#side #gnavi a:active {
	color: #bf0524;
	text-decoration:none;
}


#gnavi li {
	background-image: url(../img/line_dot1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight:bold;
	font-size:14px;
}
#gnavi li a,
#gnavi li span {
	display:block;
	padding:10px 0px 10px 0px;
}
/*-- subメニューレベル01 --*/
#gnavi li ul.sublv01 {
	width:190px;
}
#gnavi li ul.sublv01 li {
	padding-left:10px;
	background-image: url(../img/chip_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight:normal;
	font-size:13px;
}
#gnavi li ul.sublv01 li a {
	display:block;
	padding:0px 0px 10px 0px;
}
/*-- subメニューレベル02 --*/
#gnavi li ul.sublv02 {
	margin-bottom:10px;
}
#gnavi li ul.sublv02 li {
	padding-left:0px;
	margin-left:15px;
	background-image: none;
	font-weight:normal;
	font-size:13px;
	list-style-type: disc;
}
#gnavi li ul.sublv02 li a {
	display:block;
	padding:0;
}
/*-- subメニューレベル03 --*/
#gnavi li ul.sublv03 {
	margin-bottom:10px;
}
#gnavi li ul.sublv03 li {
	padding-left:0px;
	margin-left:35px;
	background-image: none;
	font-weight:normal;
	font-size:12px;
	list-style-type: disc;
}
#gnavi li ul.sublv03 li a {
	display:block;
	padding:0;
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#side #contact {
	margin-bottom:20px;
}

/*============================================================
	コンテンツエリア
============================================================*/
#wrapper #main {
	float:right;
	width:710px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#main #header {
	position:relative;
	width:100%;
	height:100px;
}
#header h1 {
	color:#bf0524;
	font-size:15px;
	font-weight:bold;
	position: absolute;
	top: 15px;
	left: 10px;
}
#header .cap {
	position:absolute;
	top: 40px;
	left:10px;
	font-size:11px;
}
/*-- サブナビゲーション --*/
#header #snav {
	text-align:right;
	position:absolute;
	top: 15px;
	right:0px;
	font-size:12px;
	font-weight:bold;
}
#header #snav li {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bf0524;
	padding-left: 10px;
	padding-right: 10px;
}
#header #snav li.last {
	display: inline;
	border-right-style: none;
	padding-left: 10px;
	padding-right: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*-- ロゴ --*/
#header #msys {
	width:230px;
	height:36px;
	position:absolute;
	top: 40px;
	right:0px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#main #contents {
	background-color:#FFF;
	width:680px;
	padding:15px;
	margin-bottom:10px;
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#contents ul#pankuzu {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:12px;
}
#contents ul#pankuzu li {
	display: inline;
}
#contents ul#pankuzu li.next {
	padding-right: 21px;
	background-image: url(../img/pan_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*------------------------------------------------------------
	タイトルなど装飾
------------------------------------------------------------*/
#contents .ttlPage {
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	color:#FFF;
	line-height:1;
	padding:8px 20px 8px 20px;
	background-color: #333;
}
#contents .ttlPage2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	color:#FFF;
	line-height:1;
	padding:6px 20px 6px 20px;
	background-color: #cf1040;
}
#contents .ttlLine01 {
	font-size:15px;
	padding-bottom:5px;
	margin:20px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color:#cc0033;
}
#contents .ttlb01 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
/*-- カテゴリー内メニュー --*/
#contents .categoryMenu {
	padding: 10px 5px 10px 20px;
	margin-bottom: 10px;
	background-color:#F7F7F7;
	overflow:hidden;
}
#contents .categoryMenu li {
	float:left;
	background-image: url(../img/chip_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-right: 8px;
	margin-bottom:5px;
	padding-right: 8px;
	padding-left: 8px;
	font-size:12px;
	width:190px;
}

/*===========================================================
	トップへ戻る
===========================================================*/
#wrapper #gotop {
	width:100%;
	text-align:right;
	clear:both;
	margin-top:10px;
}

/*===========================================================
	フッダー
===========================================================*/
#fooder {
	background-color:#c62842;
}
/*-- リンク --*/
#fooder a:link, #fooder a:visited {
	color: #FFF;
	text-decoration:none;
}

#fooder a:hover, #fooder a:active {
	color: #FFF;
	text-decoration:underline;
}


#fooder #finner {
	width:960px;
	margin:0px auto;
}
#finner #copy {
	font-size:11px;
	text-align:right;
	color:#FFF;
	padding:8px 0px;
}
/*-- サブナビゲーション --*/
#finner #fnavi {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:30px 0px 5px;
}
#finner #fnavi li {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#finner #fnavi li.last {
	display: inline;
	border-right-style: none;
	padding-left: 10px;
	padding-right: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* サイトマップ
---------------------------*/
#contents .sitemapLink01 {
	font-size:15px;
	padding-bottom:5px;
	margin:20px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#contents .sitemapLink02 {
	padding-left:20px;
	background-image:url(../img/chip_arrow05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 18px;
}
#contents .sitemapLink03 {
	padding-left:15px;
	background-image:url(../img/chip_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 38px;
}

#contents .sitemapMenu {
	padding: 10px 5px 10px 20px;
	margin-bottom: 10px;
	overflow:hidden;
	margin-left: 40px;
}
#contents .sitemapMenu li {
	float:left;
	margin-right: 8px;
	margin-bottom:5px;
	padding-right: 8px;
	padding-left: 0px;
	font-size:12px;
	width:125px;
}
