@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%;
}


h2 {
	text-align: center;
	position: relative;
 	margin-left: -27px; /* 15px padding + 7px border ribbon shadow*/
 	margin-right: -17px;
 	padding: 10px;
 	font-size: 18px;
 	color: #E36782;
 	background: #E3E5EA;
	background: -moz-linear-gradient(#F6F9F9, #E3E5EA);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F9F9), to(#E3E5EA));
	background: -webkit-linear-gradient(#F6F9F9, #E3E5EA);
 	background: -o-linear-gradient(#F6F9F9, #E3E5EA);
 	background: -ms-linear-gradient(#F6F9F9, #E3E5EA);
 	background: linear-gradient(#F6F9F9, #E3E5EA);
 	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
 	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
 	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
 	text-shadow: 0 1px 0 #fff;
 	border-top: 1px solid #eee;
 	border-bottom: 1px solid #ccc;
}

h2:before, h2:after {
	position: absolute;
  	left: 0;
  	bottom: -6px;
  	content:'';
  	border-top: 6px solid #555;
  	border-left: 6px solid transparent;
}

h2:before {
	border-top: 6px solid #555;
  	border-right: 6px solid transparent;
  	border-left: none;
  	left: auto;
  	right: 0;
  	bottom: -6px;
}

/*-------------------------------------------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: #eee;
    		background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e2e2e2));
    		background: -moz-linear-gradient(top,  #eee,  #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;
		}

/*-------------------------------------------subimage-------------------------------------------*/

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

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

	#image {
		width: 868px;
		height: 250px;
		margin: 0px auto;
	}


/*-------------------------------------------container-------------------------------------------*/

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

	#katudou {
		margin-bottom: 30px;
	}
	
	
/*-------------------------------------------leftArea-------------------------------------------*/

#pankuzu {
	width: 300px;
 	padding: 10px 0px 10px 10px;
  	float: left;
  	text-align: left;
}
#pankuzu li {
  	display: inline;
  	padding-right: 2px;
  	text-align: left;
}
#pankuzu li a {
  	color: #555;
  	text-decoration: none;
}
#pankuzu li a:hover {
  	text-decoration: underline;
  	color: #E36782;
}

