﻿/*-------------------------------------------------------------------------
 * Builder 共通スタイル　vist410dwt.css;
 * 	Copyright (c) 2012   www.inex.co.jp	
 * (update 2012/09/24 : builder/base/)
 *
 *-------------------------------------------------------------------------*/
@import url('style.css');
@import url('base010.css');
/* Left or  Right menu
@import url(base021.css);  -- Left menu
@import url(base032.css);  -- Right menu
*/
/*-------------------------------------------------------
 		ボディのスタイル 
-------------------------------------------------------- */
body {
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-style: normal;
	font-size: small;
	line-height: 1.4;
	background-color: #fff;
}
#container {
	width: 100%;
	position: relative;
}
/*-------------------------------------------------------
 		マストヘッドのスタイル 
-------------------------------------------------------- */
#masthead {
	position: relative;
}
#masthead img {
	float: left;
}
#masthead h1#title1 {
	position: absolute; 
	top:  30px;
	left: 30px;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	text-shadow: 2px 2px 3px #000000;
}
#masthead p#title2 {
	position: absolute;
	display: block;
	top:  80px;
	left: 40px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	text-shadow: 2px 2px 3px #000000;
}
/*-------------------------------------------------------
 		マストヘッドの追加リボンスタイル 
-------------------------------------------------------- */
#masthead p#headerRibon1{
	position: absolute;
	top: 15px;
	right: 15px;
}
*html #masthead p#headerRibon1{
	behavior: url("../../../user/js/iepngfix.htc");
}

#masthead p#headerRibon2{
	position: absolute;
	top: 170px;
	left: 40px;
}
*html #masthead p#headerRibon2{
	behavior: url("../../../user/js/iepngfix.htc");
}

#masthead p#headerRibon3{
	position: absolute;
	top: 170px;
	left: 240px;
}
*html #masthead p#headerRibon3{
	behavior: url("../../../user/js/iepngfix.htc");
}
#masthead p#headerRibon4{
	position: absolute;
	top: 170px;
	left: 440px;
}
*html #masthead p#headerRibon4{
	behavior: url("../../../user/js/iepngfix.htc");
}
#masthead p#headerRibon5{
	position: absolute;
	top: 170px;
	left: 640px;
}
*html #masthead p#headerRibon5{
	behavior: url("../../../user/js/iepngfix.htc");
}

/*-------------------------------------------------------
		ﾍﾟｰｼﾞスタイル
-------------------------------------------------------- */
#page_contents {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
/*	border-top-color: #CCAA77;
	background-repeat: repeat-y;
*/
}
#column_navi {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 10px;
/*	background-color: #fff;

*/
}
#column_ntop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
/*
*/
}
#column_nmenu {
	margin: 0;
	padding: 10px;
	right: 0px;
}
#column_ndata {
	margin: 0;
	padding: 10px;
	line-height: 1.4;
	right: 0px;
}

