/* 共通 */
html {
	overflow-y:scroll;
}

body {
	color:#454545;
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
}

body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

html:\66irst-child body {
	font-family:"MS PMincho", "Hiragino Mincho Pro", serif;
	font-family:"Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
}

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.25em;
}

address {
	font-style:normal;
}

hr {
	display:none;
}

sup {
	font-size:smaller;
}

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

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

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

.clsClearL {
	clear:left;
}

.clsClearR {
	clear:right;
}

.clsHidden {
	display:none;
}

.clsIcon {
	vertical-align:middle;
}

.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;
}

a.clsZoom {
	cursor:url(../img/cursor_zoom.cur), pointer;
}

h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin:16px 0;
}

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

a:visited {
	color:#7F5203;
}

a:active {
	color:#402902;
}

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

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.clsLogo a:hover img {
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}

/* 共通：特殊アンカー */
h2.clsTitle a {
	display:block;
	color:#454545 !important;
}

.clsImageFrame a, .clsPhotoList a, .clsImageMulti a {
	display:block;
	background:#000;
}

/* コンテナ */
.clsContainer {
	width:936px;
	margin:0 auto;
	text-align:left;
}

/* ヘッダー&フッター */
#idsHeader a, #idsFooter address.clsCopyright a {
	color:#454545;
	text-decoration:none;
}

#idsHeader a:hover, #idsFooter address.clsCopyright a:hover {
	color:#CC0000;
}

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

#idsHeader .clsRight {
	float:right;
	width:656px;
}

#idsHeader h1.clsLogo, #idsHeader p.clsLogo {
	margin:24px 0;
}

#idsHeader .clsRight ul.clsMenu {
	margin:32px 2px;
	margin-top:36px;
}

#idsHeader .clsRight ul.clsMenu li {
	float:right;
	margin-left:8px;
}

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

#idsHeader .clsRight ul.clsMenu li, .clsFollowLink ul.clsMenu li {
	background:url(../img/bullet_link.gif) left center no-repeat;
	padding-left:16px;
}

/* フッター */
#idsFooter {
	margin-top:24px;
	height:auto !important;
	height:1px;
	overflow:visible;
	min-height:1px;
}

#idsFooter p.clsPageTop {
	margin:0;
}

#idsFooter a.clsPageTop {
	display:block;
	background:url(../img/footer_pagetop.gif) no-repeat;
	width:936px;
	height:25px;
}

#idsFooter a.clsPageTop:hover {
	background-image:url(../img/footer_pagetop_over.gif);
}

#idsFooter .clsLeft {
	float:left;
	width:736px;
}

#idsFooter .clsRight {
	float:right;
	width:200px;
}

#idsFooter .clsLeft ul.clsMenu {
	margin:16px 0;
	padding:0 2px;
}

#idsFooter .clsLeft ul.clsMenu li {
	float:left;
	margin-right:8px;
	background:url(../img/bullet_delim.gif) left center no-repeat;
	padding-left:8px;
}

#idsFooter .clsLeft ul.clsMenu li.clsFirst {
	background:none;
	padding-left:0;
}

#idsFooter address.clsCopyright {
	font-size:x-small;
	line-height:125%;
	letter-spacing:-0.0625em;
	margin:12px 0;
	padding:0 2px;
}

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

#idsMenu .clsBgT {
	width:966px;
	margin:0 auto;
	padding:8px 0;
	padding-bottom:0;
}

#idsMenu .clsBgB {
	background:url(../img/menu_wing.gif) left top no-repeat;
	height:64px;
	padding-left:15px;
}

#idsMenu .clsBg {
	background:url(../img/menu_wing.gif) right top no-repeat;
	height:64px;
	padding-right:15px;
}

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

#idsMenu ul.clsMenu li.clsSleep {
	display:none;
}

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

#idsMenu ul.clsMenu a {
	display:block;
	background-image-repeat:no-repeat;
	width:154px;
	height:47px;
	margin:0 1px;
}

/* コンテンツ */
#idsContentsAll {
	padding-top:16px;
	height:auto !important;
	height:1px;
	overflow:visible;
	min-height:1px;
}

#idsContents {
	float:left;
	width:720px;
}

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

#idsContents .clsContent {
	margin-bottom:32px;
}

.clsContent h2 {
	font-size:medium;
	line-height:125%;
}

.clsContent h3 {
	font-size:small;
	line-height:125%;
	color:#CC0000;
}

.clsParagraph h3, .clsParagraph p, .clsParagraph ul, .clsBlockList h3.clsLine .clsText {
	padding:0 4px;
}

.clsParagraph p {
	font-size:small;
	line-height:175%;
}

.clsDocTitle {
	background-repeat:no-repeat;
	width:720px;
	height:32px;
	margin:0;
}

/* コンテンツフル */
.clsContentsFull #idsContents {
	float:none;
	width:auto;
	margin:0 8px;
}

/* リスト：リンクリスト */
div.clsLinkList ul.clsMenu {
	margin:0;
}

