/* CSS Document */
/**************************************************************/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* 　　　　　　　　　　　基本スタイル　 　　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/

body {
	text-align: center;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,a,img {
	margin: 0px;
	padding: 0px;
}
ol,ul {
     list-style:none;
}
img {
	border: 0px;
}
p,h1,h2,h3,h4,h5,h6,dd,dt,li {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
div,table {
	margin-left: auto;
	margin-right: auto;
}
.clr{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}

/********************フロート解除用スタイル*********************/
/*                                                             */
/* フロートが適用されているスタイルの1段外側のスタイル名を入力 */
/*                                                             */
/***************************************************************/


#head_top,#head_menu,#main,#life-sketch_navi {
	min-height:0;
	display: inline-table;
	overflow: visible;
	position: relative;
}
/*************スタイル名の後ろに『:after』を入れる**************/
#head_top:after,#head_menu:after,#main:after,#life-sketch_navi:after {
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
}

/*************スタイル名の頭に『* html 』を入れる***************/
/* \*/ 
* html #head_top,* html #head_menu,* html #main * html #life-sketch_navi {
	height:0;
}
#head_top,#head_menu,#main,#life-sketch_navi {
	display: block;
}

/**************************************************************/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/* 　　　　　　　　　　　基本スタイルおわり 　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/**************************************************************/



/* ------------------------------------- 
 *	　全ページ共通
 * ------------------------------------- */

body {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFEC;
	line-height: 24px;
}

/****************　ヘッダーはじまり　****************/

#header_wrap {
	background-image: url(/img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 125px;
}
#head_top {
	background-image: url(/img/header.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.rogo {
	width: 275px;
	height: 50px;
	float: left;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}


/*------　ヘッダーナビゲーション　------*/

#head_menu {
	float: right;
	height: 25px;
	padding-right: 14px;
}
#head_menu img {
	height: 25px;
	width: 80px;
}
#head_menu li {
	float: left;
}
.company a,.mail a,.sitemap a {
	display: block;
	background-image: url(/img/header_02.gif);
	background-repeat: no-repeat;
}
.company a {
	background-position: -14px 0px;
}
.mail a {
	background-position: -94px 0px;
}
.sitemap a {
	background-position: -174px 0px;
}
.company a:hover,.mail a:hover,.sitemap a:hover {
	background-image: url(/img/header_03.gif);
	background-repeat: no-repeat;
	display: block;
}
.company a:hover {
	background-position: -14px 0px;
}
.mail a:hover {
	background-position: -94px 0px;
}
.sitemap a:hover {
	background-position: -174px 0px;
}


/*------　トップメニュー　------*/

#top_menu {
	background-image: url(/img/menu_01.gif);
	background-repeat: no-repeat;
	width: 900px;
	overflow: hidden;
	height: 45px;
}
#top_menu li {
	float: left;
}
.top a,.first a,.life a,.story a,.experience a,.skillful a,.plan a {
	background-image: url(/img/menu_01.gif);
	background-repeat: no-repeat;
	display: block;
}
.top a {
	background-position: 0px 0px;
}
.first a {
	background-position: -130px 0px;
}
.life a {
	background-position: -258px 0px;
}
.story a {
	background-position: -386px 0px;
}
.experience a {
	background-position: -514px 0px;
}
.skillful a {
	background-position: -642px 0px;
}
.plan a {
	background-position: -770px 0px;
}

.top a:hover,.first a:hover,.life a:hover,.story a:hover,.experience a:hover,.skillful a:hover,.plan a:hover {
	background-image: url(/img/menu_02.gif);
	background-repeat: no-repeat;
	display: block;
}
.top a:hover {
	background-position: 0px 0px;
}
.first a:hover {
	background-position: -130px 0px;
}
.life a:hover {
	background-position: -258px 0px;
}
.story a:hover {
	background-position: -386px 0px;
}
.experience a:hover {
	background-position: -514px 0px;
}
.skillful a:hover {	
	background-position: -642px 0px;
}
.plan a:hover {
	background-position: -770px 0px;
}

/****************　ヘッダーおわり　****************/


#container {
	width: 901px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/****************　サイドはじまり　****************/

#side {
	float: right;
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	_margin-right: 5px;
}
#calendar_wrap-out {
	width: 210px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#calendar_wrap {
	background-color: #FFFFCC;
	border: 2px solid #6EDC6E;
	width: 100%;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.calendar_p {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}
