@charset "utf-8";
/***************************************************************
base.css
***************************************************************/


/**
*　Body initialization
* 
* @Body    Reset
*/
*{
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic Pro","Verdana","Helvetica","Arial","osaka";
}
body {
	color:#333333;
	background-color:#CCCC99;
	line-height:130%;
	text-align:center;
}

/**
*　Basic tag Initialization
* 
* @Basic    Reset
*/
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
p   {
	font-size:80%;
	color:#333333;
	line-height:130%;
}
img {
	border:none;
}

/**
*　li tag Initialization
* 
* @Basic    Reset
*/
ul { 
	list-style-type:none;
	font-size:80%;
}
ul li {}
	
ol {
	list-style:decimal outside;
}
ol li {}
	
dl {}
dt {}
dd {}

/**
*　table Initialization
* 
* @table     Reset
*/
table {
	width:100%;
	border-collapse: collapse;
}
th {
	font-weight:normal;
	text-align:left;
	padding:5px;
	vertical-align:top;
	font-size:80%;
	line-height:130%;
}
td {
	text-align:left;
	padding:5px;
	font-size:80%;
	line-height:130%;
}

/**
*　Form Initialization
* 
* @Form     Reset
*/	
form {
	text-align:left;
}
input, textarea, select {}

iframe {
	border-style:none;
}
strong {
	font:normal normal;
}
em {
	font:normal normal;
}

/**
*　Link tag Initialization
* 
* @Link    Setting
*/
a {
	text-decoration:underline;
}
a:link {
	color:#0000FF;
	text-decoration:underline;
}
a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#FF6600;
	text-decoration:none;
}
a:active {
	color:#0000FF;
	text-decoration:underline;
}

/**
*　Address tag Initialization
* 
* @Address Setting
*/
address {
	font-style:normal;
	font-size:80%;
	line-height:140%;
	margin: 5px 0px 15px;
}
*html address {
	font-style:normal;
	font-size:80%;
}
*+html address {
	font-style:normal;
	font-size:80%;
}

/**
*　Frame frame initialization
* 
* @Frame    Setting
*/
#wrapper {
	width:842px;
	margin:0 auto;
}
#left_side_map {
	width:317px;
}
#right_side_main {
	width:523px;
	border-left:#FFFFFF solid 2px;
}

#header {
	text-align:center;
	padding:10px 0;
	border-bottom:#FFFFFF solid 2px;
}

#main_contents {
	width:521px;
	margin:13px 0 15px 0;
	text-align:left;
}

/**
*　Float initialization
* 
* @Float    Setting
*/
.left  { float:left; }
.right { float:right; }

/**
*　Float clear initialization
* 
* @clear   Setting
*/
.clear { clear: both; }
	
	
/**
*　Contents frame initialization
* 
* @Contents    Setting
*/
#main_map #shionomichi_title {
	width:174px;
	height:48px;
	margin:5px 0 0 5px;
	text-indent:-9987px;
	background:url(images/title01.gif) no-repeat top left;
}

#main_map {
	width:315px;
	margin:10px 1px 0 1px;
	text-align:left;
	position:relative;
	top:10px;
	left:0;
}

.meisyo_name {
	font-size:105%;
	font-weight:bold;
	color:#993300;
	background:url(images/p_lis021.gif) no-repeat 1px 1px;
	padding:0 0 0 24px;
	margin:40px 0 8px 27px;
}

.meisyo_info_box {
	width:470px;
	margin:8px 26px 0 27px;
}
.meisyo_info_box span {
	color:#666600;
	font-weight:bold;
}
.meisyo_info_box .meisyo_image {
	width:227px;
	float:left;
}
.meisyo_info_box .meisyo_naiyou {
	width:228px;
	float:right;
}

.page_top_link {
	text-align:right;
	padding:25px 0 0 10px;
}