@charset "UTF-8";

/*
common.css
共通パーツ用CSSライブラリ
*/


br.clear_noie, 
div.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

br.clear_all {
	clear: both;
	line-height: 0px;
}

.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}


/*---- 基本レイアウト ----*/


body {
	margin: 0;
	background-color: #FFFFFF;
	color: #555555;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 8pt;
	color: #000000;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

/* header */
#header {
display: none;
}
/* global navigation */
ul#navigation {
display: none;
}

/* 通常ページ breadlist */
#breadlist {
display: none;
}


/* 通常ページ main */
#main {
margin: 0 auto 0 auto;
width: 800px;
}

#main #contentHeader{
margin: 0;
margin-bottom: 12px;
}

#main #contentContainer{
font-size: 100%;
}

#main #content{
margin: 0;
width: 585px;
float: right;
}

/* 通常ページ 左カラムなし */
#main #contentfull	{
	margin:	0;
	width:	800px;
}


/* 通常ページ footer */
#footer {
display: none;
}


/*-------*/
div.headright ul,
div.gopagetop,
div.sideprof table td.proflastrow{
display: none;
}
