@charset "utf-8";
@import url("common_t.css");

/* 
Theme Name: Hashimotokanko
Theme URI: http://www.hashimoto-kanko.com/
Description: Hashimotokanko
Author: D-KAGA
Author URI: http://d-kaga.com/
*/


/*common style css*/

body {
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.pagetop {
	font-size: 80%;
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	border-width: 0px;
	background-image: url(../img/up.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.co {
	font-size: 80%;
	line-height: 1.2em;
}

