@charset "utf-8";

/*
Theme Name: Life in San Diego
Theme URI: http://www.homestayatsandiego.com/
Description: This theme is for "Homestay at San Diego".
Author: Motoko Smith
Author URI: 
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #faf5be;
	font-size: 100%; 
	font-family: Verdana,Tahoma,"Lucida Grande","Lucida Sans Unicode",Arial,"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color: #063354;
}
.clear {
	clear: both;
}

/* コンテナ */
#container{
	margin: 0 auto;
	width: 950px;
	background-color: #faf5be;
}
/* ヘッダー */
/*#header{
	margin: 0 auto;
	width: 900px;
	margin-top: 20px;
	background-color: #fff;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	color: #000;
}
#header h1 a:link, #header h1 a:visited{
	color: #54516c;
	text-decoration: none;
}
#header h1 a:hover,  #header h1 a:active {
	color: #b84811;
	text-decoration: underline;
}
#header p {
	font-size: 0.9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: right;
}
*/
/* ページメニュー */
/*
#pagemenu{
	margin-top: 25px;
	text-align: right;
	list-style-type: none;
}
#pagemenu li{
	display: inline;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
}
#pagemenu li a:link, #pagemenu li a:visited{
	font-size: 16px;
	font-family: Georgia, serif;
	color: #063354;
	text-decoration: none;
}
#pagemenu li a:hover, 
#pagemenu li a:active{
	color: #000000;
}
*/
/*メインイメージ*/
#mainImage{
	margin: 0 auto;
	width: 900px;
	height: 350px;
	background-image: url(images/mainImage.jpg);
	background-repeat: no-repeat;
}
/* ビジネス紹介*/
#mainImage #description{
	float: left;
	width: 425px;
	height: 350px;
	color: #063354;
}
#mainImage #description h1{
	font-size: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainImage #description h2{
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#mainImage #description h3{
	font-size: 0.775em;
}
#mainImage #description p{
	margin: 5px 25px 0 25px;
	font-size: 0.8em;
	line-height: 1.6;
}
#mainImage #description p a:link, #mainImage #description p a:visited {
	color: #b84811;
	text-decoration: none;
}
#mainImage #description p a:hover, #mainImage #description p a:active {
	text-decoration: underline;
}
/* メイン */
#main{
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 20px;
	font-family: gergia, serif;
	text-align: center;
	margin-bottom: 10px;
}
/*メイン左*/
#main_left{
	float: left;
	width: 425px;
	margin-top: 15px;
}
#main_left .ad {
	width: 425px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#main_left .ad p{
	font-size: .75em;
	padding-bottom: 3px;
}
#main_left .ad a img {
	padding: 1px;
	border: 1px solid #c2c2c2;
}
#main_left li a:link, #main_left li a:visited{
	font-size: 0.75em;
	list-style-type: none;f
}
#main_left li a{
	color: #000000;
	text-decoration: none;
}
#main_left ul{
	margin: 8px 8px 20px;
}
#main_left ul li li{
         font-size: 1em;
}
/* メイン右 */
#main_right{
	float: right;
	width: 475px;
	margin-top: 15px;
	text-align: left;
}
/* 最新の記事 */
.recentPost{
	width: 450px;
	float: right;
	text-align: left;
/*	margin: 20px 5px 20px 8px;*/
}
.recentPost ul{
}
.recentPost li{
	width: 390px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	font-family: georgia serif;
	font-weight: normal;
/*	color: #54516c;*/
	list-style-type: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
	overflow: hidden;
/*	border: 1px solid #000;*/
}
.recentPost li a:link, .recentPost li a:visited{
	color: #b84811;
	text-decoration: none;
}
.recentPost li a:hover, .recentPost li a:active{
	background: none repeat scroll 0 0 #f8f8f8;
}
.recentPost li .postDate {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
    background-image: url("images/date.gif");
    background-repeat: no-repeat;
}
