@charset "utf-8";

/*
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------GLOBAL RESET------------------------------------------------
--------------------------------------------------------------------------------------------------------------
*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tbody,th,td{margin:0em;padding:0em;}
	body{font-size:62.5%;font-family:メイリオ, Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
	fieldset,img,abbr{border:0em;}
	address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
	caption,th{text-align:left;}
	ul{list-style:none;}
	img{vertical-align:bottom; border:none;}
	
	.clearfix:after {
	  content: ".";  /* 新しい要素を作る */
	  display: block;  /* ブロックレベル要素に */
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}
	
	.clearfix {
	  min-height: 1px;
	}
	
	* html .clearfix {
		
	  height: 1px;
	  /*?*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
	}
	
body {
	background: url(../img/mainback.png);
	background-repeat: repeat-x repeat-y ;
}
	
	
#wrapper {
	width: 100%;
}


/*-------------------------------------------header-------------------------------------------*/

#header {
	width: 100%;
	height: 80px;
	background-color: #FFF3F1;
}

	#headBox {
		width: 868px;
		margin: 0px auto;
	}
	
		#logo {
			display: block;
			float: left;
			margin: 18px 0 0 5px;
		}
		
		#headMenu {
			display: block;
			float: left;
			margin: 25px 0 0 250px;
		}
		
		#headMenu li {
			display: block;
			float: left;
			margin-left: 5px;
		}
		
		ul { list-style: none; }
 
		a.button1 {
    		display: block;
    		float: left;
    		position: relative;
    		height: 25px;
    		width: 80px;
    		margin: 0 10px 18px 0;
    		text-decoration: none;
    		font-size: 10px;
    		line-height: 25px;
    		text-align: center;
    		-webkit-border-radius: 3px;
    		-moz-border-radius: 3px;
    		border-radius: 3px;
		}
		
		a.button1:before,a.button1:after {
    		content: '';
    		position: absolute;
    		left: -1px;
    		height: 25px;
    		width: 80px;
    		bottom: -1px;
    		-webkit-border-radius: 3px;
    		-moz-border-radius: 3px;
    		border-radius: 3px;
		}
 
		a.button1:before {
    		height: 23px;
    		bottom: -4px;
    		border-top: 0;
    		-webkit-border-radius: 0 0 3px 3px;
    		-moz-border-radius: 0 0 3px 3px;
    		border-radius: 0 0 3px 3px;
 
    		-webkit-box-shadow: 0 1px 1px 0px #bfbfbf;
    		-moz-box-shadow: 0 1px 1px 0px #bfbfbf;
    		box-shadow: 0 1px 1px 0px #bfbfbf;
		}
		
		a.button2 {
    		display: block;
    		float: left;
    		position: relative;
    		height: 25px;
    		width: 110px;
    		margin: 0 10px 18px 0;
    		text-decoration: none;
    		font-size: 10px;
    		line-height: 25px;
    		text-align: center;
    		-webkit-border-radius: 3px;
    		-moz-border-radius: 3px;
    		border-radius: 3px;
		}
		
		a.button2:before,a.button2:after {
    		content: '';
    		position: absolute;
    		left: -1px;
    		height: 25px;
    		width: 110px;
    		bottom: -1px;
    		-webkit-border-radius: 3px;
    		-moz-border-radius: 3px;
    		border-radius: 3px;
		}
 
		a.button2:before {
    		height: 23px;
    		bottom: -4px;
    		border-top: 0;
    		-webkit-border-radius: 0 0 3px 3px;
    		-moz-border-radius: 0 0 3px 3px;
    		border-radius: 0 0 3px 3px;
 
    		-webkit-box-shadow: 0 1px 1px 0px #bfbfbf;
    		-moz-box-shadow: 0 1px 1px 0px #bfbfbf;
    		box-shadow: 0 1px 1px 0px #bfbfbf;
		}
		
		a.gray,a.gray:hover,a.gray:visited {
    		color: #555;
    		border-bottom: 4px solid #b2b1b1;
    		text-shadow: 0px 1px 0px #fafafa;
 
    		background: #fff;
    		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e2e2));
    		background: -moz-linear-gradient(top,  #fff,  #e2e2e2);
 
    		box-shadow: inset 1px 1px 0 #f5f5f5;
		}
		
		.gray:before,.gray:after {
    		border: 1px solid #cbcbcb;
    		border-bottom: 1px solid #a5a5a5;
		}
 
		.gray:hover {
    		background: #e2e2e2;
    		background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#eee));
    		background: -moz-linear-gradient(top,  #e2e2e2,  #eee);
		}
		
		a.button1:active {
    		border: none;
    		bottom: -4px;
    		margin-bottom: 22px;
 
    		-webkit-box-shadow: 0 1px 1px #fff;
    		-moz-box-shadow:  0 1px 1px #fff;
    		box-shadow:  1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.3);
		}
		
		a.button2:active {
    		border: none;
    		bottom: -4px;
    		margin-bottom: 22px;
 
    		-webkit-box-shadow: 0 1px 1px #fff;
    		-moz-box-shadow:  0 1px 1px #fff;
    		box-shadow:  1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.3);
		}
 
		a.button1:active:before,a.button1:active:after {
    		border: none;   
 
    		-webkit-box-shadow: none;
    		-moz-box-shadow: none;
    		box-shadow: none;
		}
		
		a.button2:active:before,a.button2:active:after {
    		border: none;   
 
    		-webkit-box-shadow: none;
    		-moz-box-shadow: none;
    		box-shadow: none;
		}
		
