@charset "utf-8";

/*-----------------------------------------------------------------

 PLUXY - Specific of TopPage
 URL: http://pluxy.jp/
 Date: 2009.5.11
 Copyright (C) FONTMODO Co,Ltd. All Rights Reserved.

-----------------------------------------------------------------*/


/*--------------------------------------------------------

  グローバルレイアウト

--------------------------------------------------------*/

body {
	background:#27333a url('../img/bodyBg.jpg') repeat-x top;
}

.allContainer {
	width:100%;
	margin:0 auto;
	background:url('../img/mainBg.jpg') no-repeat center top;
}

.contentsWrap {
	behavior: url('../js/iepngfix.htc');
	width:788px;
	margin:0 auto;
	background:url('../img/contentsBg.png') repeat-y center;
}

.contentsWrap #mainContent {
	width:760px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding-bottom:50px;
}

.contentsWrap .categoryTitle {
	width:410px;
	height:27px;
	margin:0 auto;
	padding:53px 20px 65px 350px;
	text-align:center;
	background:url('../img/categoryBg.jpg') no-repeat center top;
}

#contentsArea {
	width:538px;
	float:right;
	padding:8px 11px 0 0;
}

#bannerArea {
	width:190px;
	padding:8px 0 0 10px;
	float:left;
}


/*--------------------------------------------------------

  グローバルナビゲーション

--------------------------------------------------------*/

#commonHeader {
	text-align:center;
	width:788px;
	height:78px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#commonHeader h1 {
	font-size: 9px;
	font-weight:normal;
	color:#c4c4c4;
	position:absolute;
	top:1px;
	left:19px;
	width:190px;
}



#globalNavigation {
	float:right;
	width:550px;
	height:42px;
	overflow:hidden;
	padding:24px 13px 0 0;
}

#globalNavigation li {
	list-style-type:none;
	float:left;
}

#topText {
	position:absolute;
	top:8px;
	right:10px;
	font-size: 10px;
	font-weight:bold;
	left: 305px;
	width: 462px;
	height: 10px;
}

#topText img {
	vertical-align:middle;
}


/*--------------------------------------------------------

  フッターナビゲーション

--------------------------------------------------------*/

#commonFooter {
	behavior: url('../js/iepngfix.htc');
	clear:both;
	width:788px;
	margin:0 auto;
	padding:3px 14px 30px 14px;
	color:#afb4b7;
	background:#27333a url('../img/FooterBg.png') no-repeat top;
}

#goPageTop {
	text-align:right;
	padding-right:20px;
}
#commonFooter .pluxyTitle {
	font-size:75%;
	color:#FFFFFF;
}
#commonFooter .pluxyTitle strong {
	font-weight:bold;
	font-style:normal;
	font-size:120%;
}

#commonFooter div {
	width:760px;
	margin:0 auto;
}

#commonFooter #sub {
	padding-bottom:10px;
	background:url('../img/bgFooterDivide.gif') bottom no-repeat;
}
#commonFooter #global {
	padding:10px 0;
	background:url('../img/bgFooterDivide.gif') bottom no-repeat;
}

#subNavigation {
	padding-top:10px;
}

#subNavigation li {
	list-style-type:none;
	float:left;
	padding:0 15px 0 18px;
	background:url('../img/icoFooterLink.jpg') left no-repeat;
}

#localNavigationSecond {
	clear:both;
	width:760px;
	padding-bottom:10px;
}

#globalNavigationSecond {
	clear:both;
	float:left;
	width:580px;
}

#localNavigationSecond li,
#globalNavigationSecond li {
	list-style-type:none;
	float:left;
	padding:0 8px;
	border-left:1px solid #afb4b7;
	font-size:75%;
}
#localNavigationSecond li.first,
#globalNavigationSecond li.first {
	border-left:none;
	padding-left:0;
}

address {
	float:right;
	width:170px;
}

#commonFooter a {
	color:#afb4b7;
}



/*--------------------------------------------------------

  コンテンツ領域

--------------------------------------------------------*/


#contentsArea {
	width:552px;
	padding:8px 0 0 0;
}

#contentsArea h2 {
	padding-left:3px;
}

#topMenuSelect {
	width:544px;
	padding-right:6px;
}

#topMenuSelect div {
	width:272px;
}
#topMenuSelect div p {
	height:80px;
	padding:3px 10px 0 10px;
	line-height:1.5;
}

#topMenuSelect .left {
	float:left;
}
#topMenuSelect .right {
	float:right;
}

dl#news {
	width:538px;
	margin:0 9px 0 3px;
	background:url('../img/bgDotLine.gif') repeat-x bottom;
}

#news dt,
#news dd {
	background:url('../img/bgDotLine.gif') repeat-x top;
	padding:6px 0;
}

dl#news .first {
	background-image:none;
}

#news dt {
	float:left;
	width:80px;
	_width: 81px;
	float:left;
	clear:both;
}

#news dd {
	_position:relative;
	_left:-3px;
	_height:0%;
	_width:449px;
	margin-left:81px;
	padding-left:5px;
}

#news dd ul,
#news dd ol {
	margin-left:1.6em;
}

#news dd ul li {
	list-style-type: disc;
}

#news dd .point {
	color: #B60D1E;
}

