/* トップページ関係 */
#top_button_zone01{
        width: 100%;
}

.button_02{
        float:right;
        padding-left:0px;
        padding-right:0px;
}

.button_03{
        float:right;
        padding-left:0px;
        padding-right:0px;
}

/* ボディ */
body {
	background: #FFD726 ;
	margin:0;
	padding: 0;
	text-align: center;
}



body#tinymce {
	background: #FFF;
	text-align: left;
}

p {
	padding: 0;
	margin: 0;
}

/* ヘッダー上部 */
div#headerhead {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: #FFD726;
        font-size: 1em;
	text-align: center;
}

div#headerhead h1 {
color:#000000;
font-size:0.8em;
font-weight:normal;
margin:0;
padding-top:2px;
text-indent:5px;
}

/* ヘッダー */
div#header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: transparent url(./images/2-226.gif) no-repeat scroll 0 0;
        background-color: #ffffff;
        background-position: center center;
	text-align: center;
}


h1.logo {
	padding-top: 90px;
	margin: 0 125px;
}

div#header img {
	border: 0;
}

/* メニュー */
div.menu_bar {
	background: transparent url(./images/2-19.jpg) no-repeat scroll 0 0;
        background-repeat: repeat-x;
	width: 100%;
	height: 50px;
}

a.mbar_root:link {
	color: #FFF;
	text-decoration: none;
}

a.mbar_root:visited {
	color: #FFF;
	text-decoration: none;
}

a.mbar_root:hover {
	color: yellow;
}

div.mbar1 {
	clear: both;
	font-size: 0.875em;
	line-height: 49px;
	letter-spacing: 0.075em;
}

a.mbar1:link {
	color: #f5f5f5;
	text-decoration: none;
}

a.mbar1:visited {
	color: #f5f5f5;
	text-decoration: none;
}

a.mbar1:hover {
	color: yellow;
	text-decoration: none;
}

a.mbar1_sel:link {
	color: orange;
	text-decoration: none;
}

a.mbar1_sel:visited {
	color: orange;
	text-decoration: none;
}

a.mbar1_sel:hover {
	color: yellow;
	text-decoration: none;
}

div.mbar2 {
	font-size: 0.75em;
	letter-spacing: 0.075em;
	color: #000;
	background-color: #FFD726;
	line-height: 23px;
}

a.mbar2:link {
	color: #000;
	text-decoration: none;
}

a.mbar2:visited {
	color: #000;
	text-decoration: none;
}

a.mbar2:hover {
	color: #ff0000;
	text-decoration: none;
}

a.mbar2_sel:link {
	color: #010101;
	text-decoration: none;
}

a.mbar2_sel:visited {
	color: #010101;
	text-decoration: none;
}

a.mbar2_sel:hover {
	color: yellow;
	text-decoration: none;
}

div.mbar3 {
	font-size: 0.875em;
	letter-spacing: 0.075em;
	color: #076165;
	padding-top: 5px;
	padding-bottom: 0;
}

a.mbar3:link {
	color: #053235;
	text-decoration: none;
}

a.mbar3:visited {
	color: #053235;
	text-decoration: none;
}

a.mbar3:hover {
	color: blue;
	text-decoration: none;
}

a.mbar3_sel:link {
	color: red;
	text-decoration: none;
}

a.mbar3_sel:visited {
	color: red;
	text-decoration: none;
}

a.mbar3_sel:hover {
	color: blue;
	text-decoration: none;
}

/* ボディ */
div.contents {
	margin: 0 auto;
	background-color: #ffffff;
	width: 950px;
	overflow: hidden;
}

/* 分類パス */
div.catpath {
	margin-right: 18px;
	padding-top: 6px;
	font-size: 0.75em;
	text-align: right;
	letter-spacing: 0.075em;
}

div.catpath a:link {
	color: #076165;
	text-decoration: none;
}

div.catpath a:visited {
	color: #076165;
	text-decoration: none;
}

div.catpath a:hover {
	color: red;
	text-decoration: none;
}

/* メニュー */
div#menu_pane {
	width: 200px;
	float: left;
	margin: 0 0 15px;
	text-align: left;
	background: url("./images/2-3.jpg") repeat-y;
}

div.menu {
	font-size: 0.75em;
	letter-spacing: 0.075em;
        background-color: #E0EEEE;
}

div.dep1 {
	background: url("./images/2-20.gif") no-repeat;
	line-height: 45px;
	text-indent: 27px;
	font-weight: bolder;
	border-bottom: 1px #FFFECE solid;
}

div.dep1 a:link {
	text-decoration: none;
	color: #000000;
}

