@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

/*
===== 2: mainArea ===========================
*/

div#main_img {
	background: url(images/main_img.jpg) no-repeat center top;
	width: 900px;
	height: 347px;
}
.blogEntryBody p {
	margin-bottom: 1.5em;
}
.blogEntryBody h3 {
	clear: both;
}
.leftBox {
	margin: 0 1em 1em 0;
	float: left;
}
.rightBox {
	margin: 0 1em 1em;
	float: right;
}
.leftBox img,
.rightBox img {
	margin-bottom: 2px;
	padding: 5px;
	border: #dcdcdc 1px solid;
}

ul.thumb li img {
	margin-bottom: 2px;
	padding: 5px;
	border: #dcdcdc 1px solid;
}
ul.thumb li {
	float: left;
}
ul.thumb li.firstChild {
	padding-right: 10px;
}
.photo02 {
	padding: 5px;
	border: #dcdcdc 1px solid;
}