div.clsLinkList ul.clsMenu li {
	margin-bottom:4px;
}

.clsFollow div.clsLinkList ul.clsMenu {
	border-top:1px solid #efefef;
	padding-top:8px;
	padding-bottom:8px;
}

.clsFollow a {
	text-decoration:none;
}

#idsSideBar div.clsLinkList ul.clsMenu li {
	font-size:x-small;
	line-height:125%;
}

/* リスト：サムネイルリスト */
div.clsThumbList {
	margin:1em 0;
}

div.clsThumbList a {
	text-decoration:none;
	cursor:pointer;
}

div.clsThumbList ul.clsMenu {
	margin-bottom:0;
}

div.clsThumbList ul.clsMenu li {
	float:left;
	width:184px;
	margin-right:5px;
	margin-bottom:8px;
}

div.clsThumbList ul.clsMenu li span.clsTitle {
	display:block;
	font-size:small;
	line-height:125%;
	margin:8px 2px;
	height:2.75em;
	overflow:visible;
}

/* リスト：日付リスト */
div.clsDateList ul.clsList {
	margin-top:0;
	margin-left:0;
	padding-left:0;
	list-style:none;
}

div.clsDateList ul.clsList li {
	border-bottom:1px solid #efefef;
	padding:0 2px;
}

div.clsDateList ul.clsList li dl dt {
	font-size:small;
	line-height:125%;
}

div.clsDateList ul.clsList li dl dd {
	font-size:x-small;
	line-height:150%;
	margin-left:0;
	margin-top:8px;
}

div.clsDateList ul.clsList li dl dd.clsDate {
	font-size:x-small;
	line-height:125%;
}

/* リストボックス */
div.clsListBoxList {
	padding-bottom:8px;
}

div.clsListBox {
	margin-bottom:8px;
}

.clsContent div.clsListBox h3 {
	font-size:small;
	line-height:125%;
	color:#267300;
	border-bottom:1px solid #339900;
	margin:0;
	padding:8px 2px;
	padding-right:0;
}

.clsContent div.clsListBox .clsBody {
	padding:8px 2px;
	padding-bottom:4px;
}

div.clsListBox ul.clsList {
	margin:0;
	padding-left:0;
	list-style:none;
}

div.clsListBox ul.clsList li {
	font-size:small;
	line-height:150%;
	float:left;
	width:100px;
	margin-right:12px;
	margin-bottom:4px;
}

div.clsListBox ul.clsList li.clsLong {
	width:212px;
}

/* お問い合わせ */
.clsContact {
	color:#fff;
	background:#666;
	height:auto !important;
	height:1px;
	overflow:visible;
	min-height:1px;
}

.clsContact .clsBgT {
	background:url(../img/contact_header.gif) center top no-repeat;
	padding-top:24px;
}

.clsContact .clsBgB {
	background:url(../img/contact_footer.gif) center bottom no-repeat;
	padding-bottom:8px;
}

.clsContact .clsTitle {
	display:none;
}

.clsContact .clsBody {
	padding:0 8px;
}

.clsContact dl {
	margin:0;
}

.clsContact dt {
	display:none;
}

.clsContact dd {
	margin-left:0;
	margin-bottom:4px;
}

.clsContact dd.clsTel {
	background:url(../img/contact_tel.gif) no-repeat;
	width:184px;
	height:32px;
	margin-bottom:8px;
}

.clsContact dd.clsAuthor {
	font-size:medium;
	line-height:125%;
}

.clsContact dd.clsAddress, .clsContact dd.clsFax {
	font-size:x-small;
	line-height:125%;
}

.clsContact p {
	margin:12px 0;
}

.clsContact ul.clsMenu {
	margin:0;
}

.clsContact ul.clsMenu li {
	font-size:x-small;
	line-height:125%;
	background:url(../img/bullet_contact.gif) left center no-repeat;
	padding-left:14px;
	margin-bottom:4px;
}

.clsContact a {
	color:#fff;
	text-decoration:none;
}

.clsContact a:link, .clsContact a:visited {
	color:#fff;
}

.clsContact a:hover {
	text-decoration:underline;
}

/* サムネイル */
div.clsContent span.clsThumb {
	display:block;
/*
	background:url(../images/ins_thumb_bg.gif) no-repeat;
*/
	width:182px;
	height:140px;
}

div.clsContent span.clsThumb img {
	margin-left:6px;
	margin-top:6px;
}

/* ページ内メニュー */
div.clsContent p.clsPageUp {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin-top:16px;
}

div.clsContent div.clsPageMenu {
	border-top:1px solid #ccc;
	border-bottom:1px solid #efefef;
	padding:12px 0;
	padding-bottom:8px;
}

div.clsContent div.clsPageMenu a {
	text-decoration:none;
}

/* リンクバナー */
.clsLinkBanner {
	margin-top:16px;
	margin-bottom:0;
}

.clsLinkBanner ul.clsMenu li {
	margin-bottom:8px;
}

.clsLinkBanner img {
	display:block;
}

.clsLinkBanner img {
	display:block;
}
