/*-- < ページレイアウト > --*/

#base {
}

#header {
	position:relative;
	zoom: 1;
	width: 100%;
	height: 100px;
	background-image: url('../image/header_bg.png');
	background-repeat: repeat-x;
}

#header_in {
	position:relative;
	zoom: 1;
	width: 950px;
	margin:0px auto;
	padding: 0px;
	text-align: left;
}

#main {
	position:relative;
	width: 100%;
	background-image: url('../image/main_bg.jpg');
	background-repeat: repeat;
}

#main_in {
	position:relative;
	width: 950px;
	margin:0px auto;
	text-align: left;
	min-height: 1300px;
	overflow: hidden;
	background-color: #fff;
}
/* for IE6 lower */
* html #main	{
	height: 1300px;
}

#footer {
	clear: both;
	position:relative;
	border-top: 3px solid #b08421;
	background-color: #594312;
	width: 100%;
}

#footer_in {
	position:relative;
	width: 950px;
	margin:0px auto;
	text-align: left;
}

.crumb	{
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 80%;
	text-indent: 5px;
	text-align: left;
}

/*-- < ページレイアウト ここまで > --*/


/*-- < header > --*/

#header_title	{
	margin-left: 40px;
}

#rotator1	{
	background: url(./head1/rotator.php) no-repeat top center;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 150px;
}

#rotator2	{
	background: url(./head2/rotator.php) no-repeat top center;
	width: 220px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: -70px;
}

/*-- < left menu > --*/

#left_menu	{
	width: 190px;
	padding: 10px;
	padding-top: 0px;
	float: left;
}

#left_menu a	{
	text-decoration: none;
	display: block;
	color: #0066cc;
	padding: 2px 8px;
}

#left_menu a:hover	{
	color: #5ecc00;
	text-decoration: none;
	background-color: #ffecec;
}

#left_menu .menu_title	{
	position: relative;
	top: 25px;
	z-index: 2;
}

#left_menu ul.sub_menu01	{
    position:relative;
	margin-bottom: 5px;
	padding-top: 30px !important;
	z-index: 1;
	border: 1px solid #ffc6c6;
	box-shadow: 3px 3px 5px 0px #777;
	-webkit-box-shadow: 3px 3px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0px #777; /* Firefox用 */
	padding: 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #fff;
    behavior: url(../pie/PIE.htc);
}

#left_menu ul.sub_menu01:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #fff #ffc6c6 #ffc6c6; /* A bit more verbose to work with .rounded too */
    background:#ffc6c6; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

#left_menu li	{
	padding-left: 2px;
	border-bottom: 1px dotted #ffc6c6;
	zoom: 1;
}

#left_menu ul.sub_menu01_01	{
	margin-left: 20px;
}

#left_menu ul.sub_menu01_01 li:last-of-type{
	border-bottom: 0px dotted #ffc6c6;
}
	{
	margin-left: 20px;
}

#left_menu .sub_menu_image01	{
	margin-right: 7px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#left_menu li.nolink	{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.r2stitle	{
	margin-top: 10px;
	position: relative;
	top: 19px;
	width:195px;
	border: 1px solid #ffcccc;
	background-color: #ffcccc;
	font-weight: 800;
	text-align: center;
	padding: 3px 0px;
}

.r2scontents div	{
	border-bottom: 1px dotted #ffc6c6;
}

#webclap	{
	border: 1px solid #584d48;
	width: 195px;
	margin-top: 20px;
}

#webclap .webclap2	{
	background-color: #584d48;
	padding: 5px;
}

#webclap .webclap3	{
	padding: 5px 20px;
}

.googlesearch	{
	width: 195px;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #584d48;
	padding: 5px 0px;
}

#right_main	{
	margin: 20px 10px 20px 220px;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px 0px #777;
	-webkit-box-shadow: 2px 2px 5px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 5px 0px #777; /* Firefox用 */
	border: 1px solid #ffc6c6;
    behavior: url(../pie/PIE.htc);
}

/*-- < footer > --*/

#footer .totop	{
	text-align: right;
	margin-right: 20px;
	padding-top:30px;
	padding-bottom: 30px;
}

#footer .totop a	{
	text-decoration: none;
	color: #fff;
}

.back	{
	text-align: right;
	margin: 15px;
	margin-top: 30px;
}

.submenu	{
	margin: 10px;
	margin-left: 20px;
}

.submenu li	{
	list-style-image: url('../image/icon_li.gif');
	padding: 2px 0px;
}

.submenu2	{
	margin: 0px;
	margin-left: 20px;
}

.submenu2 li	{
	list-style-image: url('../image/icon_li.gif');
	padding: 2px 0px;
}


