﻿@charset "utf-8";
/*
 * 合宿ガイドセンター
 */

* {
	margin:0px;
	padding:0px;
}

body {
	font-size:14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333333;
	background-color:#cccccc;
}

img {
	border:0px;
}

table {
	border:0px;
}

ul li {
	list-style-type: none;
}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-image:url( "../img/bg_con.gif" );
}

#container h1 {
	background-image:url( "../img/top01_bg.jpg" );
	background-repeat:no-repeat;
	height:20px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	padding-top:10px;
	padding-left:20px;
	letter-spacing:2px;
}

/*
#globalnavi {
	width:746px;
	margin:0px;
	padding:0px;
	border:solid 1px;
	height:30px;
	margin:1px;
}

#globalnavi ul {
	padding: 0px;
	margin: 0px;
	float: left;
}

#globalnavi ul li {
	list-style-type: none;
	display: inline;
}
*/

#left {
	float:left;
	width:180px;
	padding-left:1px;
	margin-bottom:10px;
}

#left .l_menu li a:link,
#left .l_menu li a:visited,
#left .l_menu li a:active {
	list-style-type:none;
	display:block;
	background-image:url( "../img/menu_back.gif" );
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#left .l_menu li a:hover {
	list-style-type:none;
	display:block;
	background-image:url( "../img/menu_back_on.gif" );
	background-repeat:no-repeat;
	width:158px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-decoration:underline;
	color:#ff0000;
	font-weight:bold;
}


#right {
	float:right;
	width:560px;
	padding-right:1px;
	margin-bottom:10px;
}

#right a:link,
#right a:visited,
#right a:active {
	text-decoration:none;
	color:#000000;
}

#right a:hover {
	text-decoration:underline;
	color:#ff0000;
}



.bread_waste {
	font-size:12px;
	margin:10px;
}

.bread_waste a:link,
.bread_waste a:visited,
.bread_waste a:active {
	color:blue;
	text-decoration:none;
}

.bread_waste a:hover {
	color:red;
	text-decoration:underline;
}

#information {
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	padding:3px;
	background-color:#F5F5F5;
	width:164px;
	border:1px solid #000000;
	font-size:13px;
	color:#000000;
}

#information div {
	background-color:#99ff66;
	border:solid 1px #009933;
	padding:3px 0px;
	text-align:center;
}

#information ul {
	background-color:#ffffcc;
	border-left:solid 1px #009933;
	border-right:solid 1px #009933;
	border-bottom:solid 1px #009933;
}

#information ul li {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

.footer_link {
	clear:both;
	text-align:center;
	font-size:12px;
	width:748px;
	margin:0px 1px;
	padding:5px 0px;
	background-color:green;
	color:#ffffff;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active {
	color:#ffffff;
	text-decoration:none;
}

.footer_link a:hover {
	color:red;
	text-decoration:underline;
}


.copy {
	text-align:center;
	font-size:12px;
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:20px;
}


.clear {
	clear:both;
}

.center {
	text-align:center;
}

.hankaku { ime-mode: disabled; }
.zenkaku { ime-mode: active; }

