/* 共通 */
body {
	font-family:"Times", "New York", "Georgia", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Heisei Mincho", "平成明朝", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-family:"Verdana", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#666;
	background-color:#fff;
	background-image:url(../images/document_bg.gif);
	background-repeat:repeat-x;
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
}

body, table {
	font-size:small;
	line-height:125%;
}

p, dd, li {
	font-size:small;
	line-height:150%;
}

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

ul, ol {
	margin-left:1.5em;
	padding-left:0;
}

address {
	font-style:normal;
}

hr {
	display:none;
}

/* 入力エリア for Mac */
input, textarea, select, option {
	font-family:Osaka;
}

/* 部品 */
.clsPageA, .clsClear, .clsClearLeft, .clsClearRight {
	font-size:1px;
	line-height:1px;
	height:1px;
	position:relative;
	top:-1px;
}

.clsClear {
	clear:left;
	clear:right;
	clear:both;
}

.clsClearLeft {
	clear:left;
}

.clsClearRight {
	clear:right;
}

.clsHidden {
	display:none;
}

.clsIconL {
	margin-right:4px;
	vertical-align:middle;
}

.clsIconR {
	margin-left:4px;
	vertical-align:middle;
}

ul.clsMenu {
	margin:0;
	padding-left:0;
	list-style:none;
}

p.clsNavi {
	display:none;
}

.clsAlt {
	display:none;
}

/* 部品：ボーダー */
.clsBorder {
	background-repeat:repeat-y;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 1px;
}

.clsBorderTop {
	background-repeat:no-repeat;
	padding-top:1px;
}

.clsBorderBottom {
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:1px;
}

/* 共通：アンカー */
a {
	color:#cc9900;
}

a:active, a:visited:active {
	color:#333300;
}

a:visited {
	color:#666600;
}

a:hover {
	color:#cc6600;
	text-decoration:none;
}

/* コンテナ */
#idsContainer {
	width:762px;
	background-color:#ccc;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	text-align:left;
}

#idsContainerBody {
	background-color:#fff;
	margin:0 1px;
}

/* ヘッダー */
#idsHeader .clsLeft, #idsFooter .clsLeft {
	float:left;
	width:568px;
}

#idsHeader .clsLeftL, #idsFooter .clsLeftL {
	float:left;
	width:280px;
}

#idsHeader .clsLeftR, #idsFooter .clsLeftR {
	float:right;
	width:288px;
}

#idsHeader .clsRight, #idsFooter .clsRight {
	float:right;
	width:192px;
}

#idsHeader .clsLeft p.clsLogo {
	margin:16px 8px;
	margin-bottom:22px;
}

#idsHeader .clsLeft p.clsTitle {
	font-size:x-small;
	line-height:125%;
	margin:40px 8px;
	margin-top:44px;
	margin-bottom:0;
}

#idsHeader .clsRight div.clsTEL {
	margin:20px 16px;
	margin-right:24px;
	margin-bottom:0;
}

#idsHeader .clsRight div.clsTEL p {
	margin:0;
}

#idsHeader .clsRight ul.clsMenu {
	margin:0 20px;
	margin-top:8px;
	margin-bottom:0;
}

#idsHeader .clsRight ul.clsMenu li {
	font-size:x-small;
	line-height:125%;
}

/* フッター */
#idsFooter {
	border-top:4px solid #efefef;
	padding:8px 0;
}

#idsFooterBody {
	background:url(../images/footer_bg.gif);
	height:auto !important;
	height:1px;
	overflow:visible;
}

#idsFooter p, #idsFooter address {
	font-size:x-small;
	line-height:125%;
	margin:0;
	padding:4px 8px;
}

#idsFooter .clsLeft p.clsLogo {
	padding-top:0;
}

#idsFooter .clsLeft p.clsLogo a {
	color:#666;
	text-decoration:none;
}

#idsFooter .clsLeft p.clsTEL {
	padding-bottom:0;
}

