body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #FFFFFF url("images/body_bg.jpg");
	}

div {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	}

A {
	text-decoration: none;
	}

form	{
	margin: 0px; 
	padding: 0px
	}

p 	{margin-bottom: 10px;
	 padding: 0px;
	}

img	{
	border-width: 0px
	}


A:link {
	color: #0066cc; 
	text-decoration: none;
	}

A:visited {
	color: #0066cc; 
	text-decoration: none;
	}

A:hover {
	color: #006699; 
	text-decoration: underline;
	}

A:active {
	color: #006699; 
	text-decoration: none;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

h4 {
	border-left: solid 5px #3366CC;
	border-bottom: solid 1px #3366CC;
	padding: 3px 10px;
clear: both;
}

.description {
	color: #333;
	font-size: small;
  	text-transform: none;
	}

/* layout */

#container {
	width: 903px;
	margin: 0px auto;
	padding-bottom: 20px;
	background: #FFFFFF url("images/container_bg.jpg") repeat-y;
	text-align: left;
}

#header {
	width: 100%;
	height: 110px;
	background: url("images/header_bg.jpg") repeat-x top;
	text-align: center;
	}

#headline {
	text-align: center;
	width: 100%;
	}

#wrapper {
	float: left;
	width: 720px;
	}

#main {
	width: 515px;
	float: right;
	margin: 10px 0px;
	background: #FFFFFF;
	}

#leftbar {	
	float: left;
	width: 195px;
	margin: 10px 0px;
	}

#rightbar {	
	float: right;
	width: 175px;
	margin: 10px 0px;
	}

#footer {
	clear: both;
	background: url("images/footer_bg.jpg") repeat-x top;
	height: 40px;
	}

/* header */

#header_container {
	height: 110px;
	margin: 0px 20px;
	background: url("images/header_bottom_bg.jpg") repeat-x bottom;
}

#header_wrapper {
	float: left;
	width: 670px;
	}

#message {
	width: 370px;
	float: right;
	margin: 20px 0px 0px 0px;
	background: #FFFFFF;
	}

#logo {	
	float: left;
	width: 230px;
	margin: 15px 0px 0px 0px;
	}

#about {	
	float: right;
	width: 115px;
	margin: 25px 0px 0px 0px;
	}

/* sitenavi */

#sitenavi {
	margin: 0px 20px;
	padding: 5px;
	background: url("images/menu_bottom_bg.jpg") repeat-x bottom;
	font-size: small;
}




/* main */

.archives {
	padding: 10px;
	}

.blog {
	padding: 0px;
	}

.blog_title {
	color: #666;
	padding: 10px 5px;
	border-top: 1px dotted #6699cc;
	border-bottom: 1px dotted #999;
	margin-top: 10px;
	font-weight: bold;
	color: #003399 ;
	}

.blog_posted {
	padding: 5px 5px;
	}


.blog_body {
	padding: 15px 5px;
	margin-bottom: 10px;
	overflow: hidden;
	}

.blog_photo {
	float: left;
	font-size: small;
	width: 76px;
	padding: 2px;
	border: 1px #CCC solid;
	margin: 10px;
	}

.blog_info {
	float: left;
	width: 350px;
	font-size: small;
	margin: 10px;
	}

.blog_link {
	clear: both;
	width: 100%;
	height: 160px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.blog_link_link {
	padding-top: 15px;
	margin-bottom: 10px;
	}

.blog_link_title {
	background:#F0FFF0;
	border-bottom: 2px solid #CCC;
	padding: 3px;
	font-weight: bold;
	}

.blog_box {
	clear: both;
	}


/* leftbar */

#leftbar_container {
	margin-left: 15px;
	margin-bottom: 15px;
}

#navi {
	background: url("images/left_navi_bg.jpg") repeat-y;
}

#navi_title {
	font-size: small;
	background: url("images/left_navi_top_bg.jpg") no-repeat top;
	padding: 10px 10px 0px 10px;; 
}

#navi_title h3{
	font-size: small;
	background: url("images/header_bottom_bg.jpg") repeat-x bottom left;
	padding: 5px 3px;
	color: #666;
}


#navi_body {
	font-size: small;
	background: url("images/left_navi_bottom_bg.jpg") no-repeat bottom;
	padding: 0px 10px 0px 10px; 
}

#navi_body h3{
	font-size: small;
	background: url("images/header_bottom_bg.jpg") repeat-x bottom left;
	padding: 5px 3px;
}

#navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navi li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	background: url("images/menu_bottom_bg.jpg") repeat-x bottom left;
}



/* rightbar */

#rightbar_container {
	margin-right: 15px;
}

/* footer */

#footer_navi {
	float: left;
	margin: 20px;
	font-size: small;
	color: #666;
	}

#footer_copyright {
	float: right;
	margin: 20px;
	font-size: small;
	color: #666;
	text-align: right;
	}


textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	}



