@charset "utf-8";

ul.xoxo{
	list-style:none;
	height:0px;
	margin: 0px;
	padding: 0px;
} /*wordpress用*/



table{
	font-size:12px;
}

br.clear {
    clear: both;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 12px;
	line-height: 150%;
	/*letter-spacing:1;*/
	text-align: center;
	background-image:url(../images/base/bg.jpg);
	background-repeat:repeat-x;

}


/*top アンカー*/
.link_display {
	display: none;
}

A:link    { color:#1d5340; text-decoration: none; }
A:visited { color:#1d5340; text-decoration: none; }
A:active  { color: #1d5340; text-decoration: none; }
A:hover   { color: #ad100b; text-decoration: none; }
a.img_link:hover{position:relative;top:1px;left:1px;}



/* ----- header ----- */
#head {
	width: 960px;
	height: 70px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

h1 {
	height: 15px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	width:960px;
	text-align:right;
}

#logo {
	float: left;
	width: 350px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

#head_menu {
	height: 15px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:140px;
	float:right;
}


/*-------menu_bg---------*/
#menu_bg{
	background-image: url(../images/base/menu_bg.jpg);
	background-repeat: repeat-x;
	height:35px;
	margin:0px;
	padding:0px;
}

/*-------content---------*/

#cont_bg{
	background-image:url(../images/base/bg_img.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
}

.shadow_top{
	width:970px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/top/shadow_top.png);
	background-repeat:no-repeat;
	height:25px;
} /*topページとfootに使用*/


.shadow_middle{
	width:970px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/base/shadow_middle.png);
	background-repeat:repeat-y;
	height:auto;
	text-align:left;
}

.shadow_bottom{
	width:970px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/base/shadow_bottom.png);
	background-repeat:no-repeat;
	height:25px;
}

#page_title{
	width:970px;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height:80px;

}

#layout{
	width:960px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}


/* ----- left ------------------- */
#left {
	float: left;
	width: 660px;
	margin: 0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

/* ----- right --------------------- */
#right {
	float: right;
	width: 220px;
	margin: 40px 20px 0px 0px;
	padding:0px 0px 0px 20px;
	border-left:1px solid #cccccc;
}

/* ie6 */
/* left----- (ie6) */ /*wordpress用*/
*html #left {
	width: 660px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

/* right----(ie6) */ /*wordpress用*/
*html #right {
	width: 220px;
	margin: 40px 0px 0px 0px;
	padding:0px 20px 0px 20px;
}



/* ----- foot ----- */

#foot_menu_bg{
	height: 20px;
	background: url(../images/base/foot_menu_bg.jpg) 0px 0px;
	background-repeat:repeat-x;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#foot{
	width:960px;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size:10px;
}

#foot_l{
	width:500px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	float:left;
}

#foot_r{
	width:400px;
	margin:0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	float:right;
	text-align:right;
}

#foot p.address{
	margin:20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:160%;

}
#copyright{
	margin:60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#foot A:link    { color:#444444; text-decoration: none; }
#foot A:visited { color:#444444; text-decoration: none; }
#foot A:active  { color: #444444; text-decoration: none; }
#foot A:hover   { color: #355f50; text-decoration: none; }

.blog_cointent p {
	margin:0px;
	padding:0px;
}