div.dep1 a:visited {
	text-decoration: none;
	color: #000000;
}

div.dep1 a:hover {
	text-decoration: none;
	color: #ff0000;
}

div.dep2 {
	line-height: 35px;
	font-weight: normal;
	width: 180px;
	margin-left: 20px;
	text-indent: 8px;
	border-bottom: 1px #6699ff dotted;
}

div.dep2 a:link {
	text-decoration: none;
	color: #010101;
}

div.dep2 a:visited {
	text-decoration: none;
	color: #010101;
}

div.dep2 a:hover {
	text-decoration: none;
	color: #ff0000;
}

div.dep3 {
	line-height: 35px;
	font-weight: normal;
	margin-left: 30px;
	text-indent: 8px;
	border-bottom: 1px #FFA930 dotted;
}

div.dep3 a:link {
	text-decoration: none;
	color: #010101;
}

div.dep3 a:visited {
	text-decoration: none;
	color: #010101;
}

div.dep3 a:hover {
	text-decoration: none;
	color: #ff0000;
}

/* インフォメーション */
div.info {
	border: 2px #076165 dotted;
	text-align: left;
	padding: 10px;
	margin: 0 20px 20px;
}


/* トップ記事ペイン */
div.top_article_pane {
	float: left;
	width: 540px;
	background-color: #FFF;
        margin: 0px;
        padding: 0px;
}

div.top_article_pane img {
background-color:#FFFFFF;
}


/* 記事ペイン */
div.article_pane {
	float: left;
	width: 550px;
	background-color: #FFF;
}

div.article_pane img {
background-color:#FFFFFF;
border:1px solid #B4B4B4;
margin:0px;
padding:3px;
}

/* 記事 */
div.article_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #000066;
	text-align: left;
        padding-top: 8px;
        padding-left: 10px;
	padding-bottom: 1px;
	margin: 15px 15px 15px;
	text-indent: 6px;
	width: 510px;
        height: 31px;
        background: url("./images/2-53.gif") no-repeat;
}

.article_title a:link, .article_title a:visited {
	color: #000000;
	text-decoration: none;
}

div.article_title_tips {
	font-size: 0.875em;
	font-weight: normal;
	text-align: left;
	line-height: 2em;
	margin-left: 25px;
}

div.article_text {
	font-size: 0.875em;
	line-height: 1.75;
	margin: 0 30px 15px;
	text-align: left;
	overflow: hidden;
	width: 490px;
}

div.article_footer {
	border-top: 1px #CCC solid;
	padding-top: 3px;
	font-size: 0.75em;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.075em;
	font-family: Tahoma, Geneva, sans-serif;
	clear: both;
}

div.article_product_footer {
	border-top: 1px #CCC solid;
	padding-top: 3px;
	font-size: 1em;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.075em;
	font-family: Tahoma, Geneva, sans-serif;
	clear: both;
}

/* 作品紹介 */
div.production_list {
	float: left;
	width: 170px;
	height: 150px;
	text-align: center;
	margin-left: 10px;
	padding-bottom : 10px;
}

/* 作品紹介 ※新聞・雑誌 */
div.production_list_paper {
	float: left;
	width: 170px;
	height: 170px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-bottom : 4px;
}

div.production_list_paper h3 {
	margin: 0;
}

/* 作品紹介 ※ポスター */
div.production_list_poster {
	float: left;
	width: 170px;
	height: 250px;
	text-align: center;
	margin-left: 10px;
	padding-bottom : 10px;
}

div.production_list_poster img, div.production_list_paper img {
background-color:#333333;
border:1px solid #B4B4B4;
margin:1px;
padding:1px;
}

div.production_list img {
background-color:#333333;
border:1px solid #B4B4B4;
margin:1px;
padding:1px;
}

h3.production_list {
	font-size: 0.75em;
	margin: 3px;
	font-weight: normal;
}

div.production_list a:link, div.production_list a:visited {
	text-decoration: none;
}

/* 会社案内 */
.table_1 {
	line-height: 2;
	font-family: Osaka, "ＭＳ Ｐゴシック";
	letter-spacing: 0.075em;
	font-size: 1em;
}

/* コメント */
div#comment_area {
	font-size: 0.875em;
	margin: 20px;
	text-align: left;
}

div#comment_area h2 {
	font-size: 1.25em;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';*/
	border-bottom: 1px #666 solid;
	color: #666;
}

div.comment_title {
	background-color: #CCC;
	padding: 5px;
	width: 100%;
	margin-top: 20px;
}

div.comment_text {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

div#comment_area table {
	font-size: 1em;
}