.button_center {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#calender {
	width: 200px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#calendar table {
	margin: 10px auto;
	width:210px;
	background-color:#999999;
}
#calendar td {
	background-color: #FFFFFF;

}
#calendar th  {
	background-color: #E1FFC5;
}
.sunday,.holiday {
	color: #FF0000;
}
.saturday {
	color: #0099FF;
}
#calendar .taikan2{
	background-color: #6EDC6E;
	display: block;
	height: 100%;
	width: 100%;
}
#calendar .event{
	background-color: #FF99CC;
	display: block;
	height: 100%;
	width: 100%;
}
#calendar .scl{
	background-color: #9966FF;
	display: block;
	height: 100%;
	width: 100%;
}
.calendarhead{
	font-size: 1.5em;
	line-height: 150%;
}
.taikan {
	float: left;
	height: 13px;
	width: 25px;
	background-color: #6EDC6E;
	border: 1px dotted #666666;
	clear: left;
	overflow: hidden;
}
.event2{
	float: left;
	height: 13px;
	width: 25px;
	background-color: #FF99CC;
	border: 1px dotted #666666;
	clear: left;
	overflow: hidden;
}
.tikantxt {
	clear: left;
}

#toiawase {
	background-image: url(/img/mail_button.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 220px;
	padding-top: 185px;
}
#toiawase img {
	height: 65px;
	width: 214px;
}
#toiawase a:hover {
	background-image: url(/img/mail_button2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	display: block;
}


.bana_img {
	margin-bottom: 10px;
}

/****************　サイドおわり　****************/


/****************　メインはじまり　****************/

#main {
}
#contents {
	float: left;
	width: 650px;
	margin-left:10px;
	_margin-left:5px;
	margin-top: 10px;
}

.title02 {
	background-image: url(/img/titlebar.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 630px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-----　ライフスケッチナビゲーション　------*/

#life-sketch_sub {
	background-color: #E1FFC5;
	height: 155px;
	padding-top: 5px;
	position: relative;
}

#life-sketch_navi {
	background-image: url(/img/life-sketch_01.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-right: 3px;
	padding-left: 3px;
}
#life-sketch_navi img,#life-sketch_navi li a {
	height: 150px;
	width: 149px;
}
#life-sketch_navi li {
	float: left;
}
.smile a,.family a,.hobby a,.senior a,.reform a,.shop a {
	background-image: url(/img/life-sketch_01.jpg);
	background-repeat: no-repeat;
	display: block;
}
.smile a {
	background-position: -3px 0px;
}
.family a {
	background-position: -153px 0px;
}
.hobby a {
	background-position: -301px 0px;
}
.senior a {
	background-position: -451px 0px;
}
.reform a {
	background-position: -599px 0px;
}
.shop a {
	background-position: -748px 0px;
}

.smile a:hover,.family a:hover,.hobby a:hover,.senior a:hover,.reform a:hover,.shop a:hover {
	background-image: url(/img/life-sketch_02.jpg);
	background-repeat: no-repeat;
	display: block;
}
.smile a:hover {
	background-position: -3px 0px;
}
.family a:hover {
	background-position: -153px 0px;
}
.hobby a:hover {
	background-position: -301px 0px;
}
.senior a:hover {
	background-position: -451px 0px;
}
.reform a:hover {
	background-position: -599px 0px;
}
.shop a:hover {
	background-position: -748px 0px;
}



/****************　メインおわり　****************/


/****************　フッターはじまり　****************/

#footer_wrap {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #64CD6E;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64CD6E;
	clear: both;
}
#footer_navi {
	line-height: 30px;
	padding: 5px;
}
#copyright {
	font-size: 10px;
	padding: 5px;
}


/****************　フッターおわり　****************/


.title {
	background-image: url(/img/title.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.1em;
	padding-top: 2px;
}

/****************　その他　****************/

.txt_style_01 {
	width: 95%;
	padding-left: 20px;
	line-height: 24px;
	text-align: left;
}
.txt_style_02 {
	color: #FF0000;
}
.img_style_01 {
	margin-bottom: 10px;
}
.txtRight {
	text-align: right;
}
#taikan_link {
	width: 635px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.up{
	text-align: right;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
