/*==================================================================*/
/*	綾町商工会
/*  base.css
/*  date:2007.06.20
/*==================================================================*/

*,
* * {
	font-size:100%;margin: 0;padding: 0;}

body	{
	color		:#555555;
	margin		:0px;
	padding		:0px;
	background	:#FCF7C5;
	font		:normal 0.96em/1.5em "verdana";
	font-family	:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	xxxxxtext-align	:justify;
}

.just_center	{text-align:center;}

hr {
	clear:both;
	width:85%;
}


/******************************************************
		レイアウト
******************************************************/

/* 基本レイアウト
---------------------------------------------------- */
#wrapper {
	width:748px;
	margin:10px auto 0px auto;
	background-color:#FFFFFF;

}

#bck_top	{
	background:#FCF7C5 url(../images/waku_top.gif) no-repeat;
	width:748px;
	height:5px;
	font-size:0px;
}

#contents	{
	background:#FCF7C5 url(../images/waku.gif) repeat-y;
	width:748px;
	padding:0px 0px 0px 4px;
	margin:0px 0px 0px 0px;
}


#bck_bottom	{
	background:#FFFFFF url(../images/waku_bottom.gif) no-repeat;
	width:748px;
	height:5px;
	font-size:0px;
}
	

#fotter	{
	width:740px;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	background-color:#eeeeee;
	text-align:right;
	font-size:0.7em;
	line-height:1.4em;
	clear:both;
}



.photo_area	{
	margin:0px 0px 0px 10px;
}

.box_photo{
	height:180px;
	margin:10px 10px 0px 0px;
	vertical-align:top;
	float:left;

}

.box_photo1{
	height:180px;
	margin:20px 10px 0px 0px;
	vertical-align:top;
	float:left;

}


.box_photo_last{
	height:180px;
	margin:20px 0px 0px 0px;
	vertical-align:top;
	float:none;
}


.photo{
	width:136px;
	height:100px;
	text-align:center;
	overflow:hidden;

}

.photo img	{
	border:1px solid #CCCCCC;
}

/*写真の見方*/
.explanation	{
	margin:0px 0px 0px 0px;
	width:136px;
	text-align:center;
}

/*テーマ*/
#theme	{
	margin:15px 0px 10px 0px;
	text-align:center;
}

/*利用者部門*/
#font	{
	margin:10px 0px 0px 0px;
	font-size:25px;
	text-align:center;
}

/*写真の設定*/
.photo_area1	{
	margin:0px 0px 0px 10px;
}

/*職員部門*/
#staff	{
	margin:10px 0px 0px 0px;
	font-size:23px;
	text-align:center;
}

/*説明文(職員部門)*/
#text	{
	margin:8px 0px 0px 0px;
	font-size:15px;
	text-align:center;
}

/*説明文*/
#text1	{
	margin:8px 0px 0px 0px;
	font-size:15px;
	text-align:center;
}

/*リンク*/
#link	{
	margin:8px 0px 0px 0px;
	font-size:18px;
	text-align:center;
	width:740px;
}

.result	{
	height:auto;
	margin:8px 0px 0px 0px;
	font-size:30px;
	text-align:center;
}

.oubo	{
	width:95%;
	font-size:2em;
	text-align:center;
	margin:20px 0px;
	padding:10px 0px;
	background-color:#FFCCFF;
}

.nyusyou	{
	text-align:center;
	background-color:gold;
	margin:0px 0px 3px 0px;
	padding:2px 0px;
	font-size:1.2em;
	font-weight:bold;
}



.float_clear{
	width:748px;
}