@charset utf-8

/* 
目次
01 CSSの初期化
02 wrap
03 ヘッダー
04 右欄　メインコンテンツ
05 右欄　新着Nucleus部分
06 左欄　ナビゲーション
07 フッター
08 コンテンツ部
09 clear
10 claerfixハック
*/


/* 
01 css初期化 */
*{
}

body {
	margin: 0px;
	padding: 0px;
	font-size:100.05%;
	_font-size:100.05%;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,tr,td,strong,a,address {
 font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,p,strong,span,div,ul,li,a,address{
 color:#333333;
	line-height:1.3;
	font-style:normal;
}

/* 
02 wrap */


#wrap{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/*
03 ヘッダー　*/

#header1{
	background-image: url(../img/header.jpg);
	height: 195px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#header1 h1{
	margin-top: 20px;
	margin-left: 20px;

}
#header2{
	height: 210px;
	width: 760px;
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
}
#header2 h1{
	margin: 0px;
	padding: 0px;
}



/*
04 右欄　メインコンテンツ　*/

#contRight{
	float: right;
	width: 460px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#contRight h2{
	font-size: 0.9em;
	border: 1px solid #B3B3B3;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contRight h3{
	margin-right: 0px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contRight h4{  /*Ajax Nucleus読み込み部分*/
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	margin: 0px;
}
#contRight h5{
	margin-right: 0px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #666699;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#contRight h6{
	margin-right: 0px;
	margin-left: 20px;
	font-size: 0.8em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #828200;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
	margin-top: 10px;
}
#contRight ul{
	margin-left: 40px;
}
#contRight li{
	list-style-type: none;
	font-size: 0.8em;
	line-height: 150%;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../img/bullet01.jpg);

}


#contRight p{
	font-size: 0.8em;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
}
#contRight .tbl01{
	font-size: 0.8em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#contRight .tbl02{
	padding: 0px;
	margin:0px;

}
#contRight .tbl02 td{
	vertical-align: top;
	border: 1px solid #B3B3B3;
}
#contRight .txt01{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	padding: 3px;
}
/*
05 右欄　新着Nucleus部分　*/
#topInfo,#topSales,#topPlanning,#topCm,#topCamera,#topEdit,#topLibrary,#topIt{
	color: #666666;
	margin: 0px;
	font-size: 0.8em;
	line-height: 140%;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topInfo .title,#topSales .title,#topPlanning .title,#topCm .title,#topCamera .title,#topEdit .title,#topLibrary .title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}

#content{
	border: 1px solid #B3B3B3;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.8em;
	line-height: 140%;
	padding: 5px;
	margin-right: 0px;
	margin-left: 15px;
}
#content .title{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
#contRight .itembody {
	margin: 0px;
	padding: 0px;
}
#contRight .itembody img{
	width: 100px;	
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
}

/*
06 左欄　ナビゲーション　*/

#contLeft{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}


#navi {
	text-align: right;
	width: 120px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
}
#navi li {
	margin-bottom: 4px;
	list-style-type: none;
	text-align: right;
}

#navi a {
	display:block;
	text-align:right;
	border: 1px solid #B3B3B3;
	width: 118px;
	vertical-align: middle;
}

#navi a:hover{
	border: 1px solid #B3B3B3;
	background-color: #CEDEFF;
}


/*
07 フッター　*/

#footer{
	clear: both;
	width: 760px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #999999;
}

/*
08 コンテンツ部　*/
.right{ /*右寄せ*/
	text-align: right;
}
.box01{
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.box02 {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 0.8em;
	padding: 8px;
	background-color: #BFD5FF;
}
/*
09 clear */
.clear {
 clear:both;
	height:5px;
}

/*
10 clearfixハック */
.clearfix {/*for IE 5.5-7*/
    zoom:1;
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