div#comment_area input {
	border: 1px #666 solid;
}

div#comment_area textarea {
	border: 1px #666 solid;
	font-size: 1em;
}

#comment {
	margin-top: 10px;
	margin-left: 30px;
}

.preview1 {
	font-size: 0.875em;
	line-height: 175%;
	text-align: left;
	width: 65%;
	padding: 15px;
	border-bottom: 1px #999999 solid;
}

.preview2 {
	font-size: 0.875em;
	line-height: 175%;
	text-align: left;
	width: 65%;
	padding: 8px 15px;
}

.conti {
	color: #8080C0;
	margin: 10px 0px;
}

/* ページ送り */
div.page_feed {
	text-align: center;
	letter-spacing: 0.125em;
　　　　 margin-bottom: 10px;
}

/* バナーペイン */
div.banner_pane {
	float: right;
        text-align: center;
	width: 200px;
        height: 100%;
	margin-bottom: 10px;
	/* background: url("./images/66-10.jpg") repeat-y;*/
}

div.banner_01 img {
background-color:#FFFFFF;
border:1px solid #B4B4B4;
margin:2px;
padding:0px;
}

div.banner_plate {
	background: url("./images/66-9.jpg") no-repeat;
	font-size: 0.5em;
	font-weight: none;
	letter-spacing: 0.075em;
	line-height: 25px;
	text-indent: 15px;
	text-align: center;
	color: #333333;
	border-bottom: 1px #D8FED7 solid;
	text-decoration: none;
}

div.banner_plate a:link {
	text-decoration: none;
	color: #186118;
}

div.banner_plate a:visited {
	text-decoration: none;
	color: #186118;
}

div.banner_plate a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* 文字サイズ変更 */
div.font_size {
	/* background:transparent url(./images/66-9.jpg) no-repeat scroll left top;*/
	/*border-bottom:1px solid #FFF;*/
	height: 35px;
	text-align: center;
	padding-left: 45px;
}

div.font_size_text {
	float: left;
	margin: 17px 4px 0 0;
	font-size:0.75em;
	font-weight:bold;
}

div.font_size img.small {
	margin-top: 12px;
	float: left;
	margin-right: 3px;
}

div.font_size img.default {
	margin-top: 12px;
	float: left;
	margin-right: 3px;
}

div.font_size img.large {
	margin-top: 12px;
	float: left;
}

/* バナー０１ */

div.banner_01 {
	text-align: center;
	text-decoration: none;
　　　   margin: 0px;
}



/* ログイン */
div.login {
	font-size: 0.75em;
	letter-spacing: 0.075em;
	margin: 10px 0 10px 20px;
	text-align: left;
	line-height: 1.75;
	font-weight: bold;
}

div.login img {
	border: 0;
}

/* Googleサイト内検索 */
div.google {
	text-align: left;
	margin: 15px 20px;
	font-size: 0.75em;
}

div.google form {
	margin-top: 15px;
	margin-bottom: 15px;
}

input.textbox {
	font-size: 1em;
	padding:3px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 160px;
}

input.button {
	font-size: 1em;
	letter-spacing: 0.4em;
	padding: 2px 4px;
	margin-left: 104px;
}

/* ＱＲコード */
div.qrcode {
	font-size: 0.75em;
	line-height: 1.5;
	margin: 15px 10px 25px;
	text-align: left;
}

div.qrcode img {
	float: left;
	border: 1px #555 solid;
	margin-right: 10px;
	margin-left: 4px;
}

/* 社名 */
div.nk {
	text-align: center;
	font-size: 0.875em;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

div.nk a:link, div.nk a:visited {
	color: #000;
	text-decoration: none;
}

div.nk a:hover {
	color: #FF0000;
}

/* フッター */
div#footer {
        background: #264C73;
	clear: both;
	padding-top: 12px;
	padding-bottom: 6px;
	margin: 0 auto;
	width: 950px;
        height: 50px;
	font-size: 0.875em;
	color: #FFF;
	letter-spacing: 0.125em;
	font-family: Tahoma, Geneva, sans-serif;
}

div.powered {
	clear: both;
	background: url("./images/59-3.jpg") repeat-x;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	text-align: center;
	line-height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* 画像ズーム lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(./images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(./images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* タブ */
#tabContent {
	background-color: #C0C0C0;
	padding: 2px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  background-color: #E1E1E1;
  text-decoration: underline;
  color:#0000FF;
}
#tabIndex .open {
  background-color: #FFF;
  text-decoration: none;
}

#tabBoxIndex {
	background-color: #FFF;
	padding: 5px 10px 10px;
	clear: both;
}