#column_main {
	margin: 0;
	padding: 10px;
	background-color: #fff;
	right: 0px;
}
#column_mmenu {
	margin: 0;
	padding: 15px 0 0 0;
	right: 0px;
}
#column_mtop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_mdata {
    font-size: small;
	margin: 0;
	padding: 10px;
	line-height: 1.4;
	right: 0px;
}
#column_mdataimg {
    font-size: small;
	margin: 0;
	padding: 10px;
	line-height: 1.4;
	right: 0px;
	background-image: url('../../vist62/images/bg-star.gif');
	background-repeat: repeat;	
}
/*-------------------------------------------------------
 	ナビゲーションのスタイル3-1
-------------------------------------------------------- */
#navi-guide{
	width: 960px;
	height: 45px;
	background:url("../../../images/navi4-001.jpg") no-repeat;
	text-indent:-9999px;
}
#navi-guide ul{
}
#navi-guide li{
	float: left;
	width: 240px;
	height: 45px;
	list-style-type: none;
}
#navi-guide li a{
	display: block;
	width: 240px;
	height: 45px;
	background:url("../../../images/navi4-001.jpg") no-repeat;
	text-indent:-9999px;
}
#navi-guide li.navi01 a          { background-position:      0 0; }
#navi-guide li.navi02 a          { background-position: -240px 0; }
#navi-guide li.navi03 a          { background-position: -480px 0; }
#navi-guide li.navi04 a          { background-position: -720px 0; }
#navi-guide li.navi01 a:hover    { background-position:      0 -45px; }
#navi-guide li.navi02 a:hover    { background-position: -240px -45px; }
#navi-guide li.navi03 a:hover    { background-position: -480px -45px; }
#navi-guide li.navi04 a:hover    { background-position: -720px -45px; }
/*-------------------------------------------------------
 		ｻﾌﾞナビゲーションのリストスタイル4-2
-------------------------------------------------------- */
/* ｻﾌﾞナビのスタイル */
#sub-menu {
	margin: 20px -20px 0 0;
	float: left;
	width:190px;
	padding:2px;
	border:0px;/*ch1*/
	background:none;/*ch2*/
}
*html #sub-menu{margin: 20px -20px 0 0;}		/*for IE6 hack*/
#sub-menu h4{
	margin: 0 5px 15px 0;
	width: 190px;
	height: 30px;
	line-height: 2.2em;
	font-weight: bold;
	font-size: 14px;
	text-indent: 15px;
	color: #FFFFFF;
	background-color: #0096FF;					/*　青色*/
	box-shadow: 5px 5px 3px #888888;
}
*html #sub-menu h4{margin: 0 -20px 0 0;}		/*for IE6 hack*/
#sub-menu li {
	width: 170px;
	height: 35px;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #446699;
	list-style-type: none;
}
*html #sub-menu li button{margin: 0 -20px 0 0;}	/*for IE6 hack*/
#sub-menu li a {
	display: block;
	color: #446699;
	padding: 10px 0 0 15px;
	border-bottom: 1px solid #DCDCDC;
	background: url('../../vist62/images/arrow-link.gif') no-repeat 0 12px;
}
#sub-menu li a:hover {
	background-image: url('../../vist62/images/arrow-hover.gif');
	color: #FF0000;
}
/*-------------------------------------------------------
 		ｻﾌﾞナビゲーションのリストスタイル4-2(builder確認用）
-------------------------------------------------------- */
/* ｻﾌﾞナビのスタイル */
#sub-menuBu {
	margin: 450px -20px 0 0;
	float: left;
	width:190px;
	padding:2px;
}
*html #sub-menuBu{margin: 450px -20px 0 0;}		/*for IE6 hack*/
#sub-menuBu h4{
	margin: 0 5px 15px 0;
	width: 190px;
	height: 30px;
	line-height: 2.2em;
	font-weight: bold;
	font-size: 14px;
	text-indent: 15px;
	color: #FFFFFF;
	background-color: #0096FF;					/*　青色*/
	box-shadow: 5px 5px 3px #888888;
}
*html #sub-menuBu h4{margin: 0 -20px 0 0;}		/*for IE6 hack*/
#sub-menuBu li {
	width: 170px;
	height: 35px;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #446699;
	list-style-type: none;
}
*html #sub-menuBu li button{margin: 0 -20px 0 0;}	/*for IE6 hack*/
#sub-menuBu li a {
	display: block;
	color: #446699;
	padding: 10px 0 0 15px;
	border-bottom: 1px solid #DCDCDC;
	background: url('../../vist62/images/arrow-link.gif') no-repeat 0 12px;
}
#sub-menuBu li a:hover {
	background-image: url('../../vist62/images/arrow-hover.gif');
	color: #FF0000;
}

/*-------------------------------------------------------
		フッターのスタイル
-------------------------------------------------------- */
#footer {
	background-color:burlywood;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
	color: black;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}






