@charset 'utf-8';

* {
	font-style	: normal;
	font-family	: Verdana,sans-serif;
	letter-spacing : 0.1em;
}

html,body{
	margin		: 0;
	text-align	: center;
	font-size	: 12px;
	color		: #333;
	background	: #DDF1FD;

}

img{
	border		: none;
}

a{
	color		: #001F79;
}

a:hover{
	text-decoration : none;
}

h1{
	font-size	: 12px;
	margin		: 0;
	padding		: 5px 0;
	position	: relative;
	top			: 10px;
	left		: 380px;
        font-weight:normal;
}

h1 a{
	color		: #333;
	text-decoration :none;
}

h1 a:hover{
	color		: #333;
	text-decoration :none;

}

h2{
	font-size	:12px;
	font-weight	: normal;
	position	: relative;
	top			: 20px;
	left		: 410px;
	line-height	: 120%;

}

h3{
	font-size	: 14px;
	font-weight	: bold;
}

h3 a{
	color		: #333;
}

/* main */
#main{
	width		: 740px;
	text-align	: left;
	margin		: 0 auto;
	padding		: 0;
	overflow	: hidden;
	border-left	: solid 1px #039;
	border-right: solid 1px #039;
	background	: #FFF;
}

/* header */
#header{
	background:url("img/top.jpg") no-repeat top;
	widht		: 740px;
	height		: 243px;
	padding		: 0;
	margin		: 0;
	border-bottom : solid 1px #039;
}

/* left */
#left{
	width		: 200px;
	padding		: 0 0 5px 5px;
}

#left h3{
	margin		: 20px 5px 5px 5px;
	padding		: 2px 3px 2px 15px;
	background	: url("http://www.ryukyumura.co.jp/blog/img/li.gif") no-repeat left #DDF1FD;
	border		: solid 1px #039;
	letter-spacing	: 0;
	color	: #039;
}

#left h4{
	margin		: 20px 5px 5px 5px;
	padding		: 2px 3px 2px 15px;
	background	: #DDF1FD;
	border		: solid 1px #039;
	letter-spacing	: 0;
	font-size	: 14px;
	font-weight	: bold;
	color	: #039;
}

#left h3 a{
	color	: #039;
}

#left p{
	padding		: 0 15px;
}

#left table{
	width		: 190px;
}

#left th{
	font-size	: 12px;
}

#left td{
	font-size	: 12px;
}


#left ul{
	list-style-type	: none;
	position	: relative;
	left		: -20px;
}

.module-content{
	margin-top	: -10px;
	overflow	: hidden;
}

.left-img{
	text-align	: center;
}

/* right */
#right{
	width		: 520px;
	float		: right;
}

.content-nav{
	padding		: 20px 3px 3px 3px;
}

/* photo */
.photo_box{
	margin		: 5px 3px;
	width		: 130px;
	height		: 100px;
	float		: left;
	overflow	: hidden;
}

.photo img{
	margin		: 0;
}

/* entry */
.entry{
	margin		: 20px 5px 5px 5px;
	width		: 500px;
	border	: solid 1px #039;
}

.entry h3{
	margin		: 0;
	background	: url("http://www.ryukyumura.co.jp/blog/img/li.gif") no-repeat left #DDF1FD;
	padding		: 5px 15px 5px 15px;
	color	: #039;
letter-spacing:0.1em;
}

.entry h3 a{
	color	: #039;
}

.entry h4{
	margin		: 0;
	padding		: 3px;
	font-size	: 12px;
	text-align	: right;
}

.entry-body{
	padding		: 5px;
}

.entry-footer{
	text-align	: right;
	font-size	: 10px;
	padding		: 5px;
}

/* footer */
#footer{
	background	: #039;
	padding		: 3px;
	text-align	: center;
	color		: #FFF;
}

/* inline */
.clear{
	clear		: both;
	visibility	: hidden;
	height		: 5px;
	margin		: 0;
}

/* モブログ */
.photo{
	float		: left;
}

.photo img{
	width		: 180px;
	overflow	: hidden;
	text-align	: center;
	margin		: 2px auto;
}