#leftArea {
	width: 556px;
	display: block;
	float: left;
	margin-bottom: 50px;
	padding: 15px;
    position: relative; /*needed for heading4 rule*/
    z-index: 0; /* again, just for heading4 rule*/
    border: 5px solid #cecece;
    border: 5px solid rgba(0,0,0,.01);
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

	.laBox {
		width: 566px;
	}
	
		.textBox {
			margin-top: 15px;
		}
		
			.taMain {
				width: 555px;
				margin-top: 5px;
			}
			
			
			.taMain img {
				box-shadow: 0 2px 6px #eee;
				-moz-box-shadow: 0 2px 6px #eee;
				-webkit-box-shadow: 0 2px 6px #eee;
				margin-left: 20px;
			}
			
			
				h3 {
					font-size: 15px;
					color: #57CCBC;
					font-weight: bold;
				}
			
				.taMain p {
					font-size: 12px;
					line-height: 2em;
					color: #555;
					margin-top: 5px;
					margin-bottom: 30px;
				}
				
				.taMain p.underline {
					font-size: 12px;
					line-height: 2em;
					text-decoration: underline;
					font-weight: bold;
					color: #555;
					margin-top: 5px;
					margin-bottom: 50px;
				}
				
				.taMain p.underlineM {
					font-size: 12px;
					line-height: 2em;
					text-decoration: underline;
					font-weight: bold;
					color: #555;
					margin-top: 5px;
					margin-bottom: 20px;
				}
				
				.taMain p.red {
					font-size: 18px;
					text-decoration: underline;
					font-weight: bold;
					color: #E36782;
					margin-top: 20px;
					text-align: center;
					padding: 15px;
					background-color: #F6F9F9 ;
				}
				
				.taMain p.ase {
					font-size: 12px;
					line-height: 2em;
					color: #555;
					margin-top: 5px;
					margin-bottom: 10px;
				}
				
				.picBig {
					margin-bottom: 20px;
					margin-left: 45px;
				}
				
				.picBigM {
					margin-bottom: 20px;
					margin-left: 84px;
				}
				
				#pointBox{
					padding: 15px;
					border: 3px solid #F6F9F9 ;
					height: 100px;
					width: 520px;
					margin-bottom: 35px;
				}
				
				#pbLogo {
					display: block;
					float: left;
					padding-left: 10px;
				}
				
				.pbList {
					display: block;
					float: left;
					padding-left: 20px;
				}
				
				.pbList li {
					color: #E36782;
					font-size: 12px;
				}
				
		#tamList {
		}
		
		#tamList li{
			display: block;
			float: left;
			margin-right: 7px;
			margin-bottom: 25px;
		}
		
		#tamListA {
		}
		
		#tamListB {
			margin-left: 20px;
		}
		
		#tamListA li.tamlA{
			display: block;
			float: left;
			margin-right: 24px;
			margin-bottom: 15px;
		}
		
		#tamListA li.tamlAL{
			display: block;
			float: left;
			margin-bottom: 15px;
		}
		
		#tamListB li{
			display: block;
			float: left;
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
		
	.smBox {
		margin-top: 15px;
	}
	
		.smbLeft {
			width: 270px;
			display: block;
			float: left;
			margin-bottom: 10px;
		}
	
		.smbLeft li.smTitle,.smbRight li.smTitle{
			padding: 5px 0 5px 10px;
			background-color: #F6F9F9 ;
			color: #57CCBC;
			font-size: 12px;
			border-radius: .2em;
			-webkit-border-radius: .2em;
    		-moz-border-radius: .2em;
		}
		
		.smbLeft ul,.smbRight ul{
			margin-top: 10px;
			margin-left: 10px;
		}
		
		.smbLeft li,.smbRight li {
			margin-top: 10px;
		}
		
		.smbLeft ul li a,.smbRight ul li a{
			width: 250px;
			display: block;
			color: #555;
			font-size: 12px;
			text-decoration: none;
			padding: 0 0 0 20px ;
			background-image: url(../img/arrow.png);
			background-repeat: no-repeat;
			background-position: center left;
		}
		
		.smbLeft ul li a:hover,.smbRight ul li a:hover{
			color: #E36782;
			text-decoration: underline;
		}
		
		.smbRight {
			width: 270px;
			display: block;
			float: left;
			margin-left: 13px;
			margin-bottom: 10px;
		}
	
	
	
/*-------------------------------------------rightArea-------------------------------------------*/

#rightArea {
	width: 252px;
	display: block;
	float: right;
}

	.raNavititle01 {
		width: 252px;
		height: 80px;
		background: url(../img/navi-title01.png);
		background-repeat: no-repeat;
		box-shadow: 3px 50px 3px #D8DCD9;
    	-moz-box-shadow: 3px 50px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 50px 3px #D8DCD9；
	}
	
	.raNavititle02 {
		width: 252px;
		height: 80px;
		background: url(../img/navi-title02.png);
		background-repeat: no-repeat;
		box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	.raNavititle03 {
		width: 252px;
		height: 80px;
		background: url(../img/navi-title03.png);
		background-repeat: no-repeat;
		box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	.raNavititle04 {
		width: 252px;
		height: 80px;
		background: url(../img/navi-title04.png);
		background-repeat: no-repeat;
		box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	.raBox01 {
		width: 252px;
		height: 125px;
		background-color: #fff;
		box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	.raBox02 {
		width: 252px;
		height: 150px;
		background-color: #fff;
		box-shadow: 3px 3px 3px #D8DCD9;
    	-moz-box-shadow: 3px 3px 3px #D8DCD9;
    	-webkit-box-shadow: 3px 3px 3px #D8DCD9；
	}
	
	.raBox03 {
		width: 252px;
		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；
	}
	
			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 {
			}
			
			.rounded-list a{
				width: 200px;
        		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;
			}
			
/*-------------------------------------------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;
}