﻿/*-------------------------------------------------------------------------
 * motion共通スタイル　motion10dwt.css;
 *  (motion01)
 *-------------------------------------------------------------------------*/
@import url(style.css);
@import url(base031.css);
/* Left or  Right menu
@import url(base021.css);  -- Left menu
@import url(base031.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:  120px;
	left: 90px;
	color: white;
	float: left;
	font-size: 18px;
	text-shadow: 2px 2px 3px #000000;
	font-family: HG明朝B;
}
#masthead p#title2 {
	position: absolute;
	display: block;
	top:  150px;
	left: 40px;
	color: white;
	font-size: 16px;
	font-weight: bolder;
	text-shadow: 2px 2px 3px #000000;
	font-family: HG明朝B;
}
/*-------------------------------------------------------
 		マストヘッドの追加リボンスタイル 
-------------------------------------------------------- */
#masthead p#headerRibon1{
	position: absolute;
	top: 15px;
	right: 15px;
}
*html #masthead p#headerRibon1{
	behavior: url("../js/iepngfix.htc");
}
#masthead p#headerRibon2{
	position: absolute;
	top: 170px;
	left: 40px;
}
*html #masthead p#headerRibon2{
	behavior: url("../js/iepngfix.htc");
}

#masthead p#headerRibon3{
	position: absolute;
	top: 170px;
	left: 240px;
}
*html #masthead p#headerRibon3{
	behavior: url("../js/iepngfix.htc");
}
#masthead p#headerRibon4{
	position: absolute;
	top: 170px;
	left: 440px;
}
*html #masthead p#headerRibon4{
	behavior: url("../js/iepngfix.htc");
}
#masthead p#headerRibon5{
	position: absolute;
	top: 170px;
	left: 640px;
}
*html #masthead p#headerRibon5{
	behavior: url("../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("../images/fes_bg.gif");
	background-repeat: repeat;	
}
/*-------------------------------------------------------
 	ナビゲーションのスタイル3-1
-------------------------------------------------------- */
#navi-guide{
	width: 960px;
	height: 45px;
	background:url("../images/navi-041.png");
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#navi-guide ul{
}
#navi-guide li{
	float: left;
	width: 130px;
	height: 45px;
	list-style-type: none;
}
#navi-guide li a{
	display: block;
	width: 130px;
	height: 45px;
	background:url("../images/navi-041.png");
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#navi-guide li.navi01 a          { background-position:     0  		0; }
#navi-guide li.navi02 a          { background-position: -130px  	0; }
#navi-guide li.navi03 a          { background-position: -260px      0; }
#navi-guide li.navi04 a          { background-position: -390px -135px; }
#navi-guide li.navi05 a          { background-position: -520px      0; }
#navi-guide li.navi06 a          { background-position: -650px      0; }
#navi-guide li.navi07 a          { background-position: -780px      0; }

/* ------------------------------------------------------ *

 * ------------------------------------------------------ */
#navi-end{
	height:140px;
	background:url("../images/head-001b.jpg");	
}
/* ------------------------------------------------------ *
 		ｻﾌﾞナビゲーションのリストスタイル4-2
 * ------------------------------------------------------ */
/* ｻﾌﾞナビのスタイル */
#sub-menu {
	margin: 20px -20px 0 0;
	float: left;
	width:190px;
	padding:2px;
}
*html #sub-menu{margin: 20px -20px 0 0;}		/*for IE6 hack*/
*+html #sub-menu{width: 180px;}						/*for IE7 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*/
*+html #sub-menu h4{width: 180px;}				/*for IE7 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("../images/bg_menulist.gif") 0 12px no-repeat;
}
#sub-menu li a:hover {
	background-image: url("../images/cafe_icon_arrow_hover.gif");
	color: #FF0000;
}
/*-------------------------------------------------------
		フッターのスタイル
-------------------------------------------------------- */
#footer {
	background-color: burlywood;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
	color: black;
	font-weight: bold;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
/*-------------------------------------------------------
 		clearfix
-------------------------------------------------------- */
/*.clearfix:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.clearfix{
	display: inline-block;
}
*/
/*-------------------------------------------------------
 		リンクのスタイル
-------------------------------------------------------- */
/*a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

*/