/*-------------------------------------------topimage-------------------------------------------*/

#topimage {
	width: 100%;
	height: 250px;
	background: url(../img/ti-backline.png);
	background-repeat: repeat-x ;
}

	#image {
		width: 868px;
		height: 250px;
		margin: 0px auto;
		background: url(../img/topimage.jpg) ;
		background-repeat: no-repeat;
	}
	
	
/*-------------------------------------------container-------------------------------------------*/

#container {
	width: 868px;
	margin: 0px auto;
}

	#katudou {
		margin-bottom: 30px;
	}

/*-------------------------------------------leftArea-------------------------------------------*/

#leftArea {
	width: 596px;
	display: block;
	float: left;
	margin-top: 20px;
}

	.laBoxL {
		width: 293px;
		display: block;
		float: left;
	}
	
	.laBoxR {
		width: 293px;
		display: block;
		float: right;
	}
	
		.labTitle {
			width: 293px;
			height: 90px;
			box-shadow: 3px 50px 3px #D8DCD9;
    		-moz-box-shadow: 3px 50px 3px #D8DCD9;
    		-webkit-box-shadow: 3px 50px 3px #D8DCD9；
		}

		.labMain {
			width: 293px;
			height: 150px;
			background-color: #fff;
    		-webkit-border-bottom-right-radius: 20px;  
    		-webkit-border-bottom-left-radius: 20px;  
    		-moz-border-radius-bottomright: 20px;  
    		-moz-border-radius-bottomleft: 20px; 
    		box-shadow: 3px 3px 3px #D8DCD9;
    		-moz-box-shadow: 3px 3px 3px #D8DCD9;
    		-webkit-box-shadow: 3px 3px 3px #D8DCD9；
		}
		
		
			.labPic {
				display: block;
				float: left;
				margin: 15px 0 0 15px;
			}
			
			.labPic a:hover{
				display: block;
				float: left;
				margin: 15px 0 0 15px;
			}
			
			.labPic img {
				border-radius: 0 0 10px 10px;
				-moz-box-border-radius:  0 0 10px 10px;
				-webkit-border-radius:  0 0 10px 10px;
			}
			
			ol{
        		counter-reset: li; /* Initiate a counter */
        		list-style: none; /* Remove default numbering */
        		*list-style: decimal; /* Keep using default numbering for IE6/7 */
        		font-size: 11px;
        		padding: 0;
        		display: block;
        		float: right;
        		margin-right: 1.5em;
        		margin-top: 1em;
        		margin-bottom: 4em;
        		text-shadow: 0 1px 0 rgba(255,255,255,.5);
			}
			
			.rounded-list {
				height: 120px;
			}
			
			.rounded-list a{
				width: 140px;
        		position: relative;
        		display: block;
        		padding: .1em .1em .1em 1em;
        		*padding: .4em;
        		margin: .5em 0;
        		background: #F6F9F9;
        		color: #555;
        		text-decoration: none;
        		border-radius: .2em;
        		transition: all .3s ease-out;
			}

			.rounded-list a:hover{
        		background: #FFF3F1;
        		color: #E36782;
			}

			.rounded-list a:hover:before{
    			transform: rotate(360deg);
			}

			.rounded-list a:before{
        		content: counter(li);
        		counter-increment: li;
        		position: absolute;
        		color: #fff;
        		left: -1.3em;
        		top: 50%;
        		margin-top: -0.9em;
        		background: #E36782;
        		height: 1.5em;
        		width: 1.5em;
        		line-height: 1.5em;
        		border: .2em solid #fff;
        		text-align: center;
        		font-weight: bold;
        		border-radius: 2em;
        		transition: all .3s ease-out;
			}

#laCon {
	width: 596px;
	margin-top: 15px;
	margin-bottom: 50px;
	display: block;
	float: left;
}

	#lacTitle {
		width: 596px;
		height: 240px;
		box-shadow: 3px 50px 3px #D8DCD9;
    	-moz-box-shadow: 3px 50px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 50px 3px #D8DCD9；
	}
	
	#lacMain {
		width: 596px;
		height: 570px;
		background-color: #fff;
    	-webkit-border-bottom-right-radius: 20px;  
    	-webkit-border-bottom-left-radius: 20px;  
    	-moz-border-radius-bottomright: 20px;  
    	-moz-border-radius-bottomleft: 20px; 
    	box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	#lacMain p {
		font-size: 12px;
		padding: 0 20px 20px 20px ;
		line-height: 2em;
		color: #555;
	}

/*-------------------------------------------rightArea-------------------------------------------*/

#rightArea {
	width: 252px;
	display: block;
	float: right;
	margin-top: 20px;
}


/*-------------------------------------------footer-------------------------------------------*/

#footer {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF3F1;
}

#copyright {
	text-align: center;
	padding: 10px 0 10px 0 ;
	font-size: 12px;
	color: #555;
}

#copyright a {
	color: #E36782;
  	text-decoration: none;
  	font-size: 12px;
}

#copyright a:hover {
	color: #E36782;
  	text-decoration: underline;
  	font-size: 12px;
}

/*-------------------------------------------tw-------------------------------------------*/


.twcloud{
	width:228px;
	height:85px;
	font-size:140%;
	padding:10px;
	background-color:#fff;
	border:2px solid #57CCBC;
	color:#666;
	margin-bottom:5px;
}
.t_ico{
	float:right;
	min-height: 70px;
}

.tw{
	width:180px;
	float:left;
	min-height: 70px;
}
.twtime{
	text-align:center;
	color:#57CCBC;
	font-size:90%;
}