#idsFooter .clsLeft p.clsTEL strong {
	font-size:small;
	line-height:125%;
}

#idsFooter .clsLeft p.clsTime {
	padding-top:2px;
}

#idsFooter p.clsPageTop {
	padding:0 8px;
}

#idsFooter p.clsPageTop a, p.clsPageUp a {
	display:block;
	text-align:right;
	padding:4px 4px;
	text-decoration:none;
}

#idsFooter p.clsPageTop a:hover, p.clsPageUp a:hover {
	background-color:#fbf9f7;
}

#idsFooter #idsFooterMenu {
	margin-top:8px;
}

#idsFooter address.clsCopyright {
	color:#999;
	font-size:x-small;
	line-height:125%;
	padding-top:16px;
	padding-bottom:0;
}

#idsFooter address.clsCopyright a {
	color:#999;
	text-decoration:none;
}

/* サイトメニュー */
div.clsSiteMenu p {
	display:none;
}

div.clsSiteMenu ul.clsMenu {
	margin-top:8px;
	padding:0 8px;
}

div.clsSiteMenu ul.clsMenu li {
	display:inline;
	font-size:x-small;
	line-height:125%;
	margin-left:4px;
}

div.clsSiteMenu ul.clsMenu li.clsFirst {
	margin-left:0;
}

/* メニュー */
#idsMenu {
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:58px;
}

#idsMenu ul.clsMenu {
	padding:3px 0 2px 1px;
}

#idsMenu ul.clsMenu li {
	float:left;
	height:54px;
	font-size:1px;
	line-height:1px;
}

#idsMenu ul.clsMenu span.clsDelim {
	display:block;
	float:left;
	background-image:url(../images/menu_blank.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:6px;
}

#idsMenu ul.clsMenu li img {
	margin-right:1px;
}

/* タイトル */
#idsTitle {
	color:#856A46;
}

/* コンテンツ */
#idsContents {
	float:left;
	width:568px;
}

#idsSideBar {
	float:right;
	width:192px;
}

.clsContent {
	margin-bottom:16px;
}

.clsContent h2 {
	border-bottom:1px solid #ccc;
	margin:0;
	padding:7px;
}

.clsContent .clsParagraph {
	height:auto !important;
	height:1px;
	overflow:visible;
}

/* ドキュメントタイトル */
.clsDocTitle {
	background-image:url(../images/contents_title_bg.gif);
	background-repeat:no-repeat;
	margin:0;
	padding-top:56px;
	border-bottom:1px solid #ccc;
	height:auto !important;
	height:1px;
	overflow:visible;
}

/* リンク */
ul.clsLink {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

ul.clsLink li {
	float:left;
	font-size:x-small;
	line-height:125%;
	height:24px;
	margin-right:8px;
	margin-bottom:16px;
	overflow:visible;
}

.clsContent div.clsBanner p {
	margin-bottom:8px;
}

.clsContent div.clsBanner ul.clsMenu li {
	font-size:x-small;
	line-height:125%;
	margin-top:8px;
}

/* バナー */
.clsBannerListList {
	margin-top:16px;
}

.clsContent .clsBannerList {
	border:1px solid #efefef;
	padding:8px;
	text-align:center;
}

.clsContent .clsBannerList p.clsImage {
	height:60px;
	margin:0;
}

.clsContent .clsBannerList p.clsImageL {
	height:70px;
	margin:0;
}

.clsContent .clsBannerList p.clsImageS {
	height:31px;
	margin:0;
}

.clsContent .clsBannerList p.clsExcerpts {
	font-size:x-small;
	line-height:125%;
	margin:0;
	margin-top:8px;
}

/* グループバナー */
.clsGroupBanner {
	margin-top:16px;
}

.clsGroupBanner li {
	font-size:1px;
	line-height:1px;
}

.clsGroupBanner .clsContent {
	margin:0 6px;
	text-align:center;
}

.clsGroupBanner h2 {
	display:none;
}
